From 33bbfdef5cee2b7719c198c6795c8926dff2fada Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Tue, 6 Apr 2021 21:16:03 +0200 Subject: [PATCH] Update copyright year. --- includes/Config.php | 3 ++- includes/Extension.php | 3 ++- includes/Linker.php | 3 ++- includes/Magic.php | 3 +-- includes/Source.php | 3 ++- includes/Special.php | 3 ++- includes/Splitter.php | 3 ++- includes/Target.php | 3 ++- includes/Targets.php | 3 ++- linktitles-cli.php | 3 ++- tests/phpunit/ConfigTest.php | 3 ++- tests/phpunit/ExtensionTest.php | 3 ++- tests/phpunit/LinkerTest.php | 3 ++- tests/phpunit/SplitterTest.php | 2 +- tests/phpunit/TargetTest.php | 2 +- tests/phpunit/TargetsTest.php | 3 ++- tests/phpunit/TestCase.php | 3 ++- 17 files changed, 31 insertions(+), 18 deletions(-) diff --git a/includes/Config.php b/includes/Config.php index a6a9cca..3fcbfc2 100644 --- a/includes/Config.php +++ b/includes/Config.php @@ -1,8 +1,9 @@ ('bovender') + * Copyright 2012-2021 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 9f6c60a..b77bfa1 100644 --- a/includes/Extension.php +++ b/includes/Extension.php @@ -1,8 +1,9 @@ ('bovender') + * Copyright 2012-2021 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 65fbb46..28e4ab2 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1,8 +1,9 @@ ('bovender') + * Copyright 2012-2021 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 b8bdfbc..4d6ef4b 100644 --- a/includes/Magic.php +++ b/includes/Magic.php @@ -1,6 +1,6 @@ ('bovender') + * Copyright 2012-2021 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 @@ -28,4 +28,3 @@ $magicWords['en'] = array( 'MAG_LINKTITLES_NOAUTOLINKS' => array(0, '__NOAUTOLINKS__'), 'MAG_LINKTITLES_NOTARGET' => array(0, '__NOAUTOLINKTARGET__') ); - diff --git a/includes/Source.php b/includes/Source.php index c7a1b25..5bac1e9 100644 --- a/includes/Source.php +++ b/includes/Source.php @@ -1,8 +1,9 @@ ('bovender') + * Copyright 2012-2021 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 d147950..6dbdedb 100644 --- a/includes/Special.php +++ b/includes/Special.php @@ -1,8 +1,9 @@ ('bovender') + * Copyright 2012-2021 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 1f05d22..d6ad7f6 100644 --- a/includes/Splitter.php +++ b/includes/Splitter.php @@ -1,8 +1,9 @@ ('bovender') + * Copyright 2012-2021 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 d22c084..42f5f98 100644 --- a/includes/Target.php +++ b/includes/Target.php @@ -1,8 +1,9 @@ ('bovender') + * Copyright 2012-2021 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 8bc46f1..06ee8dc 100644 --- a/includes/Targets.php +++ b/includes/Targets.php @@ -1,8 +1,9 @@ ('bovender') + * Copyright 2012-2021 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 d8f4aca..bb367b1 100755 --- a/linktitles-cli.php +++ b/linktitles-cli.php @@ -1,8 +1,9 @@ @bovender + * Copyright 2012-2021 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 0cc03f7..73cac7a 100644 --- a/tests/phpunit/ConfigTest.php +++ b/tests/phpunit/ConfigTest.php @@ -1,6 +1,7 @@ ('bovender') + * Copyright 2012-2021 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 bcd40a7..890b2ea 100644 --- a/tests/phpunit/ExtensionTest.php +++ b/tests/phpunit/ExtensionTest.php @@ -1,6 +1,7 @@ ('bovender') + * Copyright 2012-2021 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 b084861..b294660 100644 --- a/tests/phpunit/LinkerTest.php +++ b/tests/phpunit/LinkerTest.php @@ -1,8 +1,9 @@ ('bovender') + * Copyright 2012-2021 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 02252e7..40ef32f 100644 --- a/tests/phpunit/SplitterTest.php +++ b/tests/phpunit/SplitterTest.php @@ -1,7 +1,7 @@ ('bovender') + * Copyright 2012-2021 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 cd35a20..015ca67 100644 --- a/tests/phpunit/TargetTest.php +++ b/tests/phpunit/TargetTest.php @@ -1,7 +1,7 @@ ('bovender') + * Copyright 2012-2021 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 a2debea..7fec94f 100644 --- a/tests/phpunit/TargetsTest.php +++ b/tests/phpunit/TargetsTest.php @@ -1,6 +1,7 @@ ('bovender') + * Copyright 2012-2021 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 cadf370..d771943 100644 --- a/tests/phpunit/TestCase.php +++ b/tests/phpunit/TestCase.php @@ -1,6 +1,7 @@ ('bovender') + * Copyright 2012-2021 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