diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-18 22:47:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-18 22:47:27 +0000 |
commit | 8dcfaae2390adfd527d33be126acde7d741b9a5b (patch) | |
tree | 3f35e28492a7acf233be902b950e5f70753b03c1 /Build/source/texk/dvipdfm-x/xbb.c | |
parent | ac34ac8d6df57b13afb4df6e02dd8ec692cd338a (diff) |
version updates in preparation for TL17
git-svn-id: svn://tug.org/texlive/trunk@43542 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfm-x/xbb.c')
-rw-r--r-- | Build/source/texk/dvipdfm-x/xbb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/dvipdfm-x/xbb.c b/Build/source/texk/dvipdfm-x/xbb.c index 6a0fda169b0..ea453b16109 100644 --- a/Build/source/texk/dvipdfm-x/xbb.c +++ b/Build/source/texk/dvipdfm-x/xbb.c @@ -1,5 +1,5 @@ /* This is extractbb, a bounding box extraction program. - Copyright (C) 2008-2016 by Jin-Hwan Cho and Matthias Franz + Copyright (C) 2008-2017 by Jin-Hwan Cho and Matthias Franz and the dvipdfmx project team. This program is free software; you can redistribute it and/or modify @@ -56,7 +56,7 @@ static int Include_Page = 1; static void show_version(void) { fprintf (stdout, "\nThis is %s Version " VERSION "\n", my_name); - fprintf (stdout, "\nCopyright (C) 2008-2016 by Jin-Hwan Cho and Matthias Franz\n"); + fprintf (stdout, "\nCopyright (C) 2008-2017 by Jin-Hwan Cho and Matthias Franz\n"); fprintf (stdout, "\nThis is free software; you can redistribute it and/or modify\n"); fprintf (stdout, "it under the terms of the GNU General Public License as published by\n"); fprintf (stdout, "the Free Software Foundation; either version 2 of the License, or\n"); |