Skip to content

Commit 6bfb393

Browse files
committed
Bump copyright in visible places.
1 parent 45cf4f7 commit 6bfb393

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

desktop/htmldoc.plist.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<string>English</string>
1818

1919
<key>NSHumanReadableCopyright</key>
20-
<string>Copyright 1997-2024 by Michael R Sweet</string>
20+
<string>Copyright 1997-2025 by Michael R Sweet</string>
2121

2222
<key>CFAppleHelpAnchor</key>
2323
<string>help</string>
@@ -38,7 +38,7 @@
3838
<string>@SVERSION@</string>
3939

4040
<key>CFBundleGetInfoString</key>
41-
<string>@SVERSION@, Copyright Michael R Sweet 1997-2024</string>
41+
<string>@SVERSION@, Copyright Michael R Sweet 1997-2025</string>
4242

4343
<key>CFBundleDocumentTypes</key>
4444
<array>

htmldoc/gui.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// GUI routines for HTMLDOC, an HTML document processing program.
33
//
4-
// Copyright © 2011-2024 by Michael R Sweet.
4+
// Copyright © 2011-2025 by Michael R Sweet.
55
// Copyright © 1997-2010 by Easy Software Products. All rights reserved.
66
//
77
// This program is free software. Distribution and use rights are outlined in
@@ -4285,7 +4285,7 @@ GUI::showAboutCB(void)
42854285
label->image(&logo);
42864286

42874287
label = new Fl_Box(60, 45, 530, 35,
4288-
"HTMLDOC " SVERSION "\nCopyright © 2011-2024 by Michael R Sweet."
4288+
"HTMLDOC " SVERSION "\nCopyright © 2011-2025 by Michael R Sweet."
42894289
);
42904290
label->align(FL_ALIGN_TOP_LEFT | FL_ALIGN_INSIDE | FL_ALIGN_WRAP);
42914291

htmldoc/htmldoc.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Main entry for HTMLDOC, a HTML document processing program.
33
*
4-
* Copyright 2011-2024 by Michael R Sweet.
4+
* Copyright 2011-2025 by Michael R Sweet.
55
* Copyright 1997-2010 by Easy Software Products. All rights reserved.
66
*
77
* This program is free software. Distribution and use rights are outlined in
@@ -2617,7 +2617,7 @@ usage(const char *arg) // I - Bad argument string
26172617
if (CGIMode)
26182618
puts("Content-Type: text/plain\r\n\r");
26192619

2620-
puts("HTMLDOC Version " SVERSION " Copyright 2011-2024 by Michael R Sweet.");
2620+
puts("HTMLDOC Version " SVERSION " Copyright 2011-2025 by Michael R Sweet.");
26212621
puts("HTMLDOC is provided under the terms of the GNU General Public License and");
26222622
puts("comes with absolutely no warranty. This software is based in part on the work");
26232623
puts("of the Independent JPEG Group.");

htmldoc/license.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// GUI license dialog routines for HTMLDOC, an HTML document processing
33
// program.
44
//
5-
// Copyright 2011-2024 by Michael R Sweet.
5+
// Copyright 2011-2025 by Michael R Sweet.
66
// Copyright 1997-2010 by Easy Software Products. All rights reserved.
77
//
88
// This program is free software. Distribution and use rights are outlined in
@@ -59,7 +59,7 @@ GUI::showLicenseCB(void)
5959
group->labelsize(18);
6060

6161
box = new Fl_Box(20, 45, 600, 110,
62-
"Copyright © 2011-2024 by Michael R Sweet.\n\n"
62+
"Copyright © 2011-2025 by Michael R Sweet.\n\n"
6363
"HTMLDOC is provided under the terms of the GNU General Public License and "
6464
"comes with absolutely no warranty. Please report problems on the Github "
6565
"issues page at:\n\n"

htmldoc/ps-pdf.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ extern "C" { /* Workaround for JPEG header problems... */
6464

6565
#define HTMLDOC_ASCII85
6666
//#define HTMLDOC_INTERPOLATION
67-
#define HTMLDOC_PRODUCER "htmldoc " SVERSION " Copyright 2011-2024 by Michael R Sweet"
67+
#define HTMLDOC_PRODUCER "htmldoc " SVERSION " Copyright 2011-2025 by Michael R Sweet"
6868

6969

7070
/*

0 commit comments

Comments
 (0)