Skip to content

Commit cb4296c

Browse files
committed
release: update copyright year
1 parent 474667d commit cb4296c

File tree

1,374 files changed

+1505
-1505
lines changed

Some content is hidden

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

1,374 files changed

+1505
-1505
lines changed

LICENSE_Artistic_Perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2000-2024, John McNamara, jmcnamara@cpan.org
1+
Copyright 2000-2025, John McNamara, jmcnamara@cpan.org
22

33

44
The "Artistic License"

examples/a_simple.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# A simple example of how to use the Excel::Writer::XLSX module to
66
# write text and numbers to an Excel xlsx file.
77
#
8-
# Copyright 2000-2024, John McNamara, jmcnamara@cpan.org
8+
# Copyright 2000-2025, John McNamara, jmcnamara@cpan.org
99
#
1010
# SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later
1111
#

examples/array_formula.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Example of how to use the Excel::Writer::XLSX module to write simple
66
# array formulas.
77
#
8-
# Copyright 2000-2024, John McNamara, jmcnamara@cpan.org
8+
# Copyright 2000-2025, John McNamara, jmcnamara@cpan.org
99
#
1010
# SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later
1111
#

examples/autofilter.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# of worksheet data. This allows users to filter the data based on
99
# simple criteria so that some data is shown and some is hidden.
1010
#
11-
# Copyright 2000-2024, John McNamara, jmcnamara@cpan.org
11+
# Copyright 2000-2025, John McNamara, jmcnamara@cpan.org
1212
#
1313
# SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later
1414
#

examples/autofit.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# An example of using simulated autofit to automatically adjust the width of
66
# worksheet columns based on the data in the cells.
77
#
8-
# Copyright 2000-2024, John McNamara, jmcnamara@cpan.org
8+
# Copyright 2000-2025, John McNamara, jmcnamara@cpan.org
99
#
1010
# SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later
1111
#

examples/background.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# An example of setting a worksheet background image with Excel::Writer::XLSX.
66
#
7-
# Copyright 2000-2024, John McNamara, jmcnamara@cpan.org
7+
# Copyright 2000-2025, John McNamara, jmcnamara@cpan.org
88
#
99
# SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later
1010
#

examples/bug_report.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# Run this program and read the output from the command line.
88
#
9-
# Copyright 2000-2024, John McNamara, jmcnamara@cpan.org
9+
# Copyright 2000-2025, John McNamara, jmcnamara@cpan.org
1010
#
1111
# SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later
1212
#

examples/cgi.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# the file. If you want to stream the file to the browser instead, comment out
1414
# that line as shown below.
1515
#
16-
# Copyright 2000-2024, John McNamara, jmcnamara@cpan.org
16+
# Copyright 2000-2025, John McNamara, jmcnamara@cpan.org
1717
#
1818
# SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later
1919
#

examples/chart_area.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# A demo of an Area chart in Excel::Writer::XLSX.
66
#
7-
# Copyright 2000-2024, John McNamara, jmcnamara@cpan.org
7+
# Copyright 2000-2025, John McNamara, jmcnamara@cpan.org
88
#
99
# SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later
1010
#

examples/chart_bar.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# A demo of an Bar chart in Excel::Writer::XLSX.
66
#
7-
# Copyright 2000-2024, John McNamara, jmcnamara@cpan.org
7+
# Copyright 2000-2025, John McNamara, jmcnamara@cpan.org
88
#
99
# SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later
1010
#

0 commit comments

Comments
 (0)