Update copyright year.

This commit is contained in:
John McNamara 2016-12-31 00:33:00 +00:00
parent a9802c243e
commit 813ca50be0
498 changed files with 501 additions and 501 deletions

View File

@ -1,7 +1,7 @@
Libxlsxwriter is released under a FreeBSD license:
Copyright 2014-2016, John McNamara <jmcnamara@cpan.org>
Copyright 2014-2017, 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-2016, John McNamara, jmcnamara@cpan.org
# Copyright 2014-2017, 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-2016, John McNamara, jmcnamara@cpan.org
# Copyright 2014-2017, 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-2016, John McNamara, jmcnamara@cpan.org
# Copyright 2014-2017, 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-2016, John McNamara, jmcnamara@cpan.org
# Copyright 2014-2017, 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-2016, John McNamara, jmcnamara@cpan.org
# Copyright 2014-2017, 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-2016, John McNamara, jmcnamara@cpan.org
# Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
#
use warnings;
use strict;

View File

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

View File

@ -4,7 +4,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
$navpath
<li class="footer">Copyright 2014-2016 John McNamara. $generatedby
<li class="footer">Copyright 2014-2017 John McNamara. $generatedby
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/></a></li>
</ul>
@ -12,7 +12,7 @@
<!--END GENERATE_TREEVIEW-->
<!--BEGIN !GENERATE_TREEVIEW-->
<hr class="footer"/><address class="footer"><small>
Copyright 2014-2016 John McNamara.
Copyright 2014-2017 John McNamara.
$generatedby <a href="http://www.doxygen.org/index.html">
<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/>
</a>

View File

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

View File

@ -1,7 +1,7 @@
/*
* Anatomy of a simple libxlsxwriter program.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* Example of how to use the libxlsxwriter library to write simple
* array formulas.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* Example of adding an autofilter to a worksheet in Excel using
* libxlsxwriter.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* An example of a simple Excel chart using the libxlsxwriter library.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* An example of creating Excel area charts using the libxlsxwriter library.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* An example of creating Excel bar charts using the libxlsxwriter library.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* An example of creating Excel column charts using the libxlsxwriter library.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* An example of creating an Excel doughnut chart using the libxlsxwriter library.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* An example of a simple Excel chart with user defined fonts using the
* libxlsxwriter library.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* An example of creating an Excel line chart using the libxlsxwriter library.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* An example of creating an Excel pie chart using the libxlsxwriter library.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* An example of creating Excel radar charts using the libxlsxwriter library.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* An example of creating Excel scatter charts using the libxlsxwriter library.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
* using the libxlsxwriter library. Note, these styles are not the same as the
* styles available in Excel 2013.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* Example of using libxlsxwriter for writing large files in constant memory
* mode.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -6,7 +6,7 @@
* An easier approach using a lxw_datetime struct is shown in example
* dates_and_times02.c.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* Example of writing dates and times in Excel using an lxw_datetime struct
* and date formatting.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* Example of writing dates and times in Excel using different date formats.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
* used to define a user friendly name to represent a value, a single cell or
* a range of cells in a workbook.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* A simple example of some of the features of the libxlsxwriter library.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* Example of setting custom document properties for an Excel spreadsheet
* using libxlsxwriter.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* Example of setting document properties such as Author, Title, etc., for an
* Excel spreadsheet using libxlsxwriter.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* Example of writing some data with font formatting to a simple Excel
* file using libxlsxwriter.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* Example of writing some data with numeric formatting to a simple Excel file
* using libxlsxwriter.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -26,7 +26,7 @@
* &G Same as &[Picture]
* && Miscellaneous Literal ampersand &
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* Example of writing some data to a simple Excel file using libxlsxwriter.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -5,7 +5,7 @@
* In order to hide rows without setting each one, (of approximately 1 million
* rows), Excel uses an optimization to hide all rows that don't have data.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* Example of how to hide a worksheet using libxlsxwriter.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* Example of writing urls/hyperlinks with the libxlsxwriter library.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* An example of inserting images into a worksheet using the libxlsxwriter
* library.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* An example of merging cells using libxlsxwriter.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* A simple example using the libxlsxwriter library to create worksheets with
* panes.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* Example of how to set Excel worksheet tab colors using libxlsxwriter.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -5,7 +5,7 @@
* This program is shown, with explanations, in Tutorial 1 of the
* libxlsxwriter documentation.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -5,7 +5,7 @@
* This program is shown, with explanations, in Tutorial 2 of the
* libxlsxwriter documentation.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -5,7 +5,7 @@
* This program is shown, with explanations, in Tutorial 3 of the
* libxlsxwriter documentation.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Note: The source file must be UTF-8 encoded.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* Example of cell locking and formula hiding in an Excel worksheet using
* libxlsxwriter.
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

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

View File

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

View File

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2017, 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-2016, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2017, 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-2016, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2017, 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-2016, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2017, 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-2016, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*/
/**

View File

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

View File

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2017, 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-2016, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2017, 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-2016, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2017, 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-2016, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2017, 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-2016, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2017, 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-2016, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*/
/**
@ -9,7 +9,7 @@
*
* @brief Utility functions for libxlsxwriter.
*
* <!-- Copyright 2014-2016, John McNamara, jmcnamara@cpan.org -->
* <!-- Copyright 2014-2017, John McNamara, jmcnamara@cpan.org -->
*
*/

View File

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

View File

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

View File

@ -1,7 +1,7 @@
/*
* libxlsxwriter
*
* Copyright 2014-2016, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2017, 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-2016, John McNamara, jmcnamara@cpan.org
# Copyright 2014-2017, 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-2016, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org. See LICENSE.txt.
*
*/

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -2,7 +2,7 @@
#
# Makefile for libxlsxwriter functional test executables.
#
# Copyright 2014-2016, John McNamara, jmcnamara@cpan.org
# Copyright 2014-2017, 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-2016, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2017, John McNamara, jmcnamara@cpan.org
*
*/

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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