Update copyright year.

This commit is contained in:
John McNamara 2016-01-03 19:47:16 +00:00
parent d54e85e9f2
commit 51d97e7f41
350 changed files with 352 additions and 352 deletions

View file

@ -45,7 +45,7 @@ int main() {
/* Set the bold property for the format */
format_set_bold(format);
/* Widen the columns to make the text clearer. */
/* Change the column widths for clarity. */
worksheet_set_column(worksheet, 0, 0, 20, NULL, NULL);
worksheet_set_column(worksheet, 1, 1, 2, NULL, NULL);