From 0bc92d611555c657b56a91f89df521ddbd9e5c31 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sun, 5 Sep 2021 12:01:36 -0400 Subject: [PATCH] meta: Adjust copyright headers --- COPYING | 2 +- LICENSE | 2 +- doc/man/task-color.5.in | 2 +- doc/man/task-sync.5.in | 2 +- doc/man/task.1.in | 2 +- doc/man/taskrc.5.in | 2 +- doc/rc/dark-16.theme | 2 +- doc/rc/dark-256.theme | 2 +- doc/rc/dark-blue-256.theme | 2 +- doc/rc/dark-gray-256.theme | 2 +- doc/rc/dark-gray-blue-256.theme | 2 +- doc/rc/dark-green-256.theme | 2 +- doc/rc/dark-red-256.theme | 2 +- doc/rc/dark-violets-256.theme | 2 +- doc/rc/dark-yellow-green.theme | 2 +- doc/rc/holidays.cs-CZ.rc | 2 +- doc/rc/holidays.da-DK.rc | 2 +- doc/rc/holidays.de-AT.rc | 2 +- doc/rc/holidays.de-BE.rc | 2 +- doc/rc/holidays.de-CH.rc | 2 +- doc/rc/holidays.de-DE.rc | 2 +- doc/rc/holidays.el-GR.rc | 2 +- doc/rc/holidays.en-CA.rc | 2 +- doc/rc/holidays.en-GB.rc | 2 +- doc/rc/holidays.en-NZ.rc | 2 +- doc/rc/holidays.en-US.rc | 2 +- doc/rc/holidays.es-CO.rc | 2 +- doc/rc/holidays.es-ES.rc | 2 +- doc/rc/holidays.es-US.rc | 2 +- doc/rc/holidays.fi-FI.rc | 2 +- doc/rc/holidays.fr-BE.rc | 2 +- doc/rc/holidays.fr-FR.rc | 2 +- doc/rc/holidays.hr-HR.rc | 2 +- doc/rc/holidays.is-IS.rc | 2 +- doc/rc/holidays.it-IT.rc | 2 +- doc/rc/holidays.nb-NO.rc | 2 +- doc/rc/holidays.nl-BE.rc | 2 +- doc/rc/holidays.nl-NL.rc | 2 +- doc/rc/holidays.pl-PL.rc | 2 +- doc/rc/holidays.pt-PT.rc | 2 +- doc/rc/holidays.ru-RU.rc | 2 +- doc/rc/holidays.sv-SE.rc | 2 +- doc/rc/holidays.tr-TR.rc | 2 +- doc/rc/light-16.theme | 2 +- doc/rc/light-256.theme | 2 +- doc/rc/no-color.theme | 2 +- doc/rc/solarized-dark-256.theme | 2 +- doc/rc/solarized-light-256.theme | 2 +- scripts/add-ons/update-holidays.pl | 4 ++-- scripts/bash/task.sh | 2 +- 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 | 2 +- src/columns/ColDepends.cpp | 2 +- src/columns/ColDepends.h | 2 +- src/columns/ColDescription.cpp | 2 +- src/columns/ColDescription.h | 2 +- src/columns/ColDue.cpp | 2 +- src/columns/ColDue.h | 2 +- src/columns/ColEnd.cpp | 2 +- src/columns/ColEnd.h | 2 +- src/columns/ColEntry.cpp | 2 +- src/columns/ColEntry.h | 2 +- src/columns/ColID.cpp | 2 +- src/columns/ColID.h | 2 +- src/columns/ColIMask.cpp | 2 +- src/columns/ColIMask.h | 2 +- src/columns/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/libshared | 2 +- src/main.cpp | 2 +- src/main.h | 2 +- src/nag.cpp | 2 +- src/recur.cpp | 2 +- src/rules.cpp | 2 +- src/sort.cpp | 2 +- src/util.cpp | 2 +- src/util.h | 2 +- test/abbreviation.t | 2 +- test/add.t | 2 +- test/alias.t | 2 +- test/annotate.t | 2 +- test/append.t | 2 +- test/args.t | 2 +- test/backlog.t | 2 +- test/bash_completion.t | 2 +- test/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/dom2.t | 2 +- test/due.t | 2 +- test/duplicate.t | 2 +- test/edit.t | 2 +- test/encoding.t | 2 +- test/enpassant.t | 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/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/verbose.t | 2 +- test/version.t | 2 +- test/view.t.cpp | 2 +- test/wait.t | 2 +- 375 files changed, 377 insertions(+), 377 deletions(-) diff --git a/COPYING b/COPYING index f6072cd8e..c85d64686 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ Taskwarrior - a command line task list manager. -Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/LICENSE b/LICENSE index 99fcfe6de..89dcf89c2 100644 --- a/LICENSE +++ b/LICENSE @@ -2,7 +2,7 @@ The MIT License https://www.opensource.org/licenses/mit-license.php -Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. Permission is hereby 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 eb1f78047..493fe713b 100644 --- a/doc/man/task-color.5.in +++ b/doc/man/task-color.5.in @@ -287,7 +287,7 @@ Better yet, create your own, and share it. We will gladly host the theme file on . .SH "CREDITS & COPYRIGHTS" -Copyright (C) 2006 \- 2021 P. Beckingham, F. Hernandez. +Copyright (C) 2006 \- 2021 T. Babej, 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 287d594c5..f5cfb903f 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 \- 2021 P. Beckingham, F. Hernandez. +Copyright (C) 2006 \- 2021 T. Babej, 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 991fb54ee..e2ba544f9 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -1464,7 +1464,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 \- 2021 P. Beckingham, F. Hernandez. +Copyright (C) 2006 \- 2021 T. Babej, 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 090b26b63..6451a7125 100644 --- a/doc/man/taskrc.5.in +++ b/doc/man/taskrc.5.in @@ -1549,7 +1549,7 @@ Default is "NORMAL". See GnuTLS documentation for full details. .RE .SH "CREDITS & COPYRIGHTS" -Copyright (C) 2006 \- 2021 P. Beckingham, F. Hernandez. +Copyright (C) 2006 \- 2021 T. Babej, 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 65ab14f3b..6ac6505d7 100644 --- a/doc/rc/dark-16.theme +++ b/doc/rc/dark-16.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 4d1801273..4398fa96a 100644 --- a/doc/rc/dark-256.theme +++ b/doc/rc/dark-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 0a63c1cfc..91b1c6ca4 100644 --- a/doc/rc/dark-blue-256.theme +++ b/doc/rc/dark-blue-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 ac86d070d..f169abaa4 100644 --- a/doc/rc/dark-gray-256.theme +++ b/doc/rc/dark-gray-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 0d48afa5d..97bb242b4 100644 --- a/doc/rc/dark-gray-blue-256.theme +++ b/doc/rc/dark-gray-blue-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 a988b3f57..b95aa51c3 100644 --- a/doc/rc/dark-green-256.theme +++ b/doc/rc/dark-green-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 df141aa57..414e1077f 100644 --- a/doc/rc/dark-red-256.theme +++ b/doc/rc/dark-red-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 321809a77..0cd56e6df 100644 --- a/doc/rc/dark-violets-256.theme +++ b/doc/rc/dark-violets-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 fc0fbe32f..da7429a46 100644 --- a/doc/rc/dark-yellow-green.theme +++ b/doc/rc/dark-yellow-green.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.cs-CZ.rc b/doc/rc/holidays.cs-CZ.rc index ff0728f8b..044cd8266 100644 --- a/doc/rc/holidays.cs-CZ.rc +++ b/doc/rc/holidays.cs-CZ.rc @@ -3,7 +3,7 @@ # https://holidata.net/cs-CZ/2020.json # https://holidata.net/cs-CZ/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.da-DK.rc b/doc/rc/holidays.da-DK.rc index 1dbd881c5..d9dc098cd 100644 --- a/doc/rc/holidays.da-DK.rc +++ b/doc/rc/holidays.da-DK.rc @@ -3,7 +3,7 @@ # https://holidata.net/da-DK/2020.json # https://holidata.net/da-DK/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.de-AT.rc b/doc/rc/holidays.de-AT.rc index f2f9adafb..81932714c 100644 --- a/doc/rc/holidays.de-AT.rc +++ b/doc/rc/holidays.de-AT.rc @@ -3,7 +3,7 @@ # https://holidata.net/de-AT/2020.json # https://holidata.net/de-AT/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.de-BE.rc b/doc/rc/holidays.de-BE.rc index 51dcd8fe1..09a6a23fd 100644 --- a/doc/rc/holidays.de-BE.rc +++ b/doc/rc/holidays.de-BE.rc @@ -3,7 +3,7 @@ # https://holidata.net/de-BE/2020.json # https://holidata.net/de-BE/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.de-CH.rc b/doc/rc/holidays.de-CH.rc index 3b9aa4468..d7230cfce 100644 --- a/doc/rc/holidays.de-CH.rc +++ b/doc/rc/holidays.de-CH.rc @@ -3,7 +3,7 @@ # https://holidata.net/de-CH/2020.json # https://holidata.net/de-CH/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.de-DE.rc b/doc/rc/holidays.de-DE.rc index bceeb19d4..ea8e05e5c 100644 --- a/doc/rc/holidays.de-DE.rc +++ b/doc/rc/holidays.de-DE.rc @@ -3,7 +3,7 @@ # https://holidata.net/de-DE/2020.json # https://holidata.net/de-DE/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.el-GR.rc b/doc/rc/holidays.el-GR.rc index 2b8973064..0e11c8b86 100644 --- a/doc/rc/holidays.el-GR.rc +++ b/doc/rc/holidays.el-GR.rc @@ -3,7 +3,7 @@ # https://holidata.net/el-GR/2020.json # https://holidata.net/el-GR/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.en-CA.rc b/doc/rc/holidays.en-CA.rc index 0e8abc024..89329bf9b 100644 --- a/doc/rc/holidays.en-CA.rc +++ b/doc/rc/holidays.en-CA.rc @@ -3,7 +3,7 @@ # https://holidata.net/en-CA/2020.json # https://holidata.net/en-CA/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.en-GB.rc b/doc/rc/holidays.en-GB.rc index 27d804a84..2913feb34 100644 --- a/doc/rc/holidays.en-GB.rc +++ b/doc/rc/holidays.en-GB.rc @@ -3,7 +3,7 @@ # https://holidata.net/en-GB/2020.json # https://holidata.net/en-GB/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.en-NZ.rc b/doc/rc/holidays.en-NZ.rc index 9b610dbeb..29fcacaa0 100644 --- a/doc/rc/holidays.en-NZ.rc +++ b/doc/rc/holidays.en-NZ.rc @@ -3,7 +3,7 @@ # https://holidata.net/en-NZ/2020.json # https://holidata.net/en-NZ/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.en-US.rc b/doc/rc/holidays.en-US.rc index 7fb32dfaa..f331c9189 100644 --- a/doc/rc/holidays.en-US.rc +++ b/doc/rc/holidays.en-US.rc @@ -3,7 +3,7 @@ # https://holidata.net/en-US/2020.json # https://holidata.net/en-US/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.es-CO.rc b/doc/rc/holidays.es-CO.rc index b9fedd51c..2def22f10 100644 --- a/doc/rc/holidays.es-CO.rc +++ b/doc/rc/holidays.es-CO.rc @@ -3,7 +3,7 @@ # https://holidata.net/es-CO/2020.json # https://holidata.net/es-CO/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.es-ES.rc b/doc/rc/holidays.es-ES.rc index 4f0a1d064..e739c5401 100644 --- a/doc/rc/holidays.es-ES.rc +++ b/doc/rc/holidays.es-ES.rc @@ -3,7 +3,7 @@ # https://holidata.net/es-ES/2020.json # https://holidata.net/es-ES/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.es-US.rc b/doc/rc/holidays.es-US.rc index 5546e4a87..f36380293 100644 --- a/doc/rc/holidays.es-US.rc +++ b/doc/rc/holidays.es-US.rc @@ -3,7 +3,7 @@ # https://holidata.net/es-US/2020.json # https://holidata.net/es-US/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.fi-FI.rc b/doc/rc/holidays.fi-FI.rc index aba1caf79..749b5a02c 100644 --- a/doc/rc/holidays.fi-FI.rc +++ b/doc/rc/holidays.fi-FI.rc @@ -3,7 +3,7 @@ # https://holidata.net/fi-FI/2020.json # https://holidata.net/fi-FI/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.fr-BE.rc b/doc/rc/holidays.fr-BE.rc index 9e01c26ea..b6ad675a1 100644 --- a/doc/rc/holidays.fr-BE.rc +++ b/doc/rc/holidays.fr-BE.rc @@ -3,7 +3,7 @@ # https://holidata.net/fr-BE/2020.json # https://holidata.net/fr-BE/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.fr-FR.rc b/doc/rc/holidays.fr-FR.rc index 53656dff2..abefd7156 100644 --- a/doc/rc/holidays.fr-FR.rc +++ b/doc/rc/holidays.fr-FR.rc @@ -3,7 +3,7 @@ # https://holidata.net/fr-FR/2020.json # https://holidata.net/fr-FR/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.hr-HR.rc b/doc/rc/holidays.hr-HR.rc index 774b4711c..62eef4943 100644 --- a/doc/rc/holidays.hr-HR.rc +++ b/doc/rc/holidays.hr-HR.rc @@ -3,7 +3,7 @@ # https://holidata.net/hr-HR/2020.json # https://holidata.net/hr-HR/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.is-IS.rc b/doc/rc/holidays.is-IS.rc index 5db1dd8b0..32e136072 100644 --- a/doc/rc/holidays.is-IS.rc +++ b/doc/rc/holidays.is-IS.rc @@ -3,7 +3,7 @@ # https://holidata.net/is-IS/2020.json # https://holidata.net/is-IS/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.it-IT.rc b/doc/rc/holidays.it-IT.rc index cf51319cc..fbd33d206 100644 --- a/doc/rc/holidays.it-IT.rc +++ b/doc/rc/holidays.it-IT.rc @@ -3,7 +3,7 @@ # https://holidata.net/it-IT/2020.json # https://holidata.net/it-IT/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.nb-NO.rc b/doc/rc/holidays.nb-NO.rc index 7aa6a5167..42da0097f 100644 --- a/doc/rc/holidays.nb-NO.rc +++ b/doc/rc/holidays.nb-NO.rc @@ -3,7 +3,7 @@ # https://holidata.net/nb-NO/2020.json # https://holidata.net/nb-NO/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.nl-BE.rc b/doc/rc/holidays.nl-BE.rc index e5c941c9b..cb0c028c1 100644 --- a/doc/rc/holidays.nl-BE.rc +++ b/doc/rc/holidays.nl-BE.rc @@ -3,7 +3,7 @@ # https://holidata.net/nl-BE/2020.json # https://holidata.net/nl-BE/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.nl-NL.rc b/doc/rc/holidays.nl-NL.rc index 9cb4aabf7..a170a7d91 100644 --- a/doc/rc/holidays.nl-NL.rc +++ b/doc/rc/holidays.nl-NL.rc @@ -3,7 +3,7 @@ # https://holidata.net/nl-NL/2020.json # https://holidata.net/nl-NL/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.pl-PL.rc b/doc/rc/holidays.pl-PL.rc index cdafaced8..e3a57b518 100644 --- a/doc/rc/holidays.pl-PL.rc +++ b/doc/rc/holidays.pl-PL.rc @@ -3,7 +3,7 @@ # https://holidata.net/pl-PL/2020.json # https://holidata.net/pl-PL/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.pt-PT.rc b/doc/rc/holidays.pt-PT.rc index 0fb60dfc1..15f1a0309 100644 --- a/doc/rc/holidays.pt-PT.rc +++ b/doc/rc/holidays.pt-PT.rc @@ -3,7 +3,7 @@ # https://holidata.net/pt-PT/2020.json # https://holidata.net/pt-PT/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.ru-RU.rc b/doc/rc/holidays.ru-RU.rc index 286390546..edc2b9a51 100644 --- a/doc/rc/holidays.ru-RU.rc +++ b/doc/rc/holidays.ru-RU.rc @@ -3,7 +3,7 @@ # https://holidata.net/ru-RU/2020.json # https://holidata.net/ru-RU/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.sv-SE.rc b/doc/rc/holidays.sv-SE.rc index ce5a6fc29..2989c3c79 100644 --- a/doc/rc/holidays.sv-SE.rc +++ b/doc/rc/holidays.sv-SE.rc @@ -3,7 +3,7 @@ # https://holidata.net/sv-SE/2020.json # https://holidata.net/sv-SE/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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/holidays.tr-TR.rc b/doc/rc/holidays.tr-TR.rc index 91afdc5fe..c4a912ac2 100644 --- a/doc/rc/holidays.tr-TR.rc +++ b/doc/rc/holidays.tr-TR.rc @@ -3,7 +3,7 @@ # https://holidata.net/tr-TR/2020.json # https://holidata.net/tr-TR/2021.json # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 e6fee6af6..885c7367d 100644 --- a/doc/rc/light-16.theme +++ b/doc/rc/light-16.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 4848d77e4..e8eb896f3 100644 --- a/doc/rc/light-256.theme +++ b/doc/rc/light-256.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 4796e5fc6..af085c04d 100644 --- a/doc/rc/no-color.theme +++ b/doc/rc/no-color.theme @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 a45706f53..b8551d971 100644 --- a/doc/rc/solarized-dark-256.theme +++ b/doc/rc/solarized-dark-256.theme @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby 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 74026d7de..55c524e01 100644 --- a/doc/rc/solarized-light-256.theme +++ b/doc/rc/solarized-light-256.theme @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/scripts/add-ons/update-holidays.pl b/scripts/add-ons/update-holidays.pl index 875440462..7849cbe69 100755 --- a/scripts/add-ons/update-holidays.pl +++ b/scripts/add-ons/update-holidays.pl @@ -1,7 +1,7 @@ #! /usr/bin/perl ################################################################################ ## -## Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +## Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. ## ## Permission is hereby granted, free of charge, to any person obtaining a copy ## of this software and associated documentation files (the "Software"), to deal @@ -189,7 +189,7 @@ if (open my $fh, '>:utf8', $file) "# ${url_current}\n", "# ${url_next}\n", "#\n", - "# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez.\n", + "# Copyright 2006 - 2021, Tomas Babej, 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 3c5e6c30f..7b33e3978 100644 --- a/scripts/bash/task.sh +++ b/scripts/bash/task.sh @@ -1,6 +1,6 @@ ################################################################################ # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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.cpp b/src/CLI2.cpp index 4a8e7fda7..67441f950 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 3996bef0b..f24938cd0 100644 --- a/src/CLI2.h +++ b/src/CLI2.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 408d4617c..f6b59fa24 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 a2825bb78..31a071d52 100644 --- a/src/Context.h +++ b/src/Context.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 b88c04894..eec38c57f 100644 --- a/src/DOM.cpp +++ b/src/DOM.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 38d5a6a57..dd6e09473 100644 --- a/src/DOM.h +++ b/src/DOM.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 666e2ead0..2dbf2d14d 100644 --- a/src/Eval.cpp +++ b/src/Eval.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 d92344ce6..138919859 100644 --- a/src/Eval.h +++ b/src/Eval.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 139d1b142..f81d4e895 100644 --- a/src/Filter.cpp +++ b/src/Filter.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 6e1e76179..8ff10cc9e 100644 --- a/src/Filter.h +++ b/src/Filter.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 cd97de58a..12c8d1756 100644 --- a/src/Hooks.cpp +++ b/src/Hooks.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 9aa0d0441..a65bc9ff3 100644 --- a/src/Hooks.h +++ b/src/Hooks.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 621d9efd8..801d6b491 100644 --- a/src/Lexer.cpp +++ b/src/Lexer.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 269926a61..790502eff 100644 --- a/src/Lexer.h +++ b/src/Lexer.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 49313a3b3..884dc0f45 100644 --- a/src/TDB2.cpp +++ b/src/TDB2.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 6e498aec1..6c019eefb 100644 --- a/src/TDB2.h +++ b/src/TDB2.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 5ffa86c3b..b34c2c031 100644 --- a/src/TLSClient.cpp +++ b/src/TLSClient.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 b091bfc3f..d30e9a674 100644 --- a/src/TLSClient.h +++ b/src/TLSClient.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 767178303..ddd20aa68 100644 --- a/src/Task.cpp +++ b/src/Task.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 39e82b3cc..0bcc2179f 100644 --- a/src/Task.h +++ b/src/Task.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 6a2819697..84c0a645e 100644 --- a/src/Variant.cpp +++ b/src/Variant.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 cd471285a..2970a9e61 100644 --- a/src/Variant.h +++ b/src/Variant.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2013 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2013 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 b3ead2743..6da2e6af7 100644 --- a/src/ViewTask.cpp +++ b/src/ViewTask.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 c09c14323..e71bc95bf 100644 --- a/src/ViewTask.h +++ b/src/ViewTask.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 089421431..e6dd9ef22 100644 --- a/src/calc.cpp +++ b/src/calc.cpp @@ -93,7 +93,7 @@ int main (int argc, char** argv) << format ("calc {1} built for ", VERSION) << osName () << '\n' - << "Copyright (C) 2006 - 2021 P. Beckingham, F. Hernandez." + << "Copyright (C) 2006 - 2021 T. Babej, 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 c430e051c..227c1944c 100644 --- a/src/columns/ColDepends.cpp +++ b/src/columns/ColDepends.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 520c32e59..bf36c5b03 100644 --- a/src/columns/ColDepends.h +++ b/src/columns/ColDepends.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 365b1a498..fc77f6179 100644 --- a/src/columns/ColDescription.cpp +++ b/src/columns/ColDescription.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 7b82b939c..0e1edb177 100644 --- a/src/columns/ColDescription.h +++ b/src/columns/ColDescription.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 9155b22f1..3801af6d8 100644 --- a/src/columns/ColDue.cpp +++ b/src/columns/ColDue.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 96effc7ee..754ee06c7 100644 --- a/src/columns/ColDue.h +++ b/src/columns/ColDue.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 a88c8b3d2..0f38d85ff 100644 --- a/src/columns/ColEnd.cpp +++ b/src/columns/ColEnd.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 1897dde4e..387c16a43 100644 --- a/src/columns/ColEnd.h +++ b/src/columns/ColEnd.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 b41ac9b92..0d3397d02 100644 --- a/src/columns/ColEntry.cpp +++ b/src/columns/ColEntry.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 a1b65cafa..ce734d1ab 100644 --- a/src/columns/ColEntry.h +++ b/src/columns/ColEntry.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 8a78202fd..a6b8c2588 100644 --- a/src/columns/ColID.cpp +++ b/src/columns/ColID.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 1447a76f8..fdec75db8 100644 --- a/src/columns/ColID.h +++ b/src/columns/ColID.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 8eefc6502..ac49e4250 100644 --- a/src/columns/ColIMask.cpp +++ b/src/columns/ColIMask.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 e32da467f..ccf5ec56b 100644 --- a/src/columns/ColIMask.h +++ b/src/columns/ColIMask.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 5ef068517..ca7b1c0be 100644 --- a/src/columns/ColLast.cpp +++ b/src/columns/ColLast.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 9b5f33002..54d17c782 100644 --- a/src/columns/ColLast.h +++ b/src/columns/ColLast.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 316d3c1a1..b1bb13870 100644 --- a/src/columns/ColMask.cpp +++ b/src/columns/ColMask.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 2a9413d9b..9346e4dac 100644 --- a/src/columns/ColMask.h +++ b/src/columns/ColMask.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 f19a310fc..fa7d96564 100644 --- a/src/columns/ColModified.cpp +++ b/src/columns/ColModified.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 035a9b383..523d2f869 100644 --- a/src/columns/ColModified.h +++ b/src/columns/ColModified.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 9f16e2f65..60e5ac091 100644 --- a/src/columns/ColParent.cpp +++ b/src/columns/ColParent.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 a938e8844..2fff8f45d 100644 --- a/src/columns/ColParent.h +++ b/src/columns/ColParent.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 7216cf5b0..80c10bb70 100644 --- a/src/columns/ColProject.cpp +++ b/src/columns/ColProject.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 4e8827bac..ab61584c5 100644 --- a/src/columns/ColProject.h +++ b/src/columns/ColProject.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 b8f3a6602..fb2a0e7a8 100644 --- a/src/columns/ColRType.cpp +++ b/src/columns/ColRType.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 7b5f84dc7..d40eae126 100644 --- a/src/columns/ColRType.h +++ b/src/columns/ColRType.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 627abd961..6bf470647 100644 --- a/src/columns/ColRecur.cpp +++ b/src/columns/ColRecur.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 0c2e41154..e9560dd91 100644 --- a/src/columns/ColRecur.h +++ b/src/columns/ColRecur.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 a08a3640f..e04cb2517 100644 --- a/src/columns/ColScheduled.cpp +++ b/src/columns/ColScheduled.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 80508b793..31beec4ca 100644 --- a/src/columns/ColScheduled.h +++ b/src/columns/ColScheduled.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 8b52b9a99..2c7f7bc35 100644 --- a/src/columns/ColStart.cpp +++ b/src/columns/ColStart.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 0c2596205..569b411f7 100644 --- a/src/columns/ColStart.h +++ b/src/columns/ColStart.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 612678bde..02d3ccff6 100644 --- a/src/columns/ColStatus.cpp +++ b/src/columns/ColStatus.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 bdf5a56ce..99472466b 100644 --- a/src/columns/ColStatus.h +++ b/src/columns/ColStatus.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 97dc41d82..61303bcb4 100644 --- a/src/columns/ColTags.cpp +++ b/src/columns/ColTags.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 05a480efd..481b01bd7 100644 --- a/src/columns/ColTags.h +++ b/src/columns/ColTags.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 d1090dd66..055df7e6e 100644 --- a/src/columns/ColTemplate.cpp +++ b/src/columns/ColTemplate.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 9ac4d15c7..88c4f88b6 100644 --- a/src/columns/ColTemplate.h +++ b/src/columns/ColTemplate.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 81f9b32ea..d92eb3ed8 100644 --- a/src/columns/ColTypeDate.cpp +++ b/src/columns/ColTypeDate.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 bebd629da..5d5a9f7b9 100644 --- a/src/columns/ColTypeDate.h +++ b/src/columns/ColTypeDate.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 d4ce1aa64..1de5160da 100644 --- a/src/columns/ColTypeDuration.cpp +++ b/src/columns/ColTypeDuration.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 7c8353d9f..6ad3b1753 100644 --- a/src/columns/ColTypeDuration.h +++ b/src/columns/ColTypeDuration.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 041528262..f01b4d33a 100644 --- a/src/columns/ColTypeNumeric.cpp +++ b/src/columns/ColTypeNumeric.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 55067dc15..e530d51f2 100644 --- a/src/columns/ColTypeNumeric.h +++ b/src/columns/ColTypeNumeric.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 4ef975789..5e932866a 100644 --- a/src/columns/ColTypeString.cpp +++ b/src/columns/ColTypeString.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 f3f83a5fc..4bf5477fa 100644 --- a/src/columns/ColTypeString.h +++ b/src/columns/ColTypeString.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 1d738c578..7e214a099 100644 --- a/src/columns/ColUDA.cpp +++ b/src/columns/ColUDA.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 322878dff..6e21802a0 100644 --- a/src/columns/ColUDA.h +++ b/src/columns/ColUDA.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 1e667d0c2..34fbe2a67 100644 --- a/src/columns/ColUUID.cpp +++ b/src/columns/ColUUID.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 6b18e1165..5adadcc56 100644 --- a/src/columns/ColUUID.h +++ b/src/columns/ColUUID.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 dd5841d9b..d6f74fafe 100644 --- a/src/columns/ColUntil.cpp +++ b/src/columns/ColUntil.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 9c158ca9f..0161fda2e 100644 --- a/src/columns/ColUntil.h +++ b/src/columns/ColUntil.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 a7efa8670..f1c89720b 100644 --- a/src/columns/ColUrgency.cpp +++ b/src/columns/ColUrgency.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 af5f4e484..918334cd7 100644 --- a/src/columns/ColUrgency.h +++ b/src/columns/ColUrgency.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 4ebb10ff7..e0286eadf 100644 --- a/src/columns/ColWait.cpp +++ b/src/columns/ColWait.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 717f954b0..f5a848b25 100644 --- a/src/columns/ColWait.h +++ b/src/columns/ColWait.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 6dfecf58f..402b4ca3f 100644 --- a/src/columns/Column.cpp +++ b/src/columns/Column.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 bd96ab339..45cf0f613 100644 --- a/src/columns/Column.h +++ b/src/columns/Column.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 7296f10d4..08f1e34ba 100644 --- a/src/commands/CmdAdd.cpp +++ b/src/commands/CmdAdd.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 e150ed2f0..995938091 100644 --- a/src/commands/CmdAdd.h +++ b/src/commands/CmdAdd.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 309e54c7c..e6e1b8e5e 100644 --- a/src/commands/CmdAliases.cpp +++ b/src/commands/CmdAliases.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 d603e23fd..a6fc9bf2a 100644 --- a/src/commands/CmdAliases.h +++ b/src/commands/CmdAliases.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 b1d59d43e..4a3a17a83 100644 --- a/src/commands/CmdAnnotate.cpp +++ b/src/commands/CmdAnnotate.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 b86a79429..db0c47c4e 100644 --- a/src/commands/CmdAnnotate.h +++ b/src/commands/CmdAnnotate.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 d1e29f3c7..1ce75447b 100644 --- a/src/commands/CmdAppend.cpp +++ b/src/commands/CmdAppend.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 07357a327..a3a6b3a86 100644 --- a/src/commands/CmdAppend.h +++ b/src/commands/CmdAppend.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 6dbed40a9..4088d6391 100644 --- a/src/commands/CmdAttributes.cpp +++ b/src/commands/CmdAttributes.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 6e9f0d8a1..72c56779a 100644 --- a/src/commands/CmdAttributes.h +++ b/src/commands/CmdAttributes.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 2ef4c7921..01b06fe2c 100644 --- a/src/commands/CmdBurndown.cpp +++ b/src/commands/CmdBurndown.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 d8b47dff4..50a2f5336 100644 --- a/src/commands/CmdBurndown.h +++ b/src/commands/CmdBurndown.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 5d34ba314..bb79a54a4 100644 --- a/src/commands/CmdCalc.cpp +++ b/src/commands/CmdCalc.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 932dda54c..442e043b9 100644 --- a/src/commands/CmdCalc.h +++ b/src/commands/CmdCalc.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 794200bce..4147fd3d7 100644 --- a/src/commands/CmdCalendar.cpp +++ b/src/commands/CmdCalendar.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 f7afc5fe4..d2645ef3b 100644 --- a/src/commands/CmdCalendar.h +++ b/src/commands/CmdCalendar.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 54fbac4e5..0721edc1e 100644 --- a/src/commands/CmdColor.cpp +++ b/src/commands/CmdColor.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 775afaa8d..34c6cd674 100644 --- a/src/commands/CmdColor.h +++ b/src/commands/CmdColor.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 1c3e3b7a5..d85b23fda 100644 --- a/src/commands/CmdColumns.cpp +++ b/src/commands/CmdColumns.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 7aac1f616..9d4d0cedc 100644 --- a/src/commands/CmdColumns.h +++ b/src/commands/CmdColumns.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 f1616629c..b7a91ee2e 100644 --- a/src/commands/CmdCommands.cpp +++ b/src/commands/CmdCommands.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 2c59ea6a9..eb6e45000 100644 --- a/src/commands/CmdCommands.h +++ b/src/commands/CmdCommands.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 6813ffd1f..6f5eab75a 100644 --- a/src/commands/CmdConfig.cpp +++ b/src/commands/CmdConfig.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 b5aa04a6b..4cf6c9583 100644 --- a/src/commands/CmdConfig.h +++ b/src/commands/CmdConfig.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 42f8b6f9c..a2e270cf8 100644 --- a/src/commands/CmdContext.cpp +++ b/src/commands/CmdContext.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 5c95fa065..08a12249a 100644 --- a/src/commands/CmdContext.h +++ b/src/commands/CmdContext.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 850a4f533..14c6f442b 100644 --- a/src/commands/CmdCount.cpp +++ b/src/commands/CmdCount.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 3bb211b4a..bea9f6851 100644 --- a/src/commands/CmdCount.h +++ b/src/commands/CmdCount.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 49a2418e7..9e2e87b60 100644 --- a/src/commands/CmdCustom.cpp +++ b/src/commands/CmdCustom.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 f88bc0303..1c805a45c 100644 --- a/src/commands/CmdCustom.h +++ b/src/commands/CmdCustom.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 894762154..8bedab285 100644 --- a/src/commands/CmdDelete.cpp +++ b/src/commands/CmdDelete.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 0eba79ded..94345e622 100644 --- a/src/commands/CmdDelete.h +++ b/src/commands/CmdDelete.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 4edee456b..8237bf28d 100644 --- a/src/commands/CmdDenotate.cpp +++ b/src/commands/CmdDenotate.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 84e05d2f5..87ffd0f17 100644 --- a/src/commands/CmdDenotate.h +++ b/src/commands/CmdDenotate.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 b4ba3d8a5..caf2c5a9e 100644 --- a/src/commands/CmdDiagnostics.cpp +++ b/src/commands/CmdDiagnostics.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 5f2bdcfea..0cb399e84 100644 --- a/src/commands/CmdDiagnostics.h +++ b/src/commands/CmdDiagnostics.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 f89f24658..f579364ac 100644 --- a/src/commands/CmdDone.cpp +++ b/src/commands/CmdDone.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 2b8938619..422a0e5e4 100644 --- a/src/commands/CmdDone.h +++ b/src/commands/CmdDone.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 5b132ea92..46f1070e3 100644 --- a/src/commands/CmdDuplicate.cpp +++ b/src/commands/CmdDuplicate.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 a2cc3be44..7360faccc 100644 --- a/src/commands/CmdDuplicate.h +++ b/src/commands/CmdDuplicate.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 325d3b433..efd4cb619 100644 --- a/src/commands/CmdEdit.cpp +++ b/src/commands/CmdEdit.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 e823e2835..9d2272594 100644 --- a/src/commands/CmdEdit.h +++ b/src/commands/CmdEdit.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 031671484..111c77798 100644 --- a/src/commands/CmdExec.cpp +++ b/src/commands/CmdExec.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 df5c484eb..82e0d16ec 100644 --- a/src/commands/CmdExec.h +++ b/src/commands/CmdExec.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 4242969b4..787e3b634 100644 --- a/src/commands/CmdExport.cpp +++ b/src/commands/CmdExport.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 a1277a5f2..24eb252c3 100644 --- a/src/commands/CmdExport.h +++ b/src/commands/CmdExport.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 1333aea75..c35f112b0 100644 --- a/src/commands/CmdGet.cpp +++ b/src/commands/CmdGet.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 5a64c1db7..68fe81f84 100644 --- a/src/commands/CmdGet.h +++ b/src/commands/CmdGet.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 e7ac09cb2..4eca8580a 100644 --- a/src/commands/CmdHelp.cpp +++ b/src/commands/CmdHelp.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 194500e7a..7b793f6a6 100644 --- a/src/commands/CmdHelp.h +++ b/src/commands/CmdHelp.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 ca78ce03b..8e6fa7076 100644 --- a/src/commands/CmdHistory.cpp +++ b/src/commands/CmdHistory.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 e05766aac..311620cf7 100644 --- a/src/commands/CmdHistory.h +++ b/src/commands/CmdHistory.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 9f289bb31..62d6739e0 100644 --- a/src/commands/CmdIDs.cpp +++ b/src/commands/CmdIDs.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 9427058f1..6a345c2df 100644 --- a/src/commands/CmdIDs.h +++ b/src/commands/CmdIDs.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 b9b5aa05f..3e4540db1 100644 --- a/src/commands/CmdImport.cpp +++ b/src/commands/CmdImport.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 31c5de79f..f492481ea 100644 --- a/src/commands/CmdImport.h +++ b/src/commands/CmdImport.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 5e5e5a3d1..3cdc5e796 100644 --- a/src/commands/CmdInfo.cpp +++ b/src/commands/CmdInfo.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 421e0154d..ed3b647bd 100644 --- a/src/commands/CmdInfo.h +++ b/src/commands/CmdInfo.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 2406df54f..91043e195 100644 --- a/src/commands/CmdLog.cpp +++ b/src/commands/CmdLog.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 28668cff8..b7b322671 100644 --- a/src/commands/CmdLog.h +++ b/src/commands/CmdLog.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 202378924..a910f7e70 100644 --- a/src/commands/CmdLogo.cpp +++ b/src/commands/CmdLogo.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 02f473d38..441ec123a 100644 --- a/src/commands/CmdLogo.h +++ b/src/commands/CmdLogo.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 a31d28793..fedbf8a74 100644 --- a/src/commands/CmdModify.cpp +++ b/src/commands/CmdModify.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 d230bb81e..1dcfb4fd5 100644 --- a/src/commands/CmdModify.h +++ b/src/commands/CmdModify.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 5b820383e..0e59d5a30 100644 --- a/src/commands/CmdPrepend.cpp +++ b/src/commands/CmdPrepend.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 5b070f5e9..2e07a6253 100644 --- a/src/commands/CmdPrepend.h +++ b/src/commands/CmdPrepend.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 8733c0603..2eff136e6 100644 --- a/src/commands/CmdProjects.cpp +++ b/src/commands/CmdProjects.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 ae6393612..206d3a664 100644 --- a/src/commands/CmdProjects.h +++ b/src/commands/CmdProjects.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 0c94906fc..6bf494177 100644 --- a/src/commands/CmdPurge.cpp +++ b/src/commands/CmdPurge.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 7b93f7de0..208c52f90 100644 --- a/src/commands/CmdPurge.h +++ b/src/commands/CmdPurge.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 c92c8edee..c881f38d0 100644 --- a/src/commands/CmdReports.cpp +++ b/src/commands/CmdReports.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 812626122..0dc74e4fc 100644 --- a/src/commands/CmdReports.h +++ b/src/commands/CmdReports.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 38421ed2d..823358f85 100644 --- a/src/commands/CmdShow.cpp +++ b/src/commands/CmdShow.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 7bd18f81f..2bee52518 100644 --- a/src/commands/CmdShow.h +++ b/src/commands/CmdShow.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 06f909afd..6329c8129 100644 --- a/src/commands/CmdStart.cpp +++ b/src/commands/CmdStart.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 41e016853..81951de17 100644 --- a/src/commands/CmdStart.h +++ b/src/commands/CmdStart.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 64d04f1f7..26a243187 100644 --- a/src/commands/CmdStats.cpp +++ b/src/commands/CmdStats.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 cadf2c68c..2d384c434 100644 --- a/src/commands/CmdStats.h +++ b/src/commands/CmdStats.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 692443c99..f9d1cec6d 100644 --- a/src/commands/CmdStop.cpp +++ b/src/commands/CmdStop.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 86f399195..fb28a444c 100644 --- a/src/commands/CmdStop.h +++ b/src/commands/CmdStop.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 192824909..a8ddd48ac 100644 --- a/src/commands/CmdSummary.cpp +++ b/src/commands/CmdSummary.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 4d8ad3e5c..012a062b9 100644 --- a/src/commands/CmdSummary.h +++ b/src/commands/CmdSummary.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 bbc967c32..4aa33c4bd 100644 --- a/src/commands/CmdSync.cpp +++ b/src/commands/CmdSync.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 31dc0a5d2..40d467219 100644 --- a/src/commands/CmdSync.h +++ b/src/commands/CmdSync.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 3c1759536..4013c415b 100644 --- a/src/commands/CmdTags.cpp +++ b/src/commands/CmdTags.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 a11957a92..0e54e7a00 100644 --- a/src/commands/CmdTags.h +++ b/src/commands/CmdTags.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 4ec8ba406..eee64f007 100644 --- a/src/commands/CmdTimesheet.cpp +++ b/src/commands/CmdTimesheet.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 dc6236bf1..666e7c830 100644 --- a/src/commands/CmdTimesheet.h +++ b/src/commands/CmdTimesheet.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 18b8e1003..83e4ad01c 100644 --- a/src/commands/CmdUDAs.cpp +++ b/src/commands/CmdUDAs.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 314596736..ac2fb3bc0 100644 --- a/src/commands/CmdUDAs.h +++ b/src/commands/CmdUDAs.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 0ea2098c8..d51d54f97 100644 --- a/src/commands/CmdUndo.cpp +++ b/src/commands/CmdUndo.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 f03a9cc4e..ca2a0dce1 100644 --- a/src/commands/CmdUndo.h +++ b/src/commands/CmdUndo.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 688d78752..cda54f196 100644 --- a/src/commands/CmdUnique.cpp +++ b/src/commands/CmdUnique.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 43fbb35a0..cbe4b9d61 100644 --- a/src/commands/CmdUnique.h +++ b/src/commands/CmdUnique.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 885d9d657..55487e507 100644 --- a/src/commands/CmdUrgency.cpp +++ b/src/commands/CmdUrgency.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 bcfbd1276..aeaad047d 100644 --- a/src/commands/CmdUrgency.h +++ b/src/commands/CmdUrgency.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 e0aeb9f90..0797c02f3 100644 --- a/src/commands/CmdVersion.cpp +++ b/src/commands/CmdVersion.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // 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 - 2021 P. Beckingham, F. Hernandez." + << "Copyright (C) 2006 - 2021 T. Babej, P. Beckingham, F. Hernandez." << '\n' << '\n' << disclaimer.render () diff --git a/src/commands/CmdVersion.h b/src/commands/CmdVersion.h index 3a4b1fabb..9a1ef26e2 100644 --- a/src/commands/CmdVersion.h +++ b/src/commands/CmdVersion.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 0621bbc7a..06f257507 100644 --- a/src/commands/Command.cpp +++ b/src/commands/Command.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 f144a1cc3..d93dd90c3 100644 --- a/src/commands/Command.h +++ b/src/commands/Command.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 f422971c9..154859e32 100644 --- a/src/dependency.cpp +++ b/src/dependency.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 b5d282bee..2f02315c8 100644 --- a/src/feedback.cpp +++ b/src/feedback.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 356b19df0..7cf9f9321 100644 --- a/src/legacy.cpp +++ b/src/legacy.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/libshared b/src/libshared index fb7e7dcff..591fa58f9 160000 --- a/src/libshared +++ b/src/libshared @@ -1 +1 @@ -Subproject commit fb7e7dcffd397d214f2e71f3ff5de27ac907774f +Subproject commit 591fa58f9c684e22a3a55dbf71bdd00c25ceb28d diff --git a/src/main.cpp b/src/main.cpp index 057fd86b7..0fa007588 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 de28cadf6..3b29a74f1 100644 --- a/src/main.h +++ b/src/main.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 96bce271d..de36ce3cd 100644 --- a/src/nag.cpp +++ b/src/nag.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 3e041afbd..02bed4580 100644 --- a/src/recur.cpp +++ b/src/recur.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 9359eb80c..058a14787 100644 --- a/src/rules.cpp +++ b/src/rules.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 7bac97047..ac5c3d418 100644 --- a/src/sort.cpp +++ b/src/sort.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 20dda8502..b7cc48c47 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 9ca77833d..e71b99222 100644 --- a/src/util.h +++ b/src/util.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 78730167c..c3acf4fd6 100755 --- a/test/abbreviation.t +++ b/test/abbreviation.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 45020eb2c..e83fe5103 100755 --- a/test/add.t +++ b/test/add.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 c632b44e3..544ed3801 100755 --- a/test/alias.t +++ b/test/alias.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 44d9b55a3..c4fbd6caf 100755 --- a/test/annotate.t +++ b/test/annotate.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 0fe48cd24..b2fa85f66 100755 --- a/test/append.t +++ b/test/append.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 5eb05159a..875ae61dd 100755 --- a/test/args.t +++ b/test/args.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 736a44b78..2bce8fa59 100755 --- a/test/backlog.t +++ b/test/backlog.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 a6ea51cfc..c2e479bf2 100755 --- a/test/bash_completion.t +++ b/test/bash_completion.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/blocked.t b/test/blocked.t index 55c210bf5..6e63623af 100755 --- a/test/blocked.t +++ b/test/blocked.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 4e123309b..a66620169 100755 --- a/test/bulk.t +++ b/test/bulk.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 84746c610..b1fce249a 100755 --- a/test/burndown.t +++ b/test/burndown.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 3aa6e467a..a31746d3b 100755 --- a/test/calc.t +++ b/test/calc.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 98949f52f..ddf30b1a6 100755 --- a/test/calendar.t +++ b/test/calendar.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 e8110fe4a..c2e800452 100755 --- a/test/caseless.t +++ b/test/caseless.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 93afbf55f..a579d52b8 100644 --- a/test/col.t.cpp +++ b/test/col.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 e93ab2828..0145d21bf 100755 --- a/test/color.cmd.t +++ b/test/color.cmd.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 0910a330d..6f9ad5e0e 100755 --- a/test/color.rules.t +++ b/test/color.rules.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 59fdfb6e6..4128f9459 100755 --- a/test/columns.t +++ b/test/columns.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 c487c3783..f59bf6ec9 100755 --- a/test/commands.t +++ b/test/commands.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 d8cc9946f..fb0787833 100755 --- a/test/completed.t +++ b/test/completed.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 de073cbd8..b9b0b5e33 100755 --- a/test/configuration.t +++ b/test/configuration.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 d67606bcd..b59777216 100755 --- a/test/confirmation.t +++ b/test/confirmation.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 2266a40b9..a7623d562 100755 --- a/test/context.t +++ b/test/context.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 54a2c3e60..0d87d01ca 100755 --- a/test/count.t +++ b/test/count.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 8e35a38d3..edf950faa 100755 --- a/test/custom.config.t +++ b/test/custom.config.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 7b985e73e..9f4ab5959 100755 --- a/test/custom.recur_ind.t +++ b/test/custom.recur_ind.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 a30b5ebcc..ca6a36b6b 100755 --- a/test/custom.t +++ b/test/custom.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 0d1c7c9f8..7bb8e8cdd 100755 --- a/test/custom.tag_ind.t +++ b/test/custom.tag_ind.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 396f6a272..818df122f 100755 --- a/test/date.iso.t +++ b/test/date.iso.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 7433ba746..c07df4c32 100755 --- a/test/dateformat.t +++ b/test/dateformat.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 db00afacb..85cafb2b8 100755 --- a/test/datesort.t +++ b/test/datesort.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 e82abfeca..03ab0a403 100755 --- a/test/datetime-negative.t +++ b/test/datetime-negative.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 dd41a229d..2469213be 100755 --- a/test/debug.t +++ b/test/debug.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 9ef7e33e4..4a8cb61d8 100755 --- a/test/default.t +++ b/test/default.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 8a4b1d1e3..02d544b22 100755 --- a/test/delete.t +++ b/test/delete.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 8b11999bb..d0e65f815 100755 --- a/test/denotate.t +++ b/test/denotate.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 fe24b0772..d0c751d19 100755 --- a/test/dependencies.t +++ b/test/dependencies.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 7fddc3fbb..ef4208064 100755 --- a/test/diag.t +++ b/test/diag.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 c8dd11ff3..aef9bf780 100755 --- a/test/diag_color.t +++ b/test/diag_color.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 3c9ff5128..8907ac97f 100755 --- a/test/dom2.t +++ b/test/dom2.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 2f6d22a91..82792473f 100755 --- a/test/due.t +++ b/test/due.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 36ccc5a57..573c2355b 100755 --- a/test/duplicate.t +++ b/test/duplicate.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 10344c857..9a56f60a9 100755 --- a/test/edit.t +++ b/test/edit.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 bc2f339b0..9fc3409a4 100755 --- a/test/encoding.t +++ b/test/encoding.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 854eb306c..ce0d9ccde 100755 --- a/test/enpassant.t +++ b/test/enpassant.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 5699f6fa3..e9c8742b8 100755 --- a/test/exec.t +++ b/test/exec.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 6d970a8b6..7addc8566 100755 --- a/test/export.t +++ b/test/export.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 55167c00c..7e8bd1074 100755 --- a/test/feature.559.t +++ b/test/feature.559.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 8dd25f13d..39c0d1073 100755 --- a/test/feature.default.project.t +++ b/test/feature.default.project.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 1749823d0..09fb5cd1c 100755 --- a/test/feature.print.empty.columns.t +++ b/test/feature.print.empty.columns.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 9e11701e8..fd97bc341 100755 --- a/test/feature.recurrence.t +++ b/test/feature.recurrence.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 25d777226..25f7fdfb9 100755 --- a/test/feedback.t +++ b/test/feedback.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 f06999058..486943a0a 100755 --- a/test/filter.t +++ b/test/filter.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 45c29f9e1..76721d639 100755 --- a/test/fontunderline.t +++ b/test/fontunderline.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 14fadd795..30b192292 100755 --- a/test/format.t +++ b/test/format.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 6e409d1a8..5b38e1f86 100755 --- a/test/gc.t +++ b/test/gc.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 d57d944e3..db8222dce 100755 --- a/test/helpers.t +++ b/test/helpers.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 77159f4d5..1232eaf65 100755 --- a/test/history.t +++ b/test/history.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 be8001d10..41562bf2d 100755 --- a/test/hooks.env.t +++ b/test/hooks.env.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 3fa2d2035..d62c0d109 100755 --- a/test/hooks.on-add.t +++ b/test/hooks.on-add.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 e55c8a8e3..c1f128d12 100755 --- a/test/hooks.on-exit.t +++ b/test/hooks.on-exit.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 f60240a04..f6e2aa9b2 100755 --- a/test/hooks.on-launch.t +++ b/test/hooks.on-launch.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 1777ce6e8..0bf7bf061 100755 --- a/test/hooks.on-modify.t +++ b/test/hooks.on-modify.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 260616005..8d68f2930 100755 --- a/test/hyphenate.t +++ b/test/hyphenate.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 d73524a7e..a576d77fa 100755 --- a/test/ids.t +++ b/test/ids.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 638db6ed5..44bade529 100755 --- a/test/import.t +++ b/test/import.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 7719ec70b..17a0d40c4 100755 --- a/test/info.t +++ b/test/info.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 f49f3d922..cf7849e8b 100755 --- a/test/limit.t +++ b/test/limit.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 4985f9dde..ef49c41d4 100755 --- a/test/list.all.projects.t +++ b/test/list.all.projects.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 ea6faca02..6737ba5e7 100755 --- a/test/log.t +++ b/test/log.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 9e13b5d26..a1a257682 100755 --- a/test/logo.t +++ b/test/logo.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 fc7736807..d071a33f7 100755 --- a/test/math.t +++ b/test/math.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 008f3f21e..c5a64b846 100755 --- a/test/modify.t +++ b/test/modify.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 ae91c20bb..9edbe29fc 100755 --- a/test/nag.t +++ b/test/nag.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 a5fdb828c..386e2a21a 100755 --- a/test/obfuscate.t +++ b/test/obfuscate.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 cc7146d6d..527de4a7d 100755 --- a/test/oldest.t +++ b/test/oldest.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 3f6b8b118..aeede1905 100755 --- a/test/operators.t +++ b/test/operators.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 bade8ce9e..48e399af4 100755 --- a/test/overdue.t +++ b/test/overdue.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 218f7afaf..7ef957d45 100755 --- a/test/partial.t +++ b/test/partial.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 cadcd0482..cc1e1f231 100755 --- a/test/prepend.t +++ b/test/prepend.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 b2c231baf..e17ca9b46 100755 --- a/test/pri_sort.t +++ b/test/pri_sort.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 551bc2040..b1763f400 100755 --- a/test/project.t +++ b/test/project.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 0eeb42ce2..deded3249 100755 --- a/test/purge.t +++ b/test/purge.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 898c85dc8..87c0ac734 100755 --- a/test/quotes.t +++ b/test/quotes.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 a4a0f0e9e..fc11e0277 100755 --- a/test/rc.override.t +++ b/test/rc.override.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 fd2ab2f91..4d5b05f05 100755 --- a/test/recurrence.t +++ b/test/recurrence.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 3dde76882..051421c05 100755 --- a/test/reports.t +++ b/test/reports.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 8ff8dc722..08491e6b6 100755 --- a/test/search.t +++ b/test/search.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 f9a609482..33a6e826c 100755 --- a/test/sequence.t +++ b/test/sequence.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 511c2f802..f219be770 100755 --- a/test/shell.t +++ b/test/shell.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 acdb3e212..12d03a13c 100755 --- a/test/show.t +++ b/test/show.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 355a217c4..218ea8a6c 100644 --- a/test/simpletap/__init__.py +++ b/test/simpletap/__init__.py @@ -1,7 +1,7 @@ ############################################################################### # taskwarrior - a command line task list manager. # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 f664960a9..144369756 100755 --- a/test/sorting.t +++ b/test/sorting.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 8ca7edb58..59575a043 100755 --- a/test/special.t +++ b/test/special.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 5c1130ebd..e8ea3d469 100755 --- a/test/start.t +++ b/test/start.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 7eb88c14e..cc1257964 100755 --- a/test/stats.t +++ b/test/stats.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 ba8b4c2f1..04860e759 100755 --- a/test/substitute.t +++ b/test/substitute.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 99cd09d31..3c4227077 100755 --- a/test/sugar.t +++ b/test/sugar.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 a42719ca3..5f6445f39 100755 --- a/test/summary.t +++ b/test/summary.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 07a0e6a3b..197bef959 100644 --- a/test/t.t.cpp +++ b/test/t.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 4ff267c1d..c70b12994 100755 --- a/test/tag.t +++ b/test/tag.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 78e45ffbe..985f1c5d7 100755 --- a/test/taskrc.t +++ b/test/taskrc.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 1afb3173d..cbe7afbd2 100644 --- a/test/tdb2.t.cpp +++ b/test/tdb2.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 0e6f4f5d9..d60335e04 100644 --- a/test/template.t +++ b/test/template.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 9935d8f91..16a7fb176 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 f19b8c91c..21783f188 100644 --- a/test/test.h +++ b/test/test.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 45ecacb1c..2d0493401 100755 --- a/test/timesheet.t +++ b/test/timesheet.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 3348435c2..98050fc57 100755 --- a/test/tw-1379.t +++ b/test/tw-1379.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 30ce402ee..cd51f4d8b 100755 --- a/test/tw-1837.t +++ b/test/tw-1837.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 a7de544cd..cb9d2e3c6 100755 --- a/test/tw-1999.t +++ b/test/tw-1999.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 34753f3c9..4c0556759 100755 --- a/test/tw-20.t +++ b/test/tw-20.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 1a055e02a..1ddff5179 100755 --- a/test/tw-262.t +++ b/test/tw-262.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 776298354..15136b288 100755 --- a/test/tw-295.t +++ b/test/tw-295.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 3dd613a87..3bdbce96c 100755 --- a/test/tw-46.t +++ b/test/tw-46.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 4db692bee..ab3f5296c 100755 --- a/test/uda.t +++ b/test/uda.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 09a9e6517..c7632d16c 100755 --- a/test/uda_orphan.t +++ b/test/uda_orphan.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 9a912d51e..0b54ae15c 100755 --- a/test/uda_report.t +++ b/test/uda_report.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 638a67fe4..92ae964d6 100755 --- a/test/uda_sort.t +++ b/test/uda_sort.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 4d6035140..e23658739 100755 --- a/test/undo.t +++ b/test/undo.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 29cc5b29f..2850d9565 100755 --- a/test/unicode.t +++ b/test/unicode.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 82330eee0..7dcc706bd 100755 --- a/test/unique.t +++ b/test/unique.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 5512978b0..1fdc52813 100755 --- a/test/upgrade.t +++ b/test/upgrade.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 b33083aa5..cc42d97a1 100755 --- a/test/urgency.t +++ b/test/urgency.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 d579c9886..c446355be 100755 --- a/test/urgency_inherit.t +++ b/test/urgency_inherit.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 b1b2e283a..ad9e7d3b7 100644 --- a/test/util.t.cpp +++ b/test/util.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 8420fc19b..0938f6a61 100755 --- a/test/uuid.t +++ b/test/uuid.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 c28ad9eff..7677d8550 100755 --- a/test/verbose.t +++ b/test/verbose.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 d54685f70..f14cae931 100755 --- a/test/version.t +++ b/test/version.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, 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 b9afa3c41..cdf4b4685 100644 --- a/test/view.t.cpp +++ b/test/view.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 484dc67dd..97eedf21e 100755 --- a/test/wait.t +++ b/test/wait.t @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ############################################################################### # -# Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. +# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal