From 0479f297b47a7446e5a34430be8cb36fbfaa115c Mon Sep 17 00:00:00 2001 From: John McNamara Date: Sat, 11 Jun 2016 09:40:31 +0100 Subject: [PATCH] Updated copyright year. --- examples/anatomy.c | 2 +- examples/array_formula.c | 2 +- examples/autofilter.c | 2 +- examples/chart.c | 2 +- examples/chart_styles.c | 2 +- examples/constant_memory.c | 2 +- examples/dates_and_times01.c | 2 +- examples/dates_and_times02.c | 2 +- examples/dates_and_times03.c | 2 +- examples/defined_name.c | 2 +- examples/demo.c | 2 +- examples/doc_properties.c | 2 +- examples/format_font.c | 2 +- examples/format_num_format.c | 2 +- examples/headers_footers.c | 2 +- examples/hello.c | 2 +- examples/hide_row_col.c | 2 +- examples/hide_sheet.c | 2 +- examples/hyperlinks.c | 2 +- examples/images.c | 2 +- examples/merge_range.c | 2 +- examples/panes.c | 2 +- examples/tab_colors.c | 2 +- examples/tutorial1.c | 2 +- examples/tutorial2.c | 2 +- examples/tutorial3.c | 2 +- examples/utf8.c | 2 +- examples/worksheet_protection.c | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/examples/anatomy.c b/examples/anatomy.c index fd44acf9..2ab2f4c2 100644 --- a/examples/anatomy.c +++ b/examples/anatomy.c @@ -1,7 +1,7 @@ /* * Anatomy of a simple libxlsxwriter program. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/array_formula.c b/examples/array_formula.c index 43b83299..9252db12 100644 --- a/examples/array_formula.c +++ b/examples/array_formula.c @@ -2,7 +2,7 @@ * Example of how to use the libxlsxwriter library to write simple * array formulas. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/autofilter.c b/examples/autofilter.c index 57311879..f779d924 100644 --- a/examples/autofilter.c +++ b/examples/autofilter.c @@ -2,7 +2,7 @@ * Example of adding an autofilter to a worksheet in Excel using * libxlsxwriter. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/chart.c b/examples/chart.c index 0c7320fc..d32c92f6 100644 --- a/examples/chart.c +++ b/examples/chart.c @@ -1,7 +1,7 @@ /* * An example of a simple Excel chart using the libxlsxwriter library. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/chart_styles.c b/examples/chart_styles.c index 9ff5a522..2d65f179 100644 --- a/examples/chart_styles.c +++ b/examples/chart_styles.c @@ -3,7 +3,7 @@ * using the libxlsxwriter library. Note, these styles are not the same as the * styles available in Excel 2013. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/constant_memory.c b/examples/constant_memory.c index fce74d2a..1cc77bdd 100644 --- a/examples/constant_memory.c +++ b/examples/constant_memory.c @@ -2,7 +2,7 @@ * Example of using libxlsxwriter for writing large files in constant memory * mode. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/dates_and_times01.c b/examples/dates_and_times01.c index e97a35fa..a45d8254 100644 --- a/examples/dates_and_times01.c +++ b/examples/dates_and_times01.c @@ -6,7 +6,7 @@ * An easier approach using a lxw_datetime struct is shown in example * dates_and_times02.c. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/dates_and_times02.c b/examples/dates_and_times02.c index e03df449..7a20ea75 100644 --- a/examples/dates_and_times02.c +++ b/examples/dates_and_times02.c @@ -2,7 +2,7 @@ * Example of writing dates and times in Excel using an lxw_datetime struct * and date formatting. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/dates_and_times03.c b/examples/dates_and_times03.c index 19f6e1d5..462b247b 100644 --- a/examples/dates_and_times03.c +++ b/examples/dates_and_times03.c @@ -1,7 +1,7 @@ /* * Example of writing dates and times in Excel using different date formats. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/defined_name.c b/examples/defined_name.c index 9a4f51cc..75c9d3e8 100644 --- a/examples/defined_name.c +++ b/examples/defined_name.c @@ -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-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/demo.c b/examples/demo.c index 1a2d52d0..9ec79342 100644 --- a/examples/demo.c +++ b/examples/demo.c @@ -1,7 +1,7 @@ /* * A simple example of some of the features of the libxlsxwriter library. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/doc_properties.c b/examples/doc_properties.c index 472d23f7..9e404a1f 100644 --- a/examples/doc_properties.c +++ b/examples/doc_properties.c @@ -2,7 +2,7 @@ * Example of setting document properties such as Author, Title, etc., for an * Excel spreadsheet using libxlsxwriter. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/format_font.c b/examples/format_font.c index 9e69bce2..5520f244 100644 --- a/examples/format_font.c +++ b/examples/format_font.c @@ -2,7 +2,7 @@ * Example of writing some data with font formatting to a simple Excel * file using libxlsxwriter. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/format_num_format.c b/examples/format_num_format.c index 7c839db4..424d8d34 100644 --- a/examples/format_num_format.c +++ b/examples/format_num_format.c @@ -2,7 +2,7 @@ * Example of writing some data with numeric formatting to a simple Excel file * using libxlsxwriter. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/headers_footers.c b/examples/headers_footers.c index 29de97c9..d3e77d06 100644 --- a/examples/headers_footers.c +++ b/examples/headers_footers.c @@ -26,7 +26,7 @@ * &G Same as &[Picture] * && Miscellaneous Literal ampersand & * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/hello.c b/examples/hello.c index 24cb23f5..f3bc2db5 100644 --- a/examples/hello.c +++ b/examples/hello.c @@ -1,7 +1,7 @@ /* * Example of writing some data to a simple Excel file using libxlsxwriter. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/hide_row_col.c b/examples/hide_row_col.c index 1f1ff426..d50fd79f 100644 --- a/examples/hide_row_col.c +++ b/examples/hide_row_col.c @@ -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-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/hide_sheet.c b/examples/hide_sheet.c index 3e46c9c9..99db3ca6 100644 --- a/examples/hide_sheet.c +++ b/examples/hide_sheet.c @@ -1,7 +1,7 @@ /* * Example of how to hide a worksheet using libxlsxwriter. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/hyperlinks.c b/examples/hyperlinks.c index ef5a8cec..96a92e23 100644 --- a/examples/hyperlinks.c +++ b/examples/hyperlinks.c @@ -1,7 +1,7 @@ /* * Example of writing urls/hyperlinks with the libxlsxwriter library. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/images.c b/examples/images.c index 9d5ca0a2..ce4ae277 100644 --- a/examples/images.c +++ b/examples/images.c @@ -2,7 +2,7 @@ * An example of inserting images into a worksheet using the libxlsxwriter * library. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/merge_range.c b/examples/merge_range.c index 65dbf286..d7475c88 100644 --- a/examples/merge_range.c +++ b/examples/merge_range.c @@ -1,7 +1,7 @@ /* * An example of merging cells using libxlsxwriter. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/panes.c b/examples/panes.c index 4041b038..f67c16e9 100644 --- a/examples/panes.c +++ b/examples/panes.c @@ -2,7 +2,7 @@ * A simple example using the libxlsxwriter library to create worksheets with * panes. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/tab_colors.c b/examples/tab_colors.c index 78f33ea8..40a4a2cd 100644 --- a/examples/tab_colors.c +++ b/examples/tab_colors.c @@ -1,7 +1,7 @@ /* * Example of how to set Excel worksheet tab colors using libxlsxwriter. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/tutorial1.c b/examples/tutorial1.c index fbfda4a6..b1f5c54c 100644 --- a/examples/tutorial1.c +++ b/examples/tutorial1.c @@ -5,7 +5,7 @@ * This program is shown, with explanations, in Tutorial 1 of the * libxlsxwriter documentation. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/tutorial2.c b/examples/tutorial2.c index 73f41547..c0df8d74 100644 --- a/examples/tutorial2.c +++ b/examples/tutorial2.c @@ -5,7 +5,7 @@ * This program is shown, with explanations, in Tutorial 2 of the * libxlsxwriter documentation. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/tutorial3.c b/examples/tutorial3.c index 2fcd8b13..cc6b16c0 100644 --- a/examples/tutorial3.c +++ b/examples/tutorial3.c @@ -5,7 +5,7 @@ * This program is shown, with explanations, in Tutorial 3 of the * libxlsxwriter documentation. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/utf8.c b/examples/utf8.c index 286ac569..62cc718f 100644 --- a/examples/utf8.c +++ b/examples/utf8.c @@ -3,7 +3,7 @@ * * Note: The source file must be UTF-8 encoded. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */ diff --git a/examples/worksheet_protection.c b/examples/worksheet_protection.c index 0e0f7b11..75fb440d 100644 --- a/examples/worksheet_protection.c +++ b/examples/worksheet_protection.c @@ -2,7 +2,7 @@ * Example of cell locking and formula hiding in an Excel worksheet using * libxlsxwriter. * - * Copyright 2014-2015, John McNamara, jmcnamara@cpan.org + * Copyright 2014-2016, John McNamara, jmcnamara@cpan.org * */