Updated copyright year.

This commit is contained in:
John McNamara 2021-01-13 21:25:35 +00:00
parent 58be3bcc70
commit c06101fcad
943 changed files with 946 additions and 946 deletions

View file

@ -4,7 +4,7 @@
Libxlsxwriter is released under a FreeBSD license:
Copyright 2014-2020, John McNamara <jmcnamara@cpan.org>
Copyright 2014-2021, John McNamara <jmcnamara@cpan.org>
All rights reserved.
Redistribution and use in source and binary forms, with or without

View file

@ -2,7 +2,7 @@
#
# Makefile for libxlsxwriter library.
#
# Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
# Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
#
# Keep the output quiet by default.

View file

@ -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-2020, John McNamara, jmcnamara@cpan.org
# Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
#
use warnings;
use strict;

View file

@ -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-2020, John McNamara, jmcnamara@cpan.org
# Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
#
use strict;
use warnings;

View file

@ -6,7 +6,7 @@
#
# perl dev/release/gen_error_strings.pl include/xlsxwriter/common.h
#
# Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
# Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
#
use warnings;
use strict;

View file

@ -4,7 +4,7 @@
# Simple program to generate the coccoapods unbrella file.
# Run from the libxlsxwriter root dir.
#
# Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
# Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
#
use warnings;
use strict;

View file

@ -6,7 +6,7 @@
#
# perl dev/release/gen_windows_def_file.pl lib/libxlsxwriter.a
#
# Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
# Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
#
use warnings;
use strict;

View file

@ -2,7 +2,7 @@
#
# Makefile for libxlsxwriter library.
#
# Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
# Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
#
# Keep the output quiet by default.

View file

@ -4,13 +4,13 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
$navpath
<li class="footer">Copyright 2014-2020 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>
<li class="footer">Copyright 2014-2021 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>
</ul>
</div>
<!--END GENERATE_TREEVIEW-->
<!--BEGIN !GENERATE_TREEVIEW-->
<hr class="footer"/><address class="footer"><small>
Copyright 2014-2020 John McNamara.
Copyright 2014-2021 John McNamara.
$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
</small></address>
<!--END !GENERATE_TREEVIEW-->

View file

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*/
/**

View file

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
* app - A libxlsxwriter library for creating Excel XLSX app files.
*

View file

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
* chart - A libxlsxwriter library for creating Excel XLSX chart files.
*

View file

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
* chartsheet - A libxlsxwriter library for creating Excel XLSX chartsheet files.
*

View file

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
* comment - A libxlsxwriter library for creating Excel XLSX comment files.
*

View file

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*/
/**
@ -9,7 +9,7 @@
*
* @brief Common functions and defines for the libxlsxwriter library.
*
* <!-- Copyright 2014-2020, John McNamara, jmcnamara@cpan.org -->
* <!-- Copyright 2014-2021, John McNamara, jmcnamara@cpan.org -->
*
*/
#ifndef __LXW_COMMON_H__

View file

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
* content_types - A libxlsxwriter library for creating Excel XLSX
* content_types files.

View file

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
* core - A libxlsxwriter library for creating Excel XLSX core files.
*

View file

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
* custom - A libxlsxwriter library for creating Excel custom property files.
*

View file

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
* drawing - A libxlsxwriter library for creating Excel XLSX drawing files.
*

View file

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*/
/**

View file

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
* hash_table - Hash table functions for libxlsxwriter.
*

View file

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
* packager - A libxlsxwriter library for creating Excel XLSX packager files.
*

View file

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
* relationships - A libxlsxwriter library for creating Excel XLSX
* relationships files.

View file

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
* shared_strings - A libxlsxwriter library for creating Excel XLSX
* sst files.

View file

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
* styles - A libxlsxwriter library for creating Excel XLSX styles files.
*

View file

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
* theme - A libxlsxwriter library for creating Excel XLSX theme files.
*

View file

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*/
/**
@ -9,7 +9,7 @@
*
* @brief Utility functions for libxlsxwriter.
*
* <!-- Copyright 2014-2020, John McNamara, jmcnamara@cpan.org -->
* <!-- Copyright 2014-2021, John McNamara, jmcnamara@cpan.org -->
*
*/

View file

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
* vml - A libxlsxwriter library for creating Excel XLSX vml files.
*

View file

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*/
/**

View file

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*/
/**

View file

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
* xmlwriter - A libxlsxwriter library for creating Excel XLSX
* XML files.

View file

@ -2,7 +2,7 @@
#
# Makefile for libxlsxwriter library.
#
# Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
# Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
#
# Keep the output quiet by default.

View file

@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
*/

View file

@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
*/

View file

@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
*/

View file

@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
*/

View file

@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
*/

View file

@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
*/

View file

@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
*/

View file

@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
*/

View file

@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
*/

View file

@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
*/

View file

@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
*/

View file

@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
*/

View file

@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
*/

View file

@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
*/

View file

@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
*/

View file

@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
*/

View file

@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
*/

View file

@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
*/

View file

@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
*/

View file

@ -3,7 +3,7 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
*/

View file

@ -2,7 +2,7 @@
#
# Base test class for libxlsxwriter functional tests.
#
# Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
# Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
#
import unittest

View file

@ -2,7 +2,7 @@
#
# Helper functions for testing libxlsxwriter.
#
# Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
# Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
#
import re

View file

@ -2,7 +2,7 @@
#
# Makefile for libxlsxwriter functional test executables.
#
# Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
# Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
#
# Keep the output quiet by default.

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View file

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

Some files were not shown because too many files have changed in this diff Show more