summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/xbb.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-02-11 18:22:31 +0000
committerKarl Berry <karl@freefriends.org>2019-02-11 18:22:31 +0000
commitf9c51627d8c29175d94c5f6369819e6d5ba5d680 (patch)
tree4dbb9d9bfd00e771142faa8a3bd6f94bb1fa0f2f /Build/source/texk/dvipdfm-x/xbb.c
parent64ce31b952b9c09c09f84b68d398f0bf44d937b2 (diff)
TL19 version numbers, dates
git-svn-id: svn://tug.org/texlive/trunk@50001 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfm-x/xbb.c')
-rw-r--r--Build/source/texk/dvipdfm-x/xbb.c4
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 b887d544688..c5063dad2a5 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-2018 by Jin-Hwan Cho and Matthias Franz
+ Copyright (C) 2008-2019 by Jin-Hwan Cho and Matthias Franz
and the dvipdfmx project team.
This program is free software; you can redistribute it and/or modify
@@ -52,7 +52,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-2018 by Jin-Hwan Cho and Matthias Franz\n");
+ fprintf (stdout, "\nCopyright (C) 2008-2019 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");