diff --git a/src/rem2ps.c b/src/rem2ps.c index 628c4679..ffbc95c2 100644 --- a/src/rem2ps.c +++ b/src/rem2ps.c @@ -5,7 +5,7 @@ /* Print a PostScript calendar. */ /* */ /* This file is part of REMIND. */ -/* Copyright (C) 1992-2020 by Dianne Skoll */ +/* Copyright (C) 1992-2021 by Dianne Skoll */ /* */ /***************************************************************/ @@ -351,7 +351,7 @@ int main(int argc, char *argv[]) !strcmp(DBufValue(&buf), PSBEGIN2)) { if (!validfile) { if (Verbose) { - fprintf(stderr, "Rem2PS: Version %s Copyright 1992-2020 by Dianne Skoll\n\n", VERSION); + fprintf(stderr, "Rem2PS: Version %s Copyright 1992-2021 by Dianne Skoll\n\n", VERSION); fprintf(stderr, "Generating PostScript calendar\n"); } } diff --git a/src/rem2ps.h b/src/rem2ps.h index f1448bb8..ca450da0 100644 --- a/src/rem2ps.h +++ b/src/rem2ps.h @@ -5,7 +5,7 @@ /* Define the PostScript prologue */ /* */ /* This file is part of REMIND. */ -/* Copyright (C) 1992-2020 by Dianne Skoll */ +/* Copyright (C) 1992-2021 by Dianne Skoll */ /* */ /***************************************************************/ @@ -13,7 +13,7 @@ char *PSProlog1[] = { "% This file was produced by Remind and Rem2PS, written by", "% Dianne Skoll.", - "% Remind and Rem2PS are Copyright 1992-2020 Dianne Skoll.", + "% Remind and Rem2PS are Copyright 1992-2021 Dianne Skoll.", "/ISOLatin1Encoding where { pop save true }{ false } ifelse", " /ISOLatin1Encoding [ StandardEncoding 0 45 getinterval aload pop /minus", " StandardEncoding 46 98 getinterval aload pop /dotlessi /grave /acute",