package: update copyright year

This commit is contained in:
John McNamara 2024-02-26 18:47:32 +00:00
parent b0c76b3396
commit f6d73b0ae1
1085 changed files with 2203 additions and 1127 deletions

View File

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

View File

@ -2,7 +2,8 @@
#
# Makefile for libxlsxwriter library.
#
# Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
# SPDX-License-Identifier: BSD-2-Clause
# Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
#
# Keep the output quiet by default.

View File

@ -4,7 +4,8 @@
# Simple program to arrange the example programs in a user defined order
# instead of a sorted order. Also add a caption.
#
# Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
# SPDX-License-Identifier: BSD-2-Clause
# Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
#
use warnings;
use strict;

View File

@ -4,7 +4,8 @@
# Simple program to generate the examples.dox file from a simple text file,
# with links to the next/previous examples.
#
# Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
# SPDX-License-Identifier: BSD-2-Clause
# Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
#
use strict;
use warnings;

View File

@ -6,7 +6,8 @@
#
# perl dev/release/gen_error_strings.pl include/xlsxwriter/common.h
#
# Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
# SPDX-License-Identifier: BSD-2-Clause
# Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
#
use warnings;
use strict;

View File

@ -4,7 +4,8 @@
# Simple program to generate the coccoapods unbrella file.
# Run from the libxlsxwriter root dir.
#
# Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
# SPDX-License-Identifier: BSD-2-Clause
# Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
#
use warnings;
use strict;

View File

@ -6,7 +6,8 @@
#
# perl dev/release/gen_windows_def_file.pl lib/libxlsxwriter.a
#
# Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
# SPDX-License-Identifier: BSD-2-Clause
# Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
#
use warnings;
use strict;

View File

@ -2,7 +2,8 @@
#
# Makefile for libxlsxwriter library.
#
# Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
# SPDX-License-Identifier: BSD-2-Clause
# Copyright 2014-2024, 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-2022 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-2024 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-2022 John McNamara.
Copyright 2014-2024 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,8 @@
/*
* libxlsxwriter
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*/
/**

View File

@ -1,7 +1,8 @@
/*
* libxlsxwriter
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
* app - A libxlsxwriter library for creating Excel XLSX app files.
*

View File

@ -1,7 +1,8 @@
/*
* libxlsxwriter
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
* chart - A libxlsxwriter library for creating Excel XLSX chart files.
*

View File

@ -1,7 +1,8 @@
/*
* libxlsxwriter
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
* chartsheet - A libxlsxwriter library for creating Excel XLSX chartsheet files.
*

View File

@ -1,7 +1,8 @@
/*
* libxlsxwriter
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
* comment - A libxlsxwriter library for creating Excel XLSX comment files.
*

View File

@ -1,7 +1,8 @@
/*
* libxlsxwriter
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*/
/**
@ -9,7 +10,7 @@
*
* @brief Common functions and defines for the libxlsxwriter library.
*
* <!-- Copyright 2014-2022, John McNamara, jmcnamara@cpan.org -->
* <!-- Copyright 2014-2024, John McNamara, jmcnamara@cpan.org -->
*
*/
#ifndef __LXW_COMMON_H__

View File

