diff options
Diffstat (limited to 'Build/source/texk/dvipdfm/dvipdfm.c')
-rw-r--r-- | Build/source/texk/dvipdfm/dvipdfm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/dvipdfm/dvipdfm.c b/Build/source/texk/dvipdfm/dvipdfm.c index a75be847743..71dde47b775 100644 --- a/Build/source/texk/dvipdfm/dvipdfm.c +++ b/Build/source/texk/dvipdfm/dvipdfm.c @@ -1,7 +1,7 @@ /* $Header$ This is dvipdfm, a DVI to PDF translator. - Copyright (C) 1998, 1999 by Mark A. Wicks + Copyright (C) 1998, 1999, 2007 by Mark A. Wicks This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -102,7 +102,7 @@ static void set_default_pdf_filename(void) } static void usage (void) { - fprintf (stdout, "\n%s, version %s, Copyright (C) 1998, 1999 by Mark A. Wicks\n", PACKAGE, VERSION); + fprintf (stdout, "\n%s, version %s, Copyright (C) 1998, 1999, 2007 by Mark A. Wicks\n", PACKAGE, VERSION); fprintf (stdout, "dvipdfm comes with ABSOLUTELY NO WARRANTY.\n"); fprintf (stdout, "This is free software, and you are welcome to redistribute it\n"); fprintf (stdout, "under certain conditions. Details are distributed with the software.\n"); |