From a50e65a13421dd6ee3169571cf2ed1c828d6547c Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 1 Jan 2017 12:30:04 -0500 Subject: [PATCH] Copyright update --- COPYING | 2 +- LICENSE | 2 +- doc/man/task-color.5.in | 2 +- doc/man/task-sync.5.in | 2 +- doc/man/task.1.in | 2 +- doc/man/taskrc.5.in | 2 +- doc/rc/dark-16.theme | 2 +- doc/rc/dark-256.theme | 2 +- doc/rc/dark-blue-256.theme | 2 +- doc/rc/dark-gray-256.theme | 2 +- doc/rc/dark-gray-blue-256.theme | 2 +- doc/rc/dark-green-256.theme | 2 +- doc/rc/dark-red-256.theme | 2 +- doc/rc/dark-violets-256.theme | 2 +- doc/rc/dark-yellow-green.theme | 2 +- doc/rc/light-16.theme | 2 +- doc/rc/light-256.theme | 2 +- doc/rc/no-color.theme | 2 +- doc/rc/solarized-dark-256.theme | 2 +- doc/rc/solarized-light-256.theme | 2 +- scripts/add-ons/update-holidays.pl | 4 ++-- scripts/bash/task.sh | 2 +- scripts/fish/task.fish | 2 +- scripts/utils/l10n | 2 +- scripts/vim/README | 2 +- scripts/vim/ftdetect/task.vim | 2 +- scripts/vim/syntax/taskdata.vim | 2 +- scripts/vim/syntax/taskedit.vim | 2 +- scripts/vim/syntax/taskrc.vim | 2 +- scripts/zsh/_task | 2 +- src/CLI2.cpp | 2 +- src/CLI2.h | 2 +- src/Color.cpp | 2 +- src/Color.h | 2 +- src/Config.cpp | 2 +- src/Config.h | 2 +- src/Context.cpp | 2 +- src/Context.h | 2 +- src/DOM.cpp | 2 +- src/DOM.h | 2 +- src/Dates.cpp | 2 +- src/Dates.h | 2 +- src/Eval.cpp | 2 +- src/Eval.h | 2 +- src/Filter.cpp | 2 +- src/Filter.h | 2 +- src/Hooks.cpp | 2 +- src/Hooks.h | 2 +- src/ISO8601.cpp | 2 +- src/ISO8601.h | 2 +- src/Lexer.cpp | 2 +- src/Lexer.h | 2 +- src/Nibbler.cpp | 2 +- src/Nibbler.h | 2 +- src/TDB2.cpp | 2 +- src/TDB2.h | 2 +- src/TLSClient.cpp | 2 +- src/TLSClient.h | 2 +- src/Task.cpp | 2 +- src/Task.h | 2 +- src/Variant.cpp | 2 +- src/Variant.h | 2 +- src/ViewTask.cpp | 2 +- src/ViewTask.h | 2 +- src/calc.cpp | 2 +- src/columns/ColDepends.cpp | 2 +- src/columns/ColDepends.h | 2 +- src/columns/ColDescription.cpp | 2 +- src/columns/ColDescription.h | 2 +- src/columns/ColDue.cpp | 2 +- src/columns/ColDue.h | 2 +- src/columns/ColEnd.cpp | 2 +- src/columns/ColEnd.h | 2 +- src/columns/ColEntry.cpp | 2 +- src/columns/ColEntry.h | 2 +- src/columns/ColID.cpp | 2 +- src/columns/ColID.h | 2 +- src/columns/ColIMask.cpp | 2 +- src/columns/ColIMask.h | 2 +- src/columns/ColMask.cpp | 2 +- src/columns/ColMask.h | 2 +- src/columns/ColModified.cpp | 2 +- src/columns/ColModified.h | 2 +- src/columns/ColParent.cpp | 2 +- src/columns/ColParent.h | 2 +- src/columns/ColProject.cpp | 2 +- src/columns/ColProject.h | 2 +- src/columns/ColRecur.cpp | 2 +- src/columns/ColRecur.h | 2 +- src/columns/ColScheduled.cpp | 2 +- src/columns/ColScheduled.h | 2 +- src/columns/ColStart.cpp | 2 +- src/columns/ColStart.h | 2 +- src/columns/ColStatus.cpp | 2 +- src/columns/ColStatus.h | 2 +- src/columns/ColString.cpp | 2 +- src/columns/ColString.h | 2 +- src/columns/ColTags.cpp | 2 +- src/columns/ColTags.h | 2 +- src/columns/ColTypeDate.cpp | 2 +- src/columns/ColTypeDate.h | 2 +- src/columns/ColTypeDuration.cpp | 2 +- src/columns/ColTypeDuration.h | 2 +- src/columns/ColTypeNumeric.cpp | 2 +- src/columns/ColTypeNumeric.h | 2 +- src/columns/ColTypeString.cpp | 2 +- src/columns/ColTypeString.h | 2 +- src/columns/ColUDA.cpp | 2 +- src/columns/ColUDA.h | 2 +- src/columns/ColUUID.cpp | 2 +- src/columns/ColUUID.h | 2 +- src/columns/ColUntil.cpp | 2 +- src/columns/ColUntil.h | 2 +- src/columns/ColUrgency.cpp | 2 +- src/columns/ColUrgency.h | 2 +- src/columns/ColWait.cpp | 2 +- src/columns/ColWait.h | 2 +- src/columns/Column.cpp | 2 +- src/columns/Column.h | 2 +- src/commands/CmdAdd.cpp | 2 +- src/commands/CmdAdd.h | 2 +- src/commands/CmdAliases.cpp | 2 +- src/commands/CmdAliases.h | 2 +- src/commands/CmdAnnotate.cpp | 2 +- src/commands/CmdAnnotate.h | 2 +- src/commands/CmdAppend.cpp | 2 +- src/commands/CmdAppend.h | 2 +- src/commands/CmdAttributes.cpp | 2 +- src/commands/CmdAttributes.h | 2 +- src/commands/CmdBurndown.cpp | 2 +- src/commands/CmdBurndown.h | 2 +- src/commands/CmdCalc.cpp | 2 +- src/commands/CmdCalc.h | 2 +- src/commands/CmdCalendar.cpp | 2 +- src/commands/CmdCalendar.h | 2 +- src/commands/CmdColor.cpp | 2 +- src/commands/CmdColor.h | 2 +- src/commands/CmdColumns.cpp | 2 +- src/commands/CmdColumns.h | 2 +- src/commands/CmdCommands.cpp | 2 +- src/commands/CmdCommands.h | 2 +- src/commands/CmdConfig.cpp | 2 +- src/commands/CmdConfig.h | 2 +- src/commands/CmdContext.cpp | 2 +- src/commands/CmdContext.h | 2 +- src/commands/CmdCount.cpp | 2 +- src/commands/CmdCount.h | 2 +- src/commands/CmdCustom.cpp | 2 +- src/commands/CmdCustom.h | 2 +- src/commands/CmdDelete.cpp | 2 +- src/commands/CmdDelete.h | 2 +- src/commands/CmdDenotate.cpp | 2 +- src/commands/CmdDenotate.h | 2 +- src/commands/CmdDiagnostics.cpp | 2 +- src/commands/CmdDiagnostics.h | 2 +- src/commands/CmdDone.cpp | 2 +- src/commands/CmdDone.h | 2 +- src/commands/CmdDuplicate.cpp | 2 +- src/commands/CmdDuplicate.h | 2 +- src/commands/CmdEdit.cpp | 2 +- src/commands/CmdEdit.h | 2 +- src/commands/CmdExec.cpp | 2 +- src/commands/CmdExec.h | 2 +- src/commands/CmdExport.cpp | 2 +- src/commands/CmdExport.h | 2 +- src/commands/CmdGet.cpp | 2 +- src/commands/CmdGet.h | 2 +- src/commands/CmdHelp.cpp | 2 +- src/commands/CmdHelp.h | 2 +- src/commands/CmdHistory.cpp | 2 +- src/commands/CmdHistory.h | 2 +- src/commands/CmdIDs.cpp | 2 +- src/commands/CmdIDs.h | 2 +- src/commands/CmdImport.cpp | 2 +- src/commands/CmdImport.h | 2 +- src/commands/CmdInfo.cpp | 2 +- src/commands/CmdInfo.h | 2 +- src/commands/CmdLog.cpp | 2 +- src/commands/CmdLog.h | 2 +- src/commands/CmdLogo.cpp | 2 +- src/commands/CmdLogo.h | 2 +- src/commands/CmdModify.cpp | 2 +- src/commands/CmdModify.h | 2 +- src/commands/CmdPrepend.cpp | 2 +- src/commands/CmdPrepend.h | 2 +- src/commands/CmdProjects.cpp | 2 +- src/commands/CmdProjects.h | 2 +- src/commands/CmdPurge.cpp | 2 +- src/commands/CmdPurge.h | 2 +- src/commands/CmdReports.cpp | 2 +- src/commands/CmdReports.h | 2 +- src/commands/CmdShow.cpp | 2 +- src/commands/CmdShow.h | 2 +- src/commands/CmdStart.cpp | 2 +- src/commands/CmdStart.h | 2 +- src/commands/CmdStats.cpp | 2 +- src/commands/CmdStats.h | 2 +- src/commands/CmdStop.cpp | 2 +- src/commands/CmdStop.h | 2 +- src/commands/CmdSummary.cpp | 2 +- src/commands/CmdSummary.h | 2 +- src/commands/CmdSync.cpp | 2 +- src/commands/CmdSync.h | 2 +- src/commands/CmdTags.cpp | 2 +- src/commands/CmdTags.h | 2 +- src/commands/CmdTimesheet.cpp | 2 +- src/commands/CmdTimesheet.h | 2 +- src/commands/CmdUDAs.cpp | 2 +- src/commands/CmdUDAs.h | 2 +- src/commands/CmdUndo.cpp | 2 +- src/commands/CmdUndo.h | 2 +- src/commands/CmdUnique.cpp | 2 +- src/commands/CmdUnique.h | 2 +- src/commands/CmdUrgency.cpp | 2 +- src/commands/CmdUrgency.h | 2 +- src/commands/CmdVersion.cpp | 2 +- src/commands/CmdVersion.h | 2 +- src/commands/Command.cpp | 2 +- src/commands/Command.h | 2 +- src/dependency.cpp | 2 +- src/feedback.cpp | 2 +- src/i18n.h | 2 +- src/l10n/deu-DEU.h | 4 ++-- src/l10n/eng-USA.h | 4 ++-- src/l10n/epo-RUS.h | 2 +- src/l10n/esp-ESP.h | 4 ++-- src/l10n/fra-FRA.h | 4 ++-- src/l10n/ita-ITA.h | 4 ++-- src/l10n/jpn-JPN.h | 4 ++-- src/l10n/pol-POL.h | 4 ++-- src/l10n/por-PRT.h | 4 ++-- src/legacy.cpp | 2 +- src/main.cpp | 2 +- src/main.h | 2 +- src/recur.cpp | 2 +- src/rules.cpp | 2 +- src/sort.cpp | 2 +- src/util.cpp | 2 +- src/util.h | 2 +- test/abbreviation.t | 2 +- test/add.t | 2 +- test/alias.t | 2 +- test/annotate.t | 2 +- test/append.t | 2 +- test/args.t | 2 +- test/backlog.t | 2 +- test/bash_completion.t | 2 +- test/bash_tap.sh | 2 +- test/bash_tap_tw.sh | 2 +- test/blocked.t | 2 +- test/bulk.t | 2 +- test/burndown.t | 2 +- test/calc.t | 2 +- test/calendar.t | 2 +- test/caseless.t | 2 +- test/col.t.cpp | 2 +- test/color.cmd.t | 2 +- test/color.rules.t | 2 +- test/color.t.cpp | 2 +- test/columns.t | 2 +- test/commands.t | 2 +- test/completed.t | 2 +- test/config.t.cpp | 2 +- test/configuration.t | 2 +- test/confirmation.t | 2 +- test/context.t | 2 +- test/count.t | 2 +- test/custom.config.t | 2 +- test/custom.recur_ind.t | 2 +- test/custom.t | 2 +- test/custom.tag_ind.t | 2 +- test/date.iso.t | 2 +- test/dateformat.t | 2 +- test/dates.t.cpp | 2 +- test/datesort.t | 2 +- test/datetime-negative.t | 2 +- test/debug.t | 2 +- test/default.t | 2 +- test/delete.t | 2 +- test/denotate.t | 2 +- test/dependencies.t | 2 +- test/diag.t | 2 +- test/diag_color.t | 2 +- test/dom.t | 2 +- test/due.t | 2 +- test/duplicate.t | 2 +- test/edit.t | 2 +- test/encoding.t | 2 +- test/enpassant.t | 2 +- test/eval.t.cpp | 2 +- test/exec.t | 2 +- test/export.t | 2 +- test/feature.559.t | 2 +- test/feature.default.project.t | 2 +- test/feature.print.empty.columns.t | 2 +- test/feature.recurrence.t | 2 +- test/feedback.t | 2 +- test/filter.t | 2 +- test/fontunderline.t | 2 +- test/format.t | 2 +- test/gc.t | 2 +- test/helpers.t | 2 +- test/history.t | 2 +- test/hooks.env.t | 2 +- test/hooks.on-add.t | 2 +- test/hooks.on-exit.t | 2 +- test/hooks.on-launch.t | 2 +- test/hooks.on-modify.t | 2 +- test/hyphenate.t | 2 +- test/ids.t | 2 +- test/import.t | 2 +- test/info.t | 2 +- test/iso8601d.t.cpp | 2 +- test/iso8601p.t.cpp | 2 +- test/lexer.t.cpp | 2 +- test/limit.t | 2 +- test/list.all.projects.t | 2 +- test/log.t | 2 +- test/logo.t | 2 +- test/math.t | 2 +- test/modify.t | 2 +- test/nag.t | 2 +- test/nibbler.t.cpp | 2 +- test/obfuscate.t | 2 +- test/oldest.t | 2 +- test/operators.t | 2 +- test/overdue.t | 2 +- test/partial.t | 2 +- test/prepend.t | 2 +- test/pri_sort.t | 2 +- test/project.t | 2 +- test/purge.t | 2 +- test/quotes.t | 2 +- test/rc.override.t | 2 +- test/recurrence.t | 2 +- test/reports.t | 2 +- test/search.t | 2 +- test/sequence.t | 2 +- test/shell.t | 2 +- test/show.t | 2 +- test/simpletap/__init__.py | 2 +- test/sorting.t | 2 +- test/special.t | 2 +- test/start.t | 2 +- test/stats.t | 2 +- test/substitute.t | 2 +- test/sugar.t | 2 +- test/summary.t | 2 +- test/t.t.cpp | 2 +- test/tag.t | 2 +- test/taskrc.t | 2 +- test/tdb2.t.cpp | 2 +- test/template.t | 2 +- test/test.cpp | 2 +- test/test.h | 2 +- test/timesheet.t | 2 +- test/tw-1379.t | 2 +- test/tw-20.t | 2 +- test/tw-262.t | 2 +- test/tw-295.t | 2 +- test/tw-46.t | 2 +- test/uda.t | 2 +- test/uda_orphan.t | 2 +- test/uda_report.t | 2 +- test/uda_sort.t | 2 +- test/undo.t | 2 +- test/unicode.t | 2 +- test/unique.t | 2 +- test/upgrade.t | 2 +- test/urgency.t | 2 +- test/urgency_inherit.t | 2 +- test/util.t.cpp | 2 +- test/uuid.t | 2 +- test/variant_add.t.cpp | 2 +- test/variant_and.t.cpp | 2 +- test/variant_cast.t.cpp | 2 +- test/variant_divide.t.cpp | 2 +- test/variant_equal.t.cpp | 2 +- test/variant_exp.t.cpp | 2 +- test/variant_gt.t.cpp | 2 +- test/variant_gte.t.cpp | 2 +- test/variant_inequal.t.cpp | 2 +- test/variant_lt.t.cpp | 2 +- test/variant_lte.t.cpp | 2 +- test/variant_match.t.cpp | 2 +- test/variant_math.t.cpp | 2 +- test/variant_modulo.t.cpp | 2 +- test/variant_multiply.t.cpp | 2 +- test/variant_nomatch.t.cpp | 2 +- test/variant_not.t.cpp | 2 +- test/variant_or.t.cpp | 2 +- test/variant_partial.t.cpp | 2 +- test/variant_subtract.t.cpp | 2 +- test/variant_xor.t.cpp | 2 +- test/verbose.t | 2 +- test/version.t | 2 +- test/view.t.cpp | 2 +- test/wait.t | 2 +- 398 files changed, 407 insertions(+), 407 deletions(-) diff --git a/COPYING b/COPYING index a518570b0..c2b94e5eb 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ Taskwarrior - a command line task list manager. -Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/LICENSE b/LICENSE index a518570b0..c2b94e5eb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Taskwarrior - a command line task list manager. -Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/doc/man/task-color.5.in b/doc/man/task-color.5.in index 4b35d8782..25c96de51 100644 --- a/doc/man/task-color.5.in +++ b/doc/man/task-color.5.in @@ -316,7 +316,7 @@ Better yet, create your own, and share it. We will gladly host the theme file on . .SH "CREDITS & COPYRIGHTS" -Copyright (C) 2006 \- 2016 P. Beckingham, F. Hernandez. +Copyright (C) 2006 \- 2017 P. Beckingham, F. Hernandez. Taskwarrior is distributed under the MIT license. See http://www.opensource.org/licenses/mit-license.php for more information. diff --git a/doc/man/task-sync.5.in b/doc/man/task-sync.5.in index 454628cf4..001185084 100644 --- a/doc/man/task-sync.5.in +++ b/doc/man/task-sync.5.in @@ -143,7 +143,7 @@ Weaknesses: - You need to manage your own server, or gain access to a hosted server. .SH "CREDITS & COPYRIGHTS" -Copyright (C) 2006 \- 2016 P. Beckingham, F. Hernandez. +Copyright (C) 2006 \- 2017 P. Beckingham, F. Hernandez. Taskwarrior is distributed under the MIT license. See http://www.opensource.org/licenses/mit-license.php for more information. diff --git a/doc/man/task.1.in b/doc/man/task.1.in index f7d4e0c40..9467fdb56 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -1284,7 +1284,7 @@ The file that contains the completed ("done") tasks. The file that contains information needed by the "undo" command. .SH "CREDITS & COPYRIGHTS" -Copyright (C) 2006 \- 2016 P. Beckingham, F. Hernandez. +Copyright (C) 2006 \- 2017 P. Beckingham, F. Hernandez. Taskwarrior is distributed under the MIT license. See http://www.opensource.org/licenses/mit-license.php for more information. diff --git a/doc/man/taskrc.5.in b/doc/man/taskrc.5.in index 3a708e496..cb22bf429 100644 --- a/doc/man/taskrc.5.in +++ b/doc/man/taskrc.5.in @@ -1495,7 +1495,7 @@ Default is "NORMAL". See GnuTLS documentation for full details. .RE .SH "CREDITS & COPYRIGHTS" -Copyright (C) 2006 \- 2016 P. Beckingham, F. Hernandez. +Copyright (C) 2006 \- 2017 P. Beckingham, F. Hernandez. This man page was originally written by Federico Hernandez. diff --git a/doc/rc/dark-16.theme b/doc/rc/dark-16.theme index c23a818a9..fecc32783 100644 --- a/doc/rc/dark-16.theme +++ b/doc/rc/dark-16.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/doc/rc/dark-256.theme b/doc/rc/dark-256.theme index 8f44614b5..1230e1960 100644 --- a/doc/rc/dark-256.theme +++ b/doc/rc/dark-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/doc/rc/dark-blue-256.theme b/doc/rc/dark-blue-256.theme index 7ed86d44e..6905cca62 100644 --- a/doc/rc/dark-blue-256.theme +++ b/doc/rc/dark-blue-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/doc/rc/dark-gray-256.theme b/doc/rc/dark-gray-256.theme index 13732186e..03df132b3 100644 --- a/doc/rc/dark-gray-256.theme +++ b/doc/rc/dark-gray-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/doc/rc/dark-gray-blue-256.theme b/doc/rc/dark-gray-blue-256.theme index 1212eb520..3ab9b8af5 100644 --- a/doc/rc/dark-gray-blue-256.theme +++ b/doc/rc/dark-gray-blue-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/doc/rc/dark-green-256.theme b/doc/rc/dark-green-256.theme index b015f6fa7..622fd5b91 100644 --- a/doc/rc/dark-green-256.theme +++ b/doc/rc/dark-green-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/doc/rc/dark-red-256.theme b/doc/rc/dark-red-256.theme index c577986bc..614d702d0 100644 --- a/doc/rc/dark-red-256.theme +++ b/doc/rc/dark-red-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/doc/rc/dark-violets-256.theme b/doc/rc/dark-violets-256.theme index 265a94a32..6788610cc 100644 --- a/doc/rc/dark-violets-256.theme +++ b/doc/rc/dark-violets-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/doc/rc/dark-yellow-green.theme b/doc/rc/dark-yellow-green.theme index a09d6efef..7949e5bcf 100644 --- a/doc/rc/dark-yellow-green.theme +++ b/doc/rc/dark-yellow-green.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/doc/rc/light-16.theme b/doc/rc/light-16.theme index 7e1ebaf52..e0a32ce04 100644 --- a/doc/rc/light-16.theme +++ b/doc/rc/light-16.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/doc/rc/light-256.theme b/doc/rc/light-256.theme index 44d1384c5..c75b7cef5 100644 --- a/doc/rc/light-256.theme +++ b/doc/rc/light-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/doc/rc/no-color.theme b/doc/rc/no-color.theme index c72b4f94e..2eee698ea 100644 --- a/doc/rc/no-color.theme +++ b/doc/rc/no-color.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/doc/rc/solarized-dark-256.theme b/doc/rc/solarized-dark-256.theme index 264c66584..fe402484c 100644 --- a/doc/rc/solarized-dark-256.theme +++ b/doc/rc/solarized-dark-256.theme @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/doc/rc/solarized-light-256.theme b/doc/rc/solarized-light-256.theme index 2702103a1..c6ddcefef 100644 --- a/doc/rc/solarized-light-256.theme +++ b/doc/rc/solarized-light-256.theme @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/scripts/add-ons/update-holidays.pl b/scripts/add-ons/update-holidays.pl index 5205b5b1e..0237fa3a9 100755 --- a/scripts/add-ons/update-holidays.pl +++ b/scripts/add-ons/update-holidays.pl @@ -1,7 +1,7 @@ #! /usr/bin/perl ################################################################################ ## -## Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +## Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. ## ## Permission is hereby granted, free of charge, to any person obtaining a copy ## of this software and associated documentation files (the "Software"), to deal @@ -189,7 +189,7 @@ if (open my $fh, '>:utf8', $file) "# ${url_current}\n", "# ${url_next}\n", "#\n", - "# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez.\n", + "# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez.\n", "#\n", "# Permission is hereby granted, free of charge, to any person obtaining a copy\n", "# of this software and associated documentation files (the \"Software\"), to deal\n", diff --git a/scripts/bash/task.sh b/scripts/bash/task.sh index ecb4fd528..2671bc37b 100644 --- a/scripts/bash/task.sh +++ b/scripts/bash/task.sh @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/scripts/fish/task.fish b/scripts/fish/task.fish index 4daa4c65b..74804200e 100644 --- a/scripts/fish/task.fish +++ b/scripts/fish/task.fish @@ -33,7 +33,7 @@ # set -g task_complete_attribute_modifiers yes # # -# Copyright 2014 - 2016, Roman Inflianskas +# Copyright 2014 - 2017, Roman Inflianskas # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/scripts/utils/l10n b/scripts/utils/l10n index 2a4fd24b2..4601a2e1a 100755 --- a/scripts/utils/l10n +++ b/scripts/utils/l10n @@ -1,7 +1,7 @@ #!/usr/bin/env python2.7 ################################################################################ ## -## Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +## Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. ## ## Permission is hereby granted, free of charge, to any person obtaining a copy ## of this software and associated documentation files (the "Software"), to deal diff --git a/scripts/vim/README b/scripts/vim/README index b250adc0a..8de0d826c 100644 --- a/scripts/vim/README +++ b/scripts/vim/README @@ -53,7 +53,7 @@ You should then be ready to go. --- All four above mentioned files are -Copyright 2009 - 2016 John Florian +Copyright 2009 - 2017 John Florian and are available under the MIT license. For the full text of this license, see COPYING. diff --git a/scripts/vim/ftdetect/task.vim b/scripts/vim/ftdetect/task.vim index 241b63a79..137881e53 100644 --- a/scripts/vim/ftdetect/task.vim +++ b/scripts/vim/ftdetect/task.vim @@ -4,7 +4,7 @@ " Maintainer: John Florian " Updated: Thu Dec 10 18:28:26 EST 2009 " -" Copyright 2009 - 2016 John Florian +" Copyright 2009 - 2017 John Florian " " This file is available under the MIT license. " For the full text of this license, see COPYING. diff --git a/scripts/vim/syntax/taskdata.vim b/scripts/vim/syntax/taskdata.vim index 6782f732f..f290f68c8 100644 --- a/scripts/vim/syntax/taskdata.vim +++ b/scripts/vim/syntax/taskdata.vim @@ -3,7 +3,7 @@ " Maintainer: John Florian " Updated: Wed Jul 8 19:46:20 EDT 2009 " -" Copyright 2009 - 2016 John Florian +" Copyright 2009 - 2017 John Florian " " This file is available under the MIT license. " For the full text of this license, see COPYING. diff --git a/scripts/vim/syntax/taskedit.vim b/scripts/vim/syntax/taskedit.vim index 2edbb7899..39b9c51ee 100644 --- a/scripts/vim/syntax/taskedit.vim +++ b/scripts/vim/syntax/taskedit.vim @@ -3,7 +3,7 @@ " Maintainer: John Florian " Updated: Wed Jul 8 19:46:32 EDT 2009 " -" Copyright 2009 - 2016 John Florian +" Copyright 2009 - 2017 John Florian " " This file is available under the MIT license. " For the full text of this license, see COPYING. diff --git a/scripts/vim/syntax/taskrc.vim b/scripts/vim/syntax/taskrc.vim index 1ff32cb4e..42841d2a8 100644 --- a/scripts/vim/syntax/taskrc.vim +++ b/scripts/vim/syntax/taskrc.vim @@ -1,6 +1,6 @@ " Vim syntax file " -" Copyright (c) 2014 - 2016 Taskwarrior Team +" Copyright (c) 2014 - 2017 Taskwarrior Team " Copyright (c) 2009 - 2014 John Florian " " Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/scripts/zsh/_task b/scripts/zsh/_task index 46628be94..8b7ac5354 100644 --- a/scripts/zsh/_task +++ b/scripts/zsh/_task @@ -1,6 +1,6 @@ #compdef task # -# Copyright 2010 - 2016 Johannes Schlatow +# Copyright 2010 - 2017 Johannes Schlatow # Copyright 2009 P.C. Shyamshankar # # Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/CLI2.cpp b/src/CLI2.cpp index 1baf8ecc5..271a39e23 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/CLI2.h b/src/CLI2.h index db0029b45..0e5595ad0 100644 --- a/src/CLI2.h +++ b/src/CLI2.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Color.cpp b/src/Color.cpp index a516e2270..7a2ce0449 100644 --- a/src/Color.cpp +++ b/src/Color.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Color.h b/src/Color.h index f998c40f6..5e39bb00e 100644 --- a/src/Color.h +++ b/src/Color.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Config.cpp b/src/Config.cpp index de914f11e..d230e1624 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Config.h b/src/Config.h index a3a49dc54..745493a8e 100644 --- a/src/Config.h +++ b/src/Config.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Context.cpp b/src/Context.cpp index d7ab0c59b..1b0bfd131 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Context.h b/src/Context.h index 0c249c91b..64257d661 100644 --- a/src/Context.h +++ b/src/Context.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/DOM.cpp b/src/DOM.cpp index eba6b30aa..cdfd34f6b 100644 --- a/src/DOM.cpp +++ b/src/DOM.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/DOM.h b/src/DOM.h index ecbc6fe8d..f1cdef7a6 100644 --- a/src/DOM.h +++ b/src/DOM.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Dates.cpp b/src/Dates.cpp index 5fc17e25d..d091cc069 100644 --- a/src/Dates.cpp +++ b/src/Dates.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Dates.h b/src/Dates.h index 2da362dc8..a214a41db 100644 --- a/src/Dates.h +++ b/src/Dates.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Eval.cpp b/src/Eval.cpp index f4f0a2a2f..a1ca83d25 100644 --- a/src/Eval.cpp +++ b/src/Eval.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Eval.h b/src/Eval.h index abf53a45f..dabf2ccdd 100644 --- a/src/Eval.h +++ b/src/Eval.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Filter.cpp b/src/Filter.cpp index 9e7d06c07..73d4e3379 100644 --- a/src/Filter.cpp +++ b/src/Filter.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Filter.h b/src/Filter.h index 604f06ab8..48a2f9c32 100644 --- a/src/Filter.h +++ b/src/Filter.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Hooks.cpp b/src/Hooks.cpp index 1ef6abbde..b6a2dd05f 100644 --- a/src/Hooks.cpp +++ b/src/Hooks.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Hooks.h b/src/Hooks.h index 2c76e292e..d4e29e9f9 100644 --- a/src/Hooks.h +++ b/src/Hooks.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/ISO8601.cpp b/src/ISO8601.cpp index 9528393dc..d9c02031a 100644 --- a/src/ISO8601.cpp +++ b/src/ISO8601.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/ISO8601.h b/src/ISO8601.h index b3f82e5aa..a28f8edee 100644 --- a/src/ISO8601.h +++ b/src/ISO8601.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Lexer.cpp b/src/Lexer.cpp index 0d1d6e7b7..ba9174cbb 100644 --- a/src/Lexer.cpp +++ b/src/Lexer.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Lexer.h b/src/Lexer.h index a201203f0..faab3848e 100644 --- a/src/Lexer.h +++ b/src/Lexer.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Nibbler.cpp b/src/Nibbler.cpp index 4339f8c74..23331aae6 100644 --- a/src/Nibbler.cpp +++ b/src/Nibbler.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Nibbler.h b/src/Nibbler.h index e3cea065e..3b34bdd3d 100644 --- a/src/Nibbler.h +++ b/src/Nibbler.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/TDB2.cpp b/src/TDB2.cpp index 1961a8e9f..cde16fe00 100644 --- a/src/TDB2.cpp +++ b/src/TDB2.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/TDB2.h b/src/TDB2.h index 0b6f7ea34..6ca31bade 100644 --- a/src/TDB2.h +++ b/src/TDB2.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/TLSClient.cpp b/src/TLSClient.cpp index 778ea1267..db9d7e02f 100644 --- a/src/TLSClient.cpp +++ b/src/TLSClient.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/TLSClient.h b/src/TLSClient.h index b51aa38c1..d02a7ae8c 100644 --- a/src/TLSClient.h +++ b/src/TLSClient.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Task.cpp b/src/Task.cpp index c0aaf4338..1fa953265 100644 --- a/src/Task.cpp +++ b/src/Task.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Task.h b/src/Task.h index b4cf6d336..5d7961781 100644 --- a/src/Task.h +++ b/src/Task.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Variant.cpp b/src/Variant.cpp index 0bcdbe898..5c9def5a7 100644 --- a/src/Variant.cpp +++ b/src/Variant.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Variant.h b/src/Variant.h index 6bd2f425f..dd523710e 100644 --- a/src/Variant.h +++ b/src/Variant.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/ViewTask.cpp b/src/ViewTask.cpp index 37e82e40f..6c7017409 100644 --- a/src/ViewTask.cpp +++ b/src/ViewTask.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/ViewTask.h b/src/ViewTask.h index e46a1b477..58396908b 100644 --- a/src/ViewTask.h +++ b/src/ViewTask.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/calc.cpp b/src/calc.cpp index 55a7e4065..cfd9c7464 100644 --- a/src/calc.cpp +++ b/src/calc.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColDepends.cpp b/src/columns/ColDepends.cpp index ce425776b..16ae70ee3 100644 --- a/src/columns/ColDepends.cpp +++ b/src/columns/ColDepends.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColDepends.h b/src/columns/ColDepends.h index c46a82610..a0bc87395 100644 --- a/src/columns/ColDepends.h +++ b/src/columns/ColDepends.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColDescription.cpp b/src/columns/ColDescription.cpp index 512ce02c1..7dc20613e 100644 --- a/src/columns/ColDescription.cpp +++ b/src/columns/ColDescription.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColDescription.h b/src/columns/ColDescription.h index b35234404..0aeb49fe4 100644 --- a/src/columns/ColDescription.h +++ b/src/columns/ColDescription.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColDue.cpp b/src/columns/ColDue.cpp index 2cf64a79e..50ffd849d 100644 --- a/src/columns/ColDue.cpp +++ b/src/columns/ColDue.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColDue.h b/src/columns/ColDue.h index 954d23415..3b0e1b7b2 100644 --- a/src/columns/ColDue.h +++ b/src/columns/ColDue.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColEnd.cpp b/src/columns/ColEnd.cpp index 29704a093..fcc4aee47 100644 --- a/src/columns/ColEnd.cpp +++ b/src/columns/ColEnd.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColEnd.h b/src/columns/ColEnd.h index c60314c99..e35ac4e55 100644 --- a/src/columns/ColEnd.h +++ b/src/columns/ColEnd.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColEntry.cpp b/src/columns/ColEntry.cpp index 8a75b8f50..63959fee3 100644 --- a/src/columns/ColEntry.cpp +++ b/src/columns/ColEntry.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColEntry.h b/src/columns/ColEntry.h index 6b1f90da8..a729ae732 100644 --- a/src/columns/ColEntry.h +++ b/src/columns/ColEntry.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColID.cpp b/src/columns/ColID.cpp index 48e7c016c..0108facef 100644 --- a/src/columns/ColID.cpp +++ b/src/columns/ColID.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColID.h b/src/columns/ColID.h index 795002071..88ee3ea22 100644 --- a/src/columns/ColID.h +++ b/src/columns/ColID.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColIMask.cpp b/src/columns/ColIMask.cpp index 5f053fa98..dc14682d2 100644 --- a/src/columns/ColIMask.cpp +++ b/src/columns/ColIMask.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColIMask.h b/src/columns/ColIMask.h index ef3c46396..5d5200cb5 100644 --- a/src/columns/ColIMask.h +++ b/src/columns/ColIMask.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColMask.cpp b/src/columns/ColMask.cpp index 08a8e70e5..8bbcb2a9c 100644 --- a/src/columns/ColMask.cpp +++ b/src/columns/ColMask.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColMask.h b/src/columns/ColMask.h index 29f23e670..7603998f3 100644 --- a/src/columns/ColMask.h +++ b/src/columns/ColMask.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColModified.cpp b/src/columns/ColModified.cpp index 1a169ffc9..97f8cc4bf 100644 --- a/src/columns/ColModified.cpp +++ b/src/columns/ColModified.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColModified.h b/src/columns/ColModified.h index e42f4c8bb..a1768f9b8 100644 --- a/src/columns/ColModified.h +++ b/src/columns/ColModified.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColParent.cpp b/src/columns/ColParent.cpp index 38518681f..5222a3636 100644 --- a/src/columns/ColParent.cpp +++ b/src/columns/ColParent.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColParent.h b/src/columns/ColParent.h index b161bfa78..5400776b9 100644 --- a/src/columns/ColParent.h +++ b/src/columns/ColParent.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColProject.cpp b/src/columns/ColProject.cpp index 069563db8..aab4167a7 100644 --- a/src/columns/ColProject.cpp +++ b/src/columns/ColProject.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColProject.h b/src/columns/ColProject.h index 87aace25f..e08f74aab 100644 --- a/src/columns/ColProject.h +++ b/src/columns/ColProject.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColRecur.cpp b/src/columns/ColRecur.cpp index 129c0e4ac..49f34fa69 100644 --- a/src/columns/ColRecur.cpp +++ b/src/columns/ColRecur.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColRecur.h b/src/columns/ColRecur.h index e83a9457d..14a462427 100644 --- a/src/columns/ColRecur.h +++ b/src/columns/ColRecur.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColScheduled.cpp b/src/columns/ColScheduled.cpp index bd3beeb13..72970dec2 100644 --- a/src/columns/ColScheduled.cpp +++ b/src/columns/ColScheduled.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColScheduled.h b/src/columns/ColScheduled.h index 2f3cbca50..d1aa6de31 100644 --- a/src/columns/ColScheduled.h +++ b/src/columns/ColScheduled.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColStart.cpp b/src/columns/ColStart.cpp index df807d045..704a881d3 100644 --- a/src/columns/ColStart.cpp +++ b/src/columns/ColStart.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColStart.h b/src/columns/ColStart.h index aa91ecc3c..2ef61ca5c 100644 --- a/src/columns/ColStart.h +++ b/src/columns/ColStart.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColStatus.cpp b/src/columns/ColStatus.cpp index ef403bd00..b06903648 100644 --- a/src/columns/ColStatus.cpp +++ b/src/columns/ColStatus.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColStatus.h b/src/columns/ColStatus.h index 226450a2f..ebd02855b 100644 --- a/src/columns/ColStatus.h +++ b/src/columns/ColStatus.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColString.cpp b/src/columns/ColString.cpp index 5313b0ad0..fca7a57d4 100644 --- a/src/columns/ColString.cpp +++ b/src/columns/ColString.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColString.h b/src/columns/ColString.h index f228d38fc..53c637548 100644 --- a/src/columns/ColString.h +++ b/src/columns/ColString.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColTags.cpp b/src/columns/ColTags.cpp index c32232030..546753077 100644 --- a/src/columns/ColTags.cpp +++ b/src/columns/ColTags.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColTags.h b/src/columns/ColTags.h index c248b4b22..b980881e9 100644 --- a/src/columns/ColTags.h +++ b/src/columns/ColTags.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColTypeDate.cpp b/src/columns/ColTypeDate.cpp index 357c9d6ce..8aab66b62 100644 --- a/src/columns/ColTypeDate.cpp +++ b/src/columns/ColTypeDate.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColTypeDate.h b/src/columns/ColTypeDate.h index 789339c04..4b9b8bed5 100644 --- a/src/columns/ColTypeDate.h +++ b/src/columns/ColTypeDate.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColTypeDuration.cpp b/src/columns/ColTypeDuration.cpp index b3e433d81..357641bd5 100644 --- a/src/columns/ColTypeDuration.cpp +++ b/src/columns/ColTypeDuration.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColTypeDuration.h b/src/columns/ColTypeDuration.h index d556a486c..9a38b796b 100644 --- a/src/columns/ColTypeDuration.h +++ b/src/columns/ColTypeDuration.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColTypeNumeric.cpp b/src/columns/ColTypeNumeric.cpp index b69147f1f..725fbe8b9 100644 --- a/src/columns/ColTypeNumeric.cpp +++ b/src/columns/ColTypeNumeric.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColTypeNumeric.h b/src/columns/ColTypeNumeric.h index ff2f9c12b..1da8f0b83 100644 --- a/src/columns/ColTypeNumeric.h +++ b/src/columns/ColTypeNumeric.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColTypeString.cpp b/src/columns/ColTypeString.cpp index af91ae008..18d3f67d1 100644 --- a/src/columns/ColTypeString.cpp +++ b/src/columns/ColTypeString.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColTypeString.h b/src/columns/ColTypeString.h index 697c98e51..0f6d22164 100644 --- a/src/columns/ColTypeString.h +++ b/src/columns/ColTypeString.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColUDA.cpp b/src/columns/ColUDA.cpp index b59e4c562..88d895fe3 100644 --- a/src/columns/ColUDA.cpp +++ b/src/columns/ColUDA.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColUDA.h b/src/columns/ColUDA.h index 8d22ee976..6bf3b4d1e 100644 --- a/src/columns/ColUDA.h +++ b/src/columns/ColUDA.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColUUID.cpp b/src/columns/ColUUID.cpp index 83f1a7dc9..802ecb5fa 100644 --- a/src/columns/ColUUID.cpp +++ b/src/columns/ColUUID.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColUUID.h b/src/columns/ColUUID.h index ee6f3ba26..984d80b76 100644 --- a/src/columns/ColUUID.h +++ b/src/columns/ColUUID.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColUntil.cpp b/src/columns/ColUntil.cpp index 3776051f1..2eb094e14 100644 --- a/src/columns/ColUntil.cpp +++ b/src/columns/ColUntil.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColUntil.h b/src/columns/ColUntil.h index dcff37c69..7bbcc7c36 100644 --- a/src/columns/ColUntil.h +++ b/src/columns/ColUntil.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColUrgency.cpp b/src/columns/ColUrgency.cpp index 82a6586ca..8e6e0b0ca 100644 --- a/src/columns/ColUrgency.cpp +++ b/src/columns/ColUrgency.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColUrgency.h b/src/columns/ColUrgency.h index 68266abf3..265bc0817 100644 --- a/src/columns/ColUrgency.h +++ b/src/columns/ColUrgency.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColWait.cpp b/src/columns/ColWait.cpp index d8cf4d8e6..58a300e64 100644 --- a/src/columns/ColWait.cpp +++ b/src/columns/ColWait.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/ColWait.h b/src/columns/ColWait.h index f986d48bd..890f74fb4 100644 --- a/src/columns/ColWait.h +++ b/src/columns/ColWait.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/Column.cpp b/src/columns/Column.cpp index 75e4e6bd5..2f7dc834c 100644 --- a/src/columns/Column.cpp +++ b/src/columns/Column.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/columns/Column.h b/src/columns/Column.h index d064a261e..a5e2e0c00 100644 --- a/src/columns/Column.h +++ b/src/columns/Column.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdAdd.cpp b/src/commands/CmdAdd.cpp index e9dd03792..6993c91c3 100644 --- a/src/commands/CmdAdd.cpp +++ b/src/commands/CmdAdd.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdAdd.h b/src/commands/CmdAdd.h index e2e750b81..a94f3fe17 100644 --- a/src/commands/CmdAdd.h +++ b/src/commands/CmdAdd.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdAliases.cpp b/src/commands/CmdAliases.cpp index a46b01bde..5a93093e2 100644 --- a/src/commands/CmdAliases.cpp +++ b/src/commands/CmdAliases.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdAliases.h b/src/commands/CmdAliases.h index fc7e5af74..8ea22d1b8 100644 --- a/src/commands/CmdAliases.h +++ b/src/commands/CmdAliases.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdAnnotate.cpp b/src/commands/CmdAnnotate.cpp index e980b75e6..99ead948e 100644 --- a/src/commands/CmdAnnotate.cpp +++ b/src/commands/CmdAnnotate.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdAnnotate.h b/src/commands/CmdAnnotate.h index 7cda106cc..cefababfa 100644 --- a/src/commands/CmdAnnotate.h +++ b/src/commands/CmdAnnotate.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdAppend.cpp b/src/commands/CmdAppend.cpp index e3fe1a3ec..8769e8796 100644 --- a/src/commands/CmdAppend.cpp +++ b/src/commands/CmdAppend.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdAppend.h b/src/commands/CmdAppend.h index 56f519623..9de8d8002 100644 --- a/src/commands/CmdAppend.h +++ b/src/commands/CmdAppend.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdAttributes.cpp b/src/commands/CmdAttributes.cpp index b84506f05..961308694 100644 --- a/src/commands/CmdAttributes.cpp +++ b/src/commands/CmdAttributes.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdAttributes.h b/src/commands/CmdAttributes.h index 3ddbb7bb8..9199caab0 100644 --- a/src/commands/CmdAttributes.h +++ b/src/commands/CmdAttributes.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdBurndown.cpp b/src/commands/CmdBurndown.cpp index a3860103d..9dae59d50 100644 --- a/src/commands/CmdBurndown.cpp +++ b/src/commands/CmdBurndown.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdBurndown.h b/src/commands/CmdBurndown.h index e8bde5259..3eff45fac 100644 --- a/src/commands/CmdBurndown.h +++ b/src/commands/CmdBurndown.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdCalc.cpp b/src/commands/CmdCalc.cpp index bd16c6daf..6bbc5c6b0 100644 --- a/src/commands/CmdCalc.cpp +++ b/src/commands/CmdCalc.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdCalc.h b/src/commands/CmdCalc.h index 54bae9c1e..a064aef2b 100644 --- a/src/commands/CmdCalc.h +++ b/src/commands/CmdCalc.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdCalendar.cpp b/src/commands/CmdCalendar.cpp index 1e27cb5af..c944b1143 100644 --- a/src/commands/CmdCalendar.cpp +++ b/src/commands/CmdCalendar.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdCalendar.h b/src/commands/CmdCalendar.h index 5c38ddb58..4c4033a79 100644 --- a/src/commands/CmdCalendar.h +++ b/src/commands/CmdCalendar.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdColor.cpp b/src/commands/CmdColor.cpp index a751b0bce..a7123047d 100644 --- a/src/commands/CmdColor.cpp +++ b/src/commands/CmdColor.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdColor.h b/src/commands/CmdColor.h index a092431c5..94481cbcf 100644 --- a/src/commands/CmdColor.h +++ b/src/commands/CmdColor.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdColumns.cpp b/src/commands/CmdColumns.cpp index ea59ff612..07328ddcd 100644 --- a/src/commands/CmdColumns.cpp +++ b/src/commands/CmdColumns.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdColumns.h b/src/commands/CmdColumns.h index fba1a1980..c52eef2b0 100644 --- a/src/commands/CmdColumns.h +++ b/src/commands/CmdColumns.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdCommands.cpp b/src/commands/CmdCommands.cpp index 3295fff4f..fab451b98 100644 --- a/src/commands/CmdCommands.cpp +++ b/src/commands/CmdCommands.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdCommands.h b/src/commands/CmdCommands.h index 543fb578a..1544641c0 100644 --- a/src/commands/CmdCommands.h +++ b/src/commands/CmdCommands.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdConfig.cpp b/src/commands/CmdConfig.cpp index bf938e8a9..21c89f795 100644 --- a/src/commands/CmdConfig.cpp +++ b/src/commands/CmdConfig.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdConfig.h b/src/commands/CmdConfig.h index 6f2fb3a6d..41ab02795 100644 --- a/src/commands/CmdConfig.h +++ b/src/commands/CmdConfig.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdContext.cpp b/src/commands/CmdContext.cpp index c4de69c88..ef4d1127f 100644 --- a/src/commands/CmdContext.cpp +++ b/src/commands/CmdContext.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdContext.h b/src/commands/CmdContext.h index 4b9af76e2..b74f2af2b 100644 --- a/src/commands/CmdContext.h +++ b/src/commands/CmdContext.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdCount.cpp b/src/commands/CmdCount.cpp index 4f97506d8..a1a20eb77 100644 --- a/src/commands/CmdCount.cpp +++ b/src/commands/CmdCount.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdCount.h b/src/commands/CmdCount.h index a7ac139df..395ac2601 100644 --- a/src/commands/CmdCount.h +++ b/src/commands/CmdCount.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdCustom.cpp b/src/commands/CmdCustom.cpp index cadf326c5..4b3cc6d6e 100644 --- a/src/commands/CmdCustom.cpp +++ b/src/commands/CmdCustom.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdCustom.h b/src/commands/CmdCustom.h index 31f1e0cff..a21688249 100644 --- a/src/commands/CmdCustom.h +++ b/src/commands/CmdCustom.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdDelete.cpp b/src/commands/CmdDelete.cpp index d2af38623..299fd7c1a 100644 --- a/src/commands/CmdDelete.cpp +++ b/src/commands/CmdDelete.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdDelete.h b/src/commands/CmdDelete.h index 789bff08a..22662bc72 100644 --- a/src/commands/CmdDelete.h +++ b/src/commands/CmdDelete.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdDenotate.cpp b/src/commands/CmdDenotate.cpp index 7bd040aa5..d77b2ecec 100644 --- a/src/commands/CmdDenotate.cpp +++ b/src/commands/CmdDenotate.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdDenotate.h b/src/commands/CmdDenotate.h index 3db3ba035..aa3cc74cc 100644 --- a/src/commands/CmdDenotate.h +++ b/src/commands/CmdDenotate.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdDiagnostics.cpp b/src/commands/CmdDiagnostics.cpp index 0e9789f64..95bd58314 100644 --- a/src/commands/CmdDiagnostics.cpp +++ b/src/commands/CmdDiagnostics.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdDiagnostics.h b/src/commands/CmdDiagnostics.h index 623c6c9a3..d537c38e2 100644 --- a/src/commands/CmdDiagnostics.h +++ b/src/commands/CmdDiagnostics.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdDone.cpp b/src/commands/CmdDone.cpp index 5ddcfa2f1..18d1db4ff 100644 --- a/src/commands/CmdDone.cpp +++ b/src/commands/CmdDone.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdDone.h b/src/commands/CmdDone.h index 1224aabe5..9c5923e81 100644 --- a/src/commands/CmdDone.h +++ b/src/commands/CmdDone.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdDuplicate.cpp b/src/commands/CmdDuplicate.cpp index ab2189313..696c211d0 100644 --- a/src/commands/CmdDuplicate.cpp +++ b/src/commands/CmdDuplicate.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdDuplicate.h b/src/commands/CmdDuplicate.h index b77712bde..0ef5ce9bf 100644 --- a/src/commands/CmdDuplicate.h +++ b/src/commands/CmdDuplicate.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdEdit.cpp b/src/commands/CmdEdit.cpp index 9e6b52e80..52f3d0ed2 100644 --- a/src/commands/CmdEdit.cpp +++ b/src/commands/CmdEdit.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdEdit.h b/src/commands/CmdEdit.h index b7f9ab220..0bc492015 100644 --- a/src/commands/CmdEdit.h +++ b/src/commands/CmdEdit.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdExec.cpp b/src/commands/CmdExec.cpp index d06f8b03e..66b37a03c 100644 --- a/src/commands/CmdExec.cpp +++ b/src/commands/CmdExec.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdExec.h b/src/commands/CmdExec.h index 3781a2bf7..e4dba1cb7 100644 --- a/src/commands/CmdExec.h +++ b/src/commands/CmdExec.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdExport.cpp b/src/commands/CmdExport.cpp index ba490e0d4..4dbb2641d 100644 --- a/src/commands/CmdExport.cpp +++ b/src/commands/CmdExport.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdExport.h b/src/commands/CmdExport.h index e85f9ca5d..ed080c8ba 100644 --- a/src/commands/CmdExport.h +++ b/src/commands/CmdExport.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdGet.cpp b/src/commands/CmdGet.cpp index 06a911d41..377c7a5b3 100644 --- a/src/commands/CmdGet.cpp +++ b/src/commands/CmdGet.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdGet.h b/src/commands/CmdGet.h index 242d42ad9..d1c558ff5 100644 --- a/src/commands/CmdGet.h +++ b/src/commands/CmdGet.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdHelp.cpp b/src/commands/CmdHelp.cpp index 756f6a76d..a63c8af4c 100644 --- a/src/commands/CmdHelp.cpp +++ b/src/commands/CmdHelp.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdHelp.h b/src/commands/CmdHelp.h index 3808691af..b4ce7e4e4 100644 --- a/src/commands/CmdHelp.h +++ b/src/commands/CmdHelp.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdHistory.cpp b/src/commands/CmdHistory.cpp index b4cbd3641..0e3044e04 100644 --- a/src/commands/CmdHistory.cpp +++ b/src/commands/CmdHistory.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdHistory.h b/src/commands/CmdHistory.h index b6e8322de..b40006d8f 100644 --- a/src/commands/CmdHistory.h +++ b/src/commands/CmdHistory.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdIDs.cpp b/src/commands/CmdIDs.cpp index 1b4330aeb..ef3cb5847 100644 --- a/src/commands/CmdIDs.cpp +++ b/src/commands/CmdIDs.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdIDs.h b/src/commands/CmdIDs.h index 78d05fc67..c39be6ee9 100644 --- a/src/commands/CmdIDs.h +++ b/src/commands/CmdIDs.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdImport.cpp b/src/commands/CmdImport.cpp index f5f1e98a5..e0b6e2b62 100644 --- a/src/commands/CmdImport.cpp +++ b/src/commands/CmdImport.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdImport.h b/src/commands/CmdImport.h index 46a07fa57..04b2963d0 100644 --- a/src/commands/CmdImport.h +++ b/src/commands/CmdImport.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdInfo.cpp b/src/commands/CmdInfo.cpp index b35404d50..fdb6fd981 100644 --- a/src/commands/CmdInfo.cpp +++ b/src/commands/CmdInfo.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdInfo.h b/src/commands/CmdInfo.h index e3ad8da7b..ad38d4a9e 100644 --- a/src/commands/CmdInfo.h +++ b/src/commands/CmdInfo.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdLog.cpp b/src/commands/CmdLog.cpp index fbbc33b67..c4db8ef48 100644 --- a/src/commands/CmdLog.cpp +++ b/src/commands/CmdLog.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdLog.h b/src/commands/CmdLog.h index 12f8dea4b..d3c4682ba 100644 --- a/src/commands/CmdLog.h +++ b/src/commands/CmdLog.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdLogo.cpp b/src/commands/CmdLogo.cpp index a55b457fa..22ee271bc 100644 --- a/src/commands/CmdLogo.cpp +++ b/src/commands/CmdLogo.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdLogo.h b/src/commands/CmdLogo.h index 7cab95f83..5c6a5ee62 100644 --- a/src/commands/CmdLogo.h +++ b/src/commands/CmdLogo.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdModify.cpp b/src/commands/CmdModify.cpp index e65b200bb..136796c27 100644 --- a/src/commands/CmdModify.cpp +++ b/src/commands/CmdModify.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdModify.h b/src/commands/CmdModify.h index e3e90e4bf..0a1ac32d0 100644 --- a/src/commands/CmdModify.h +++ b/src/commands/CmdModify.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdPrepend.cpp b/src/commands/CmdPrepend.cpp index 835899da6..03657be5e 100644 --- a/src/commands/CmdPrepend.cpp +++ b/src/commands/CmdPrepend.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdPrepend.h b/src/commands/CmdPrepend.h index f4d61affb..d7704b36e 100644 --- a/src/commands/CmdPrepend.h +++ b/src/commands/CmdPrepend.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdProjects.cpp b/src/commands/CmdProjects.cpp index 819ad59d4..06b251b15 100644 --- a/src/commands/CmdProjects.cpp +++ b/src/commands/CmdProjects.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdProjects.h b/src/commands/CmdProjects.h index 47dfd3206..7e8f215ff 100644 --- a/src/commands/CmdProjects.h +++ b/src/commands/CmdProjects.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdPurge.cpp b/src/commands/CmdPurge.cpp index 4a38c2b69..f498bd6b7 100644 --- a/src/commands/CmdPurge.cpp +++ b/src/commands/CmdPurge.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdPurge.h b/src/commands/CmdPurge.h index 3bb0f2c82..be3bc340a 100644 --- a/src/commands/CmdPurge.h +++ b/src/commands/CmdPurge.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdReports.cpp b/src/commands/CmdReports.cpp index 610d018cd..478ba9c52 100644 --- a/src/commands/CmdReports.cpp +++ b/src/commands/CmdReports.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdReports.h b/src/commands/CmdReports.h index 3a851f3ce..c12b87b59 100644 --- a/src/commands/CmdReports.h +++ b/src/commands/CmdReports.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdShow.cpp b/src/commands/CmdShow.cpp index c140c1f2e..b756f862a 100644 --- a/src/commands/CmdShow.cpp +++ b/src/commands/CmdShow.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdShow.h b/src/commands/CmdShow.h index e0a4fbc5c..26ea77f05 100644 --- a/src/commands/CmdShow.h +++ b/src/commands/CmdShow.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdStart.cpp b/src/commands/CmdStart.cpp index 8da0c3897..860c3ad16 100644 --- a/src/commands/CmdStart.cpp +++ b/src/commands/CmdStart.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdStart.h b/src/commands/CmdStart.h index 1d959b91a..c2624e8ea 100644 --- a/src/commands/CmdStart.h +++ b/src/commands/CmdStart.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdStats.cpp b/src/commands/CmdStats.cpp index b77915e85..599c83960 100644 --- a/src/commands/CmdStats.cpp +++ b/src/commands/CmdStats.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdStats.h b/src/commands/CmdStats.h index aef1aba0d..59fd333f7 100644 --- a/src/commands/CmdStats.h +++ b/src/commands/CmdStats.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdStop.cpp b/src/commands/CmdStop.cpp index 86d23366e..b95e8e4ff 100644 --- a/src/commands/CmdStop.cpp +++ b/src/commands/CmdStop.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdStop.h b/src/commands/CmdStop.h index f84f06d06..4acfb06eb 100644 --- a/src/commands/CmdStop.h +++ b/src/commands/CmdStop.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdSummary.cpp b/src/commands/CmdSummary.cpp index b84ed1b56..0ecdbe5f2 100644 --- a/src/commands/CmdSummary.cpp +++ b/src/commands/CmdSummary.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdSummary.h b/src/commands/CmdSummary.h index 4c58bc755..14b1dab22 100644 --- a/src/commands/CmdSummary.h +++ b/src/commands/CmdSummary.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdSync.cpp b/src/commands/CmdSync.cpp index 28da9c5a8..282532227 100644 --- a/src/commands/CmdSync.cpp +++ b/src/commands/CmdSync.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdSync.h b/src/commands/CmdSync.h index 4aa6ed83c..fa53b9f33 100644 --- a/src/commands/CmdSync.h +++ b/src/commands/CmdSync.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdTags.cpp b/src/commands/CmdTags.cpp index 839974cc8..c50d201c9 100644 --- a/src/commands/CmdTags.cpp +++ b/src/commands/CmdTags.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdTags.h b/src/commands/CmdTags.h index de4f77b2e..ab3bcb607 100644 --- a/src/commands/CmdTags.h +++ b/src/commands/CmdTags.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdTimesheet.cpp b/src/commands/CmdTimesheet.cpp index f9673d294..d1493ed93 100644 --- a/src/commands/CmdTimesheet.cpp +++ b/src/commands/CmdTimesheet.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdTimesheet.h b/src/commands/CmdTimesheet.h index d0fefd821..70cec4727 100644 --- a/src/commands/CmdTimesheet.h +++ b/src/commands/CmdTimesheet.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdUDAs.cpp b/src/commands/CmdUDAs.cpp index f1ca5023c..bc9c77a20 100644 --- a/src/commands/CmdUDAs.cpp +++ b/src/commands/CmdUDAs.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdUDAs.h b/src/commands/CmdUDAs.h index 0a13ac896..a8ef9cec1 100644 --- a/src/commands/CmdUDAs.h +++ b/src/commands/CmdUDAs.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdUndo.cpp b/src/commands/CmdUndo.cpp index 2189d1a2a..c73a09ec1 100644 --- a/src/commands/CmdUndo.cpp +++ b/src/commands/CmdUndo.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdUndo.h b/src/commands/CmdUndo.h index b776ce512..3042e3921 100644 --- a/src/commands/CmdUndo.h +++ b/src/commands/CmdUndo.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdUnique.cpp b/src/commands/CmdUnique.cpp index dbb3cadc2..9ebdae574 100644 --- a/src/commands/CmdUnique.cpp +++ b/src/commands/CmdUnique.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdUnique.h b/src/commands/CmdUnique.h index 210d3017c..09a9b233f 100644 --- a/src/commands/CmdUnique.h +++ b/src/commands/CmdUnique.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdUrgency.cpp b/src/commands/CmdUrgency.cpp index caa3587a6..1e6c8dcb9 100644 --- a/src/commands/CmdUrgency.cpp +++ b/src/commands/CmdUrgency.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdUrgency.h b/src/commands/CmdUrgency.h index 5f2c61ff3..74f035dde 100644 --- a/src/commands/CmdUrgency.h +++ b/src/commands/CmdUrgency.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdVersion.cpp b/src/commands/CmdVersion.cpp index b9763bcfc..ae8640652 100644 --- a/src/commands/CmdVersion.cpp +++ b/src/commands/CmdVersion.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdVersion.h b/src/commands/CmdVersion.h index 4cce289d6..279bef78b 100644 --- a/src/commands/CmdVersion.h +++ b/src/commands/CmdVersion.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/Command.cpp b/src/commands/Command.cpp index b726e6eb8..cb164bad7 100644 --- a/src/commands/Command.cpp +++ b/src/commands/Command.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/Command.h b/src/commands/Command.h index 7ab3295c4..449ce8f39 100644 --- a/src/commands/Command.h +++ b/src/commands/Command.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/dependency.cpp b/src/dependency.cpp index de4f6ee94..534db4eb1 100644 --- a/src/dependency.cpp +++ b/src/dependency.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/feedback.cpp b/src/feedback.cpp index bbb9e057b..d521bfe1d 100644 --- a/src/feedback.cpp +++ b/src/feedback.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/i18n.h b/src/i18n.h index df0056391..4bad52977 100644 --- a/src/i18n.h +++ b/src/i18n.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/l10n/deu-DEU.h b/src/l10n/deu-DEU.h index aae7aea89..b8e75f8d5 100644 --- a/src/l10n/deu-DEU.h +++ b/src/l10n/deu-DEU.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -256,7 +256,7 @@ #define STRING_CMD_VERSION_DOCS "Dokumentation für taskwarrior finden Sie in 'man task', 'man taskrc', 'man task-color', 'man task-sync' oder auf http://taskwarrior.org" #define STRING_CMD_VERSION_BUILT "{1} {2}, gebaut für " #define STRING_CMD_VERSION_UNKNOWN "unbekannt" -#define STRING_CMD_VERSION_COPY "Copyright (C) 2006 - 2016 P. Beckingham, F. Hernandez." +#define STRING_CMD_VERSION_COPY "Copyright (C) 2006 - 2017 P. Beckingham, F. Hernandez." #define STRING_CMD_LOGO_USAGE "Zeigt das taskwarrior-Logo" #define STRING_CMD_LOGO_COLOR_REQ "Der Logo-Befehle benötigt aktivierte Farbunterstützung" #define STRING_CMD_EXEC_USAGE "Führt externe Befehle und Skripte aus" diff --git a/src/l10n/eng-USA.h b/src/l10n/eng-USA.h index c0e477f1a..63d30b473 100644 --- a/src/l10n/eng-USA.h +++ b/src/l10n/eng-USA.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -256,7 +256,7 @@ #define STRING_CMD_VERSION_DOCS "Documentation for Taskwarrior can be found using 'man task', 'man taskrc', 'man task-color', 'man task-sync' or at http://taskwarrior.org" #define STRING_CMD_VERSION_BUILT "{1} {2} built for " #define STRING_CMD_VERSION_UNKNOWN "unknown" -#define STRING_CMD_VERSION_COPY "Copyright (C) 2006 - 2016 P. Beckingham, F. Hernandez." +#define STRING_CMD_VERSION_COPY "Copyright (C) 2006 - 2017 P. Beckingham, F. Hernandez." #define STRING_CMD_LOGO_USAGE "Displays the Taskwarrior logo" #define STRING_CMD_LOGO_COLOR_REQ "The logo command requires that color support is enabled." #define STRING_CMD_EXEC_USAGE "Executes external commands and scripts" diff --git a/src/l10n/epo-RUS.h b/src/l10n/epo-RUS.h index fd6fa3785..ce3f41a18 100644 --- a/src/l10n/epo-RUS.h +++ b/src/l10n/epo-RUS.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/l10n/esp-ESP.h b/src/l10n/esp-ESP.h index 1e612e9b5..4ba8145ed 100644 --- a/src/l10n/esp-ESP.h +++ b/src/l10n/esp-ESP.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -257,7 +257,7 @@ #define STRING_CMD_VERSION_DOCS "La documentación de Taskwarrior se puede consultar usando 'man task', 'man taskrc', 'man task-color', y 'man task-sync' o en http://taskwarrior.org." #define STRING_CMD_VERSION_BUILT "{1} {2} construido para " #define STRING_CMD_VERSION_UNKNOWN "desconocido" -#define STRING_CMD_VERSION_COPY "Copyright (C) 2006 - 2016 P. Beckingham, F. Hernandez." // |esp-ESP|==|eng-USA| +#define STRING_CMD_VERSION_COPY "Copyright (C) 2006 - 2017 P. Beckingham, F. Hernandez." // |esp-ESP|==|eng-USA| #define STRING_CMD_LOGO_USAGE "Muestra el logo de Taskwarrior" #define STRING_CMD_LOGO_COLOR_REQ "El comando logo requiere que el soporte de color esté habilitado." #define STRING_CMD_EXEC_USAGE "Ejecuta comandos y scripts externos" diff --git a/src/l10n/fra-FRA.h b/src/l10n/fra-FRA.h index 2ca31651e..b83b57b90 100644 --- a/src/l10n/fra-FRA.h +++ b/src/l10n/fra-FRA.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -256,7 +256,7 @@ #define STRING_CMD_VERSION_DOCS "On peut trouver les documents de taskwarrior en utilisant 'man task', 'man taskrc', 'man task-color', 'man task-sync', ou chez http://taskwarrior.org" #define STRING_CMD_VERSION_BUILT "{1} {2} compilé pour " #define STRING_CMD_VERSION_UNKNOWN "inconnu" -#define STRING_CMD_VERSION_COPY "Copyright (C) 2006 - 2016 P. Beckingham, F. Hernandez." +#define STRING_CMD_VERSION_COPY "Copyright (C) 2006 - 2017 P. Beckingham, F. Hernandez." #define STRING_CMD_LOGO_USAGE "Affiche le logo de Taskwarrior" #define STRING_CMD_LOGO_COLOR_REQ "La commande logo nécessite le support des couleurs." #define STRING_CMD_EXEC_USAGE "Lance les commandes et les scripts externes." diff --git a/src/l10n/ita-ITA.h b/src/l10n/ita-ITA.h index 768d14001..324936f0d 100644 --- a/src/l10n/ita-ITA.h +++ b/src/l10n/ita-ITA.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -255,7 +255,7 @@ #define STRING_CMD_VERSION_DOCS "La documentazione di taskwarrior è consultabile con 'man task', 'man taskrc', 'man task-color', 'man task-sync' o presso http://taskwarrior.org" #define STRING_CMD_VERSION_BUILT "{1} {2} generato per " #define STRING_CMD_VERSION_UNKNOWN "sconosciuto" -#define STRING_CMD_VERSION_COPY "Copyright (C) 2006 - 2016 P. Beckingham, F. Hernandez." +#define STRING_CMD_VERSION_COPY "Copyright (C) 2006 - 2017 P. Beckingham, F. Hernandez." #define STRING_CMD_LOGO_USAGE "Mostra il logo di Taskwarrior" #define STRING_CMD_LOGO_COLOR_REQ "Il comando logo richiede l'abilitazione del supporto ai colori." #define STRING_CMD_EXEC_USAGE "Esegue comandi e script esterni" diff --git a/src/l10n/jpn-JPN.h b/src/l10n/jpn-JPN.h index 42a41b724..49b66d75c 100644 --- a/src/l10n/jpn-JPN.h +++ b/src/l10n/jpn-JPN.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -256,7 +256,7 @@ #define STRING_CMD_VERSION_DOCS "taskwarrior のドキュメントは 'man task', 'man taskrc', 'man task-color', 'man task-sync' あるいは http://taskwarrior.org にあります。" #define STRING_CMD_VERSION_BUILT "{1} {2} built for " #define STRING_CMD_VERSION_UNKNOWN "unknown" -#define STRING_CMD_VERSION_COPY "Copyright (C) 2006 - 2016 P. Beckingham, F. Hernandez." +#define STRING_CMD_VERSION_COPY "Copyright (C) 2006 - 2017 P. Beckingham, F. Hernandez." #define STRING_CMD_LOGO_USAGE "Taskwarrior ロゴの表示" #define STRING_CMD_LOGO_COLOR_REQ "色のサポートをする logo コマンドが有効になりました。" #define STRING_CMD_EXEC_USAGE "外部コマンドまたはスクリプトの実行" diff --git a/src/l10n/pol-POL.h b/src/l10n/pol-POL.h index d3ddabdb3..e78364ea4 100644 --- a/src/l10n/pol-POL.h +++ b/src/l10n/pol-POL.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -256,7 +256,7 @@ #define STRING_CMD_VERSION_DOCS "Dokumentację dla taskwarrior można znaleźć z pomocą 'man task', 'man taskrc', 'man task-tutorial', 'man task-color', 'man task-sync', 'man task-faq' lub pod adresem http://taskwarrior.org" #define STRING_CMD_VERSION_BUILT "{1} {2} zbudowane dla " #define STRING_CMD_VERSION_UNKNOWN "nieznana" -#define STRING_CMD_VERSION_COPY "Copyright (C) 2006 - 2016 P. Beckingham, F. Hernandez." +#define STRING_CMD_VERSION_COPY "Copyright (C) 2006 - 2017 P. Beckingham, F. Hernandez." #define STRING_CMD_LOGO_USAGE "Wyświetla logo Taskwarrior" #define STRING_CMD_LOGO_COLOR_REQ "Polecenie logo wymaga wsparcia kolorowania." #define STRING_CMD_EXEC_USAGE "Wykonuje zewnętrzne polecenia i skrypty" diff --git a/src/l10n/por-PRT.h b/src/l10n/por-PRT.h index f710f3f81..108b2b78a 100644 --- a/src/l10n/por-PRT.h +++ b/src/l10n/por-PRT.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -256,7 +256,7 @@ #define STRING_CMD_VERSION_DOCS "A documentação do taskwarrior pode ser encontrada usando os comandos 'man task', 'man taskrc', 'man task-color', 'man task-sync' ou em http://taskwarrior.org" #define STRING_CMD_VERSION_BUILT "{1} {2} construido para " #define STRING_CMD_VERSION_UNKNOWN "desconhecido" -#define STRING_CMD_VERSION_COPY "Copyright (C) 2006 - 2016 P. Beckingham, F. Hernandez." // |por-PRT|==|eng-USA| +#define STRING_CMD_VERSION_COPY "Copyright (C) 2006 - 2017 P. Beckingham, F. Hernandez." // |por-PRT|==|eng-USA| #define STRING_CMD_LOGO_USAGE "Exibe o logotipo do Taskwarrior" #define STRING_CMD_LOGO_COLOR_REQ "O comando logo requer que o suporte de cor seja ativado." #define STRING_CMD_EXEC_USAGE "Executa comandos e scripts externos" diff --git a/src/legacy.cpp b/src/legacy.cpp index 48beb99dd..26ff4deb0 100644 --- a/src/legacy.cpp +++ b/src/legacy.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/main.cpp b/src/main.cpp index 777727409..9468730ea 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/main.h b/src/main.h index 8856e05ce..d18c881a1 100644 --- a/src/main.h +++ b/src/main.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/recur.cpp b/src/recur.cpp index b5539f6a7..a949eacda 100644 --- a/src/recur.cpp +++ b/src/recur.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/rules.cpp b/src/rules.cpp index 0fc179138..bba2451b6 100644 --- a/src/rules.cpp +++ b/src/rules.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/sort.cpp b/src/sort.cpp index 35c8194cc..454676264 100644 --- a/src/sort.cpp +++ b/src/sort.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/util.cpp b/src/util.cpp index 747eb1f34..5184d0c35 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/util.h b/src/util.h index fd06f6535..55de9fd52 100644 --- a/src/util.h +++ b/src/util.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/abbreviation.t b/test/abbreviation.t index 72f1a69e7..5165390c4 100755 --- a/test/abbreviation.t +++ b/test/abbreviation.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/add.t b/test/add.t index e62ce052d..c2d240b9a 100755 --- a/test/add.t +++ b/test/add.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/alias.t b/test/alias.t index f85255695..592a3830f 100755 --- a/test/alias.t +++ b/test/alias.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/annotate.t b/test/annotate.t index 1424b8260..d72820e4a 100755 --- a/test/annotate.t +++ b/test/annotate.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/append.t b/test/append.t index e6a4be4f1..7efe688aa 100755 --- a/test/append.t +++ b/test/append.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/args.t b/test/args.t index 29a3d5778..d0013c5dc 100755 --- a/test/args.t +++ b/test/args.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/backlog.t b/test/backlog.t index 90dbc8e3b..f88abca30 100755 --- a/test/backlog.t +++ b/test/backlog.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/bash_completion.t b/test/bash_completion.t index 5e812e8a5..32b3ddc59 100755 --- a/test/bash_completion.t +++ b/test/bash_completion.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/bash_tap.sh b/test/bash_tap.sh index 1b621c3de..45a0d946b 100644 --- a/test/bash_tap.sh +++ b/test/bash_tap.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # For more information, see https://github.com/wbsch/bash_tap # Subject to the MIT License. See LICENSE file or http://opensource.org/licenses/MIT -# Copyright (c) 2015-2016 Wilhelm Schürmann +# Copyright (c) 2015-2017 Wilhelm Schürmann function bashtap_on_error { # A command in the parent script failed, interpret this as a test failure. diff --git a/test/bash_tap_tw.sh b/test/bash_tap_tw.sh index af36f32cb..9ee68be95 100644 --- a/test/bash_tap_tw.sh +++ b/test/bash_tap_tw.sh @@ -9,7 +9,7 @@ # appended to or changed as needed. # # Subject to the MIT License. See LICENSE file or http://opensource.org/licenses/MIT -# Copyright (c) 2015-2016 Wilhelm Schürmann +# Copyright (c) 2015-2017 Wilhelm Schürmann function setup_taskrc { # Configuration diff --git a/test/blocked.t b/test/blocked.t index 29cb65ea3..6ad53fa13 100755 --- a/test/blocked.t +++ b/test/blocked.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/bulk.t b/test/bulk.t index 38f276e96..16c97a577 100755 --- a/test/bulk.t +++ b/test/bulk.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/burndown.t b/test/burndown.t index 4b0e15d56..cc26f7e59 100755 --- a/test/burndown.t +++ b/test/burndown.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/calc.t b/test/calc.t index f1a398b1f..82c375338 100755 --- a/test/calc.t +++ b/test/calc.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/calendar.t b/test/calendar.t index 885609156..ee650c762 100755 --- a/test/calendar.t +++ b/test/calendar.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/caseless.t b/test/caseless.t index a78be3d90..c2fb8d2ad 100755 --- a/test/caseless.t +++ b/test/caseless.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/col.t.cpp b/test/col.t.cpp index 7ec57f42d..3fdc97c56 100644 --- a/test/col.t.cpp +++ b/test/col.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/color.cmd.t b/test/color.cmd.t index 96dc7b0cf..5d07267c3 100755 --- a/test/color.cmd.t +++ b/test/color.cmd.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/color.rules.t b/test/color.rules.t index 37706fe5a..75f51d8f5 100755 --- a/test/color.rules.t +++ b/test/color.rules.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/color.t.cpp b/test/color.t.cpp index 4d09fd8d6..b77841a84 100644 --- a/test/color.t.cpp +++ b/test/color.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/columns.t b/test/columns.t index 469e0ebfe..a70a2e561 100755 --- a/test/columns.t +++ b/test/columns.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/commands.t b/test/commands.t index 33f70e2e1..c4f87a490 100755 --- a/test/commands.t +++ b/test/commands.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/completed.t b/test/completed.t index 4ea83eeb5..381acac37 100755 --- a/test/completed.t +++ b/test/completed.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/config.t.cpp b/test/config.t.cpp index ec7fcfcb9..a3a7d74f9 100644 --- a/test/config.t.cpp +++ b/test/config.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/configuration.t b/test/configuration.t index 90a4aabe6..3aacce6e7 100755 --- a/test/configuration.t +++ b/test/configuration.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/confirmation.t b/test/confirmation.t index 7568f2a8c..7f21abaeb 100755 --- a/test/confirmation.t +++ b/test/confirmation.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/context.t b/test/context.t index 5380a1aa4..1883d2bce 100755 --- a/test/context.t +++ b/test/context.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/count.t b/test/count.t index a49994d8e..49656e072 100755 --- a/test/count.t +++ b/test/count.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/custom.config.t b/test/custom.config.t index d41c17377..ad8e0bbb1 100755 --- a/test/custom.config.t +++ b/test/custom.config.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/custom.recur_ind.t b/test/custom.recur_ind.t index d2fc675a4..0a5752b5a 100755 --- a/test/custom.recur_ind.t +++ b/test/custom.recur_ind.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/custom.t b/test/custom.t index 1981911c7..e99cd5af4 100755 --- a/test/custom.t +++ b/test/custom.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/custom.tag_ind.t b/test/custom.tag_ind.t index 276398583..533be0045 100755 --- a/test/custom.tag_ind.t +++ b/test/custom.tag_ind.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/date.iso.t b/test/date.iso.t index fe15415fe..3993c68f4 100755 --- a/test/date.iso.t +++ b/test/date.iso.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/dateformat.t b/test/dateformat.t index 2404db71d..3fdfeb53d 100755 --- a/test/dateformat.t +++ b/test/dateformat.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/dates.t.cpp b/test/dates.t.cpp index 044e892a9..3013fb944 100644 --- a/test/dates.t.cpp +++ b/test/dates.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/datesort.t b/test/datesort.t index 8a66473de..9008a505c 100755 --- a/test/datesort.t +++ b/test/datesort.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/datetime-negative.t b/test/datetime-negative.t index bbb2df56d..8bb7567bc 100755 --- a/test/datetime-negative.t +++ b/test/datetime-negative.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/debug.t b/test/debug.t index 6456f28dc..238daf388 100755 --- a/test/debug.t +++ b/test/debug.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/default.t b/test/default.t index 7026c74e6..29f84d99b 100755 --- a/test/default.t +++ b/test/default.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/delete.t b/test/delete.t index aaf972505..a40242bae 100755 --- a/test/delete.t +++ b/test/delete.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/denotate.t b/test/denotate.t index a6847b148..5d93e3943 100755 --- a/test/denotate.t +++ b/test/denotate.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/dependencies.t b/test/dependencies.t index a5af1fc8b..e43e599d7 100755 --- a/test/dependencies.t +++ b/test/dependencies.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/diag.t b/test/diag.t index 4804ee131..38bb60bff 100755 --- a/test/diag.t +++ b/test/diag.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/diag_color.t b/test/diag_color.t index a60ab19d6..1f653c379 100755 --- a/test/diag_color.t +++ b/test/diag_color.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/dom.t b/test/dom.t index b741603f8..c75eed548 100755 --- a/test/dom.t +++ b/test/dom.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/due.t b/test/due.t index a38bc9a16..89b000663 100755 --- a/test/due.t +++ b/test/due.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/duplicate.t b/test/duplicate.t index 793baedb3..43ddd820d 100755 --- a/test/duplicate.t +++ b/test/duplicate.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/edit.t b/test/edit.t index a0d153701..f733addb0 100755 --- a/test/edit.t +++ b/test/edit.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/encoding.t b/test/encoding.t index 6fa8e84b1..f166b706c 100755 --- a/test/encoding.t +++ b/test/encoding.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/enpassant.t b/test/enpassant.t index 493ef07df..64fec25c0 100755 --- a/test/enpassant.t +++ b/test/enpassant.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/eval.t.cpp b/test/eval.t.cpp index 2af4eb21d..474dff715 100644 --- a/test/eval.t.cpp +++ b/test/eval.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/exec.t b/test/exec.t index 9eac88756..d0ed9436a 100755 --- a/test/exec.t +++ b/test/exec.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/export.t b/test/export.t index 6a39b3938..87160a10a 100755 --- a/test/export.t +++ b/test/export.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/feature.559.t b/test/feature.559.t index 3b342a013..043f3929f 100755 --- a/test/feature.559.t +++ b/test/feature.559.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/feature.default.project.t b/test/feature.default.project.t index b0aca793b..76c87118f 100755 --- a/test/feature.default.project.t +++ b/test/feature.default.project.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/feature.print.empty.columns.t b/test/feature.print.empty.columns.t index 9d3e4e565..2955292ee 100755 --- a/test/feature.print.empty.columns.t +++ b/test/feature.print.empty.columns.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/feature.recurrence.t b/test/feature.recurrence.t index b360a25fd..3ce5a2362 100755 --- a/test/feature.recurrence.t +++ b/test/feature.recurrence.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/feedback.t b/test/feedback.t index 8d429828d..4538962e5 100755 --- a/test/feedback.t +++ b/test/feedback.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/filter.t b/test/filter.t index 8c3627f01..eec18456b 100755 --- a/test/filter.t +++ b/test/filter.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/fontunderline.t b/test/fontunderline.t index 79305aace..d84bc6c2a 100755 --- a/test/fontunderline.t +++ b/test/fontunderline.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/format.t b/test/format.t index 3de3342f5..69b53f0be 100755 --- a/test/format.t +++ b/test/format.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/gc.t b/test/gc.t index 436e174d1..aa2896398 100755 --- a/test/gc.t +++ b/test/gc.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/helpers.t b/test/helpers.t index 8e80c2b9d..99c65a90c 100755 --- a/test/helpers.t +++ b/test/helpers.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/history.t b/test/history.t index f9dd6c44d..3397173e5 100755 --- a/test/history.t +++ b/test/history.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/hooks.env.t b/test/hooks.env.t index 5463e0780..b5881a072 100755 --- a/test/hooks.env.t +++ b/test/hooks.env.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/hooks.on-add.t b/test/hooks.on-add.t index e5f2546a7..985a1c444 100755 --- a/test/hooks.on-add.t +++ b/test/hooks.on-add.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/hooks.on-exit.t b/test/hooks.on-exit.t index f6c42d003..3a3cadd85 100755 --- a/test/hooks.on-exit.t +++ b/test/hooks.on-exit.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/hooks.on-launch.t b/test/hooks.on-launch.t index 9e33863fe..3c577310f 100755 --- a/test/hooks.on-launch.t +++ b/test/hooks.on-launch.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/hooks.on-modify.t b/test/hooks.on-modify.t index 2da42a69e..f8f7ce5f6 100755 --- a/test/hooks.on-modify.t +++ b/test/hooks.on-modify.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/hyphenate.t b/test/hyphenate.t index 15dfb4fae..294bf9dca 100755 --- a/test/hyphenate.t +++ b/test/hyphenate.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/ids.t b/test/ids.t index 210ee59fd..849a5c30d 100755 --- a/test/ids.t +++ b/test/ids.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/import.t b/test/import.t index 311a126ff..50aa0e356 100755 --- a/test/import.t +++ b/test/import.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/info.t b/test/info.t index f23c0acf3..00b293b2f 100755 --- a/test/info.t +++ b/test/info.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/iso8601d.t.cpp b/test/iso8601d.t.cpp index e6d67c481..efaa312f9 100644 --- a/test/iso8601d.t.cpp +++ b/test/iso8601d.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/iso8601p.t.cpp b/test/iso8601p.t.cpp index bae623563..788528db7 100644 --- a/test/iso8601p.t.cpp +++ b/test/iso8601p.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/lexer.t.cpp b/test/lexer.t.cpp index 9a03218d1..ef22e8b6c 100644 --- a/test/lexer.t.cpp +++ b/test/lexer.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/limit.t b/test/limit.t index 58f08eced..518bcd4b1 100755 --- a/test/limit.t +++ b/test/limit.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/list.all.projects.t b/test/list.all.projects.t index 3c85d3bae..693646bf4 100755 --- a/test/list.all.projects.t +++ b/test/list.all.projects.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/log.t b/test/log.t index 899c6c573..b53a1556a 100755 --- a/test/log.t +++ b/test/log.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/logo.t b/test/logo.t index d157933b4..a0d75ad92 100755 --- a/test/logo.t +++ b/test/logo.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/math.t b/test/math.t index ed08f6841..8b269233c 100755 --- a/test/math.t +++ b/test/math.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/modify.t b/test/modify.t index 33d8a0edf..59937d160 100755 --- a/test/modify.t +++ b/test/modify.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/nag.t b/test/nag.t index 3b6a8d1e1..faff5e603 100755 --- a/test/nag.t +++ b/test/nag.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/nibbler.t.cpp b/test/nibbler.t.cpp index 60bfb2000..f6e755332 100644 --- a/test/nibbler.t.cpp +++ b/test/nibbler.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/obfuscate.t b/test/obfuscate.t index b7614c99f..8a569854c 100755 --- a/test/obfuscate.t +++ b/test/obfuscate.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/oldest.t b/test/oldest.t index 24dbb5b79..40f23f956 100755 --- a/test/oldest.t +++ b/test/oldest.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/operators.t b/test/operators.t index d66776ee4..a885bb626 100755 --- a/test/operators.t +++ b/test/operators.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/overdue.t b/test/overdue.t index eba3604ca..4dc6e334a 100755 --- a/test/overdue.t +++ b/test/overdue.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/partial.t b/test/partial.t index 84cd4738c..b7e49ee7d 100755 --- a/test/partial.t +++ b/test/partial.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/prepend.t b/test/prepend.t index 2be984d50..1c52a03e2 100755 --- a/test/prepend.t +++ b/test/prepend.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/pri_sort.t b/test/pri_sort.t index 81918a69c..15390a99a 100755 --- a/test/pri_sort.t +++ b/test/pri_sort.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/project.t b/test/project.t index 12d6aca03..f3b6665b3 100755 --- a/test/project.t +++ b/test/project.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/purge.t b/test/purge.t index afa2ddd3c..186314e62 100755 --- a/test/purge.t +++ b/test/purge.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/quotes.t b/test/quotes.t index 1e4ec6fe2..7e980b0e9 100755 --- a/test/quotes.t +++ b/test/quotes.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/rc.override.t b/test/rc.override.t index 89d457451..d4a34abbe 100755 --- a/test/rc.override.t +++ b/test/rc.override.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/recurrence.t b/test/recurrence.t index 1895df312..c46a09ea5 100755 --- a/test/recurrence.t +++ b/test/recurrence.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/reports.t b/test/reports.t index a4b43d487..03bd8cc22 100755 --- a/test/reports.t +++ b/test/reports.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/search.t b/test/search.t index c68cfb57f..4d5d0e26f 100755 --- a/test/search.t +++ b/test/search.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/sequence.t b/test/sequence.t index b33a6f813..ef8d84fde 100755 --- a/test/sequence.t +++ b/test/sequence.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/shell.t b/test/shell.t index 9d606b7c7..0ffd6d611 100755 --- a/test/shell.t +++ b/test/shell.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/show.t b/test/show.t index 75d831df4..6139af251 100755 --- a/test/show.t +++ b/test/show.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/simpletap/__init__.py b/test/simpletap/__init__.py index afad639e6..357f63f20 100644 --- a/test/simpletap/__init__.py +++ b/test/simpletap/__init__.py @@ -1,7 +1,7 @@ ############################################################################### # taskwarrior - a command line task list manager. # -# Copyright 2006-2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/sorting.t b/test/sorting.t index 2965aa843..824b309f0 100755 --- a/test/sorting.t +++ b/test/sorting.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/special.t b/test/special.t index 4dd737fd5..ebcbeba28 100755 --- a/test/special.t +++ b/test/special.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/start.t b/test/start.t index cb439d0aa..7e1e9ad3e 100755 --- a/test/start.t +++ b/test/start.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/stats.t b/test/stats.t index 61a1f1bd4..1ed3a66c5 100755 --- a/test/stats.t +++ b/test/stats.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/substitute.t b/test/substitute.t index bc527508c..b1f5290a0 100755 --- a/test/substitute.t +++ b/test/substitute.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/sugar.t b/test/sugar.t index bb7b950ad..39fb45077 100755 --- a/test/sugar.t +++ b/test/sugar.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/summary.t b/test/summary.t index bc8faf2cf..cd5c3d2c0 100755 --- a/test/summary.t +++ b/test/summary.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/t.t.cpp b/test/t.t.cpp index e29ea0aab..0508284bb 100644 --- a/test/t.t.cpp +++ b/test/t.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/tag.t b/test/tag.t index bc9d8d653..98b0db853 100755 --- a/test/tag.t +++ b/test/tag.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/taskrc.t b/test/taskrc.t index 34f223835..384fb67f6 100755 --- a/test/taskrc.t +++ b/test/taskrc.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/tdb2.t.cpp b/test/tdb2.t.cpp index afcb6d2af..bd6944627 100644 --- a/test/tdb2.t.cpp +++ b/test/tdb2.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/template.t b/test/template.t index 27658ceb3..c1e27371a 100644 --- a/test/template.t +++ b/test/template.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/test.cpp b/test/test.cpp index 60ddd3cf5..9dc7552ca 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/test.h b/test/test.h index 2127077e5..fa65f9bbd 100644 --- a/test/test.h +++ b/test/test.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/timesheet.t b/test/timesheet.t index 177451ce6..016cb93f1 100755 --- a/test/timesheet.t +++ b/test/timesheet.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/tw-1379.t b/test/tw-1379.t index 13a675c59..a73a9e613 100755 --- a/test/tw-1379.t +++ b/test/tw-1379.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/tw-20.t b/test/tw-20.t index 7111c8614..06b3d5bff 100755 --- a/test/tw-20.t +++ b/test/tw-20.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/tw-262.t b/test/tw-262.t index b33486390..3a7ffca0e 100755 --- a/test/tw-262.t +++ b/test/tw-262.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/tw-295.t b/test/tw-295.t index 61fcdc348..1b41b222a 100755 --- a/test/tw-295.t +++ b/test/tw-295.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/tw-46.t b/test/tw-46.t index 82710b78b..dc97402bc 100755 --- a/test/tw-46.t +++ b/test/tw-46.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/uda.t b/test/uda.t index 04866a41f..a42d07417 100755 --- a/test/uda.t +++ b/test/uda.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/uda_orphan.t b/test/uda_orphan.t index 977c43a5c..914c6e4c5 100755 --- a/test/uda_orphan.t +++ b/test/uda_orphan.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/uda_report.t b/test/uda_report.t index f9d87b154..03b9e89a4 100755 --- a/test/uda_report.t +++ b/test/uda_report.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/uda_sort.t b/test/uda_sort.t index 8de807d53..d940a9915 100755 --- a/test/uda_sort.t +++ b/test/uda_sort.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/undo.t b/test/undo.t index 8ed65068c..71f0b23d3 100755 --- a/test/undo.t +++ b/test/undo.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/unicode.t b/test/unicode.t index e14646d66..6d02ba3a6 100755 --- a/test/unicode.t +++ b/test/unicode.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/unique.t b/test/unique.t index d88cb2284..6bf56514c 100755 --- a/test/unique.t +++ b/test/unique.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/upgrade.t b/test/upgrade.t index 030529d7e..75d0c9b40 100755 --- a/test/upgrade.t +++ b/test/upgrade.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/urgency.t b/test/urgency.t index ae7ab5cf3..9b2e8b518 100755 --- a/test/urgency.t +++ b/test/urgency.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/urgency_inherit.t b/test/urgency_inherit.t index fe8058d4d..bd55503fa 100755 --- a/test/urgency_inherit.t +++ b/test/urgency_inherit.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/util.t.cpp b/test/util.t.cpp index 5c8104a71..752cc7f6a 100644 --- a/test/util.t.cpp +++ b/test/util.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/uuid.t b/test/uuid.t index 0e0a927d3..674d07bc5 100755 --- a/test/uuid.t +++ b/test/uuid.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/variant_add.t.cpp b/test/variant_add.t.cpp index aae9a5bbc..7521888ae 100644 --- a/test/variant_add.t.cpp +++ b/test/variant_add.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/variant_and.t.cpp b/test/variant_and.t.cpp index 48ea9aa36..b80553fef 100644 --- a/test/variant_and.t.cpp +++ b/test/variant_and.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/variant_cast.t.cpp b/test/variant_cast.t.cpp index 88437f349..0b729c0aa 100644 --- a/test/variant_cast.t.cpp +++ b/test/variant_cast.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/variant_divide.t.cpp b/test/variant_divide.t.cpp index 9a567d2a5..aa821ae6c 100644 --- a/test/variant_divide.t.cpp +++ b/test/variant_divide.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/variant_equal.t.cpp b/test/variant_equal.t.cpp index 6d84d49d7..47c406fae 100644 --- a/test/variant_equal.t.cpp +++ b/test/variant_equal.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/variant_exp.t.cpp b/test/variant_exp.t.cpp index 13b0e3cba..ffe8820a7 100644 --- a/test/variant_exp.t.cpp +++ b/test/variant_exp.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/variant_gt.t.cpp b/test/variant_gt.t.cpp index 3df5b148e..847b7f745 100644 --- a/test/variant_gt.t.cpp +++ b/test/variant_gt.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/variant_gte.t.cpp b/test/variant_gte.t.cpp index eed5ad2a6..620412907 100644 --- a/test/variant_gte.t.cpp +++ b/test/variant_gte.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/variant_inequal.t.cpp b/test/variant_inequal.t.cpp index 25bf21c8c..250d72b50 100644 --- a/test/variant_inequal.t.cpp +++ b/test/variant_inequal.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/variant_lt.t.cpp b/test/variant_lt.t.cpp index 502349858..e4836f691 100644 --- a/test/variant_lt.t.cpp +++ b/test/variant_lt.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/variant_lte.t.cpp b/test/variant_lte.t.cpp index b49d8f0fb..f2fd91da1 100644 --- a/test/variant_lte.t.cpp +++ b/test/variant_lte.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/variant_match.t.cpp b/test/variant_match.t.cpp index ceb65b0df..ea7c6b453 100644 --- a/test/variant_match.t.cpp +++ b/test/variant_match.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/variant_math.t.cpp b/test/variant_math.t.cpp index a34affbf9..11471ea4b 100644 --- a/test/variant_math.t.cpp +++ b/test/variant_math.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/variant_modulo.t.cpp b/test/variant_modulo.t.cpp index 2d67521d7..47f552fab 100644 --- a/test/variant_modulo.t.cpp +++ b/test/variant_modulo.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/variant_multiply.t.cpp b/test/variant_multiply.t.cpp index 2b0d57aa2..f8e278f70 100644 --- a/test/variant_multiply.t.cpp +++ b/test/variant_multiply.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/variant_nomatch.t.cpp b/test/variant_nomatch.t.cpp index e05e59462..eb06bb23b 100644 --- a/test/variant_nomatch.t.cpp +++ b/test/variant_nomatch.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/variant_not.t.cpp b/test/variant_not.t.cpp index 06b5aa455..7d8343479 100644 --- a/test/variant_not.t.cpp +++ b/test/variant_not.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/variant_or.t.cpp b/test/variant_or.t.cpp index ec34d95a1..b6b588246 100644 --- a/test/variant_or.t.cpp +++ b/test/variant_or.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/variant_partial.t.cpp b/test/variant_partial.t.cpp index e15ce713f..187c04ec0 100644 --- a/test/variant_partial.t.cpp +++ b/test/variant_partial.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/variant_subtract.t.cpp b/test/variant_subtract.t.cpp index a01cf1b15..d8e8cc7f2 100644 --- a/test/variant_subtract.t.cpp +++ b/test/variant_subtract.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/variant_xor.t.cpp b/test/variant_xor.t.cpp index d5f42f304..e7417ff9f 100644 --- a/test/variant_xor.t.cpp +++ b/test/variant_xor.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2016, Göteborg Bit Factory. +// Copyright 2013 - 2017, Göteborg Bit Factory. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/verbose.t b/test/verbose.t index 27378528d..36ce1188d 100755 --- a/test/verbose.t +++ b/test/verbose.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/version.t b/test/version.t index 76e8a2f58..ab95d4139 100755 --- a/test/version.t +++ b/test/version.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/view.t.cpp b/test/view.t.cpp index 26956d8f1..7dcb11300 100644 --- a/test/view.t.cpp +++ b/test/view.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/wait.t b/test/wait.t index ae71284e9..81dbe50cb 100755 --- a/test/wait.t +++ b/test/wait.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal