diff --git a/README.md b/README.md index e255b7f..c057045 100644 --- a/README.md +++ b/README.md @@ -530,7 +530,7 @@ use Ubuntu). ## License -Copyright 2012-2021 Daniel Kraus (GitHub: @bovender) +Copyright 2012-2022 Daniel Kraus (GitHub: @bovender) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/includes/Config.php b/includes/Config.php index 3fcbfc2..fdd5995 100644 --- a/includes/Config.php +++ b/includes/Config.php @@ -3,7 +3,7 @@ /** * The LinkTitles\Config class holds configuration for the LinkTitles extension. * - * Copyright 2012-2021 Daniel Kraus ('bovender') + * Copyright 2012-2022 Daniel Kraus ('bovender') * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/includes/Extension.php b/includes/Extension.php index b77bfa1..63ff418 100644 --- a/includes/Extension.php +++ b/includes/Extension.php @@ -3,7 +3,7 @@ /** * The LinkTitles\Extension class provides event handlers and entry points for the extension. * - * Copyright 2012-2021 Daniel Kraus ('bovender') + * Copyright 2012-2022 Daniel Kraus ('bovender') * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/includes/Linker.php b/includes/Linker.php index 28e4ab2..0332f78 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -3,7 +3,7 @@ /** * The LinkTitles\Linker class does the heavy linking for the extension. * - * Copyright 2012-2021 Daniel Kraus ('bovender') + * Copyright 2012-2022 Daniel Kraus ('bovender') * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/includes/Magic.php b/includes/Magic.php index 4d6ef4b..f3bcd4a 100644 --- a/includes/Magic.php +++ b/includes/Magic.php @@ -1,6 +1,6 @@ ('bovender') + * Copyright 2012-2022 Daniel Kraus ('bovender') * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/includes/Source.php b/includes/Source.php index 5bac1e9..ee8d1c4 100644 --- a/includes/Source.php +++ b/includes/Source.php @@ -3,7 +3,7 @@ /** * The LinkTitles\Source represents a Wiki page to which links may be added. * - * Copyright 2012-2021 Daniel Kraus ('bovender') + * Copyright 2012-2022 Daniel Kraus ('bovender') * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/includes/Special.php b/includes/Special.php index 466582a..6887c71 100644 --- a/includes/Special.php +++ b/includes/Special.php @@ -3,7 +3,7 @@ /** * Provides a special page for the LinkTitles extension. * - * Copyright 2012-2021 Daniel Kraus ('bovender') + * Copyright 2012-2022 Daniel Kraus ('bovender') * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/includes/Splitter.php b/includes/Splitter.php index c1d6641..27684fc 100644 --- a/includes/Splitter.php +++ b/includes/Splitter.php @@ -3,7 +3,7 @@ /** * The Splitter class caches a regular expression that delimits text to be parsed. * - * Copyright 2012-2021 Daniel Kraus ('bovender') + * Copyright 2012-2022 Daniel Kraus ('bovender') * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/includes/Target.php b/includes/Target.php index 42f5f98..2ba506b 100644 --- a/includes/Target.php +++ b/includes/Target.php @@ -3,7 +3,7 @@ /** * The LinkTitles\Target represents a Wiki page that is a potential link target. * - * Copyright 2012-2021 Daniel Kraus ('bovender') + * Copyright 2012-2022 Daniel Kraus ('bovender') * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/includes/Targets.php b/includes/Targets.php index 06ee8dc..88e3107 100644 --- a/includes/Targets.php +++ b/includes/Targets.php @@ -3,7 +3,7 @@ /** * The LinkTitles\Targets class. * - * Copyright 2012-2021 Daniel Kraus ('bovender') + * Copyright 2012-2022 Daniel Kraus ('bovender') * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/linktitles-cli.php b/linktitles-cli.php index 0bf1cc8..2c96ffe 100755 --- a/linktitles-cli.php +++ b/linktitles-cli.php @@ -3,7 +3,7 @@ /** * LinkTitles command line interface (CLI)/maintenance script * - * Copyright 2012-2021 Daniel Kraus @bovender + * Copyright 2012-2022 Daniel Kraus @bovender * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/phpunit/ConfigTest.php b/tests/phpunit/ConfigTest.php index 73cac7a..737b6cf 100644 --- a/tests/phpunit/ConfigTest.php +++ b/tests/phpunit/ConfigTest.php @@ -1,7 +1,7 @@ ('bovender') + * Copyright 2012-2022 Daniel Kraus ('bovender') * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/phpunit/ExtensionTest.php b/tests/phpunit/ExtensionTest.php index 73d2b3e..b12053f 100644 --- a/tests/phpunit/ExtensionTest.php +++ b/tests/phpunit/ExtensionTest.php @@ -1,7 +1,7 @@ ('bovender') + * Copyright 2012-2022 Daniel Kraus ('bovender') * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/phpunit/LinkerTest.php b/tests/phpunit/LinkerTest.php index 5b089e9..b858775 100644 --- a/tests/phpunit/LinkerTest.php +++ b/tests/phpunit/LinkerTest.php @@ -3,7 +3,7 @@ /** * Unit tests for the Linker class, i.e. the core functionality * - * Copyright 2012-2021 Daniel Kraus ('bovender') + * Copyright 2012-2022 Daniel Kraus ('bovender') * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/phpunit/SplitterTest.php b/tests/phpunit/SplitterTest.php index 40ef32f..1610326 100644 --- a/tests/phpunit/SplitterTest.php +++ b/tests/phpunit/SplitterTest.php @@ -1,7 +1,7 @@ ('bovender') + * Copyright 2012-2022 Daniel Kraus ('bovender') * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/phpunit/TargetTest.php b/tests/phpunit/TargetTest.php index 015ca67..ceb16ae 100644 --- a/tests/phpunit/TargetTest.php +++ b/tests/phpunit/TargetTest.php @@ -1,7 +1,7 @@ ('bovender') + * Copyright 2012-2022 Daniel Kraus ('bovender') * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/phpunit/TargetsTest.php b/tests/phpunit/TargetsTest.php index 7fec94f..b636505 100644 --- a/tests/phpunit/TargetsTest.php +++ b/tests/phpunit/TargetsTest.php @@ -1,7 +1,7 @@ ('bovender') + * Copyright 2012-2022 Daniel Kraus ('bovender') * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tests/phpunit/TestCase.php b/tests/phpunit/TestCase.php index d771943..d96e888 100644 --- a/tests/phpunit/TestCase.php +++ b/tests/phpunit/TestCase.php @@ -1,7 +1,7 @@ ('bovender') + * Copyright 2012-2022 Daniel Kraus ('bovender') * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by