From a09f9d48ab6d4fe5fe1aac10004a17b213d7e619 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 21 Nov 2020 00:08:15 -0500 Subject: [PATCH] Update copyright to 2020 --- COPYING | 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 +- doc/ref/task-ref.pages | Bin 292374 -> 292374 bytes scripts/add-ons/update-holidays.pl | 4 ++-- scripts/bash/task.sh | 2 +- scripts/fish/task.fish | 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/Context.cpp | 2 +- src/Context.h | 2 +- src/DOM.cpp | 2 +- src/DOM.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/Lexer.cpp | 2 +- src/Lexer.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 | 4 ++-- 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/ColLast.cpp | 2 +- src/columns/ColLast.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/ColRType.cpp | 2 +- src/columns/ColRType.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/ColTags.cpp | 2 +- src/columns/ColTags.h | 2 +- src/columns/ColTemplate.cpp | 2 +- src/columns/ColTemplate.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 | 4 ++-- src/commands/CmdVersion.h | 2 +- src/commands/Command.cpp | 2 +- src/commands/Command.h | 2 +- src/dependency.cpp | 2 +- src/feedback.cpp | 2 +- src/legacy.cpp | 2 +- src/main.cpp | 2 +- src/main.h | 2 +- src/nag.cpp | 2 +- src/recur.cpp | 2 +- src/recur2.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/columns.t | 2 +- test/commands.t | 2 +- test/completed.t | 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/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.cpp | 2 +- test/dom2.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/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/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-1837.t | 2 +- test/tw-1999.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 +- 380 files changed, 382 insertions(+), 382 deletions(-) diff --git a/COPYING b/COPYING index ed86152e6..2f43e0f23 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ Taskwarrior - a command line task list manager. -Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. Permission is hereby 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 6d6f38f07..7f9c4015b 100644 --- a/doc/man/task-color.5.in +++ b/doc/man/task-color.5.in @@ -288,7 +288,7 @@ Better yet, create your own, and share it. We will gladly host the theme file on . .SH "CREDITS & COPYRIGHTS" -Copyright (C) 2006 \- 2019 P. Beckingham, F. Hernandez. +Copyright (C) 2006 \- 2020 P. Beckingham, F. Hernandez. Taskwarrior is distributed under the MIT license. See https://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 6a13a0a76..c066178f1 100644 --- a/doc/man/task-sync.5.in +++ b/doc/man/task-sync.5.in @@ -147,7 +147,7 @@ Weaknesses: - You need to manage your own server, or gain access to a hosted server. .SH "CREDITS & COPYRIGHTS" -Copyright (C) 2006 \- 2019 P. Beckingham, F. Hernandez. +Copyright (C) 2006 \- 2020 P. Beckingham, F. Hernandez. Taskwarrior is distributed under the MIT license. See https://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 716b288b4..9b95d49cc 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -1357,7 +1357,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 \- 2019 P. Beckingham, F. Hernandez. +Copyright (C) 2006 \- 2020 P. Beckingham, F. Hernandez. Taskwarrior is distributed under the MIT license. See https://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 b31f8f7a0..22cca4cd9 100644 --- a/doc/man/taskrc.5.in +++ b/doc/man/taskrc.5.in @@ -1513,7 +1513,7 @@ Default is "NORMAL". See GnuTLS documentation for full details. .RE .SH "CREDITS & COPYRIGHTS" -Copyright (C) 2006 \- 2019 P. Beckingham, F. Hernandez. +Copyright (C) 2006 \- 2020 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 40cff797f..540983863 100644 --- a/doc/rc/dark-16.theme +++ b/doc/rc/dark-16.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 26df05a06..2a83ecc76 100644 --- a/doc/rc/dark-256.theme +++ b/doc/rc/dark-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 9108153d3..2d494ec67 100644 --- a/doc/rc/dark-blue-256.theme +++ b/doc/rc/dark-blue-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 0d065af0b..fd7f42efd 100644 --- a/doc/rc/dark-gray-256.theme +++ b/doc/rc/dark-gray-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 b0e4412bf..2acd71014 100644 --- a/doc/rc/dark-gray-blue-256.theme +++ b/doc/rc/dark-gray-blue-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 725801be7..643ba3a2d 100644 --- a/doc/rc/dark-green-256.theme +++ b/doc/rc/dark-green-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 7ae5b0a4a..5c0853e41 100644 --- a/doc/rc/dark-red-256.theme +++ b/doc/rc/dark-red-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 33fcef3e3..daecafcbd 100644 --- a/doc/rc/dark-violets-256.theme +++ b/doc/rc/dark-violets-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 513457ce8..9a76cf027 100644 --- a/doc/rc/dark-yellow-green.theme +++ b/doc/rc/dark-yellow-green.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 b93c43f8f..c582c4802 100644 --- a/doc/rc/light-16.theme +++ b/doc/rc/light-16.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 ceb463bad..7d2106e0f 100644 --- a/doc/rc/light-256.theme +++ b/doc/rc/light-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 c20e0b565..635e6e799 100644 --- a/doc/rc/no-color.theme +++ b/doc/rc/no-color.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 3a8bddb73..31f1d36f6 100644 --- a/doc/rc/solarized-dark-256.theme +++ b/doc/rc/solarized-dark-256.theme @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 5128f2b4d..44575f49a 100644 --- a/doc/rc/solarized-light-256.theme +++ b/doc/rc/solarized-light-256.theme @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/ref/task-ref.pages b/doc/ref/task-ref.pages index 6f317d58d6b3d02a4ed6aa9d4acdb2a98fa067b9..99269a53bd3cacf1d00576118932749ec323b8f8 100644 GIT binary patch delta 32 lcmbRCMsV62!G:utf8', $file) "# ${url_current}\n", "# ${url_next}\n", "#\n", - "# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez.\n", + "# Copyright 2006 - 2020, 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 114013e52..ac07c096d 100644 --- a/scripts/bash/task.sh +++ b/scripts/bash/task.sh @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 4e4d3ad61..629619524 100644 --- a/scripts/fish/task.fish +++ b/scripts/fish/task.fish @@ -33,7 +33,7 @@ # set -g task_complete_attribute_modifiers yes # # -# Copyright 2014 - 2019, Roman Inflianskas +# Copyright 2014 - 2020, 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/vim/README b/scripts/vim/README index 4efb8499c..91df60ee8 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 - 2019 John Florian +Copyright 2009 - 2020 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 9451e4b85..82dc22539 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 - 2019 John Florian +" Copyright 2009 - 2020 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 89756b52b..739a86efa 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 - 2019 John Florian +" Copyright 2009 - 2020 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 1cf6abaa3..240e4dc96 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 - 2019 John Florian +" Copyright 2009 - 2020 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 6c71a6289..1166a5ee0 100644 --- a/scripts/vim/syntax/taskrc.vim +++ b/scripts/vim/syntax/taskrc.vim @@ -1,6 +1,6 @@ " Vim syntax file " -" Copyright (c) 2014 - 2019 Taskwarrior Team +" Copyright (c) 2014 - 2020 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 e0fea179a..180b09513 100644 --- a/scripts/zsh/_task +++ b/scripts/zsh/_task @@ -1,6 +1,6 @@ #compdef task # -# Copyright 2010 - 2019 Johannes Schlatow +# Copyright 2010 - 2020 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 ec14a1adf..c5fbd638c 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 8f8dd107e..c3a4f4e18 100644 --- a/src/CLI2.h +++ b/src/CLI2.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 6a7b39f3d..05470720e 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 0a5a8b7c6..e863e6530 100644 --- a/src/Context.h +++ b/src/Context.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 4af987639..d310f21f9 100644 --- a/src/DOM.cpp +++ b/src/DOM.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 e6fbcbe32..c6b22cfc4 100644 --- a/src/DOM.h +++ b/src/DOM.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 68b44c611..6afc1e31e 100644 --- a/src/Eval.cpp +++ b/src/Eval.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 f3b3a0adb..c65c628f4 100644 --- a/src/Eval.h +++ b/src/Eval.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 ec9620e07..321b57aee 100644 --- a/src/Filter.cpp +++ b/src/Filter.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 ce251b434..e6ee3a29f 100644 --- a/src/Filter.h +++ b/src/Filter.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 e8de61ee9..d4f5a3897 100644 --- a/src/Hooks.cpp +++ b/src/Hooks.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 19212820d..a4890d7c3 100644 --- a/src/Hooks.h +++ b/src/Hooks.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 a95fb1171..703681e68 100644 --- a/src/Lexer.cpp +++ b/src/Lexer.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 d556bbb9b..7c5cbfd02 100644 --- a/src/Lexer.h +++ b/src/Lexer.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 263b056f2..ee6c38de7 100644 --- a/src/TDB2.cpp +++ b/src/TDB2.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 46572ffc2..98288e500 100644 --- a/src/TDB2.h +++ b/src/TDB2.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 0080079d6..990a7a9d5 100644 --- a/src/TLSClient.cpp +++ b/src/TLSClient.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 16f63d775..d7f093f78 100644 --- a/src/TLSClient.h +++ b/src/TLSClient.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 c64f28cce..646fc02f1 100644 --- a/src/Task.cpp +++ b/src/Task.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 cbc7fd807..6d8f244c1 100644 --- a/src/Task.h +++ b/src/Task.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 01f1e85e6..c9cb54020 100644 --- a/src/Variant.cpp +++ b/src/Variant.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 6c94ce0dc..05f1f575b 100644 --- a/src/Variant.h +++ b/src/Variant.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 6b441f1a3..29ef5be75 100644 --- a/src/ViewTask.cpp +++ b/src/ViewTask.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 61be102db..c098d2c70 100644 --- a/src/ViewTask.h +++ b/src/ViewTask.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 427f58ddc..27bc4dda6 100644 --- a/src/calc.cpp +++ b/src/calc.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Göteborg Bit Factory. +// Copyright 2013 - 2020, 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 @@ -93,7 +93,7 @@ int main (int argc, char** argv) << format ("calc {1} built for ", VERSION) << osName () << '\n' - << "Copyright (C) 2006 - 2019 P. Beckingham, F. Hernandez." + << "Copyright (C) 2006 - 2020 P. Beckingham, F. Hernandez." << '\n' << '\n' << "Taskwarrior may be copied only under the terms of the MIT license, which may be found in the Taskwarrior source kit." diff --git a/src/columns/ColDepends.cpp b/src/columns/ColDepends.cpp index cac9b2205..dca785a00 100644 --- a/src/columns/ColDepends.cpp +++ b/src/columns/ColDepends.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 4ff8343b3..a35dba283 100644 --- a/src/columns/ColDepends.h +++ b/src/columns/ColDepends.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 3619ce9db..669a789f5 100644 --- a/src/columns/ColDescription.cpp +++ b/src/columns/ColDescription.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 4aa5fa565..533e0f6a1 100644 --- a/src/columns/ColDescription.h +++ b/src/columns/ColDescription.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 e6af6c0a0..4efbed99e 100644 --- a/src/columns/ColDue.cpp +++ b/src/columns/ColDue.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 4b3f53346..7396ddd9c 100644 --- a/src/columns/ColDue.h +++ b/src/columns/ColDue.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 9ceb02f95..e3aead3a9 100644 --- a/src/columns/ColEnd.cpp +++ b/src/columns/ColEnd.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 68ae38e14..0f110dd8d 100644 --- a/src/columns/ColEnd.h +++ b/src/columns/ColEnd.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 d7f94474e..8c077dd0c 100644 --- a/src/columns/ColEntry.cpp +++ b/src/columns/ColEntry.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 912be7048..c29fdfa32 100644 --- a/src/columns/ColEntry.h +++ b/src/columns/ColEntry.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 9e5ff4e00..755b567e9 100644 --- a/src/columns/ColID.cpp +++ b/src/columns/ColID.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 38bd0f4e2..56c0a5e61 100644 --- a/src/columns/ColID.h +++ b/src/columns/ColID.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 1136875d5..24353ade1 100644 --- a/src/columns/ColIMask.cpp +++ b/src/columns/ColIMask.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 e5549ac0c..754397254 100644 --- a/src/columns/ColIMask.h +++ b/src/columns/ColIMask.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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/ColLast.cpp b/src/columns/ColLast.cpp index 487be4e1b..d28fee750 100644 --- a/src/columns/ColLast.cpp +++ b/src/columns/ColLast.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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/ColLast.h b/src/columns/ColLast.h index 473aa4cdc..7b1aefb50 100644 --- a/src/columns/ColLast.h +++ b/src/columns/ColLast.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 6744a15e8..e81322050 100644 --- a/src/columns/ColMask.cpp +++ b/src/columns/ColMask.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 ad479c1f1..3e7e7d3d4 100644 --- a/src/columns/ColMask.h +++ b/src/columns/ColMask.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 c4d0117b8..c0c1f08a1 100644 --- a/src/columns/ColModified.cpp +++ b/src/columns/ColModified.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 21f78adc8..e8d7a56e3 100644 --- a/src/columns/ColModified.h +++ b/src/columns/ColModified.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 ae5afe03c..29786c75d 100644 --- a/src/columns/ColParent.cpp +++ b/src/columns/ColParent.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 082245137..ec5eb9c48 100644 --- a/src/columns/ColParent.h +++ b/src/columns/ColParent.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 6ecc2c770..f3626b9c5 100644 --- a/src/columns/ColProject.cpp +++ b/src/columns/ColProject.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 8412a9f63..5d82ea719 100644 --- a/src/columns/ColProject.h +++ b/src/columns/ColProject.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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/ColRType.cpp b/src/columns/ColRType.cpp index 0cf30cd48..7abfafac0 100644 --- a/src/columns/ColRType.cpp +++ b/src/columns/ColRType.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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/ColRType.h b/src/columns/ColRType.h index f0e08d7e7..4dbe703a0 100644 --- a/src/columns/ColRType.h +++ b/src/columns/ColRType.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 8ded6f4cd..4c71deaf0 100644 --- a/src/columns/ColRecur.cpp +++ b/src/columns/ColRecur.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 a23824ed7..8c6792c3a 100644 --- a/src/columns/ColRecur.h +++ b/src/columns/ColRecur.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 a498b70e4..8d5d51aff 100644 --- a/src/columns/ColScheduled.cpp +++ b/src/columns/ColScheduled.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 6cb808760..b7aee2291 100644 --- a/src/columns/ColScheduled.h +++ b/src/columns/ColScheduled.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 9f9c0ddb3..1454d9bf9 100644 --- a/src/columns/ColStart.cpp +++ b/src/columns/ColStart.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 62a347ea9..9f725cece 100644 --- a/src/columns/ColStart.h +++ b/src/columns/ColStart.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 89ee22efb..65562909f 100644 --- a/src/columns/ColStatus.cpp +++ b/src/columns/ColStatus.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 ed7043c1a..a21fb3c26 100644 --- a/src/columns/ColStatus.h +++ b/src/columns/ColStatus.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 d9dab5c62..f5d4e86bb 100644 --- a/src/columns/ColTags.cpp +++ b/src/columns/ColTags.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 36325e4c2..5ae0c0f64 100644 --- a/src/columns/ColTags.h +++ b/src/columns/ColTags.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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/ColTemplate.cpp b/src/columns/ColTemplate.cpp index 61c65c7da..5da8c10bf 100644 --- a/src/columns/ColTemplate.cpp +++ b/src/columns/ColTemplate.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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/ColTemplate.h b/src/columns/ColTemplate.h index 94e12d78f..492a931c3 100644 --- a/src/columns/ColTemplate.h +++ b/src/columns/ColTemplate.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 ff7c23d94..0e0a5c542 100644 --- a/src/columns/ColTypeDate.cpp +++ b/src/columns/ColTypeDate.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 624406c99..ceca5e383 100644 --- a/src/columns/ColTypeDate.h +++ b/src/columns/ColTypeDate.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 77bd79e96..43c7e87c2 100644 --- a/src/columns/ColTypeDuration.cpp +++ b/src/columns/ColTypeDuration.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 dd2e3e71f..d548f7081 100644 --- a/src/columns/ColTypeDuration.h +++ b/src/columns/ColTypeDuration.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 d6f7d46b8..064892ad3 100644 --- a/src/columns/ColTypeNumeric.cpp +++ b/src/columns/ColTypeNumeric.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 1c1f050ba..5d3a1ac83 100644 --- a/src/columns/ColTypeNumeric.h +++ b/src/columns/ColTypeNumeric.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 06852d347..cdbfe0298 100644 --- a/src/columns/ColTypeString.cpp +++ b/src/columns/ColTypeString.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 4ec657b17..90050eda8 100644 --- a/src/columns/ColTypeString.h +++ b/src/columns/ColTypeString.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 69619a99f..5a2fd1848 100644 --- a/src/columns/ColUDA.cpp +++ b/src/columns/ColUDA.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 798f26c80..b540db0f9 100644 --- a/src/columns/ColUDA.h +++ b/src/columns/ColUDA.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 4980fac1e..775a45cb4 100644 --- a/src/columns/ColUUID.cpp +++ b/src/columns/ColUUID.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 6056af789..592b44bc5 100644 --- a/src/columns/ColUUID.h +++ b/src/columns/ColUUID.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 0f5e028e5..8163ec13b 100644 --- a/src/columns/ColUntil.cpp +++ b/src/columns/ColUntil.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 c2bd0488c..276949ad4 100644 --- a/src/columns/ColUntil.h +++ b/src/columns/ColUntil.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 0a726eff2..5dc1ee9b8 100644 --- a/src/columns/ColUrgency.cpp +++ b/src/columns/ColUrgency.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 01b424c65..192b0fa3b 100644 --- a/src/columns/ColUrgency.h +++ b/src/columns/ColUrgency.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 4b8d50566..c42e54641 100644 --- a/src/columns/ColWait.cpp +++ b/src/columns/ColWait.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 7aabdf4bd..146db274f 100644 --- a/src/columns/ColWait.h +++ b/src/columns/ColWait.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 7accef804..70634f7da 100644 --- a/src/columns/Column.cpp +++ b/src/columns/Column.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 a196c8176..1bdf3979d 100644 --- a/src/columns/Column.h +++ b/src/columns/Column.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 e76d68ac2..460478cfe 100644 --- a/src/commands/CmdAdd.cpp +++ b/src/commands/CmdAdd.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 9ae953882..0057853b8 100644 --- a/src/commands/CmdAdd.h +++ b/src/commands/CmdAdd.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 1a6701879..c1a45472f 100644 --- a/src/commands/CmdAliases.cpp +++ b/src/commands/CmdAliases.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 2d790f6a5..f208db0c6 100644 --- a/src/commands/CmdAliases.h +++ b/src/commands/CmdAliases.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 c1f6df586..10188f975 100644 --- a/src/commands/CmdAnnotate.cpp +++ b/src/commands/CmdAnnotate.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 917f2718c..0dd0d3b80 100644 --- a/src/commands/CmdAnnotate.h +++ b/src/commands/CmdAnnotate.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 30b440bd1..52edd4461 100644 --- a/src/commands/CmdAppend.cpp +++ b/src/commands/CmdAppend.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 bb8530547..c7f6dfd90 100644 --- a/src/commands/CmdAppend.h +++ b/src/commands/CmdAppend.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 3a1f73a54..69866a7d4 100644 --- a/src/commands/CmdAttributes.cpp +++ b/src/commands/CmdAttributes.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 5dedcc6c7..7d1ed863b 100644 --- a/src/commands/CmdAttributes.h +++ b/src/commands/CmdAttributes.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 7d2374772..4ac1e86b1 100644 --- a/src/commands/CmdBurndown.cpp +++ b/src/commands/CmdBurndown.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 63de42efd..23542c98b 100644 --- a/src/commands/CmdBurndown.h +++ b/src/commands/CmdBurndown.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 977c3c12d..2bf449ae8 100644 --- a/src/commands/CmdCalc.cpp +++ b/src/commands/CmdCalc.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 1aa7c6061..e35c294a9 100644 --- a/src/commands/CmdCalc.h +++ b/src/commands/CmdCalc.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 a8a6c8463..3fb860bec 100644 --- a/src/commands/CmdCalendar.cpp +++ b/src/commands/CmdCalendar.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 21f25e3ad..9bb6e797b 100644 --- a/src/commands/CmdCalendar.h +++ b/src/commands/CmdCalendar.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 893772fb7..a12d90fe2 100644 --- a/src/commands/CmdColor.cpp +++ b/src/commands/CmdColor.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 49aba46c3..285a2d450 100644 --- a/src/commands/CmdColor.h +++ b/src/commands/CmdColor.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 ac010e26c..e9267485a 100644 --- a/src/commands/CmdColumns.cpp +++ b/src/commands/CmdColumns.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 593aad980..edf7b587d 100644 --- a/src/commands/CmdColumns.h +++ b/src/commands/CmdColumns.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 e8eeb3d67..1b60c7996 100644 --- a/src/commands/CmdCommands.cpp +++ b/src/commands/CmdCommands.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 fc6768a34..79cf5e7cd 100644 --- a/src/commands/CmdCommands.h +++ b/src/commands/CmdCommands.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 a2222a5e5..a5c318496 100644 --- a/src/commands/CmdConfig.cpp +++ b/src/commands/CmdConfig.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 860794811..fca831946 100644 --- a/src/commands/CmdConfig.h +++ b/src/commands/CmdConfig.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 bc36177b6..128c63af4 100644 --- a/src/commands/CmdContext.cpp +++ b/src/commands/CmdContext.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 2ff884ea3..bb19ad220 100644 --- a/src/commands/CmdContext.h +++ b/src/commands/CmdContext.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 56d34ad94..3029be49c 100644 --- a/src/commands/CmdCount.cpp +++ b/src/commands/CmdCount.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 da7f2ea71..498434b81 100644 --- a/src/commands/CmdCount.h +++ b/src/commands/CmdCount.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 84fb9005c..903e33398 100644 --- a/src/commands/CmdCustom.cpp +++ b/src/commands/CmdCustom.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 9ce9a5251..4a3e2769c 100644 --- a/src/commands/CmdCustom.h +++ b/src/commands/CmdCustom.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 795a2530a..7880b64d8 100644 --- a/src/commands/CmdDelete.cpp +++ b/src/commands/CmdDelete.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 5342d62d0..3381b3545 100644 --- a/src/commands/CmdDelete.h +++ b/src/commands/CmdDelete.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 dee84cbef..b48da1edc 100644 --- a/src/commands/CmdDenotate.cpp +++ b/src/commands/CmdDenotate.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 28461df98..fa8eaa643 100644 --- a/src/commands/CmdDenotate.h +++ b/src/commands/CmdDenotate.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 8040c6cb6..692b1057a 100644 --- a/src/commands/CmdDiagnostics.cpp +++ b/src/commands/CmdDiagnostics.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 5a7ee6b8f..eb096c92a 100644 --- a/src/commands/CmdDiagnostics.h +++ b/src/commands/CmdDiagnostics.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 8858b26d0..640b80c8c 100644 --- a/src/commands/CmdDone.cpp +++ b/src/commands/CmdDone.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 c3aed336a..ba0aa4745 100644 --- a/src/commands/CmdDone.h +++ b/src/commands/CmdDone.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 ec43da7a1..fe492911e 100644 --- a/src/commands/CmdDuplicate.cpp +++ b/src/commands/CmdDuplicate.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 374432d00..d1eb45375 100644 --- a/src/commands/CmdDuplicate.h +++ b/src/commands/CmdDuplicate.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 42f1b957a..809b51efc 100644 --- a/src/commands/CmdEdit.cpp +++ b/src/commands/CmdEdit.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 0dcedc34b..3319e3ec4 100644 --- a/src/commands/CmdEdit.h +++ b/src/commands/CmdEdit.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 502a57289..7cdd6bd41 100644 --- a/src/commands/CmdExec.cpp +++ b/src/commands/CmdExec.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 0eba03317..f545c1fd3 100644 --- a/src/commands/CmdExec.h +++ b/src/commands/CmdExec.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 77bb244f0..c9f4d5fb0 100644 --- a/src/commands/CmdExport.cpp +++ b/src/commands/CmdExport.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 6eae137c4..7c3248ccf 100644 --- a/src/commands/CmdExport.h +++ b/src/commands/CmdExport.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 595a966ea..d3d11bb9a 100644 --- a/src/commands/CmdGet.cpp +++ b/src/commands/CmdGet.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 c85075ceb..2e7f04d61 100644 --- a/src/commands/CmdGet.h +++ b/src/commands/CmdGet.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 106f3a75b..38f3e4ed7 100644 --- a/src/commands/CmdHelp.cpp +++ b/src/commands/CmdHelp.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 9eaa1617c..1664ebd7f 100644 --- a/src/commands/CmdHelp.h +++ b/src/commands/CmdHelp.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 1ab94dcc1..b56d94147 100644 --- a/src/commands/CmdHistory.cpp +++ b/src/commands/CmdHistory.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 7bc562efa..06283f28c 100644 --- a/src/commands/CmdHistory.h +++ b/src/commands/CmdHistory.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 e3fe77ea2..2717c5cc1 100644 --- a/src/commands/CmdIDs.cpp +++ b/src/commands/CmdIDs.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 0b770d302..8ca97a256 100644 --- a/src/commands/CmdIDs.h +++ b/src/commands/CmdIDs.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 0be459c3f..0d756bdd6 100644 --- a/src/commands/CmdImport.cpp +++ b/src/commands/CmdImport.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 2f94731cb..b6180d8c8 100644 --- a/src/commands/CmdImport.h +++ b/src/commands/CmdImport.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 3154a60b4..31affd3e1 100644 --- a/src/commands/CmdInfo.cpp +++ b/src/commands/CmdInfo.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 03b9ae176..1285bb8bd 100644 --- a/src/commands/CmdInfo.h +++ b/src/commands/CmdInfo.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 40a97e1be..e158dff53 100644 --- a/src/commands/CmdLog.cpp +++ b/src/commands/CmdLog.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 fc4cf8029..79c921b94 100644 --- a/src/commands/CmdLog.h +++ b/src/commands/CmdLog.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 4c83bf64b..b884bb528 100644 --- a/src/commands/CmdLogo.cpp +++ b/src/commands/CmdLogo.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 3e3571b7d..03ba6c672 100644 --- a/src/commands/CmdLogo.h +++ b/src/commands/CmdLogo.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 e36ca67df..eacb0c6a9 100644 --- a/src/commands/CmdModify.cpp +++ b/src/commands/CmdModify.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 22df52e0d..7ba4e8487 100644 --- a/src/commands/CmdModify.h +++ b/src/commands/CmdModify.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 84873abd9..172c384c4 100644 --- a/src/commands/CmdPrepend.cpp +++ b/src/commands/CmdPrepend.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 3f9329411..0977bbeb6 100644 --- a/src/commands/CmdPrepend.h +++ b/src/commands/CmdPrepend.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 a367446a1..2e943d248 100644 --- a/src/commands/CmdProjects.cpp +++ b/src/commands/CmdProjects.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 14f91dead..e41450bb3 100644 --- a/src/commands/CmdProjects.h +++ b/src/commands/CmdProjects.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 ccda7b025..f78ae39c6 100644 --- a/src/commands/CmdPurge.cpp +++ b/src/commands/CmdPurge.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 6e6452232..534fcf6cf 100644 --- a/src/commands/CmdPurge.h +++ b/src/commands/CmdPurge.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 616c355fa..751adb635 100644 --- a/src/commands/CmdReports.cpp +++ b/src/commands/CmdReports.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 5409be3cf..e1ada5d02 100644 --- a/src/commands/CmdReports.h +++ b/src/commands/CmdReports.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 18526f0c5..43389472d 100644 --- a/src/commands/CmdShow.cpp +++ b/src/commands/CmdShow.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 4489201e0..d4b42220b 100644 --- a/src/commands/CmdShow.h +++ b/src/commands/CmdShow.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 03b20278e..d6a08d004 100644 --- a/src/commands/CmdStart.cpp +++ b/src/commands/CmdStart.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 5d97c7a9f..785c113b4 100644 --- a/src/commands/CmdStart.h +++ b/src/commands/CmdStart.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 ac724c908..0aff886cd 100644 --- a/src/commands/CmdStats.cpp +++ b/src/commands/CmdStats.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 c12b7e359..327e5ef7f 100644 --- a/src/commands/CmdStats.h +++ b/src/commands/CmdStats.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 bb77ea108..7fc0d3c1e 100644 --- a/src/commands/CmdStop.cpp +++ b/src/commands/CmdStop.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 7d9fdb01b..f1e338824 100644 --- a/src/commands/CmdStop.h +++ b/src/commands/CmdStop.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 e76acd8c6..6ab99fa43 100644 --- a/src/commands/CmdSummary.cpp +++ b/src/commands/CmdSummary.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 d422855c1..31d329532 100644 --- a/src/commands/CmdSummary.h +++ b/src/commands/CmdSummary.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 467dfcf0f..05539fee0 100644 --- a/src/commands/CmdSync.cpp +++ b/src/commands/CmdSync.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 8da9d206f..3a4c5ca4f 100644 --- a/src/commands/CmdSync.h +++ b/src/commands/CmdSync.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 1ad3137c4..d1b0729f5 100644 --- a/src/commands/CmdTags.cpp +++ b/src/commands/CmdTags.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 510722482..a9a668989 100644 --- a/src/commands/CmdTags.h +++ b/src/commands/CmdTags.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 9bd383603..2b87c8fd7 100644 --- a/src/commands/CmdTimesheet.cpp +++ b/src/commands/CmdTimesheet.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 acec783ec..173d16472 100644 --- a/src/commands/CmdTimesheet.h +++ b/src/commands/CmdTimesheet.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 be140005c..71f434e3c 100644 --- a/src/commands/CmdUDAs.cpp +++ b/src/commands/CmdUDAs.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 ec4a32f82..2fa5a2d5a 100644 --- a/src/commands/CmdUDAs.h +++ b/src/commands/CmdUDAs.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 3d67a3462..2b3ae5e86 100644 --- a/src/commands/CmdUndo.cpp +++ b/src/commands/CmdUndo.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 ecf3d7317..236b7fde3 100644 --- a/src/commands/CmdUndo.h +++ b/src/commands/CmdUndo.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 6248fb663..8d466534b 100644 --- a/src/commands/CmdUnique.cpp +++ b/src/commands/CmdUnique.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 f827efe1b..712107aac 100644 --- a/src/commands/CmdUnique.h +++ b/src/commands/CmdUnique.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 5de8bb096..5dda53c07 100644 --- a/src/commands/CmdUrgency.cpp +++ b/src/commands/CmdUrgency.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 594636e82..bacbd534a 100644 --- a/src/commands/CmdUrgency.h +++ b/src/commands/CmdUrgency.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 ede311c0d..2bae80c68 100644 --- a/src/commands/CmdVersion.cpp +++ b/src/commands/CmdVersion.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -78,7 +78,7 @@ int CmdVersion::execute (std::string& output) << format ("{1} {2} built for ", bold.colorize (PACKAGE), bold.colorize (VERSION)) << osName () << '\n' - << "Copyright (C) 2006 - 2019 P. Beckingham, F. Hernandez." + << "Copyright (C) 2006 - 2020 P. Beckingham, F. Hernandez." << '\n' << '\n' << disclaimer.render () diff --git a/src/commands/CmdVersion.h b/src/commands/CmdVersion.h index b03e0046f..cdcb587ff 100644 --- a/src/commands/CmdVersion.h +++ b/src/commands/CmdVersion.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 9b53c98dc..232692a1f 100644 --- a/src/commands/Command.cpp +++ b/src/commands/Command.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 af2402985..4c80b66ae 100644 --- a/src/commands/Command.h +++ b/src/commands/Command.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 58aab89da..80e1cb874 100644 --- a/src/dependency.cpp +++ b/src/dependency.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 c1f982c6e..0e1d793c3 100644 --- a/src/feedback.cpp +++ b/src/feedback.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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/legacy.cpp b/src/legacy.cpp index 19db61531..9ed440e78 100644 --- a/src/legacy.cpp +++ b/src/legacy.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 2fc858d54..9314c90bb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 9874c20d6..e19d7fdbd 100644 --- a/src/main.h +++ b/src/main.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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/nag.cpp b/src/nag.cpp index d5878e18a..cf69db8c6 100644 --- a/src/nag.cpp +++ b/src/nag.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 f82e7600a..c14539c99 100644 --- a/src/recur.cpp +++ b/src/recur.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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/recur2.cpp b/src/recur2.cpp index b6ebad69c..f9ca27075 100644 --- a/src/recur2.cpp +++ b/src/recur2.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 981aa38f9..1d67624cb 100644 --- a/src/rules.cpp +++ b/src/rules.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 826efc164..8fa6e50be 100644 --- a/src/sort.cpp +++ b/src/sort.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 4aad80c47..e1e0b8158 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 622aac47e..1ae977695 100644 --- a/src/util.h +++ b/src/util.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 44acccb3e..97ee3706b 100755 --- a/test/abbreviation.t +++ b/test/abbreviation.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 15c851c76..55b7fa4de 100755 --- a/test/add.t +++ b/test/add.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 4898e343d..5ce82bf45 100755 --- a/test/alias.t +++ b/test/alias.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 a233bbe4b..99ada7c1f 100755 --- a/test/annotate.t +++ b/test/annotate.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 70e03aadf..0512eed11 100755 --- a/test/append.t +++ b/test/append.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 3480bdaae..a5c51d4d6 100755 --- a/test/args.t +++ b/test/args.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 516506d47..85681596a 100755 --- a/test/backlog.t +++ b/test/backlog.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 ff58efaf2..d153ef89f 100755 --- a/test/bash_completion.t +++ b/test/bash_completion.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 9a59f2f99..e7deffc17 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-2019 Wilhelm Schürmann +# Copyright (c) 2015-2020 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 93b4a2139..03c5eb575 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-2019 Wilhelm Schürmann +# Copyright (c) 2015-2020 Wilhelm Schürmann function setup_taskrc { # Configuration diff --git a/test/blocked.t b/test/blocked.t index b419e3143..c5ebdae95 100755 --- a/test/blocked.t +++ b/test/blocked.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 488427d55..610904975 100755 --- a/test/bulk.t +++ b/test/bulk.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 8f18d56d0..a9f34fed6 100755 --- a/test/burndown.t +++ b/test/burndown.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 816810845..1c1cbc005 100755 --- a/test/calc.t +++ b/test/calc.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 e4a761d9f..916596628 100755 --- a/test/calendar.t +++ b/test/calendar.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 8e9a26874..f1e9308d6 100755 --- a/test/caseless.t +++ b/test/caseless.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 e26765258..f63a5b44a 100644 --- a/test/col.t.cpp +++ b/test/col.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 28764dd46..832165854 100755 --- a/test/color.cmd.t +++ b/test/color.cmd.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 163b488a2..868723163 100755 --- a/test/color.rules.t +++ b/test/color.rules.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 5456457f1..0e68a0328 100755 --- a/test/columns.t +++ b/test/columns.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 21f1c21a0..7dcd016a7 100755 --- a/test/commands.t +++ b/test/commands.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 2bcf80e13..eb14e47fd 100755 --- a/test/completed.t +++ b/test/completed.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 8182917e7..eb2f32d22 100755 --- a/test/configuration.t +++ b/test/configuration.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 323ba1cba..93d07d67b 100755 --- a/test/confirmation.t +++ b/test/confirmation.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 2da469d2f..5eecb85b8 100755 --- a/test/context.t +++ b/test/context.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 312ebd220..1c29f4552 100755 --- a/test/count.t +++ b/test/count.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 b31d54d03..1ce802b71 100755 --- a/test/custom.config.t +++ b/test/custom.config.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 727bac4d8..c7692150e 100755 --- a/test/custom.recur_ind.t +++ b/test/custom.recur_ind.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 9fd0c876a..c29ebbc2c 100755 --- a/test/custom.t +++ b/test/custom.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 bcc2fef0a..3cf5850e6 100755 --- a/test/custom.tag_ind.t +++ b/test/custom.tag_ind.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 802c7637b..7e92d0e23 100755 --- a/test/date.iso.t +++ b/test/date.iso.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 e95a4bbfe..5b0e0e98c 100755 --- a/test/dateformat.t +++ b/test/dateformat.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 9bbf984ef..e00382c47 100755 --- a/test/datesort.t +++ b/test/datesort.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 86ee43a9b..c6999cf24 100755 --- a/test/datetime-negative.t +++ b/test/datetime-negative.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 3054c6935..c47660326 100755 --- a/test/debug.t +++ b/test/debug.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 1ed4e2679..630314aa7 100755 --- a/test/default.t +++ b/test/default.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 15cd8f66d..b80deb6e1 100755 --- a/test/delete.t +++ b/test/delete.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 4ea1503ca..8d58a2d7f 100755 --- a/test/denotate.t +++ b/test/denotate.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 26254515e..a68870fef 100755 --- a/test/dependencies.t +++ b/test/dependencies.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 803a54f54..67c6d3e76 100755 --- a/test/diag.t +++ b/test/diag.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 150e12d4d..a56550f2f 100755 --- a/test/diag_color.t +++ b/test/diag_color.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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.cpp b/test/dom.t.cpp index 5b3f53b54..4a19bb646 100644 --- a/test/dom.t.cpp +++ b/test/dom.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Göteborg Bit Factory. +// Copyright 2013 - 2020, 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/dom2.t b/test/dom2.t index 540b46ce0..7a4c3e358 100755 --- a/test/dom2.t +++ b/test/dom2.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 82788e4d7..4f2accd30 100755 --- a/test/due.t +++ b/test/due.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 9a339b228..d15bd2a8b 100755 --- a/test/duplicate.t +++ b/test/duplicate.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 8ac144776..c10675bae 100755 --- a/test/edit.t +++ b/test/edit.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 7f7d9b2aa..e517eeab2 100755 --- a/test/encoding.t +++ b/test/encoding.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 10713a2c2..1b54949d8 100755 --- a/test/enpassant.t +++ b/test/enpassant.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 0a568bc01..25b64bf48 100644 --- a/test/eval.t.cpp +++ b/test/eval.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Göteborg Bit Factory. +// Copyright 2013 - 2020, 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 800c98cb0..21daa78a1 100755 --- a/test/exec.t +++ b/test/exec.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 1d9c8d046..3343b9178 100755 --- a/test/export.t +++ b/test/export.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 0dce9bcd3..9d3fc17ee 100755 --- a/test/feature.559.t +++ b/test/feature.559.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 aeb126967..f2b152896 100755 --- a/test/feature.default.project.t +++ b/test/feature.default.project.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 7ba146d0e..060599d3c 100755 --- a/test/feature.print.empty.columns.t +++ b/test/feature.print.empty.columns.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 a0958bd3d..001a75920 100755 --- a/test/feature.recurrence.t +++ b/test/feature.recurrence.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 80e952c82..8f6a413f1 100755 --- a/test/feedback.t +++ b/test/feedback.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 765d33bfe..55e8a3242 100755 --- a/test/filter.t +++ b/test/filter.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 9502a2112..53b06c123 100755 --- a/test/fontunderline.t +++ b/test/fontunderline.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 255098264..98f89e91a 100755 --- a/test/format.t +++ b/test/format.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 7b3367904..8d1937bd0 100755 --- a/test/gc.t +++ b/test/gc.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 c573c4bb1..69388f6bf 100755 --- a/test/helpers.t +++ b/test/helpers.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 62cc388d4..128ef48b9 100755 --- a/test/history.t +++ b/test/history.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 d6c0dd3b9..a38f422ee 100755 --- a/test/hooks.env.t +++ b/test/hooks.env.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 50912e74c..a497eb56f 100755 --- a/test/hooks.on-add.t +++ b/test/hooks.on-add.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 fd89da375..434619601 100755 --- a/test/hooks.on-exit.t +++ b/test/hooks.on-exit.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 0c7ed22e5..a12263b68 100755 --- a/test/hooks.on-launch.t +++ b/test/hooks.on-launch.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 55f037169..94fb7d48d 100755 --- a/test/hooks.on-modify.t +++ b/test/hooks.on-modify.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 b1643b6d8..7698adc6f 100755 --- a/test/hyphenate.t +++ b/test/hyphenate.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 bff11424e..1f1a48a0c 100755 --- a/test/ids.t +++ b/test/ids.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 7676082ef..86a7c0201 100755 --- a/test/import.t +++ b/test/import.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 aa6fcb209..a7ec0daf2 100755 --- a/test/info.t +++ b/test/info.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 8912de85a..24d804b01 100644 --- a/test/lexer.t.cpp +++ b/test/lexer.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Göteborg Bit Factory. +// Copyright 2013 - 2020, 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 9e26d682a..e2b936d50 100755 --- a/test/limit.t +++ b/test/limit.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 c1d2ca027..f163a13e4 100755 --- a/test/list.all.projects.t +++ b/test/list.all.projects.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 ba9df31d7..0640bd51a 100755 --- a/test/log.t +++ b/test/log.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 175efb0c5..7a2f00084 100755 --- a/test/logo.t +++ b/test/logo.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 e5fc8189f..4e88f6292 100755 --- a/test/math.t +++ b/test/math.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 f32925445..53e9b211d 100755 --- a/test/modify.t +++ b/test/modify.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 380366e5a..ebc238cc8 100755 --- a/test/nag.t +++ b/test/nag.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 790fd47a1..e6f70d464 100755 --- a/test/obfuscate.t +++ b/test/obfuscate.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 68867fa0e..58e765ade 100755 --- a/test/oldest.t +++ b/test/oldest.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 985141dec..b62dc6526 100755 --- a/test/operators.t +++ b/test/operators.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 6d6f8fc4b..53eee830b 100755 --- a/test/overdue.t +++ b/test/overdue.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 968e72eb2..cd58d11f6 100755 --- a/test/partial.t +++ b/test/partial.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 adafa52eb..19a2ba88e 100755 --- a/test/prepend.t +++ b/test/prepend.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 df1757c92..f1c15da92 100755 --- a/test/pri_sort.t +++ b/test/pri_sort.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 90e4624b4..8466cf7c8 100755 --- a/test/project.t +++ b/test/project.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 29315c190..5891c7d0c 100755 --- a/test/purge.t +++ b/test/purge.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 b47f30ea9..3f2e61552 100755 --- a/test/quotes.t +++ b/test/quotes.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 1e25d3429..4709b4d8b 100755 --- a/test/rc.override.t +++ b/test/rc.override.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 d94d85c12..ad08a650c 100755 --- a/test/recurrence.t +++ b/test/recurrence.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 8574eb7fc..390d6d163 100755 --- a/test/reports.t +++ b/test/reports.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 90de10439..ef8a8d638 100755 --- a/test/search.t +++ b/test/search.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 6f8a2bec4..e3fa07147 100755 --- a/test/sequence.t +++ b/test/sequence.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 e224d11ed..4925390e0 100755 --- a/test/shell.t +++ b/test/shell.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 5f9d5a32e..83015e87c 100755 --- a/test/show.t +++ b/test/show.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 6352b74b9..f5d3a5cf9 100644 --- a/test/simpletap/__init__.py +++ b/test/simpletap/__init__.py @@ -1,7 +1,7 @@ ############################################################################### # taskwarrior - a command line task list manager. # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 df408e8ba..b21ea6158 100755 --- a/test/sorting.t +++ b/test/sorting.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 5025e4f09..bfcb908ff 100755 --- a/test/special.t +++ b/test/special.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 bf16d3258..5c528f08d 100755 --- a/test/start.t +++ b/test/start.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 5442643b4..5e9adbff8 100755 --- a/test/stats.t +++ b/test/stats.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 9ed05fb44..5019f0603 100755 --- a/test/substitute.t +++ b/test/substitute.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 3f132da48..407ad07e6 100755 --- a/test/sugar.t +++ b/test/sugar.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 7ed9cc95a..43a3e7420 100755 --- a/test/summary.t +++ b/test/summary.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 e75140828..1516c8f59 100644 --- a/test/t.t.cpp +++ b/test/t.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 841cce318..27a12f068 100755 --- a/test/tag.t +++ b/test/tag.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 3e15fd84e..6145054d9 100755 --- a/test/taskrc.t +++ b/test/taskrc.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 34ca50254..11a7c70fc 100644 --- a/test/tdb2.t.cpp +++ b/test/tdb2.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 f8937615f..a0f02e588 100644 --- a/test/template.t +++ b/test/template.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 49010350a..70491cf72 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 c5ffa1cb3..411d68534 100644 --- a/test/test.h +++ b/test/test.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 204dba010..08920f760 100755 --- a/test/timesheet.t +++ b/test/timesheet.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 4f346c54d..652f0ea06 100755 --- a/test/tw-1379.t +++ b/test/tw-1379.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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-1837.t b/test/tw-1837.t index 2b3391d3c..402697bc8 100644 --- a/test/tw-1837.t +++ b/test/tw-1837.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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-1999.t b/test/tw-1999.t index c9c2e2abf..50444603e 100755 --- a/test/tw-1999.t +++ b/test/tw-1999.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 9880ec226..2325d79e2 100755 --- a/test/tw-20.t +++ b/test/tw-20.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 da1ef881e..c3680210b 100755 --- a/test/tw-262.t +++ b/test/tw-262.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 4908e451b..1e83604dd 100755 --- a/test/tw-295.t +++ b/test/tw-295.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 df8f615c2..2f409e04a 100755 --- a/test/tw-46.t +++ b/test/tw-46.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 b2757ee5c..45ed88b60 100755 --- a/test/uda.t +++ b/test/uda.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 b334e10a2..bc7764cc1 100755 --- a/test/uda_orphan.t +++ b/test/uda_orphan.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 c3fced113..c7d6d08ee 100755 --- a/test/uda_report.t +++ b/test/uda_report.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 496677b01..16115375f 100755 --- a/test/uda_sort.t +++ b/test/uda_sort.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 cc858c977..3f5756148 100755 --- a/test/undo.t +++ b/test/undo.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 4e7c6c3df..41f62660e 100755 --- a/test/unicode.t +++ b/test/unicode.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 cce4c13c5..42b6b3440 100755 --- a/test/unique.t +++ b/test/unique.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 95fa43fbd..29927233d 100755 --- a/test/upgrade.t +++ b/test/upgrade.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 a07f61539..e5af4a963 100755 --- a/test/urgency.t +++ b/test/urgency.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 9b7f32451..16f5fef15 100755 --- a/test/urgency_inherit.t +++ b/test/urgency_inherit.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 0652161ec..43e460020 100644 --- a/test/util.t.cpp +++ b/test/util.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 9172dec8f..14d29ffe6 100755 --- a/test/uuid.t +++ b/test/uuid.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 a915c5c08..d5bcb329a 100644 --- a/test/variant_add.t.cpp +++ b/test/variant_add.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Göteborg Bit Factory. +// Copyright 2013 - 2020, 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 191b9890c..d36284cd9 100644 --- a/test/variant_and.t.cpp +++ b/test/variant_and.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Göteborg Bit Factory. +// Copyright 2013 - 2020, 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 8a973d2bf..ad4c885af 100644 --- a/test/variant_cast.t.cpp +++ b/test/variant_cast.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Göteborg Bit Factory. +// Copyright 2013 - 2020, 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 8265aaaf9..a36da2c8a 100644 --- a/test/variant_divide.t.cpp +++ b/test/variant_divide.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Göteborg Bit Factory. +// Copyright 2013 - 2020, 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 7204b1430..c03571538 100644 --- a/test/variant_equal.t.cpp +++ b/test/variant_equal.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Göteborg Bit Factory. +// Copyright 2013 - 2020, 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 316cf2637..3e5d57dd2 100644 --- a/test/variant_exp.t.cpp +++ b/test/variant_exp.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Göteborg Bit Factory. +// Copyright 2013 - 2020, 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 57d78d311..2b115604e 100644 --- a/test/variant_gt.t.cpp +++ b/test/variant_gt.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Göteborg Bit Factory. +// Copyright 2013 - 2020, 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 9d076d7af..1efa88fc6 100644 --- a/test/variant_gte.t.cpp +++ b/test/variant_gte.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Göteborg Bit Factory. +// Copyright 2013 - 2020, 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 90d4374f7..ae0d61f55 100644 --- a/test/variant_inequal.t.cpp +++ b/test/variant_inequal.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Göteborg Bit Factory. +// Copyright 2013 - 2020, 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 6c7d5bb0c..3defca8e9 100644 --- a/test/variant_lt.t.cpp +++ b/test/variant_lt.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Göteborg Bit Factory. +// Copyright 2013 - 2020, 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 e73042ed5..14908069b 100644 --- a/test/variant_lte.t.cpp +++ b/test/variant_lte.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Göteborg Bit Factory. +// Copyright 2013 - 2020, 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 04786ad9c..5c24ec05a 100644 --- a/test/variant_match.t.cpp +++ b/test/variant_match.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Göteborg Bit Factory. +// Copyright 2013 - 2020, 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 bf0bae6bf..1399f625f 100644 --- a/test/variant_math.t.cpp +++ b/test/variant_math.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Göteborg Bit Factory. +// Copyright 2013 - 2020, 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 c941c0200..c622c5d19 100644 --- a/test/variant_modulo.t.cpp +++ b/test/variant_modulo.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019 Göteborg Bit Factory. +// Copyright 2013 - 2020 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 d6b8d9b3e..8fb29c1d5 100644 --- a/test/variant_multiply.t.cpp +++ b/test/variant_multiply.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Göteborg Bit Factory. +// Copyright 2013 - 2020, 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 7b33a800a..3735c45fc 100644 --- a/test/variant_nomatch.t.cpp +++ b/test/variant_nomatch.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Göteborg Bit Factory. +// Copyright 2013 - 2020, 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 4f8c5cd83..7e2e8e262 100644 --- a/test/variant_not.t.cpp +++ b/test/variant_not.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Göteborg Bit Factory. +// Copyright 2013 - 2020, 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 19b91844e..190e80579 100644 --- a/test/variant_or.t.cpp +++ b/test/variant_or.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Göteborg Bit Factory. +// Copyright 2013 - 2020, 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 1f1f631d7..6af70d398 100644 --- a/test/variant_partial.t.cpp +++ b/test/variant_partial.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Göteborg Bit Factory. +// Copyright 2013 - 2020, 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 0af2c8310..59b94a43b 100644 --- a/test/variant_subtract.t.cpp +++ b/test/variant_subtract.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Göteborg Bit Factory. +// Copyright 2013 - 2020, 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 154e76913..b80566c0c 100644 --- a/test/variant_xor.t.cpp +++ b/test/variant_xor.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2019, Göteborg Bit Factory. +// Copyright 2013 - 2020, 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 76aba63c3..f367b4e59 100755 --- a/test/verbose.t +++ b/test/verbose.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 e53c89b2d..090e38c85 100755 --- a/test/version.t +++ b/test/version.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 79982ccab..3b541fb8e 100644 --- a/test/view.t.cpp +++ b/test/view.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. // // Permission is hereby 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 02adff702..f0c477464 100755 --- a/test/wait.t +++ b/test/wait.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2020, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal