Update copyright year.

This commit is contained in:
Daniel Kraus
2024-01-05 07:56:56 +01:00
parent 6c5141a8a5
commit 5e6702f47a
18 changed files with 18 additions and 18 deletions

View File

@ -541,7 +541,7 @@ use Ubuntu).
## License
Copyright 2012-2022 Daniel Kraus <mailto:bovender@bovender.de> (GitHub: @bovender)
Copyright 2012-2024 Daniel Kraus <mailto:bovender@bovender.de> (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

View File

@ -3,7 +3,7 @@
/**
* The LinkTitles\Config class holds configuration for the LinkTitles extension.
*
* Copyright 2012-2022 Daniel Kraus <bovender@bovender.de> ('bovender')
* Copyright 2012-2024 Daniel Kraus <bovender@bovender.de> ('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

View File

@ -3,7 +3,7 @@
/**
* The LinkTitles\Extension class provides event handlers and entry points for the extension.
*
* Copyright 2012-2022 Daniel Kraus <bovender@bovender.de> ('bovender')
* Copyright 2012-2024 Daniel Kraus <bovender@bovender.de> ('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

View File

@ -3,7 +3,7 @@
/**
* The LinkTitles\Linker class does the heavy linking for the extension.
*
* Copyright 2012-2022 Daniel Kraus <bovender@bovender.de> ('bovender')
* Copyright 2012-2024 Daniel Kraus <bovender@bovender.de> ('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

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2012-2022 Daniel Kraus <bovender@bovender.de> ('bovender')
* Copyright 2012-2024 Daniel Kraus <bovender@bovender.de> ('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

View File

@ -3,7 +3,7 @@
/**
* The LinkTitles\Source represents a Wiki page to which links may be added.
*
* Copyright 2012-2022 Daniel Kraus <bovender@bovender.de> ('bovender')
* Copyright 2012-2024 Daniel Kraus <bovender@bovender.de> ('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

View File

@ -3,7 +3,7 @@
/**
* Provides a special page for the LinkTitles extension.
*
* Copyright 2012-2022 Daniel Kraus <bovender@bovender.de> ('bovender')
* Copyright 2012-2024 Daniel Kraus <bovender@bovender.de> ('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

View File

@ -3,7 +3,7 @@
/**
* The Splitter class caches a regular expression that delimits text to be parsed.
*
* Copyright 2012-2022 Daniel Kraus <bovender@bovender.de> ('bovender')
* Copyright 2012-2024 Daniel Kraus <bovender@bovender.de> ('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

View File

@ -3,7 +3,7 @@
/**
* The LinkTitles\Target represents a Wiki page that is a potential link target.
*
* Copyright 2012-2022 Daniel Kraus <bovender@bovender.de> ('bovender')
* Copyright 2012-2024 Daniel Kraus <bovender@bovender.de> ('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

View File

@ -3,7 +3,7 @@
/**
* The LinkTitles\Targets class.
*
* Copyright 2012-2022 Daniel Kraus <bovender@bovender.de> ('bovender')
* Copyright 2012-2024 Daniel Kraus <bovender@bovender.de> ('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

View File

@ -4,7 +4,7 @@
/**
* LinkTitles command line interface (CLI)/maintenance script
*
* Copyright 2012-2022 Daniel Kraus <bovender@bovender.de> @bovender
* Copyright 2012-2024 Daniel Kraus <bovender@bovender.de> @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

View File

@ -1,7 +1,7 @@
<?php
/**
* Copyright 2012-2022 Daniel Kraus <bovender@bovender.de> ('bovender')
* Copyright 2012-2024 Daniel Kraus <bovender@bovender.de> ('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

View File

@ -1,7 +1,7 @@
<?php
/**
* Copyright 2012-2022 Daniel Kraus <bovender@bovender.de> ('bovender')
* Copyright 2012-2024 Daniel Kraus <bovender@bovender.de> ('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

View File

@ -3,7 +3,7 @@
/**
* Unit tests for the Linker class, i.e. the core functionality
*
* Copyright 2012-2022 Daniel Kraus <bovender@bovender.de> ('bovender')
* Copyright 2012-2024 Daniel Kraus <bovender@bovender.de> ('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

View File

@ -1,7 +1,7 @@
<?php
/**
* Copyright 2012-2022 Daniel Kraus <bovender@bovender.de> ('bovender')
* Copyright 2012-2024 Daniel Kraus <bovender@bovender.de> ('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

View File

@ -1,7 +1,7 @@
<?php
/**
* Copyright 2012-2022 Daniel Kraus <bovender@bovender.de> ('bovender')
* Copyright 2012-2024 Daniel Kraus <bovender@bovender.de> ('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

View File

@ -1,7 +1,7 @@
<?php
/**
* Copyright 2012-2022 Daniel Kraus <bovender@bovender.de> ('bovender')
* Copyright 2012-2024 Daniel Kraus <bovender@bovender.de> ('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

View File

@ -1,7 +1,7 @@
<?php
/**
* Copyright 2012-2022 Daniel Kraus <bovender@bovender.de> ('bovender')
* Copyright 2012-2024 Daniel Kraus <bovender@bovender.de> ('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