@ -1,7 +1,8 @@
/*
* libxlsxwriter
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
* content_types - A libxlsxwriter library for creating Excel XLSX
* content_types files.

View File

@ -1,7 +1,8 @@
/*
* libxlsxwriter
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
* core - A libxlsxwriter library for creating Excel XLSX core files.
*

View File

@ -1,7 +1,8 @@
/*
* libxlsxwriter
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
* custom - A libxlsxwriter library for creating Excel custom property files.
*

View File

@ -1,7 +1,8 @@
/*
* libxlsxwriter
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
* drawing - A libxlsxwriter library for creating Excel XLSX drawing files.
*

View File

@ -1,7 +1,8 @@
/*
* libxlsxwriter
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*/
/**

View File

@ -1,7 +1,8 @@
/*
* libxlsxwriter
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
* hash_table - Hash table functions for libxlsxwriter.
*

View File

@ -1,7 +1,8 @@
/*
* libxlsxwriter
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
* metadata - A libxlsxwriter library for creating Excel XLSX metadata files.
*

View File

@ -1,7 +1,8 @@
/*
* libxlsxwriter
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
* packager - A libxlsxwriter library for creating Excel XLSX packager files.
*

View File

@ -1,7 +1,8 @@
/*
* libxlsxwriter
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
* relationships - A libxlsxwriter library for creating Excel XLSX
* relationships files.

View File

@ -1,7 +1,8 @@
/*
* libxlsxwriter
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
* shared_strings - A libxlsxwriter library for creating Excel XLSX
* sst files.

View File

@ -1,7 +1,8 @@
/*
* libxlsxwriter
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
* styles - A libxlsxwriter library for creating Excel XLSX styles files.
*

View File

@ -1,7 +1,8 @@
/*
* libxlsxwriter
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
* table - A libxlsxwriter library for creating Excel XLSX table files.
*

View File

@ -1,7 +1,8 @@
/*
* libxlsxwriter
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
* theme - A libxlsxwriter library for creating Excel XLSX theme files.
*

View File

@ -1,7 +1,8 @@
/*
* libxlsxwriter
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*/
/**
@ -9,7 +10,7 @@
*
* @brief Utility functions for libxlsxwriter.
*
* <!-- Copyright 2014-2022, John McNamara, jmcnamara@cpan.org -->
* <!-- Copyright 2014-2024, John McNamara, jmcnamara@cpan.org -->
*
*/

View File

@ -1,7 +1,8 @@
/*
* libxlsxwriter
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
* vml - A libxlsxwriter library for creating Excel XLSX vml files.
*

View File

@ -1,7 +1,8 @@
/*
* libxlsxwriter
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*/
/**

View File

@ -1,7 +1,8 @@
/*
* libxlsxwriter
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*/
/**

View File

@ -1,7 +1,8 @@
/*
* libxlsxwriter
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
* xmlwriter - A libxlsxwriter library for creating Excel XLSX
* XML files.

View File

@ -2,7 +2,8 @@
#
# Makefile for libxlsxwriter library.
#
# Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
# SPDX-License-Identifier: BSD-2-Clause
# Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
#
# Keep the output quiet by default.

View File

@ -3,7 +3,8 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -39,7 +39,8 @@
* The Packager class coordinates the classes that represent the
* elements of the package and writes them into the XLSX file.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Used in conjunction with the libxlsxwriter library.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -2,7 +2,8 @@
#
# Makefile for libxlsxwriter testcase.
#
# Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
# SPDX-License-Identifier: BSD-2-Clause
# Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
#
# Keep the output quiet by default.

View File

@ -1,7 +1,8 @@
/*
* Simple C++ program to test compilation in includes with libxlsxwriter.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -2,7 +2,8 @@
#
# Base test class for libxlsxwriter functional tests.
#
# Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
# SPDX-License-Identifier: BSD-2-Clause
# Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
#
import unittest

View File

@ -2,7 +2,8 @@
#
# Helper functions for testing libxlsxwriter.
#
# Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
# SPDX-License-Identifier: BSD-2-Clause
# Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
#
import re

View File

@ -2,7 +2,8 @@
#
# Makefile for libxlsxwriter functional test executables.
#
# Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
# SPDX-License-Identifier: BSD-2-Clause
# Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
#
# Keep the output quiet by default.

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/
@ -73,7 +74,7 @@ int main() {
{"South", "Pear", 1000, "December" },
{"North", "Grape", 10000, "July" },
{"East", "Grape", 6000, "February" }
};
};
/* Write the column headers. */
@ -90,6 +91,6 @@ int main() {
worksheet_write_number(worksheet, i + 1, 2, data[i].volume, NULL);
worksheet_write_string(worksheet, i + 1, 3, data[i].month, NULL);
}
return workbook_close(workbook);
}

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/
@ -73,7 +74,7 @@ int main() {
{"South", "Pear", 1000, "December" },
{"North", "Grape", 10000, "July" },
{"East", "Grape", 6000, "February" }
};
};
/* Write the column headers. */
@ -90,7 +91,7 @@ int main() {
worksheet_write_number(worksheet, i + 1, 2, data[i].volume, NULL);
worksheet_write_string(worksheet, i + 1, 3, data[i].month, NULL);
}
worksheet_autofilter(worksheet, 0, 0, 50, 3);

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

View File

@ -3,7 +3,8 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2022, John McNamara, jmcnamara@cpan.org
* SPDX-License-Identifier: BSD-2-Clause
* Copyright 2014-2024, John McNamara, jmcnamara@cpan.org.
*
*/

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