Skip to content

Commit 41d79db

Browse files
committed
Update copyrights.
1 parent 2d7f39f commit 41d79db

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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-2023 by Michael R Sweet.
4+
// Copyright © 2011-2024 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
@@ -4284,7 +4284,7 @@ GUI::showAboutCB(void)
42844284
label->image(&logo);
42854285

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

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-2023 by Michael R Sweet.
4+
* Copyright 2011-2024 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-2022 by Michael R Sweet.");
2620+
puts("HTMLDOC Version " SVERSION " Copyright 2011-2024 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-2020 by Michael R Sweet.
5+
// Copyright 2011-2024 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-2022 by Michael R Sweet.\n\n"
62+
"Copyright © 2011-2024 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"

0 commit comments

Comments
 (0)