diff --git a/License.txt b/License.txt index 78512d18..63670e4a 100644 --- a/License.txt +++ b/License.txt @@ -4,7 +4,7 @@ Libxlsxwriter is released under a FreeBSD license: - Copyright 2014-2017, John McNamara + Copyright 2014-2018, John McNamara All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Makefile b/Makefile index 426e3355..39ec6b96 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # # Makefile for libxlsxwriter library. # -# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org +# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org # # Keep the output quiet by default. diff --git a/dev/release/fix_example_docs.pl b/dev/release/fix_example_docs.pl index 6a3c3494..a0d7b16d 100644 --- a/dev/release/fix_example_docs.pl +++ b/dev/release/fix_example_docs.pl @@ -4,7 +4,7 @@ # Simple program to arrange the example programs in a user defined order # instead or sorted order. Also add a caption. # -# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org +# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org # use warnings; use strict; diff --git a/dev/release/fix_example_links.pl b/dev/release/fix_example_links.pl index 8cd65fa5..b04a0c9b 100644 --- a/dev/release/fix_example_links.pl +++ b/dev/release/fix_example_links.pl @@ -4,7 +4,7 @@ # Simple program to generate the examples.dox file from a simple text file, # with links to the next/previous examples. # -# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org +# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org # use strict; use warnings; diff --git a/dev/release/gen_error_strings.pl b/dev/release/gen_error_strings.pl index ac9dbf57..2a962753 100644 --- a/dev/release/gen_error_strings.pl +++ b/dev/release/gen_error_strings.pl @@ -6,7 +6,7 @@ # # perl dev/release/gen_error_strings.pl include/xlsxwriter/common.h # -# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org +# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org # use warnings; use strict; diff --git a/dev/release/gen_umbrella_file.pl b/dev/release/gen_umbrella_file.pl index f32481b7..1de0143e 100644 --- a/dev/release/gen_umbrella_file.pl +++ b/dev/release/gen_umbrella_file.pl @@ -4,7 +4,7 @@ # Simple program to generate the coccoapods unbrella file. # Run from the libxlsxwriter root dir. # -# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org +# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org # use warnings; use strict; diff --git a/dev/release/gen_windows_def_file.pl b/dev/release/gen_windows_def_file.pl index c13be733..8b2ff979 100644 --- a/dev/release/gen_windows_def_file.pl +++ b/dev/release/gen_windows_def_file.pl @@ -6,7 +6,7 @@ # # perl dev/release/gen_windows_def_file.pl lib/libxlsxwriter.a # -# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org +# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org # use warnings; use strict; diff --git a/docs/Makefile b/docs/Makefile index 1c2e33f5..384d410a 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -2,7 +2,7 @@ # # Makefile for libxlsxwriter library. # -# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org +# Copyright 2014-2018, John McNamara, jmcnamara@cpan.org # # Keep the output quiet by default. diff --git a/docs/footer.html b/docs/footer.html index 3358f448..a3b2dbed 100644 --- a/docs/footer.html +++ b/docs/footer.html @@ -4,7 +4,7 @@