diff options
Diffstat (limited to 'Build/source/texk/dvipdfm-x/pdfencrypt.c')
-rw-r--r-- | Build/source/texk/dvipdfm-x/pdfencrypt.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Build/source/texk/dvipdfm-x/pdfencrypt.c b/Build/source/texk/dvipdfm-x/pdfencrypt.c index a884ba1a735..480823ca6cb 100644 --- a/Build/source/texk/dvipdfm-x/pdfencrypt.c +++ b/Build/source/texk/dvipdfm-x/pdfencrypt.c @@ -1,8 +1,6 @@ -/* - - This is dvipdfmx, an eXtended version of dvipdfm by Mark A. Wicks. +/* This is dvipdfmx, an eXtended version of dvipdfm by Mark A. Wicks. - Copyright (C) 2002-2012 by Jin-Hwan Cho and Shunsaku Hirata, + Copyright (C) 2002-2014 by Jin-Hwan Cho and Shunsaku Hirata, the dvipdfmx project team. This program is free software; you can redistribute it and/or modify @@ -80,7 +78,7 @@ void pdf_enc_set_verbose (void) if (verbose < 255) verbose++; } -#define PRODUCER "%s-%s, Copyright \251 2002-2010 by Jin-Hwan Cho, Matthias Franz, and Shunsaku Hirata" +#define PRODUCER "%s-%s, Copyright 2002-2014 by Jin-Hwan Cho, Matthias Franz, and Shunsaku Hirata" void pdf_enc_compute_id_string (char *dviname, char *pdfname) { char *date_string, *producer; |