From e15fcd30d02eb07abedddb738a2c95f692582fe6 Mon Sep 17 00:00:00 2001 From: Thomas Lauf Date: Thu, 10 Oct 2019 22:35:28 +0200 Subject: [PATCH] Update copyright holders Signed-off-by: Thomas Lauf --- src/CLI.h | 2 +- src/Datafile.h | 2 +- src/Exclusion.h | 2 +- src/Extensions.cpp | 2 +- src/Extensions.h | 2 +- src/commands/CmdCancel.cpp | 2 +- src/commands/CmdDefault.cpp | 2 +- src/commands/CmdDiagnostics.cpp | 2 +- src/commands/CmdExport.cpp | 2 +- src/commands/CmdExtensions.cpp | 2 +- src/commands/CmdGaps.cpp | 2 +- src/commands/CmdGet.cpp | 2 +- src/commands/CmdReport.cpp | 2 +- src/commands/CmdShow.cpp | 2 +- src/commands/CmdTags.cpp | 2 +- src/dom.cpp | 2 +- src/log.cpp | 2 +- src/timew.cpp | 2 +- src/timew.h | 2 +- src/util.cpp | 2 +- test/exclusion.t.cpp | 2 +- test/helper.t.cpp | 2 +- test/rules.t.cpp | 2 +- test/test.cpp | 2 +- test/test.h | 2 +- test/util.t.cpp | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/CLI.h b/src/CLI.h index 264cb7d5..d75691da 100644 --- a/src/CLI.h +++ b/src/CLI.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2016 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2016 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Datafile.h b/src/Datafile.h index bb90deb9..1bf638c4 100644 --- a/src/Datafile.h +++ b/src/Datafile.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2016, 2018 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2016, 2018 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Exclusion.h b/src/Exclusion.h index a2675e5d..6026b8f3 100644 --- a/src/Exclusion.h +++ b/src/Exclusion.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2016, 2018 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2016, 2018 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Extensions.cpp b/src/Extensions.cpp index c8a44d13..c3174314 100644 --- a/src/Extensions.cpp +++ b/src/Extensions.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2016 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2016 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/Extensions.h b/src/Extensions.h index 6c6299b8..f5385951 100644 --- a/src/Extensions.h +++ b/src/Extensions.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2016, 2018 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2016, 2018 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdCancel.cpp b/src/commands/CmdCancel.cpp index 1a0135c2..aaf12ce4 100644 --- a/src/commands/CmdCancel.cpp +++ b/src/commands/CmdCancel.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2016 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2016 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdDefault.cpp b/src/commands/CmdDefault.cpp index 187d9e64..7740dfb0 100644 --- a/src/commands/CmdDefault.cpp +++ b/src/commands/CmdDefault.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2016 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2016 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free 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 cbb899ae..9ca1d55a 100644 --- a/src/commands/CmdDiagnostics.cpp +++ b/src/commands/CmdDiagnostics.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2016 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2016 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free 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 70febf41..e971f25a 100644 --- a/src/commands/CmdExport.cpp +++ b/src/commands/CmdExport.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2016 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2016 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdExtensions.cpp b/src/commands/CmdExtensions.cpp index cd7d0f7f..f3d7857f 100644 --- a/src/commands/CmdExtensions.cpp +++ b/src/commands/CmdExtensions.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2016 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2016 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdGaps.cpp b/src/commands/CmdGaps.cpp index 179b23cf..9c6c8a6a 100644 --- a/src/commands/CmdGaps.cpp +++ b/src/commands/CmdGaps.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2016 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2016 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free 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 ba99d0b9..501aee8e 100644 --- a/src/commands/CmdGet.cpp +++ b/src/commands/CmdGet.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2016 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2016 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/commands/CmdReport.cpp b/src/commands/CmdReport.cpp index dae5cb9a..cfb3415a 100644 --- a/src/commands/CmdReport.cpp +++ b/src/commands/CmdReport.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2016 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2016 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free 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 0f17dc90..abe6d8b8 100644 --- a/src/commands/CmdShow.cpp +++ b/src/commands/CmdShow.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2016 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2016 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free 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 f9bcf412..5776e361 100644 --- a/src/commands/CmdTags.cpp +++ b/src/commands/CmdTags.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2016 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2016 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 6d1b24f6..76e27f18 100644 --- a/src/dom.cpp +++ b/src/dom.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2016, 2018 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2016, 2018 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/log.cpp b/src/log.cpp index 7c1b74d5..4bb68d77 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2016, 2018 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2016, 2018 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/timew.cpp b/src/timew.cpp index 815608a1..4bde0d8b 100644 --- a/src/timew.cpp +++ b/src/timew.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2015 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2015 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/src/timew.h b/src/timew.h index 6112ea88..2e4ef269 100644 --- a/src/timew.h +++ b/src/timew.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2016 - 2019, Paul Beckingham, Federico Hernandez, Thomas Lauf. +// Copyright 2016 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 fdcd39de..2be18117 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2016 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2016 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/exclusion.t.cpp b/test/exclusion.t.cpp index 26b5ea7c..caed8e14 100644 --- a/test/exclusion.t.cpp +++ b/test/exclusion.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2016 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2016 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/helper.t.cpp b/test/helper.t.cpp index da48927e..1ef4024b 100644 --- a/test/helper.t.cpp +++ b/test/helper.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2016 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2016 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/rules.t.cpp b/test/rules.t.cpp index 6da4f9bf..d51f1d15 100644 --- a/test/rules.t.cpp +++ b/test/rules.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2015 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2015 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 584a6470..95405345 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2015 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2015 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 e30c753a..d06acc1b 100644 --- a/test/test.h +++ b/test/test.h @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2015, 2017 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2015, 2017 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, 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 58bc54e9..65bd8428 100644 --- a/test/util.t.cpp +++ b/test/util.t.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2016 - 2019, Paul Beckingham, Federico Hernandez. +// Copyright 2016 - 2019, Thomas Lauf, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal