~ubuntu-branches/ubuntu/saucy/pdfresurrect/saucy-proposed

« back to all changes in this revision

Viewing changes to main.c

  • Committer: Package Import Robot
  • Author(s): Francois Marier
  • Date: 2012-05-29 22:41:14 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120529224114-7xfrkyijzw3m5hh5
Tags: 0.11-1
* New upstream release:
  - drop all existing patches except the manpage path one

* Switch to machine-readable copyright file
* Update homepage URL

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 *
4
4
 * pdfresurrect - PDF history extraction tool
5
5
 *
6
 
 * Copyright (C) 2008, 2009,2010 Matt Davis (enferex) of 757Labs
7
 
 * (www.757labs.com)
 
6
 * Copyright (C) 2008, 2009, 2010, 2012 Matt Davis (enferex) of 757Labs
 
7
 * (www.757labs.org)
8
8
 *
9
9
 * main.c is part of pdfresurrect.
10
10
 * pdfresurrect is free software: you can redistribute it and/or modify
33
33
 
34
34
static void usage(void)
35
35
{
36
 
    printf(EXEC_NAME " Copyright (C) 2008, 2009, 2010 Matt Davis (enferex)\n"
37
 
           "of 757labs (www.757labs.com)\n"
 
36
    printf(EXEC_NAME " Copyright (C) 2008, 2009, 2010, 2012 "
 
37
           "Matt Davis (enferex)\n"
 
38
           "of 757labs (www.757labs.org)\n"
38
39
           "This program comes with ABSOLUTELY NO WARRANTY\n"
39
40
           "This is free software, and you are welcome to redistribute it\n"
40
41
           "under certain conditions.  For details see the file 'LICENSE'\n"