Skip to content

Commit c07d1f2

Browse files
committed
package: update copyright year
1 parent 45f77bc commit c07d1f2

1,217 files changed

Lines changed: 1282 additions & 1219 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# :copyright: 2014-2025. John McNamara, Alex Huszagh.
1+
# :copyright: 2014-2026. John McNamara, Alex Huszagh.
22
# :license: SPDX-License-Identifier: BSD-2-Clause
33

44
# CMake file for libxlsxwriter

License.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Libxlsxwriter is released under a FreeBSD license:
66

7-
Copyright 2014-2025, John McNamara <jmcnamara@cpan.org>
7+
Copyright 2014-2026, John McNamara <jmcnamara@cpan.org>
88
All rights reserved.
99

1010
Redistribution and use in source and binary forms, with or without

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Makefile for libxlsxwriter library.
44
#
55
# SPDX-License-Identifier: BSD-2-Clause
6-
# Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
6+
# Copyright 2014-2026, John McNamara, jmcnamara@cpan.org.
77
#
88

99
# Keep the output quiet by default.

dev/release/fix_example_docs.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# instead of a sorted order. Also add a caption.
66
#
77
# SPDX-License-Identifier: BSD-2-Clause
8-
# Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
8+
# Copyright 2014-2026, John McNamara, jmcnamara@cpan.org.
99
#
1010
use warnings;
1111
use strict;

dev/release/fix_example_links.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# with links to the next/previous examples.
66
#
77
# SPDX-License-Identifier: BSD-2-Clause
8-
# Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
8+
# Copyright 2014-2026, John McNamara, jmcnamara@cpan.org.
99
#
1010
use strict;
1111
use warnings;

dev/release/gen_error_strings.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# perl dev/release/gen_error_strings.pl include/xlsxwriter/common.h
88
#
99
# SPDX-License-Identifier: BSD-2-Clause
10-
# Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
10+
# Copyright 2014-2026, John McNamara, jmcnamara@cpan.org.
1111
#
1212
use warnings;
1313
use strict;

dev/release/gen_umbrella_file.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Run from the libxlsxwriter root dir.
66
#
77
# SPDX-License-Identifier: BSD-2-Clause
8-
# Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
8+
# Copyright 2014-2026, John McNamara, jmcnamara@cpan.org.
99
#
1010
use warnings;
1111
use strict;

dev/release/gen_windows_def_file.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# perl dev/release/gen_windows_def_file.pl lib/libxlsxwriter.a
88
#
99
# SPDX-License-Identifier: BSD-2-Clause
10-
# Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
10+
# Copyright 2014-2026, John McNamara, jmcnamara@cpan.org.
1111
#
1212
use warnings;
1313
use strict;

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Makefile for libxlsxwriter library.
44
#
55
# SPDX-License-Identifier: BSD-2-Clause
6-
# Copyright 2014-2025, John McNamara, jmcnamara@cpan.org.
6+
# Copyright 2014-2026, John McNamara, jmcnamara@cpan.org.
77
#
88

99
# Keep the output quiet by default.

docs/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
55
<ul>
66
$navpath
7-
<li class="footer">Copyright 2014-2025 John McNamara. $generatedby <a href="http://www.doxygen.org/index.html"><img class="footer" src="$relpath^doxygen.svg" width="104" height="31" alt="doxygen"/></a> $doxygenversion </li>
7+
<li class="footer">Copyright 2014-2026 John McNamara. $generatedby <a href="http://www.doxygen.org/index.html"><img class="footer" src="$relpath^doxygen.svg" width="104" height="31" alt="doxygen"/></a> $doxygenversion </li>
88
</ul>
99
</div>
1010
<!--END GENERATE_TREEVIEW-->
1111
<!--BEGIN !GENERATE_TREEVIEW-->
1212
<hr class="footer"/><address class="footer"><small>
13-
Copyright 2014-2025 John McNamara.
13+
Copyright 2014-2026 John McNamara.
1414
$generatedby&#160;<a href="http://www.doxygen.org/index.html"><img class="footer" src="$relpath^doxygen.svg" width="104" height="31" alt="doxygen"/></a> $doxygenversion
1515
</small></address>
1616
<!--END !GENERATE_TREEVIEW-->

0 commit comments

Comments
 (0)