diff --git a/LICENSE b/LICENSE index 69fec1428..553e9d486 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2010-2023 The s9e authors +Copyright (c) The s9e authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/src/Bundle.php b/src/Bundle.php index 405fcf75d..f41441193 100644 --- a/src/Bundle.php +++ b/src/Bundle.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter; diff --git a/src/Bundles/Fatdown.php b/src/Bundles/Fatdown.php index 238f52051..dbf7e7e53 100644 --- a/src/Bundles/Fatdown.php +++ b/src/Bundles/Fatdown.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Bundles; diff --git a/src/Bundles/Fatdown/Renderer.php b/src/Bundles/Fatdown/Renderer.php index 1e355dee8..13f75c084 100644 --- a/src/Bundles/Fatdown/Renderer.php +++ b/src/Bundles/Fatdown/Renderer.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Bundles\Fatdown; diff --git a/src/Bundles/Forum.php b/src/Bundles/Forum.php index 8983f5b50..6682f4654 100644 --- a/src/Bundles/Forum.php +++ b/src/Bundles/Forum.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Bundles; diff --git a/src/Bundles/Forum/Renderer.php b/src/Bundles/Forum/Renderer.php index f2ff5467b..899473ab2 100644 --- a/src/Bundles/Forum/Renderer.php +++ b/src/Bundles/Forum/Renderer.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Bundles\Forum; diff --git a/src/Bundles/MediaPack.php b/src/Bundles/MediaPack.php index 8a0ebaea2..b2a42c4e4 100644 --- a/src/Bundles/MediaPack.php +++ b/src/Bundles/MediaPack.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Bundles; diff --git a/src/Bundles/MediaPack/Renderer.php b/src/Bundles/MediaPack/Renderer.php index 1ee38916c..f5a5b702e 100644 --- a/src/Bundles/MediaPack/Renderer.php +++ b/src/Bundles/MediaPack/Renderer.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Bundles\MediaPack; diff --git a/src/Configurator.php b/src/Configurator.php index ad6625aaa..2a565280f 100644 --- a/src/Configurator.php +++ b/src/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter; @@ -68,7 +68,7 @@ class Configurator implements ConfigProvider */ public $phpHeader = '/** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */'; diff --git a/src/Configurator/Bundle.php b/src/Configurator/Bundle.php index f1284a7c7..0051ccdad 100644 --- a/src/Configurator/Bundle.php +++ b/src/Configurator/Bundle.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator; diff --git a/src/Configurator/BundleGenerator.php b/src/Configurator/BundleGenerator.php index 9cc76edd6..ca74cb257 100644 --- a/src/Configurator/BundleGenerator.php +++ b/src/Configurator/BundleGenerator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator; diff --git a/src/Configurator/Bundles/Fatdown.php b/src/Configurator/Bundles/Fatdown.php index 0cd5659d9..73b78cb5a 100644 --- a/src/Configurator/Bundles/Fatdown.php +++ b/src/Configurator/Bundles/Fatdown.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Bundles; diff --git a/src/Configurator/Bundles/Forum.php b/src/Configurator/Bundles/Forum.php index 75aca47e2..4604886be 100644 --- a/src/Configurator/Bundles/Forum.php +++ b/src/Configurator/Bundles/Forum.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Bundles; diff --git a/src/Configurator/Bundles/MediaPack.php b/src/Configurator/Bundles/MediaPack.php index 3e7a65690..a8cb40f0c 100644 --- a/src/Configurator/Bundles/MediaPack.php +++ b/src/Configurator/Bundles/MediaPack.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Bundles; diff --git a/src/Configurator/Collections/AttributeCollection.php b/src/Configurator/Collections/AttributeCollection.php index 19e20d2f0..797532e10 100644 --- a/src/Configurator/Collections/AttributeCollection.php +++ b/src/Configurator/Collections/AttributeCollection.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Collections; diff --git a/src/Configurator/Collections/AttributeFilterChain.php b/src/Configurator/Collections/AttributeFilterChain.php index 4f065e8e1..94c4aeeb8 100644 --- a/src/Configurator/Collections/AttributeFilterChain.php +++ b/src/Configurator/Collections/AttributeFilterChain.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Collections; diff --git a/src/Configurator/Collections/AttributeFilterCollection.php b/src/Configurator/Collections/AttributeFilterCollection.php index 8dd86353a..76ab6feb9 100644 --- a/src/Configurator/Collections/AttributeFilterCollection.php +++ b/src/Configurator/Collections/AttributeFilterCollection.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Collections; diff --git a/src/Configurator/Collections/AttributeList.php b/src/Configurator/Collections/AttributeList.php index 64ad74d06..765634fb9 100644 --- a/src/Configurator/Collections/AttributeList.php +++ b/src/Configurator/Collections/AttributeList.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Collections; diff --git a/src/Configurator/Collections/AttributePreprocessorCollection.php b/src/Configurator/Collections/AttributePreprocessorCollection.php index 0ba394531..6e7d84eed 100644 --- a/src/Configurator/Collections/AttributePreprocessorCollection.php +++ b/src/Configurator/Collections/AttributePreprocessorCollection.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Collections; diff --git a/src/Configurator/Collections/Collection.php b/src/Configurator/Collections/Collection.php index f48a98420..ad93155d4 100644 --- a/src/Configurator/Collections/Collection.php +++ b/src/Configurator/Collections/Collection.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Collections; diff --git a/src/Configurator/Collections/FilterChain.php b/src/Configurator/Collections/FilterChain.php index 75d4bc0db..81227c97b 100644 --- a/src/Configurator/Collections/FilterChain.php +++ b/src/Configurator/Collections/FilterChain.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Collections; diff --git a/src/Configurator/Collections/HostnameList.php b/src/Configurator/Collections/HostnameList.php index f0cddc0aa..55e34d76b 100644 --- a/src/Configurator/Collections/HostnameList.php +++ b/src/Configurator/Collections/HostnameList.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Collections; diff --git a/src/Configurator/Collections/MinifierList.php b/src/Configurator/Collections/MinifierList.php index bb7326d08..602c4b253 100644 --- a/src/Configurator/Collections/MinifierList.php +++ b/src/Configurator/Collections/MinifierList.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Collections; diff --git a/src/Configurator/Collections/NormalizedCollection.php b/src/Configurator/Collections/NormalizedCollection.php index 283b70013..f5a3fa944 100644 --- a/src/Configurator/Collections/NormalizedCollection.php +++ b/src/Configurator/Collections/NormalizedCollection.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Collections; diff --git a/src/Configurator/Collections/NormalizedList.php b/src/Configurator/Collections/NormalizedList.php index ae07ace46..e8c672fe3 100644 --- a/src/Configurator/Collections/NormalizedList.php +++ b/src/Configurator/Collections/NormalizedList.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Collections; diff --git a/src/Configurator/Collections/PluginCollection.php b/src/Configurator/Collections/PluginCollection.php index 1bb681cd5..28a3b3411 100644 --- a/src/Configurator/Collections/PluginCollection.php +++ b/src/Configurator/Collections/PluginCollection.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Collections; diff --git a/src/Configurator/Collections/RulesGeneratorList.php b/src/Configurator/Collections/RulesGeneratorList.php index b67ca5696..37f77dead 100644 --- a/src/Configurator/Collections/RulesGeneratorList.php +++ b/src/Configurator/Collections/RulesGeneratorList.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Collections; diff --git a/src/Configurator/Collections/Ruleset.php b/src/Configurator/Collections/Ruleset.php index 9cd907233..110518e85 100644 --- a/src/Configurator/Collections/Ruleset.php +++ b/src/Configurator/Collections/Ruleset.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Collections; diff --git a/src/Configurator/Collections/SchemeList.php b/src/Configurator/Collections/SchemeList.php index f3da7c275..7a39db0bf 100644 --- a/src/Configurator/Collections/SchemeList.php +++ b/src/Configurator/Collections/SchemeList.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Collections; diff --git a/src/Configurator/Collections/TagCollection.php b/src/Configurator/Collections/TagCollection.php index 1494e49bf..b1ef54b73 100644 --- a/src/Configurator/Collections/TagCollection.php +++ b/src/Configurator/Collections/TagCollection.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Collections; diff --git a/src/Configurator/Collections/TagFilterChain.php b/src/Configurator/Collections/TagFilterChain.php index 0c39b4b5b..a7449662e 100644 --- a/src/Configurator/Collections/TagFilterChain.php +++ b/src/Configurator/Collections/TagFilterChain.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Collections; diff --git a/src/Configurator/Collections/TagList.php b/src/Configurator/Collections/TagList.php index 3147dd491..d6ca0b4ce 100644 --- a/src/Configurator/Collections/TagList.php +++ b/src/Configurator/Collections/TagList.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Collections; diff --git a/src/Configurator/Collections/TemplateCheckList.php b/src/Configurator/Collections/TemplateCheckList.php index 7d674a699..c9c24043d 100644 --- a/src/Configurator/Collections/TemplateCheckList.php +++ b/src/Configurator/Collections/TemplateCheckList.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Collections; diff --git a/src/Configurator/Collections/TemplateNormalizationList.php b/src/Configurator/Collections/TemplateNormalizationList.php index 00d1b056d..f032e0b27 100644 --- a/src/Configurator/Collections/TemplateNormalizationList.php +++ b/src/Configurator/Collections/TemplateNormalizationList.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Collections; diff --git a/src/Configurator/Collections/TemplateParameterCollection.php b/src/Configurator/Collections/TemplateParameterCollection.php index 46653908f..57ca408d7 100644 --- a/src/Configurator/Collections/TemplateParameterCollection.php +++ b/src/Configurator/Collections/TemplateParameterCollection.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Collections; diff --git a/src/Configurator/ConfigProvider.php b/src/Configurator/ConfigProvider.php index ab067accf..059b5770e 100644 --- a/src/Configurator/ConfigProvider.php +++ b/src/Configurator/ConfigProvider.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator; diff --git a/src/Configurator/Exceptions/UnsafeTemplateException.php b/src/Configurator/Exceptions/UnsafeTemplateException.php index 5281f51a8..c854a296c 100644 --- a/src/Configurator/Exceptions/UnsafeTemplateException.php +++ b/src/Configurator/Exceptions/UnsafeTemplateException.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Exceptions; diff --git a/src/Configurator/FilterableConfigValue.php b/src/Configurator/FilterableConfigValue.php index f60d92aa9..7df71c980 100644 --- a/src/Configurator/FilterableConfigValue.php +++ b/src/Configurator/FilterableConfigValue.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator; diff --git a/src/Configurator/Helpers/AVTHelper.php b/src/Configurator/Helpers/AVTHelper.php index 4de994ef7..ccb4d1348 100644 --- a/src/Configurator/Helpers/AVTHelper.php +++ b/src/Configurator/Helpers/AVTHelper.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Helpers; diff --git a/src/Configurator/Helpers/ConfigHelper.php b/src/Configurator/Helpers/ConfigHelper.php index 172f06d81..c439b2914 100644 --- a/src/Configurator/Helpers/ConfigHelper.php +++ b/src/Configurator/Helpers/ConfigHelper.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Helpers; diff --git a/src/Configurator/Helpers/ContextSafeness.php b/src/Configurator/Helpers/ContextSafeness.php index 1c2f23d1c..00a8ba195 100644 --- a/src/Configurator/Helpers/ContextSafeness.php +++ b/src/Configurator/Helpers/ContextSafeness.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Helpers; diff --git a/src/Configurator/Helpers/ElementInspector.php b/src/Configurator/Helpers/ElementInspector.php index b1fec8e4a..8353ac47f 100644 --- a/src/Configurator/Helpers/ElementInspector.php +++ b/src/Configurator/Helpers/ElementInspector.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Helpers; diff --git a/src/Configurator/Helpers/FilterHelper.php b/src/Configurator/Helpers/FilterHelper.php index dd1b8fabe..6fe342dbc 100644 --- a/src/Configurator/Helpers/FilterHelper.php +++ b/src/Configurator/Helpers/FilterHelper.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Helpers; diff --git a/src/Configurator/Helpers/FilterSyntaxMatcher.php b/src/Configurator/Helpers/FilterSyntaxMatcher.php index 4a94b7ffb..28b28731e 100644 --- a/src/Configurator/Helpers/FilterSyntaxMatcher.php +++ b/src/Configurator/Helpers/FilterSyntaxMatcher.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Helpers; diff --git a/src/Configurator/Helpers/NodeLocator.php b/src/Configurator/Helpers/NodeLocator.php index 369004714..b066aa6d1 100644 --- a/src/Configurator/Helpers/NodeLocator.php +++ b/src/Configurator/Helpers/NodeLocator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Helpers; diff --git a/src/Configurator/Helpers/RegexpBuilder.php b/src/Configurator/Helpers/RegexpBuilder.php index 09603cf20..9087a0664 100644 --- a/src/Configurator/Helpers/RegexpBuilder.php +++ b/src/Configurator/Helpers/RegexpBuilder.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Helpers; diff --git a/src/Configurator/Helpers/RegexpParser.php b/src/Configurator/Helpers/RegexpParser.php index fe87f33bc..b3525e142 100644 --- a/src/Configurator/Helpers/RegexpParser.php +++ b/src/Configurator/Helpers/RegexpParser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Helpers; diff --git a/src/Configurator/Helpers/RulesHelper.php b/src/Configurator/Helpers/RulesHelper.php index 97f2f1e0d..7b0375fef 100644 --- a/src/Configurator/Helpers/RulesHelper.php +++ b/src/Configurator/Helpers/RulesHelper.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Helpers; diff --git a/src/Configurator/Helpers/TemplateHelper.php b/src/Configurator/Helpers/TemplateHelper.php index 3a7065fa9..570e9fa1b 100644 --- a/src/Configurator/Helpers/TemplateHelper.php +++ b/src/Configurator/Helpers/TemplateHelper.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Helpers; diff --git a/src/Configurator/Helpers/TemplateInspector.php b/src/Configurator/Helpers/TemplateInspector.php index 1464e7823..5611494ba 100644 --- a/src/Configurator/Helpers/TemplateInspector.php +++ b/src/Configurator/Helpers/TemplateInspector.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Helpers; diff --git a/src/Configurator/Helpers/TemplateLoader.php b/src/Configurator/Helpers/TemplateLoader.php index aec70c59f..c14202207 100644 --- a/src/Configurator/Helpers/TemplateLoader.php +++ b/src/Configurator/Helpers/TemplateLoader.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Helpers; diff --git a/src/Configurator/Helpers/TemplateModifier.php b/src/Configurator/Helpers/TemplateModifier.php index 5527e60df..355a08cc1 100644 --- a/src/Configurator/Helpers/TemplateModifier.php +++ b/src/Configurator/Helpers/TemplateModifier.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Helpers; diff --git a/src/Configurator/Helpers/TemplateParser.php b/src/Configurator/Helpers/TemplateParser.php index 9a7c58f80..b3da121d4 100644 --- a/src/Configurator/Helpers/TemplateParser.php +++ b/src/Configurator/Helpers/TemplateParser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Helpers; diff --git a/src/Configurator/Helpers/TemplateParser/IRProcessor.php b/src/Configurator/Helpers/TemplateParser/IRProcessor.php index 502a33a13..8cfbe6b10 100644 --- a/src/Configurator/Helpers/TemplateParser/IRProcessor.php +++ b/src/Configurator/Helpers/TemplateParser/IRProcessor.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Helpers\TemplateParser; diff --git a/src/Configurator/Helpers/TemplateParser/Normalizer.php b/src/Configurator/Helpers/TemplateParser/Normalizer.php index f18e71ac0..8c382787c 100644 --- a/src/Configurator/Helpers/TemplateParser/Normalizer.php +++ b/src/Configurator/Helpers/TemplateParser/Normalizer.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Helpers\TemplateParser; diff --git a/src/Configurator/Helpers/TemplateParser/Optimizer.php b/src/Configurator/Helpers/TemplateParser/Optimizer.php index 7ea4e1aae..a062bc19e 100644 --- a/src/Configurator/Helpers/TemplateParser/Optimizer.php +++ b/src/Configurator/Helpers/TemplateParser/Optimizer.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Helpers\TemplateParser; diff --git a/src/Configurator/Helpers/TemplateParser/Parser.php b/src/Configurator/Helpers/TemplateParser/Parser.php index d0e95bd7e..11fdffa54 100644 --- a/src/Configurator/Helpers/TemplateParser/Parser.php +++ b/src/Configurator/Helpers/TemplateParser/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Helpers\TemplateParser; diff --git a/src/Configurator/Helpers/XPathHelper.php b/src/Configurator/Helpers/XPathHelper.php index ebbc1e813..4812abb20 100644 --- a/src/Configurator/Helpers/XPathHelper.php +++ b/src/Configurator/Helpers/XPathHelper.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Helpers; diff --git a/src/Configurator/Items/Attribute.php b/src/Configurator/Items/Attribute.php index 078219988..6f7b7ece8 100644 --- a/src/Configurator/Items/Attribute.php +++ b/src/Configurator/Items/Attribute.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items; diff --git a/src/Configurator/Items/AttributeFilter.php b/src/Configurator/Items/AttributeFilter.php index f7e17bfc7..95c411e54 100644 --- a/src/Configurator/Items/AttributeFilter.php +++ b/src/Configurator/Items/AttributeFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items; diff --git a/src/Configurator/Items/AttributeFilters/AbstractMapFilter.php b/src/Configurator/Items/AttributeFilters/AbstractMapFilter.php index 9167aa7c3..69cc7608f 100644 --- a/src/Configurator/Items/AttributeFilters/AbstractMapFilter.php +++ b/src/Configurator/Items/AttributeFilters/AbstractMapFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items\AttributeFilters; diff --git a/src/Configurator/Items/AttributeFilters/AlnumFilter.php b/src/Configurator/Items/AttributeFilters/AlnumFilter.php index 861f2c2c5..a36a7c76a 100644 --- a/src/Configurator/Items/AttributeFilters/AlnumFilter.php +++ b/src/Configurator/Items/AttributeFilters/AlnumFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items\AttributeFilters; diff --git a/src/Configurator/Items/AttributeFilters/ChoiceFilter.php b/src/Configurator/Items/AttributeFilters/ChoiceFilter.php index e11f6dc69..83ae7feca 100644 --- a/src/Configurator/Items/AttributeFilters/ChoiceFilter.php +++ b/src/Configurator/Items/AttributeFilters/ChoiceFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items\AttributeFilters; diff --git a/src/Configurator/Items/AttributeFilters/ColorFilter.php b/src/Configurator/Items/AttributeFilters/ColorFilter.php index b4c8fb213..80b7dd986 100644 --- a/src/Configurator/Items/AttributeFilters/ColorFilter.php +++ b/src/Configurator/Items/AttributeFilters/ColorFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items\AttributeFilters; diff --git a/src/Configurator/Items/AttributeFilters/EmailFilter.php b/src/Configurator/Items/AttributeFilters/EmailFilter.php index 3a93a92f4..b65dbed78 100644 --- a/src/Configurator/Items/AttributeFilters/EmailFilter.php +++ b/src/Configurator/Items/AttributeFilters/EmailFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items\AttributeFilters; diff --git a/src/Configurator/Items/AttributeFilters/FalseFilter.php b/src/Configurator/Items/AttributeFilters/FalseFilter.php index 99d6c05d5..1d415f913 100644 --- a/src/Configurator/Items/AttributeFilters/FalseFilter.php +++ b/src/Configurator/Items/AttributeFilters/FalseFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items\AttributeFilters; diff --git a/src/Configurator/Items/AttributeFilters/FloatFilter.php b/src/Configurator/Items/AttributeFilters/FloatFilter.php index 8ba5e383b..dd137f23a 100644 --- a/src/Configurator/Items/AttributeFilters/FloatFilter.php +++ b/src/Configurator/Items/AttributeFilters/FloatFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items\AttributeFilters; diff --git a/src/Configurator/Items/AttributeFilters/FontfamilyFilter.php b/src/Configurator/Items/AttributeFilters/FontfamilyFilter.php index 0e94bc773..c3e3f8bc0 100644 --- a/src/Configurator/Items/AttributeFilters/FontfamilyFilter.php +++ b/src/Configurator/Items/AttributeFilters/FontfamilyFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items\AttributeFilters; diff --git a/src/Configurator/Items/AttributeFilters/HashmapFilter.php b/src/Configurator/Items/AttributeFilters/HashmapFilter.php index 39ba02803..0d3ce5e0a 100644 --- a/src/Configurator/Items/AttributeFilters/HashmapFilter.php +++ b/src/Configurator/Items/AttributeFilters/HashmapFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items\AttributeFilters; diff --git a/src/Configurator/Items/AttributeFilters/IdentifierFilter.php b/src/Configurator/Items/AttributeFilters/IdentifierFilter.php index a9374d8e8..53b37fcbb 100644 --- a/src/Configurator/Items/AttributeFilters/IdentifierFilter.php +++ b/src/Configurator/Items/AttributeFilters/IdentifierFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items\AttributeFilters; diff --git a/src/Configurator/Items/AttributeFilters/IntFilter.php b/src/Configurator/Items/AttributeFilters/IntFilter.php index ade90a2e8..cad8ecb72 100644 --- a/src/Configurator/Items/AttributeFilters/IntFilter.php +++ b/src/Configurator/Items/AttributeFilters/IntFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items\AttributeFilters; diff --git a/src/Configurator/Items/AttributeFilters/IpFilter.php b/src/Configurator/Items/AttributeFilters/IpFilter.php index ce8563c72..a20a814ab 100644 --- a/src/Configurator/Items/AttributeFilters/IpFilter.php +++ b/src/Configurator/Items/AttributeFilters/IpFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items\AttributeFilters; diff --git a/src/Configurator/Items/AttributeFilters/IpportFilter.php b/src/Configurator/Items/AttributeFilters/IpportFilter.php index 0fdd26df2..0757a81cf 100644 --- a/src/Configurator/Items/AttributeFilters/IpportFilter.php +++ b/src/Configurator/Items/AttributeFilters/IpportFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items\AttributeFilters; diff --git a/src/Configurator/Items/AttributeFilters/Ipv4Filter.php b/src/Configurator/Items/AttributeFilters/Ipv4Filter.php index bf764f4d0..76ddc4082 100644 --- a/src/Configurator/Items/AttributeFilters/Ipv4Filter.php +++ b/src/Configurator/Items/AttributeFilters/Ipv4Filter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items\AttributeFilters; diff --git a/src/Configurator/Items/AttributeFilters/Ipv6Filter.php b/src/Configurator/Items/AttributeFilters/Ipv6Filter.php index 420ca8499..9bb21c545 100644 --- a/src/Configurator/Items/AttributeFilters/Ipv6Filter.php +++ b/src/Configurator/Items/AttributeFilters/Ipv6Filter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items\AttributeFilters; diff --git a/src/Configurator/Items/AttributeFilters/MapFilter.php b/src/Configurator/Items/AttributeFilters/MapFilter.php index d67912557..02630622b 100644 --- a/src/Configurator/Items/AttributeFilters/MapFilter.php +++ b/src/Configurator/Items/AttributeFilters/MapFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items\AttributeFilters; diff --git a/src/Configurator/Items/AttributeFilters/NumberFilter.php b/src/Configurator/Items/AttributeFilters/NumberFilter.php index 4026db9d5..1cefc1df4 100644 --- a/src/Configurator/Items/AttributeFilters/NumberFilter.php +++ b/src/Configurator/Items/AttributeFilters/NumberFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items\AttributeFilters; diff --git a/src/Configurator/Items/AttributeFilters/RangeFilter.php b/src/Configurator/Items/AttributeFilters/RangeFilter.php index 821d7104f..edeeedc0f 100644 --- a/src/Configurator/Items/AttributeFilters/RangeFilter.php +++ b/src/Configurator/Items/AttributeFilters/RangeFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items\AttributeFilters; diff --git a/src/Configurator/Items/AttributeFilters/RegexpFilter.php b/src/Configurator/Items/AttributeFilters/RegexpFilter.php index d0a738bc3..e3961cb6a 100644 --- a/src/Configurator/Items/AttributeFilters/RegexpFilter.php +++ b/src/Configurator/Items/AttributeFilters/RegexpFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items\AttributeFilters; diff --git a/src/Configurator/Items/AttributeFilters/SimpletextFilter.php b/src/Configurator/Items/AttributeFilters/SimpletextFilter.php index 16f0487de..917f168b3 100644 --- a/src/Configurator/Items/AttributeFilters/SimpletextFilter.php +++ b/src/Configurator/Items/AttributeFilters/SimpletextFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items\AttributeFilters; diff --git a/src/Configurator/Items/AttributeFilters/TimestampFilter.php b/src/Configurator/Items/AttributeFilters/TimestampFilter.php index 027699d5a..2aaac79cb 100644 --- a/src/Configurator/Items/AttributeFilters/TimestampFilter.php +++ b/src/Configurator/Items/AttributeFilters/TimestampFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items\AttributeFilters; diff --git a/src/Configurator/Items/AttributeFilters/UintFilter.php b/src/Configurator/Items/AttributeFilters/UintFilter.php index 3c59eab0b..eccac11ba 100644 --- a/src/Configurator/Items/AttributeFilters/UintFilter.php +++ b/src/Configurator/Items/AttributeFilters/UintFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items\AttributeFilters; diff --git a/src/Configurator/Items/AttributeFilters/UrlFilter.php b/src/Configurator/Items/AttributeFilters/UrlFilter.php index 285c6e2d7..66d286a47 100644 --- a/src/Configurator/Items/AttributeFilters/UrlFilter.php +++ b/src/Configurator/Items/AttributeFilters/UrlFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items\AttributeFilters; diff --git a/src/Configurator/Items/AttributePreprocessor.php b/src/Configurator/Items/AttributePreprocessor.php index 9b284c1ae..c5281338c 100644 --- a/src/Configurator/Items/AttributePreprocessor.php +++ b/src/Configurator/Items/AttributePreprocessor.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items; diff --git a/src/Configurator/Items/Filter.php b/src/Configurator/Items/Filter.php index dad69857a..06fbd4bea 100644 --- a/src/Configurator/Items/Filter.php +++ b/src/Configurator/Items/Filter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items; diff --git a/src/Configurator/Items/ProgrammableCallback.php b/src/Configurator/Items/ProgrammableCallback.php index b439cffbb..dedbdb48f 100644 --- a/src/Configurator/Items/ProgrammableCallback.php +++ b/src/Configurator/Items/ProgrammableCallback.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items; diff --git a/src/Configurator/Items/Regexp.php b/src/Configurator/Items/Regexp.php index 6d2f3e7a6..ad1b00543 100644 --- a/src/Configurator/Items/Regexp.php +++ b/src/Configurator/Items/Regexp.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items; diff --git a/src/Configurator/Items/Tag.php b/src/Configurator/Items/Tag.php index 09d902546..dbd8f4ffa 100644 --- a/src/Configurator/Items/Tag.php +++ b/src/Configurator/Items/Tag.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items; diff --git a/src/Configurator/Items/TagFilter.php b/src/Configurator/Items/TagFilter.php index fb383b03a..fe9de6c51 100644 --- a/src/Configurator/Items/TagFilter.php +++ b/src/Configurator/Items/TagFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items; diff --git a/src/Configurator/Items/Template.php b/src/Configurator/Items/Template.php index a1eb5115b..813958be2 100644 --- a/src/Configurator/Items/Template.php +++ b/src/Configurator/Items/Template.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items; diff --git a/src/Configurator/Items/TemplateDocument.php b/src/Configurator/Items/TemplateDocument.php index 8626ee575..980cd47e8 100644 --- a/src/Configurator/Items/TemplateDocument.php +++ b/src/Configurator/Items/TemplateDocument.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items; diff --git a/src/Configurator/Items/UnsafeTemplate.php b/src/Configurator/Items/UnsafeTemplate.php index 42328390d..d45c22181 100644 --- a/src/Configurator/Items/UnsafeTemplate.php +++ b/src/Configurator/Items/UnsafeTemplate.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Items; diff --git a/src/Configurator/JavaScript.php b/src/Configurator/JavaScript.php index 2e8a280cc..49f29f99b 100644 --- a/src/Configurator/JavaScript.php +++ b/src/Configurator/JavaScript.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator; diff --git a/src/Configurator/JavaScript/CallbackGenerator.php b/src/Configurator/JavaScript/CallbackGenerator.php index 49de8f9de..77a04986a 100644 --- a/src/Configurator/JavaScript/CallbackGenerator.php +++ b/src/Configurator/JavaScript/CallbackGenerator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\JavaScript; diff --git a/src/Configurator/JavaScript/Code.php b/src/Configurator/JavaScript/Code.php index 4aa5ae63f..b94e02410 100644 --- a/src/Configurator/JavaScript/Code.php +++ b/src/Configurator/JavaScript/Code.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\JavaScript; diff --git a/src/Configurator/JavaScript/ConfigOptimizer.php b/src/Configurator/JavaScript/ConfigOptimizer.php index 3799d874c..90998f365 100644 --- a/src/Configurator/JavaScript/ConfigOptimizer.php +++ b/src/Configurator/JavaScript/ConfigOptimizer.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\JavaScript; diff --git a/src/Configurator/JavaScript/ConfigValue.php b/src/Configurator/JavaScript/ConfigValue.php index e6c3ada6b..43112192c 100644 --- a/src/Configurator/JavaScript/ConfigValue.php +++ b/src/Configurator/JavaScript/ConfigValue.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\JavaScript; diff --git a/src/Configurator/JavaScript/Dictionary.php b/src/Configurator/JavaScript/Dictionary.php index 3f263383f..8736615d0 100644 --- a/src/Configurator/JavaScript/Dictionary.php +++ b/src/Configurator/JavaScript/Dictionary.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\JavaScript; diff --git a/src/Configurator/JavaScript/Encoder.php b/src/Configurator/JavaScript/Encoder.php index 1f89e8174..6e996686e 100644 --- a/src/Configurator/JavaScript/Encoder.php +++ b/src/Configurator/JavaScript/Encoder.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\JavaScript; diff --git a/src/Configurator/JavaScript/FunctionCache.php b/src/Configurator/JavaScript/FunctionCache.php index b8add76e6..ca5565845 100644 --- a/src/Configurator/JavaScript/FunctionCache.php +++ b/src/Configurator/JavaScript/FunctionCache.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\JavaScript; diff --git a/src/Configurator/JavaScript/FunctionProvider.php b/src/Configurator/JavaScript/FunctionProvider.php index 9fc779cb1..491948ab2 100644 --- a/src/Configurator/JavaScript/FunctionProvider.php +++ b/src/Configurator/JavaScript/FunctionProvider.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\JavaScript; diff --git a/src/Configurator/JavaScript/Hasher.php b/src/Configurator/JavaScript/Hasher.php index 467123ccb..7852dc18c 100644 --- a/src/Configurator/JavaScript/Hasher.php +++ b/src/Configurator/JavaScript/Hasher.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\JavaScript; diff --git a/src/Configurator/JavaScript/HintGenerator.php b/src/Configurator/JavaScript/HintGenerator.php index f16ff5916..8c8d8a1a4 100644 --- a/src/Configurator/JavaScript/HintGenerator.php +++ b/src/Configurator/JavaScript/HintGenerator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\JavaScript; diff --git a/src/Configurator/JavaScript/Minifier.php b/src/Configurator/JavaScript/Minifier.php index 8de5bd6af..b3b69e510 100644 --- a/src/Configurator/JavaScript/Minifier.php +++ b/src/Configurator/JavaScript/Minifier.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\JavaScript; diff --git a/src/Configurator/JavaScript/Minifiers/ClosureCompilerApplication.php b/src/Configurator/JavaScript/Minifiers/ClosureCompilerApplication.php index 93c4a3eb3..47d6fa084 100644 --- a/src/Configurator/JavaScript/Minifiers/ClosureCompilerApplication.php +++ b/src/Configurator/JavaScript/Minifiers/ClosureCompilerApplication.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\JavaScript\Minifiers; diff --git a/src/Configurator/JavaScript/Minifiers/ClosureCompilerService.php b/src/Configurator/JavaScript/Minifiers/ClosureCompilerService.php index 2b56a37f3..cc98a04a1 100644 --- a/src/Configurator/JavaScript/Minifiers/ClosureCompilerService.php +++ b/src/Configurator/JavaScript/Minifiers/ClosureCompilerService.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\JavaScript\Minifiers; diff --git a/src/Configurator/JavaScript/Minifiers/FirstAvailable.php b/src/Configurator/JavaScript/Minifiers/FirstAvailable.php index 23b55758e..c4fefb00c 100644 --- a/src/Configurator/JavaScript/Minifiers/FirstAvailable.php +++ b/src/Configurator/JavaScript/Minifiers/FirstAvailable.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\JavaScript\Minifiers; diff --git a/src/Configurator/JavaScript/Minifiers/MatthiasMullieMinify.php b/src/Configurator/JavaScript/Minifiers/MatthiasMullieMinify.php index 186d82b70..c8031c4cd 100644 --- a/src/Configurator/JavaScript/Minifiers/MatthiasMullieMinify.php +++ b/src/Configurator/JavaScript/Minifiers/MatthiasMullieMinify.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\JavaScript\Minifiers; diff --git a/src/Configurator/JavaScript/Minifiers/Noop.php b/src/Configurator/JavaScript/Minifiers/Noop.php index f864825a4..c4d138731 100644 --- a/src/Configurator/JavaScript/Minifiers/Noop.php +++ b/src/Configurator/JavaScript/Minifiers/Noop.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\JavaScript\Minifiers; diff --git a/src/Configurator/JavaScript/OnlineMinifier.php b/src/Configurator/JavaScript/OnlineMinifier.php index 1757828e3..53f43386d 100644 --- a/src/Configurator/JavaScript/OnlineMinifier.php +++ b/src/Configurator/JavaScript/OnlineMinifier.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\JavaScript; diff --git a/src/Configurator/JavaScript/RegexpConvertor.php b/src/Configurator/JavaScript/RegexpConvertor.php index ae50b34b7..07bfc70f5 100644 --- a/src/Configurator/JavaScript/RegexpConvertor.php +++ b/src/Configurator/JavaScript/RegexpConvertor.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\JavaScript; diff --git a/src/Configurator/JavaScript/StylesheetCompressor.php b/src/Configurator/JavaScript/StylesheetCompressor.php index d37f1fad7..1e259fdd0 100644 --- a/src/Configurator/JavaScript/StylesheetCompressor.php +++ b/src/Configurator/JavaScript/StylesheetCompressor.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\JavaScript; diff --git a/src/Configurator/RecursiveParser.php b/src/Configurator/RecursiveParser.php index 3978e3e70..be5802fe6 100644 --- a/src/Configurator/RecursiveParser.php +++ b/src/Configurator/RecursiveParser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator; diff --git a/src/Configurator/RecursiveParser/AbstractRecursiveMatcher.php b/src/Configurator/RecursiveParser/AbstractRecursiveMatcher.php index bff99ccea..3114d51ba 100644 --- a/src/Configurator/RecursiveParser/AbstractRecursiveMatcher.php +++ b/src/Configurator/RecursiveParser/AbstractRecursiveMatcher.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RecursiveParser; diff --git a/src/Configurator/RecursiveParser/CachingRecursiveParser.php b/src/Configurator/RecursiveParser/CachingRecursiveParser.php index 284d8a920..75d1f6b81 100644 --- a/src/Configurator/RecursiveParser/CachingRecursiveParser.php +++ b/src/Configurator/RecursiveParser/CachingRecursiveParser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RecursiveParser; diff --git a/src/Configurator/RecursiveParser/MatcherInterface.php b/src/Configurator/RecursiveParser/MatcherInterface.php index 3745206a6..7e2917dff 100644 --- a/src/Configurator/RecursiveParser/MatcherInterface.php +++ b/src/Configurator/RecursiveParser/MatcherInterface.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RecursiveParser; diff --git a/src/Configurator/RendererGenerator.php b/src/Configurator/RendererGenerator.php index 4378387bf..bc8edce96 100644 --- a/src/Configurator/RendererGenerator.php +++ b/src/Configurator/RendererGenerator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator; diff --git a/src/Configurator/RendererGenerators/PHP.php b/src/Configurator/RendererGenerators/PHP.php index 997d33d97..4768f2ec6 100644 --- a/src/Configurator/RendererGenerators/PHP.php +++ b/src/Configurator/RendererGenerators/PHP.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RendererGenerators; @@ -81,7 +81,7 @@ class PHP implements RendererGenerator */ public $phpHeader = '/** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */'; diff --git a/src/Configurator/RendererGenerators/PHP/AbstractOptimizer.php b/src/Configurator/RendererGenerators/PHP/AbstractOptimizer.php index 7019c78ca..012d83595 100644 --- a/src/Configurator/RendererGenerators/PHP/AbstractOptimizer.php +++ b/src/Configurator/RendererGenerators/PHP/AbstractOptimizer.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RendererGenerators\PHP; diff --git a/src/Configurator/RendererGenerators/PHP/BranchOutputOptimizer.php b/src/Configurator/RendererGenerators/PHP/BranchOutputOptimizer.php index aa5d9bbec..a844d238c 100644 --- a/src/Configurator/RendererGenerators/PHP/BranchOutputOptimizer.php +++ b/src/Configurator/RendererGenerators/PHP/BranchOutputOptimizer.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RendererGenerators\PHP; diff --git a/src/Configurator/RendererGenerators/PHP/ControlStructuresOptimizer.php b/src/Configurator/RendererGenerators/PHP/ControlStructuresOptimizer.php index 832c9363c..24c738fb1 100644 --- a/src/Configurator/RendererGenerators/PHP/ControlStructuresOptimizer.php +++ b/src/Configurator/RendererGenerators/PHP/ControlStructuresOptimizer.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RendererGenerators\PHP; diff --git a/src/Configurator/RendererGenerators/PHP/Optimizer.php b/src/Configurator/RendererGenerators/PHP/Optimizer.php index 8a257a5cc..fa9a3b354 100644 --- a/src/Configurator/RendererGenerators/PHP/Optimizer.php +++ b/src/Configurator/RendererGenerators/PHP/Optimizer.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RendererGenerators\PHP; diff --git a/src/Configurator/RendererGenerators/PHP/Quick.php b/src/Configurator/RendererGenerators/PHP/Quick.php index df29ae3a3..296d837b3 100644 --- a/src/Configurator/RendererGenerators/PHP/Quick.php +++ b/src/Configurator/RendererGenerators/PHP/Quick.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RendererGenerators\PHP; diff --git a/src/Configurator/RendererGenerators/PHP/Serializer.php b/src/Configurator/RendererGenerators/PHP/Serializer.php index b8ec3da0e..2b6beb1e0 100644 --- a/src/Configurator/RendererGenerators/PHP/Serializer.php +++ b/src/Configurator/RendererGenerators/PHP/Serializer.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RendererGenerators\PHP; diff --git a/src/Configurator/RendererGenerators/PHP/SwitchStatement.php b/src/Configurator/RendererGenerators/PHP/SwitchStatement.php index 6018eae79..b8cfbffcf 100644 --- a/src/Configurator/RendererGenerators/PHP/SwitchStatement.php +++ b/src/Configurator/RendererGenerators/PHP/SwitchStatement.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RendererGenerators\PHP; diff --git a/src/Configurator/RendererGenerators/PHP/XPathConvertor.php b/src/Configurator/RendererGenerators/PHP/XPathConvertor.php index c7fe11ffe..fa2852edf 100644 --- a/src/Configurator/RendererGenerators/PHP/XPathConvertor.php +++ b/src/Configurator/RendererGenerators/PHP/XPathConvertor.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RendererGenerators\PHP; diff --git a/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/AbstractConvertor.php b/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/AbstractConvertor.php index a5227c895..a3651f265 100644 --- a/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/AbstractConvertor.php +++ b/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/AbstractConvertor.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RendererGenerators\PHP\XPathConvertor\Convertors; diff --git a/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/BooleanFunctions.php b/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/BooleanFunctions.php index 65ee3cfc3..22c5123b9 100644 --- a/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/BooleanFunctions.php +++ b/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/BooleanFunctions.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RendererGenerators\PHP\XPathConvertor\Convertors; diff --git a/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/BooleanOperators.php b/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/BooleanOperators.php index af4b3240e..1e94e7766 100644 --- a/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/BooleanOperators.php +++ b/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/BooleanOperators.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RendererGenerators\PHP\XPathConvertor\Convertors; diff --git a/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/Comparisons.php b/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/Comparisons.php index bcd2045d7..2707cf342 100644 --- a/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/Comparisons.php +++ b/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/Comparisons.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RendererGenerators\PHP\XPathConvertor\Convertors; diff --git a/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/Core.php b/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/Core.php index d7c35c383..cb670db38 100644 --- a/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/Core.php +++ b/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/Core.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RendererGenerators\PHP\XPathConvertor\Convertors; diff --git a/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/Math.php b/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/Math.php index 682d8ddd3..2957d6a81 100644 --- a/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/Math.php +++ b/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/Math.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RendererGenerators\PHP\XPathConvertor\Convertors; diff --git a/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/MultiByteStringManipulation.php b/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/MultiByteStringManipulation.php index b07a823e9..935c31bca 100644 --- a/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/MultiByteStringManipulation.php +++ b/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/MultiByteStringManipulation.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RendererGenerators\PHP\XPathConvertor\Convertors; diff --git a/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/PHP80Functions.php b/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/PHP80Functions.php index 76d5de9b9..7ee483b03 100644 --- a/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/PHP80Functions.php +++ b/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/PHP80Functions.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RendererGenerators\PHP\XPathConvertor\Convertors; diff --git a/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/SingleByteStringFunctions.php b/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/SingleByteStringFunctions.php index 68961fd60..9004585e6 100644 --- a/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/SingleByteStringFunctions.php +++ b/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/SingleByteStringFunctions.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RendererGenerators\PHP\XPathConvertor\Convertors; diff --git a/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/SingleByteStringManipulation.php b/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/SingleByteStringManipulation.php index 4dfe4c0c4..9f6f24381 100644 --- a/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/SingleByteStringManipulation.php +++ b/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/SingleByteStringManipulation.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RendererGenerators\PHP\XPathConvertor\Convertors; diff --git a/src/Configurator/RendererGenerators/Unformatted.php b/src/Configurator/RendererGenerators/Unformatted.php index 4efa8efd2..d01dcedcf 100644 --- a/src/Configurator/RendererGenerators/Unformatted.php +++ b/src/Configurator/RendererGenerators/Unformatted.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RendererGenerators; diff --git a/src/Configurator/RendererGenerators/XSLT.php b/src/Configurator/RendererGenerators/XSLT.php index df325a1ca..4436592ef 100644 --- a/src/Configurator/RendererGenerators/XSLT.php +++ b/src/Configurator/RendererGenerators/XSLT.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RendererGenerators; diff --git a/src/Configurator/Rendering.php b/src/Configurator/Rendering.php index ed4d59b67..b06fcefba 100644 --- a/src/Configurator/Rendering.php +++ b/src/Configurator/Rendering.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator; diff --git a/src/Configurator/RulesGenerator.php b/src/Configurator/RulesGenerator.php index 7c1bb95dc..85693c3aa 100644 --- a/src/Configurator/RulesGenerator.php +++ b/src/Configurator/RulesGenerator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator; diff --git a/src/Configurator/RulesGenerators/AllowAll.php b/src/Configurator/RulesGenerators/AllowAll.php index 98e93718a..412a5186a 100644 --- a/src/Configurator/RulesGenerators/AllowAll.php +++ b/src/Configurator/RulesGenerators/AllowAll.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RulesGenerators; diff --git a/src/Configurator/RulesGenerators/AutoCloseIfVoid.php b/src/Configurator/RulesGenerators/AutoCloseIfVoid.php index 58af58dda..cd1e1650f 100644 --- a/src/Configurator/RulesGenerators/AutoCloseIfVoid.php +++ b/src/Configurator/RulesGenerators/AutoCloseIfVoid.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RulesGenerators; diff --git a/src/Configurator/RulesGenerators/AutoReopenFormattingElements.php b/src/Configurator/RulesGenerators/AutoReopenFormattingElements.php index 407d04dc8..7e04e91d7 100644 --- a/src/Configurator/RulesGenerators/AutoReopenFormattingElements.php +++ b/src/Configurator/RulesGenerators/AutoReopenFormattingElements.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RulesGenerators; diff --git a/src/Configurator/RulesGenerators/BlockElementsCloseFormattingElements.php b/src/Configurator/RulesGenerators/BlockElementsCloseFormattingElements.php index 8d4b62a58..5157ffd8f 100644 --- a/src/Configurator/RulesGenerators/BlockElementsCloseFormattingElements.php +++ b/src/Configurator/RulesGenerators/BlockElementsCloseFormattingElements.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RulesGenerators; diff --git a/src/Configurator/RulesGenerators/BlockElementsFosterFormattingElements.php b/src/Configurator/RulesGenerators/BlockElementsFosterFormattingElements.php index 24b86f9c1..fc967542d 100644 --- a/src/Configurator/RulesGenerators/BlockElementsFosterFormattingElements.php +++ b/src/Configurator/RulesGenerators/BlockElementsFosterFormattingElements.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RulesGenerators; diff --git a/src/Configurator/RulesGenerators/DisableAutoLineBreaksIfNewLinesArePreserved.php b/src/Configurator/RulesGenerators/DisableAutoLineBreaksIfNewLinesArePreserved.php index e6f956eb1..48c2a441c 100644 --- a/src/Configurator/RulesGenerators/DisableAutoLineBreaksIfNewLinesArePreserved.php +++ b/src/Configurator/RulesGenerators/DisableAutoLineBreaksIfNewLinesArePreserved.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RulesGenerators; diff --git a/src/Configurator/RulesGenerators/EnforceContentModels.php b/src/Configurator/RulesGenerators/EnforceContentModels.php index da408d2e5..ab2d7bcf6 100644 --- a/src/Configurator/RulesGenerators/EnforceContentModels.php +++ b/src/Configurator/RulesGenerators/EnforceContentModels.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RulesGenerators; diff --git a/src/Configurator/RulesGenerators/EnforceOptionalEndTags.php b/src/Configurator/RulesGenerators/EnforceOptionalEndTags.php index af2fd1b04..93d5f990b 100644 --- a/src/Configurator/RulesGenerators/EnforceOptionalEndTags.php +++ b/src/Configurator/RulesGenerators/EnforceOptionalEndTags.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RulesGenerators; diff --git a/src/Configurator/RulesGenerators/IgnoreTagsInCode.php b/src/Configurator/RulesGenerators/IgnoreTagsInCode.php index 452213a5e..7e8509931 100644 --- a/src/Configurator/RulesGenerators/IgnoreTagsInCode.php +++ b/src/Configurator/RulesGenerators/IgnoreTagsInCode.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RulesGenerators; diff --git a/src/Configurator/RulesGenerators/IgnoreTextIfDisallowed.php b/src/Configurator/RulesGenerators/IgnoreTextIfDisallowed.php index 872459442..0e52a98fe 100644 --- a/src/Configurator/RulesGenerators/IgnoreTextIfDisallowed.php +++ b/src/Configurator/RulesGenerators/IgnoreTextIfDisallowed.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RulesGenerators; diff --git a/src/Configurator/RulesGenerators/IgnoreWhitespaceAroundBlockElements.php b/src/Configurator/RulesGenerators/IgnoreWhitespaceAroundBlockElements.php index 5bd9cb8ab..0491dba39 100644 --- a/src/Configurator/RulesGenerators/IgnoreWhitespaceAroundBlockElements.php +++ b/src/Configurator/RulesGenerators/IgnoreWhitespaceAroundBlockElements.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RulesGenerators; diff --git a/src/Configurator/RulesGenerators/Interfaces/BooleanRulesGenerator.php b/src/Configurator/RulesGenerators/Interfaces/BooleanRulesGenerator.php index 40d574267..bdd6a6b5c 100644 --- a/src/Configurator/RulesGenerators/Interfaces/BooleanRulesGenerator.php +++ b/src/Configurator/RulesGenerators/Interfaces/BooleanRulesGenerator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RulesGenerators\Interfaces; diff --git a/src/Configurator/RulesGenerators/ManageParagraphs.php b/src/Configurator/RulesGenerators/ManageParagraphs.php index 945119ee2..d031ac965 100644 --- a/src/Configurator/RulesGenerators/ManageParagraphs.php +++ b/src/Configurator/RulesGenerators/ManageParagraphs.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RulesGenerators; diff --git a/src/Configurator/RulesGenerators/TrimFirstLineInCodeBlocks.php b/src/Configurator/RulesGenerators/TrimFirstLineInCodeBlocks.php index 03da1b0f3..4d95783dd 100644 --- a/src/Configurator/RulesGenerators/TrimFirstLineInCodeBlocks.php +++ b/src/Configurator/RulesGenerators/TrimFirstLineInCodeBlocks.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\RulesGenerators; diff --git a/src/Configurator/TemplateCheck.php b/src/Configurator/TemplateCheck.php index a7b0ca260..357ad5c11 100644 --- a/src/Configurator/TemplateCheck.php +++ b/src/Configurator/TemplateCheck.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator; diff --git a/src/Configurator/TemplateChecker.php b/src/Configurator/TemplateChecker.php index 4bd4cc861..063304569 100644 --- a/src/Configurator/TemplateChecker.php +++ b/src/Configurator/TemplateChecker.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator; diff --git a/src/Configurator/TemplateChecks/AbstractDynamicContentCheck.php b/src/Configurator/TemplateChecks/AbstractDynamicContentCheck.php index e9d68ccdf..b1a0b5bca 100644 --- a/src/Configurator/TemplateChecks/AbstractDynamicContentCheck.php +++ b/src/Configurator/TemplateChecks/AbstractDynamicContentCheck.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateChecks; diff --git a/src/Configurator/TemplateChecks/AbstractFlashRestriction.php b/src/Configurator/TemplateChecks/AbstractFlashRestriction.php index 891b169ae..65e6f1643 100644 --- a/src/Configurator/TemplateChecks/AbstractFlashRestriction.php +++ b/src/Configurator/TemplateChecks/AbstractFlashRestriction.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateChecks; diff --git a/src/Configurator/TemplateChecks/AbstractXSLSupportCheck.php b/src/Configurator/TemplateChecks/AbstractXSLSupportCheck.php index a0b0f2bad..7c3646cce 100644 --- a/src/Configurator/TemplateChecks/AbstractXSLSupportCheck.php +++ b/src/Configurator/TemplateChecks/AbstractXSLSupportCheck.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateChecks; diff --git a/src/Configurator/TemplateChecks/DisallowAttributeSets.php b/src/Configurator/TemplateChecks/DisallowAttributeSets.php index 18a25f5b4..6772de5a0 100644 --- a/src/Configurator/TemplateChecks/DisallowAttributeSets.php +++ b/src/Configurator/TemplateChecks/DisallowAttributeSets.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateChecks; diff --git a/src/Configurator/TemplateChecks/DisallowCopy.php b/src/Configurator/TemplateChecks/DisallowCopy.php index a868c78dc..e95719fce 100644 --- a/src/Configurator/TemplateChecks/DisallowCopy.php +++ b/src/Configurator/TemplateChecks/DisallowCopy.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateChecks; diff --git a/src/Configurator/TemplateChecks/DisallowDisableOutputEscaping.php b/src/Configurator/TemplateChecks/DisallowDisableOutputEscaping.php index 3c2672584..acf55a32c 100644 --- a/src/Configurator/TemplateChecks/DisallowDisableOutputEscaping.php +++ b/src/Configurator/TemplateChecks/DisallowDisableOutputEscaping.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateChecks; diff --git a/src/Configurator/TemplateChecks/DisallowDynamicAttributeNames.php b/src/Configurator/TemplateChecks/DisallowDynamicAttributeNames.php index 0cee2cfb2..1f858efab 100644 --- a/src/Configurator/TemplateChecks/DisallowDynamicAttributeNames.php +++ b/src/Configurator/TemplateChecks/DisallowDynamicAttributeNames.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateChecks; diff --git a/src/Configurator/TemplateChecks/DisallowDynamicElementNames.php b/src/Configurator/TemplateChecks/DisallowDynamicElementNames.php index e252a7bcb..6e18e4091 100644 --- a/src/Configurator/TemplateChecks/DisallowDynamicElementNames.php +++ b/src/Configurator/TemplateChecks/DisallowDynamicElementNames.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateChecks; diff --git a/src/Configurator/TemplateChecks/DisallowElement.php b/src/Configurator/TemplateChecks/DisallowElement.php index ec6046830..fb92d04dd 100644 --- a/src/Configurator/TemplateChecks/DisallowElement.php +++ b/src/Configurator/TemplateChecks/DisallowElement.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateChecks; diff --git a/src/Configurator/TemplateChecks/DisallowElementNS.php b/src/Configurator/TemplateChecks/DisallowElementNS.php index 102765917..bff294dce 100644 --- a/src/Configurator/TemplateChecks/DisallowElementNS.php +++ b/src/Configurator/TemplateChecks/DisallowElementNS.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateChecks; diff --git a/src/Configurator/TemplateChecks/DisallowFlashFullScreen.php b/src/Configurator/TemplateChecks/DisallowFlashFullScreen.php index f67760b11..bad103249 100644 --- a/src/Configurator/TemplateChecks/DisallowFlashFullScreen.php +++ b/src/Configurator/TemplateChecks/DisallowFlashFullScreen.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateChecks; diff --git a/src/Configurator/TemplateChecks/DisallowNodeByXPath.php b/src/Configurator/TemplateChecks/DisallowNodeByXPath.php index 92f7ae01f..2594a87b4 100644 --- a/src/Configurator/TemplateChecks/DisallowNodeByXPath.php +++ b/src/Configurator/TemplateChecks/DisallowNodeByXPath.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateChecks; diff --git a/src/Configurator/TemplateChecks/DisallowObjectParamsWithGeneratedName.php b/src/Configurator/TemplateChecks/DisallowObjectParamsWithGeneratedName.php index feae1b97a..d8037199a 100644 --- a/src/Configurator/TemplateChecks/DisallowObjectParamsWithGeneratedName.php +++ b/src/Configurator/TemplateChecks/DisallowObjectParamsWithGeneratedName.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateChecks; diff --git a/src/Configurator/TemplateChecks/DisallowPHPTags.php b/src/Configurator/TemplateChecks/DisallowPHPTags.php index bdec59927..691cec9be 100644 --- a/src/Configurator/TemplateChecks/DisallowPHPTags.php +++ b/src/Configurator/TemplateChecks/DisallowPHPTags.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateChecks; diff --git a/src/Configurator/TemplateChecks/DisallowUncompilableXSL.php b/src/Configurator/TemplateChecks/DisallowUncompilableXSL.php index e19395176..bbd0fe435 100644 --- a/src/Configurator/TemplateChecks/DisallowUncompilableXSL.php +++ b/src/Configurator/TemplateChecks/DisallowUncompilableXSL.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateChecks; diff --git a/src/Configurator/TemplateChecks/DisallowUnsafeCopyOf.php b/src/Configurator/TemplateChecks/DisallowUnsafeCopyOf.php index a817a4a75..5fe97832f 100644 --- a/src/Configurator/TemplateChecks/DisallowUnsafeCopyOf.php +++ b/src/Configurator/TemplateChecks/DisallowUnsafeCopyOf.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateChecks; diff --git a/src/Configurator/TemplateChecks/DisallowUnsafeDynamicCSS.php b/src/Configurator/TemplateChecks/DisallowUnsafeDynamicCSS.php index 0a4f457e8..b0c8268a3 100644 --- a/src/Configurator/TemplateChecks/DisallowUnsafeDynamicCSS.php +++ b/src/Configurator/TemplateChecks/DisallowUnsafeDynamicCSS.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateChecks; diff --git a/src/Configurator/TemplateChecks/DisallowUnsafeDynamicJS.php b/src/Configurator/TemplateChecks/DisallowUnsafeDynamicJS.php index f726962fe..0a940eadc 100644 --- a/src/Configurator/TemplateChecks/DisallowUnsafeDynamicJS.php +++ b/src/Configurator/TemplateChecks/DisallowUnsafeDynamicJS.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateChecks; diff --git a/src/Configurator/TemplateChecks/DisallowUnsafeDynamicURL.php b/src/Configurator/TemplateChecks/DisallowUnsafeDynamicURL.php index 87882ca4c..269726086 100644 --- a/src/Configurator/TemplateChecks/DisallowUnsafeDynamicURL.php +++ b/src/Configurator/TemplateChecks/DisallowUnsafeDynamicURL.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateChecks; diff --git a/src/Configurator/TemplateChecks/DisallowUnsupportedXSL.php b/src/Configurator/TemplateChecks/DisallowUnsupportedXSL.php index 9d1768082..968c33364 100644 --- a/src/Configurator/TemplateChecks/DisallowUnsupportedXSL.php +++ b/src/Configurator/TemplateChecks/DisallowUnsupportedXSL.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateChecks; diff --git a/src/Configurator/TemplateChecks/DisallowXPathFunction.php b/src/Configurator/TemplateChecks/DisallowXPathFunction.php index 6dc6eefed..c449484bf 100644 --- a/src/Configurator/TemplateChecks/DisallowXPathFunction.php +++ b/src/Configurator/TemplateChecks/DisallowXPathFunction.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateChecks; diff --git a/src/Configurator/TemplateChecks/RestrictFlashNetworking.php b/src/Configurator/TemplateChecks/RestrictFlashNetworking.php index 55eb97052..425d5953b 100644 --- a/src/Configurator/TemplateChecks/RestrictFlashNetworking.php +++ b/src/Configurator/TemplateChecks/RestrictFlashNetworking.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateChecks; diff --git a/src/Configurator/TemplateChecks/RestrictFlashScriptAccess.php b/src/Configurator/TemplateChecks/RestrictFlashScriptAccess.php index 63224e12b..593ec639e 100644 --- a/src/Configurator/TemplateChecks/RestrictFlashScriptAccess.php +++ b/src/Configurator/TemplateChecks/RestrictFlashScriptAccess.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateChecks; diff --git a/src/Configurator/TemplateNormalizations/AbstractChooseOptimization.php b/src/Configurator/TemplateNormalizations/AbstractChooseOptimization.php index e419209f5..89dff1e15 100644 --- a/src/Configurator/TemplateNormalizations/AbstractChooseOptimization.php +++ b/src/Configurator/TemplateNormalizations/AbstractChooseOptimization.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/AbstractConstantFolding.php b/src/Configurator/TemplateNormalizations/AbstractConstantFolding.php index 16365aa11..e08d5c3df 100644 --- a/src/Configurator/TemplateNormalizations/AbstractConstantFolding.php +++ b/src/Configurator/TemplateNormalizations/AbstractConstantFolding.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/AbstractNormalization.php b/src/Configurator/TemplateNormalizations/AbstractNormalization.php index d6a9f2895..343739b98 100644 --- a/src/Configurator/TemplateNormalizations/AbstractNormalization.php +++ b/src/Configurator/TemplateNormalizations/AbstractNormalization.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/AddAttributeValueToElements.php b/src/Configurator/TemplateNormalizations/AddAttributeValueToElements.php index 0aa577770..5d3a92a86 100644 --- a/src/Configurator/TemplateNormalizations/AddAttributeValueToElements.php +++ b/src/Configurator/TemplateNormalizations/AddAttributeValueToElements.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/ConvertCurlyExpressionsInText.php b/src/Configurator/TemplateNormalizations/ConvertCurlyExpressionsInText.php index 65be7cb15..d1a2d8237 100644 --- a/src/Configurator/TemplateNormalizations/ConvertCurlyExpressionsInText.php +++ b/src/Configurator/TemplateNormalizations/ConvertCurlyExpressionsInText.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/Custom.php b/src/Configurator/TemplateNormalizations/Custom.php index 191b1fa54..80a1628ae 100644 --- a/src/Configurator/TemplateNormalizations/Custom.php +++ b/src/Configurator/TemplateNormalizations/Custom.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/DeoptimizeIf.php b/src/Configurator/TemplateNormalizations/DeoptimizeIf.php index 3cca66a8b..3f4939895 100644 --- a/src/Configurator/TemplateNormalizations/DeoptimizeIf.php +++ b/src/Configurator/TemplateNormalizations/DeoptimizeIf.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/EnforceHTMLOmittedEndTags.php b/src/Configurator/TemplateNormalizations/EnforceHTMLOmittedEndTags.php index e1523f033..1c3430a70 100644 --- a/src/Configurator/TemplateNormalizations/EnforceHTMLOmittedEndTags.php +++ b/src/Configurator/TemplateNormalizations/EnforceHTMLOmittedEndTags.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/FixUnescapedCurlyBracesInHtmlAttributes.php b/src/Configurator/TemplateNormalizations/FixUnescapedCurlyBracesInHtmlAttributes.php index 5649d923b..280631428 100644 --- a/src/Configurator/TemplateNormalizations/FixUnescapedCurlyBracesInHtmlAttributes.php +++ b/src/Configurator/TemplateNormalizations/FixUnescapedCurlyBracesInHtmlAttributes.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/FoldArithmeticConstants.php b/src/Configurator/TemplateNormalizations/FoldArithmeticConstants.php index a080c09e7..3e345d721 100644 --- a/src/Configurator/TemplateNormalizations/FoldArithmeticConstants.php +++ b/src/Configurator/TemplateNormalizations/FoldArithmeticConstants.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/FoldConstantXPathExpressions.php b/src/Configurator/TemplateNormalizations/FoldConstantXPathExpressions.php index 4a0ecd557..7eec5abbf 100644 --- a/src/Configurator/TemplateNormalizations/FoldConstantXPathExpressions.php +++ b/src/Configurator/TemplateNormalizations/FoldConstantXPathExpressions.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/InlineAttributes.php b/src/Configurator/TemplateNormalizations/InlineAttributes.php index a94d5f175..521fc766e 100644 --- a/src/Configurator/TemplateNormalizations/InlineAttributes.php +++ b/src/Configurator/TemplateNormalizations/InlineAttributes.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/InlineCDATA.php b/src/Configurator/TemplateNormalizations/InlineCDATA.php index 1640a4d9c..6f8bb18e0 100644 --- a/src/Configurator/TemplateNormalizations/InlineCDATA.php +++ b/src/Configurator/TemplateNormalizations/InlineCDATA.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/InlineElements.php b/src/Configurator/TemplateNormalizations/InlineElements.php index dc1663561..2e85441ec 100644 --- a/src/Configurator/TemplateNormalizations/InlineElements.php +++ b/src/Configurator/TemplateNormalizations/InlineElements.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/InlineInferredValues.php b/src/Configurator/TemplateNormalizations/InlineInferredValues.php index 52fc9ac75..eb684c965 100644 --- a/src/Configurator/TemplateNormalizations/InlineInferredValues.php +++ b/src/Configurator/TemplateNormalizations/InlineInferredValues.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/InlineTextElements.php b/src/Configurator/TemplateNormalizations/InlineTextElements.php index 5d3f3b707..091de70b4 100644 --- a/src/Configurator/TemplateNormalizations/InlineTextElements.php +++ b/src/Configurator/TemplateNormalizations/InlineTextElements.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/InlineXPathLiterals.php b/src/Configurator/TemplateNormalizations/InlineXPathLiterals.php index 778f810fa..293a331a6 100644 --- a/src/Configurator/TemplateNormalizations/InlineXPathLiterals.php +++ b/src/Configurator/TemplateNormalizations/InlineXPathLiterals.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/MergeConsecutiveCopyOf.php b/src/Configurator/TemplateNormalizations/MergeConsecutiveCopyOf.php index 2197d39a9..bb5b189d2 100644 --- a/src/Configurator/TemplateNormalizations/MergeConsecutiveCopyOf.php +++ b/src/Configurator/TemplateNormalizations/MergeConsecutiveCopyOf.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/MergeIdenticalConditionalBranches.php b/src/Configurator/TemplateNormalizations/MergeIdenticalConditionalBranches.php index cfb8240d7..5cc2822fc 100644 --- a/src/Configurator/TemplateNormalizations/MergeIdenticalConditionalBranches.php +++ b/src/Configurator/TemplateNormalizations/MergeIdenticalConditionalBranches.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/MinifyInlineCSS.php b/src/Configurator/TemplateNormalizations/MinifyInlineCSS.php index 40efcb504..dc4744de3 100644 --- a/src/Configurator/TemplateNormalizations/MinifyInlineCSS.php +++ b/src/Configurator/TemplateNormalizations/MinifyInlineCSS.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/MinifyXPathExpressions.php b/src/Configurator/TemplateNormalizations/MinifyXPathExpressions.php index ba827cb69..eaa1e1211 100644 --- a/src/Configurator/TemplateNormalizations/MinifyXPathExpressions.php +++ b/src/Configurator/TemplateNormalizations/MinifyXPathExpressions.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/NormalizeAttributeNames.php b/src/Configurator/TemplateNormalizations/NormalizeAttributeNames.php index cdfc38707..f1e55ee6d 100644 --- a/src/Configurator/TemplateNormalizations/NormalizeAttributeNames.php +++ b/src/Configurator/TemplateNormalizations/NormalizeAttributeNames.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/NormalizeElementNames.php b/src/Configurator/TemplateNormalizations/NormalizeElementNames.php index df8aa6449..9d2e39af7 100644 --- a/src/Configurator/TemplateNormalizations/NormalizeElementNames.php +++ b/src/Configurator/TemplateNormalizations/NormalizeElementNames.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/NormalizeUrls.php b/src/Configurator/TemplateNormalizations/NormalizeUrls.php index aeedd8bc4..2a996593f 100644 --- a/src/Configurator/TemplateNormalizations/NormalizeUrls.php +++ b/src/Configurator/TemplateNormalizations/NormalizeUrls.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/OptimizeChoose.php b/src/Configurator/TemplateNormalizations/OptimizeChoose.php index 4d3325322..7aa560a73 100644 --- a/src/Configurator/TemplateNormalizations/OptimizeChoose.php +++ b/src/Configurator/TemplateNormalizations/OptimizeChoose.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/OptimizeChooseAttributes.php b/src/Configurator/TemplateNormalizations/OptimizeChooseAttributes.php index 7e53d196e..af809a8df 100644 --- a/src/Configurator/TemplateNormalizations/OptimizeChooseAttributes.php +++ b/src/Configurator/TemplateNormalizations/OptimizeChooseAttributes.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/OptimizeChooseDeadBranches.php b/src/Configurator/TemplateNormalizations/OptimizeChooseDeadBranches.php index 53fb2ddc7..3fc6544c9 100644 --- a/src/Configurator/TemplateNormalizations/OptimizeChooseDeadBranches.php +++ b/src/Configurator/TemplateNormalizations/OptimizeChooseDeadBranches.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/OptimizeChooseText.php b/src/Configurator/TemplateNormalizations/OptimizeChooseText.php index 35ab3d305..48894c2da 100644 --- a/src/Configurator/TemplateNormalizations/OptimizeChooseText.php +++ b/src/Configurator/TemplateNormalizations/OptimizeChooseText.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/OptimizeConditionalAttributes.php b/src/Configurator/TemplateNormalizations/OptimizeConditionalAttributes.php index 3875faaea..2336e816a 100644 --- a/src/Configurator/TemplateNormalizations/OptimizeConditionalAttributes.php +++ b/src/Configurator/TemplateNormalizations/OptimizeConditionalAttributes.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/OptimizeConditionalValueOf.php b/src/Configurator/TemplateNormalizations/OptimizeConditionalValueOf.php index fa1b0f379..e5a96d18a 100644 --- a/src/Configurator/TemplateNormalizations/OptimizeConditionalValueOf.php +++ b/src/Configurator/TemplateNormalizations/OptimizeConditionalValueOf.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/OptimizeNestedConditionals.php b/src/Configurator/TemplateNormalizations/OptimizeNestedConditionals.php index 3ae224dc7..2ffa67c9c 100644 --- a/src/Configurator/TemplateNormalizations/OptimizeNestedConditionals.php +++ b/src/Configurator/TemplateNormalizations/OptimizeNestedConditionals.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/PreserveSingleSpaces.php b/src/Configurator/TemplateNormalizations/PreserveSingleSpaces.php index 451fa5b8d..69533fa65 100644 --- a/src/Configurator/TemplateNormalizations/PreserveSingleSpaces.php +++ b/src/Configurator/TemplateNormalizations/PreserveSingleSpaces.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/RemoveComments.php b/src/Configurator/TemplateNormalizations/RemoveComments.php index a7e23aa33..2b91983bb 100644 --- a/src/Configurator/TemplateNormalizations/RemoveComments.php +++ b/src/Configurator/TemplateNormalizations/RemoveComments.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/RemoveInterElementWhitespace.php b/src/Configurator/TemplateNormalizations/RemoveInterElementWhitespace.php index 42b4e1d70..cc38c8fdb 100644 --- a/src/Configurator/TemplateNormalizations/RemoveInterElementWhitespace.php +++ b/src/Configurator/TemplateNormalizations/RemoveInterElementWhitespace.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/RemoveLivePreviewAttributes.php b/src/Configurator/TemplateNormalizations/RemoveLivePreviewAttributes.php index 505aa37ed..4c20a59ef 100644 --- a/src/Configurator/TemplateNormalizations/RemoveLivePreviewAttributes.php +++ b/src/Configurator/TemplateNormalizations/RemoveLivePreviewAttributes.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/RenameLivePreviewEvent.php b/src/Configurator/TemplateNormalizations/RenameLivePreviewEvent.php index ad3edb2a6..972a06392 100644 --- a/src/Configurator/TemplateNormalizations/RenameLivePreviewEvent.php +++ b/src/Configurator/TemplateNormalizations/RenameLivePreviewEvent.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/SetAttributeOnElements.php b/src/Configurator/TemplateNormalizations/SetAttributeOnElements.php index 3817fa155..681bb7700 100644 --- a/src/Configurator/TemplateNormalizations/SetAttributeOnElements.php +++ b/src/Configurator/TemplateNormalizations/SetAttributeOnElements.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/SortAttributesByName.php b/src/Configurator/TemplateNormalizations/SortAttributesByName.php index 5b630bb57..022c58338 100644 --- a/src/Configurator/TemplateNormalizations/SortAttributesByName.php +++ b/src/Configurator/TemplateNormalizations/SortAttributesByName.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/TransposeComments.php b/src/Configurator/TemplateNormalizations/TransposeComments.php index 6b607338c..a1616f64e 100644 --- a/src/Configurator/TemplateNormalizations/TransposeComments.php +++ b/src/Configurator/TemplateNormalizations/TransposeComments.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizations/UninlineAttributes.php b/src/Configurator/TemplateNormalizations/UninlineAttributes.php index 1a6cbf5c3..2b9f9d3ce 100644 --- a/src/Configurator/TemplateNormalizations/UninlineAttributes.php +++ b/src/Configurator/TemplateNormalizations/UninlineAttributes.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\TemplateNormalizations; diff --git a/src/Configurator/TemplateNormalizer.php b/src/Configurator/TemplateNormalizer.php index 6c8349daa..6f1b589e6 100644 --- a/src/Configurator/TemplateNormalizer.php +++ b/src/Configurator/TemplateNormalizer.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license'); The MIT License */ namespace s9e\TextFormatter\Configurator; diff --git a/src/Configurator/Traits/CollectionProxy.php b/src/Configurator/Traits/CollectionProxy.php index 86b6bb2bc..f3a1be583 100644 --- a/src/Configurator/Traits/CollectionProxy.php +++ b/src/Configurator/Traits/CollectionProxy.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Traits; diff --git a/src/Configurator/Traits/Configurable.php b/src/Configurator/Traits/Configurable.php index a52dd46cd..ce99ee06e 100644 --- a/src/Configurator/Traits/Configurable.php +++ b/src/Configurator/Traits/Configurable.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Traits; diff --git a/src/Configurator/Traits/TemplateSafeness.php b/src/Configurator/Traits/TemplateSafeness.php index e86b3b3da..c758cb2d3 100644 --- a/src/Configurator/Traits/TemplateSafeness.php +++ b/src/Configurator/Traits/TemplateSafeness.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Traits; diff --git a/src/Configurator/UrlConfig.php b/src/Configurator/UrlConfig.php index 22bc9483d..423c02423 100644 --- a/src/Configurator/UrlConfig.php +++ b/src/Configurator/UrlConfig.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator; diff --git a/src/Configurator/Validators/AttributeName.php b/src/Configurator/Validators/AttributeName.php index 023475375..3ef70c36b 100644 --- a/src/Configurator/Validators/AttributeName.php +++ b/src/Configurator/Validators/AttributeName.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Validators; diff --git a/src/Configurator/Validators/TagName.php b/src/Configurator/Validators/TagName.php index fd318c14c..afdbd2b56 100644 --- a/src/Configurator/Validators/TagName.php +++ b/src/Configurator/Validators/TagName.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Validators; diff --git a/src/Configurator/Validators/TemplateParameterName.php b/src/Configurator/Validators/TemplateParameterName.php index d31e4292d..571621113 100644 --- a/src/Configurator/Validators/TemplateParameterName.php +++ b/src/Configurator/Validators/TemplateParameterName.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Configurator\Validators; diff --git a/src/Parser.php b/src/Parser.php index 4801570a4..02af13deb 100644 --- a/src/Parser.php +++ b/src/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter; diff --git a/src/Parser/AttributeFilters/EmailFilter.php b/src/Parser/AttributeFilters/EmailFilter.php index 695e4f8ce..bf37ae276 100644 --- a/src/Parser/AttributeFilters/EmailFilter.php +++ b/src/Parser/AttributeFilters/EmailFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Parser\AttributeFilters; diff --git a/src/Parser/AttributeFilters/FalseFilter.php b/src/Parser/AttributeFilters/FalseFilter.php index 209df4895..dfc866319 100644 --- a/src/Parser/AttributeFilters/FalseFilter.php +++ b/src/Parser/AttributeFilters/FalseFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Parser\AttributeFilters; diff --git a/src/Parser/AttributeFilters/HashmapFilter.php b/src/Parser/AttributeFilters/HashmapFilter.php index 05d0b16e4..3134bd0c4 100644 --- a/src/Parser/AttributeFilters/HashmapFilter.php +++ b/src/Parser/AttributeFilters/HashmapFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Parser\AttributeFilters; diff --git a/src/Parser/AttributeFilters/MapFilter.php b/src/Parser/AttributeFilters/MapFilter.php index 5bab8d315..f0e8bee2d 100644 --- a/src/Parser/AttributeFilters/MapFilter.php +++ b/src/Parser/AttributeFilters/MapFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Parser\AttributeFilters; diff --git a/src/Parser/AttributeFilters/NetworkFilter.php b/src/Parser/AttributeFilters/NetworkFilter.php index fc2ed564e..f38f64a02 100644 --- a/src/Parser/AttributeFilters/NetworkFilter.php +++ b/src/Parser/AttributeFilters/NetworkFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Parser\AttributeFilters; diff --git a/src/Parser/AttributeFilters/NumericFilter.php b/src/Parser/AttributeFilters/NumericFilter.php index 1b4ac7128..f896ea8dc 100644 --- a/src/Parser/AttributeFilters/NumericFilter.php +++ b/src/Parser/AttributeFilters/NumericFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Parser\AttributeFilters; diff --git a/src/Parser/AttributeFilters/RegexpFilter.php b/src/Parser/AttributeFilters/RegexpFilter.php index ee1e72c37..a6d5af8c5 100644 --- a/src/Parser/AttributeFilters/RegexpFilter.php +++ b/src/Parser/AttributeFilters/RegexpFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Parser\AttributeFilters; diff --git a/src/Parser/AttributeFilters/TimestampFilter.php b/src/Parser/AttributeFilters/TimestampFilter.php index 75cd120bf..d0c784d60 100644 --- a/src/Parser/AttributeFilters/TimestampFilter.php +++ b/src/Parser/AttributeFilters/TimestampFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Parser\AttributeFilters; diff --git a/src/Parser/AttributeFilters/UrlFilter.php b/src/Parser/AttributeFilters/UrlFilter.php index ebea4b0cf..984eafe53 100644 --- a/src/Parser/AttributeFilters/UrlFilter.php +++ b/src/Parser/AttributeFilters/UrlFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Parser\AttributeFilters; diff --git a/src/Parser/FilterProcessing.php b/src/Parser/FilterProcessing.php index b8d737151..d2c5c66ea 100644 --- a/src/Parser/FilterProcessing.php +++ b/src/Parser/FilterProcessing.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Parser; diff --git a/src/Parser/Logger.php b/src/Parser/Logger.php index 30238e6f6..554c6df6e 100644 --- a/src/Parser/Logger.php +++ b/src/Parser/Logger.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Parser; diff --git a/src/Parser/Tag.php b/src/Parser/Tag.php index 699ff5113..f2303916c 100644 --- a/src/Parser/Tag.php +++ b/src/Parser/Tag.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Parser; diff --git a/src/Plugins/AbstractStaticUrlReplacer/AbstractConfigurator.php b/src/Plugins/AbstractStaticUrlReplacer/AbstractConfigurator.php index 76b6f0e3e..e858a92a4 100644 --- a/src/Plugins/AbstractStaticUrlReplacer/AbstractConfigurator.php +++ b/src/Plugins/AbstractStaticUrlReplacer/AbstractConfigurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\AbstractStaticUrlReplacer; diff --git a/src/Plugins/AbstractStaticUrlReplacer/AbstractParser.php b/src/Plugins/AbstractStaticUrlReplacer/AbstractParser.php index fe129e9ea..57c4bb5e8 100644 --- a/src/Plugins/AbstractStaticUrlReplacer/AbstractParser.php +++ b/src/Plugins/AbstractStaticUrlReplacer/AbstractParser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\AbstractStaticUrlReplacer; diff --git a/src/Plugins/Autoemail/Configurator.php b/src/Plugins/Autoemail/Configurator.php index 27d086287..2b798b526 100644 --- a/src/Plugins/Autoemail/Configurator.php +++ b/src/Plugins/Autoemail/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Autoemail; diff --git a/src/Plugins/Autoemail/Parser.php b/src/Plugins/Autoemail/Parser.php index 712bc884e..326b30182 100644 --- a/src/Plugins/Autoemail/Parser.php +++ b/src/Plugins/Autoemail/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Autoemail; diff --git a/src/Plugins/Autoimage/Configurator.php b/src/Plugins/Autoimage/Configurator.php index b8a9d4691..2588c1389 100644 --- a/src/Plugins/Autoimage/Configurator.php +++ b/src/Plugins/Autoimage/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Autoimage; diff --git a/src/Plugins/Autoimage/Parser.php b/src/Plugins/Autoimage/Parser.php index e0db3c98c..ad1f81ef8 100644 --- a/src/Plugins/Autoimage/Parser.php +++ b/src/Plugins/Autoimage/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Autoimage; diff --git a/src/Plugins/Autolink/Configurator.php b/src/Plugins/Autolink/Configurator.php index 44720fbe9..ab5cb4d56 100644 --- a/src/Plugins/Autolink/Configurator.php +++ b/src/Plugins/Autolink/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Autolink; diff --git a/src/Plugins/Autolink/Parser.php b/src/Plugins/Autolink/Parser.php index aa7f5887f..da2d27119 100644 --- a/src/Plugins/Autolink/Parser.php +++ b/src/Plugins/Autolink/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Autolink; diff --git a/src/Plugins/Autovideo/Configurator.php b/src/Plugins/Autovideo/Configurator.php index 2540461b7..48652e5a5 100644 --- a/src/Plugins/Autovideo/Configurator.php +++ b/src/Plugins/Autovideo/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Autovideo; diff --git a/src/Plugins/Autovideo/Parser.php b/src/Plugins/Autovideo/Parser.php index 1e7a1f0bd..d1e305c3e 100644 --- a/src/Plugins/Autovideo/Parser.php +++ b/src/Plugins/Autovideo/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Autovideo; diff --git a/src/Plugins/BBCodes/Configurator.php b/src/Plugins/BBCodes/Configurator.php index ac00fdf1e..980fa7147 100644 --- a/src/Plugins/BBCodes/Configurator.php +++ b/src/Plugins/BBCodes/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\BBCodes; diff --git a/src/Plugins/BBCodes/Configurator/BBCode.php b/src/Plugins/BBCodes/Configurator/BBCode.php index 9c58b180d..524b8a97a 100644 --- a/src/Plugins/BBCodes/Configurator/BBCode.php +++ b/src/Plugins/BBCodes/Configurator/BBCode.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\BBCodes\Configurator; diff --git a/src/Plugins/BBCodes/Configurator/BBCodeCollection.php b/src/Plugins/BBCodes/Configurator/BBCodeCollection.php index 19ce8b804..692cbdab9 100644 --- a/src/Plugins/BBCodes/Configurator/BBCodeCollection.php +++ b/src/Plugins/BBCodes/Configurator/BBCodeCollection.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\BBCodes\Configurator; diff --git a/src/Plugins/BBCodes/Configurator/BBCodeMonkey.php b/src/Plugins/BBCodes/Configurator/BBCodeMonkey.php index 841fdb73a..f0ac8a074 100644 --- a/src/Plugins/BBCodes/Configurator/BBCodeMonkey.php +++ b/src/Plugins/BBCodes/Configurator/BBCodeMonkey.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\BBCodes\Configurator; diff --git a/src/Plugins/BBCodes/Configurator/Repository.php b/src/Plugins/BBCodes/Configurator/Repository.php index fd9771d0b..4503b16ac 100644 --- a/src/Plugins/BBCodes/Configurator/Repository.php +++ b/src/Plugins/BBCodes/Configurator/Repository.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\BBCodes\Configurator; diff --git a/src/Plugins/BBCodes/Configurator/RepositoryCollection.php b/src/Plugins/BBCodes/Configurator/RepositoryCollection.php index ad5a889ba..9efeb96f5 100644 --- a/src/Plugins/BBCodes/Configurator/RepositoryCollection.php +++ b/src/Plugins/BBCodes/Configurator/RepositoryCollection.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\BBCodes\Configurator; diff --git a/src/Plugins/BBCodes/Parser.php b/src/Plugins/BBCodes/Parser.php index 7079a00b2..5a0a8bbd2 100644 --- a/src/Plugins/BBCodes/Parser.php +++ b/src/Plugins/BBCodes/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\BBCodes; diff --git a/src/Plugins/Censor/Configurator.php b/src/Plugins/Censor/Configurator.php index 081f110d0..f66b90500 100644 --- a/src/Plugins/Censor/Configurator.php +++ b/src/Plugins/Censor/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Censor; diff --git a/src/Plugins/Censor/Helper.php b/src/Plugins/Censor/Helper.php index 2a5fdfc27..1d4dcf659 100644 --- a/src/Plugins/Censor/Helper.php +++ b/src/Plugins/Censor/Helper.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Censor; diff --git a/src/Plugins/Censor/Parser.php b/src/Plugins/Censor/Parser.php index 974edc7c3..1ad44a741 100644 --- a/src/Plugins/Censor/Parser.php +++ b/src/Plugins/Censor/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Censor; diff --git a/src/Plugins/ConfiguratorBase.php b/src/Plugins/ConfiguratorBase.php index dabb8fbe9..0f9dcd83b 100644 --- a/src/Plugins/ConfiguratorBase.php +++ b/src/Plugins/ConfiguratorBase.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins; diff --git a/src/Plugins/Emoji/Configurator.php b/src/Plugins/Emoji/Configurator.php index 411b2a662..118ef755c 100644 --- a/src/Plugins/Emoji/Configurator.php +++ b/src/Plugins/Emoji/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Emoji; diff --git a/src/Plugins/Emoji/Parser.php b/src/Plugins/Emoji/Parser.php index 7984f855b..d41213c0e 100644 --- a/src/Plugins/Emoji/Parser.php +++ b/src/Plugins/Emoji/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Emoji; diff --git a/src/Plugins/Emoticons/Configurator.php b/src/Plugins/Emoticons/Configurator.php index d20767677..b3828ac45 100644 --- a/src/Plugins/Emoticons/Configurator.php +++ b/src/Plugins/Emoticons/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Emoticons; diff --git a/src/Plugins/Emoticons/Configurator/EmoticonCollection.php b/src/Plugins/Emoticons/Configurator/EmoticonCollection.php index 31bd9489e..e6b4f01ae 100644 --- a/src/Plugins/Emoticons/Configurator/EmoticonCollection.php +++ b/src/Plugins/Emoticons/Configurator/EmoticonCollection.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Emoticons\Configurator; diff --git a/src/Plugins/Emoticons/Parser.php b/src/Plugins/Emoticons/Parser.php index 73bc144fb..4a01e1f21 100644 --- a/src/Plugins/Emoticons/Parser.php +++ b/src/Plugins/Emoticons/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Emoticons; diff --git a/src/Plugins/Escaper/Configurator.php b/src/Plugins/Escaper/Configurator.php index b4ed7ac94..cd0620d87 100644 --- a/src/Plugins/Escaper/Configurator.php +++ b/src/Plugins/Escaper/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Escaper; diff --git a/src/Plugins/Escaper/Parser.php b/src/Plugins/Escaper/Parser.php index 81e6346fd..e5b56e215 100644 --- a/src/Plugins/Escaper/Parser.php +++ b/src/Plugins/Escaper/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Escaper; diff --git a/src/Plugins/FancyPants/Configurator.php b/src/Plugins/FancyPants/Configurator.php index 2677bcc56..99a02cbeb 100644 --- a/src/Plugins/FancyPants/Configurator.php +++ b/src/Plugins/FancyPants/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\FancyPants; diff --git a/src/Plugins/FancyPants/Parser.php b/src/Plugins/FancyPants/Parser.php index e0ec577fe..f9491ce4b 100644 --- a/src/Plugins/FancyPants/Parser.php +++ b/src/Plugins/FancyPants/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\FancyPants; diff --git a/src/Plugins/HTMLComments/Configurator.php b/src/Plugins/HTMLComments/Configurator.php index d189ffec1..b8e8464c1 100644 --- a/src/Plugins/HTMLComments/Configurator.php +++ b/src/Plugins/HTMLComments/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\HTMLComments; diff --git a/src/Plugins/HTMLComments/Parser.php b/src/Plugins/HTMLComments/Parser.php index 5a7766c59..b68ce6188 100644 --- a/src/Plugins/HTMLComments/Parser.php +++ b/src/Plugins/HTMLComments/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\HTMLComments; diff --git a/src/Plugins/HTMLElements/Configurator.php b/src/Plugins/HTMLElements/Configurator.php index 3dd77b423..7ee2f587c 100644 --- a/src/Plugins/HTMLElements/Configurator.php +++ b/src/Plugins/HTMLElements/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\HTMLElements; diff --git a/src/Plugins/HTMLElements/Parser.php b/src/Plugins/HTMLElements/Parser.php index e31b7e6e5..fecb78bbc 100644 --- a/src/Plugins/HTMLElements/Parser.php +++ b/src/Plugins/HTMLElements/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\HTMLElements; diff --git a/src/Plugins/HTMLEntities/Configurator.php b/src/Plugins/HTMLEntities/Configurator.php index 340bb4714..fd6891beb 100644 --- a/src/Plugins/HTMLEntities/Configurator.php +++ b/src/Plugins/HTMLEntities/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\HTMLEntities; diff --git a/src/Plugins/HTMLEntities/Parser.php b/src/Plugins/HTMLEntities/Parser.php index e89cb63a5..09bb5f753 100644 --- a/src/Plugins/HTMLEntities/Parser.php +++ b/src/Plugins/HTMLEntities/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\HTMLEntities; diff --git a/src/Plugins/Keywords/Configurator.php b/src/Plugins/Keywords/Configurator.php index b76400b74..a2f93a144 100644 --- a/src/Plugins/Keywords/Configurator.php +++ b/src/Plugins/Keywords/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Keywords; diff --git a/src/Plugins/Keywords/Parser.php b/src/Plugins/Keywords/Parser.php index f104e9117..258e3f3c7 100644 --- a/src/Plugins/Keywords/Parser.php +++ b/src/Plugins/Keywords/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Keywords; diff --git a/src/Plugins/Litedown/Configurator.php b/src/Plugins/Litedown/Configurator.php index 09a31f197..f6d6968bc 100644 --- a/src/Plugins/Litedown/Configurator.php +++ b/src/Plugins/Litedown/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Litedown; diff --git a/src/Plugins/Litedown/Parser.php b/src/Plugins/Litedown/Parser.php index 47136ff13..afb838bce 100644 --- a/src/Plugins/Litedown/Parser.php +++ b/src/Plugins/Litedown/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Litedown; diff --git a/src/Plugins/Litedown/Parser/LinkAttributesSetter.php b/src/Plugins/Litedown/Parser/LinkAttributesSetter.php index a2c1273e4..770662c04 100644 --- a/src/Plugins/Litedown/Parser/LinkAttributesSetter.php +++ b/src/Plugins/Litedown/Parser/LinkAttributesSetter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Litedown\Parser; diff --git a/src/Plugins/Litedown/Parser/ParsedText.php b/src/Plugins/Litedown/Parser/ParsedText.php index 3bdb3b8cf..ae2ea3973 100644 --- a/src/Plugins/Litedown/Parser/ParsedText.php +++ b/src/Plugins/Litedown/Parser/ParsedText.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Litedown\Parser; diff --git a/src/Plugins/Litedown/Parser/Passes/AbstractInlineMarkup.php b/src/Plugins/Litedown/Parser/Passes/AbstractInlineMarkup.php index 83ccec1e0..1b3373fd6 100644 --- a/src/Plugins/Litedown/Parser/Passes/AbstractInlineMarkup.php +++ b/src/Plugins/Litedown/Parser/Passes/AbstractInlineMarkup.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Litedown\Parser\Passes; diff --git a/src/Plugins/Litedown/Parser/Passes/AbstractPass.php b/src/Plugins/Litedown/Parser/Passes/AbstractPass.php index 9aff3f4e7..dd113d8b5 100644 --- a/src/Plugins/Litedown/Parser/Passes/AbstractPass.php +++ b/src/Plugins/Litedown/Parser/Passes/AbstractPass.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Litedown\Parser\Passes; diff --git a/src/Plugins/Litedown/Parser/Passes/AbstractScript.php b/src/Plugins/Litedown/Parser/Passes/AbstractScript.php index 11d8b60a4..df9cc1cf9 100644 --- a/src/Plugins/Litedown/Parser/Passes/AbstractScript.php +++ b/src/Plugins/Litedown/Parser/Passes/AbstractScript.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Litedown\Parser\Passes; diff --git a/src/Plugins/Litedown/Parser/Passes/Blocks.php b/src/Plugins/Litedown/Parser/Passes/Blocks.php index 33cc236e0..12457b2c7 100644 --- a/src/Plugins/Litedown/Parser/Passes/Blocks.php +++ b/src/Plugins/Litedown/Parser/Passes/Blocks.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Litedown\Parser\Passes; diff --git a/src/Plugins/Litedown/Parser/Passes/Emphasis.php b/src/Plugins/Litedown/Parser/Passes/Emphasis.php index b604c62ce..8f57dbe4f 100644 --- a/src/Plugins/Litedown/Parser/Passes/Emphasis.php +++ b/src/Plugins/Litedown/Parser/Passes/Emphasis.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Litedown\Parser\Passes; diff --git a/src/Plugins/Litedown/Parser/Passes/ForcedLineBreaks.php b/src/Plugins/Litedown/Parser/Passes/ForcedLineBreaks.php index c6e1b0e03..39e8bb495 100644 --- a/src/Plugins/Litedown/Parser/Passes/ForcedLineBreaks.php +++ b/src/Plugins/Litedown/Parser/Passes/ForcedLineBreaks.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Litedown\Parser\Passes; diff --git a/src/Plugins/Litedown/Parser/Passes/Images.php b/src/Plugins/Litedown/Parser/Passes/Images.php index 21f8a893e..2e9edf136 100644 --- a/src/Plugins/Litedown/Parser/Passes/Images.php +++ b/src/Plugins/Litedown/Parser/Passes/Images.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Litedown\Parser\Passes; diff --git a/src/Plugins/Litedown/Parser/Passes/InlineCode.php b/src/Plugins/Litedown/Parser/Passes/InlineCode.php index 08263139f..cffe6d7e0 100644 --- a/src/Plugins/Litedown/Parser/Passes/InlineCode.php +++ b/src/Plugins/Litedown/Parser/Passes/InlineCode.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Litedown\Parser\Passes; diff --git a/src/Plugins/Litedown/Parser/Passes/InlineSpoiler.php b/src/Plugins/Litedown/Parser/Passes/InlineSpoiler.php index 2be1de4f5..ed5314e11 100644 --- a/src/Plugins/Litedown/Parser/Passes/InlineSpoiler.php +++ b/src/Plugins/Litedown/Parser/Passes/InlineSpoiler.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Litedown\Parser\Passes; diff --git a/src/Plugins/Litedown/Parser/Passes/LinkReferences.php b/src/Plugins/Litedown/Parser/Passes/LinkReferences.php index a062ebf66..b93a5059e 100644 --- a/src/Plugins/Litedown/Parser/Passes/LinkReferences.php +++ b/src/Plugins/Litedown/Parser/Passes/LinkReferences.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Litedown\Parser\Passes; diff --git a/src/Plugins/Litedown/Parser/Passes/Links.php b/src/Plugins/Litedown/Parser/Passes/Links.php index 620d738d6..d22b57975 100644 --- a/src/Plugins/Litedown/Parser/Passes/Links.php +++ b/src/Plugins/Litedown/Parser/Passes/Links.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Litedown\Parser\Passes; diff --git a/src/Plugins/Litedown/Parser/Passes/Strikethrough.php b/src/Plugins/Litedown/Parser/Passes/Strikethrough.php index dfeb90555..474651caa 100644 --- a/src/Plugins/Litedown/Parser/Passes/Strikethrough.php +++ b/src/Plugins/Litedown/Parser/Passes/Strikethrough.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Litedown\Parser\Passes; diff --git a/src/Plugins/Litedown/Parser/Passes/Subscript.php b/src/Plugins/Litedown/Parser/Passes/Subscript.php index 91b3542f7..095b872f6 100644 --- a/src/Plugins/Litedown/Parser/Passes/Subscript.php +++ b/src/Plugins/Litedown/Parser/Passes/Subscript.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Litedown\Parser\Passes; diff --git a/src/Plugins/Litedown/Parser/Passes/Superscript.php b/src/Plugins/Litedown/Parser/Passes/Superscript.php index 389415f04..a9a157abe 100644 --- a/src/Plugins/Litedown/Parser/Passes/Superscript.php +++ b/src/Plugins/Litedown/Parser/Passes/Superscript.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Litedown\Parser\Passes; diff --git a/src/Plugins/Litedown/Parser/Slugger.php b/src/Plugins/Litedown/Parser/Slugger.php index 2364daa18..9c6823074 100644 --- a/src/Plugins/Litedown/Parser/Slugger.php +++ b/src/Plugins/Litedown/Parser/Slugger.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Litedown\Parser; diff --git a/src/Plugins/MediaEmbed/Configurator.php b/src/Plugins/MediaEmbed/Configurator.php index e408ed51a..80db5ca2b 100644 --- a/src/Plugins/MediaEmbed/Configurator.php +++ b/src/Plugins/MediaEmbed/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\MediaEmbed; diff --git a/src/Plugins/MediaEmbed/Configurator/Collections/CachedDefinitionCollection.php b/src/Plugins/MediaEmbed/Configurator/Collections/CachedDefinitionCollection.php index 90f2df507..5986a6c8a 100644 --- a/src/Plugins/MediaEmbed/Configurator/Collections/CachedDefinitionCollection.php +++ b/src/Plugins/MediaEmbed/Configurator/Collections/CachedDefinitionCollection.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\MediaEmbed\Configurator\Collections; diff --git a/src/Plugins/MediaEmbed/Configurator/Collections/SiteDefinitionCollection.php b/src/Plugins/MediaEmbed/Configurator/Collections/SiteDefinitionCollection.php index d6ec4af6c..607cda4e2 100644 --- a/src/Plugins/MediaEmbed/Configurator/Collections/SiteDefinitionCollection.php +++ b/src/Plugins/MediaEmbed/Configurator/Collections/SiteDefinitionCollection.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\MediaEmbed\Configurator\Collections; diff --git a/src/Plugins/MediaEmbed/Configurator/Collections/XmlFileDefinitionCollection.php b/src/Plugins/MediaEmbed/Configurator/Collections/XmlFileDefinitionCollection.php index 77bdca5ad..11e984705 100644 --- a/src/Plugins/MediaEmbed/Configurator/Collections/XmlFileDefinitionCollection.php +++ b/src/Plugins/MediaEmbed/Configurator/Collections/XmlFileDefinitionCollection.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\MediaEmbed\Configurator\Collections; diff --git a/src/Plugins/MediaEmbed/Configurator/MastodonHelper.php b/src/Plugins/MediaEmbed/Configurator/MastodonHelper.php index 8d05abc29..89321758e 100644 --- a/src/Plugins/MediaEmbed/Configurator/MastodonHelper.php +++ b/src/Plugins/MediaEmbed/Configurator/MastodonHelper.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\MediaEmbed\Configurator; diff --git a/src/Plugins/MediaEmbed/Configurator/TemplateBuilder.php b/src/Plugins/MediaEmbed/Configurator/TemplateBuilder.php index 360189647..ef230d698 100644 --- a/src/Plugins/MediaEmbed/Configurator/TemplateBuilder.php +++ b/src/Plugins/MediaEmbed/Configurator/TemplateBuilder.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\MediaEmbed\Configurator; diff --git a/src/Plugins/MediaEmbed/Configurator/TemplateGenerator.php b/src/Plugins/MediaEmbed/Configurator/TemplateGenerator.php index 75b0a32d0..3f73369a1 100644 --- a/src/Plugins/MediaEmbed/Configurator/TemplateGenerator.php +++ b/src/Plugins/MediaEmbed/Configurator/TemplateGenerator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\MediaEmbed\Configurator; diff --git a/src/Plugins/MediaEmbed/Configurator/TemplateGenerators/Choose.php b/src/Plugins/MediaEmbed/Configurator/TemplateGenerators/Choose.php index 5e873e7df..c7f1e5a25 100644 --- a/src/Plugins/MediaEmbed/Configurator/TemplateGenerators/Choose.php +++ b/src/Plugins/MediaEmbed/Configurator/TemplateGenerators/Choose.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\MediaEmbed\Configurator\TemplateGenerators; diff --git a/src/Plugins/MediaEmbed/Configurator/TemplateGenerators/Flash.php b/src/Plugins/MediaEmbed/Configurator/TemplateGenerators/Flash.php index a2dac4029..5a52b39a9 100644 --- a/src/Plugins/MediaEmbed/Configurator/TemplateGenerators/Flash.php +++ b/src/Plugins/MediaEmbed/Configurator/TemplateGenerators/Flash.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\MediaEmbed\Configurator\TemplateGenerators; diff --git a/src/Plugins/MediaEmbed/Configurator/TemplateGenerators/Iframe.php b/src/Plugins/MediaEmbed/Configurator/TemplateGenerators/Iframe.php index 32275c273..765b4e96f 100644 --- a/src/Plugins/MediaEmbed/Configurator/TemplateGenerators/Iframe.php +++ b/src/Plugins/MediaEmbed/Configurator/TemplateGenerators/Iframe.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\MediaEmbed\Configurator\TemplateGenerators; diff --git a/src/Plugins/MediaEmbed/Parser.php b/src/Plugins/MediaEmbed/Parser.php index 1a28bc8f7..869fd25c0 100644 --- a/src/Plugins/MediaEmbed/Parser.php +++ b/src/Plugins/MediaEmbed/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\MediaEmbed; diff --git a/src/Plugins/ParserBase.php b/src/Plugins/ParserBase.php index fcb12fb43..f21c81dcd 100644 --- a/src/Plugins/ParserBase.php +++ b/src/Plugins/ParserBase.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins; diff --git a/src/Plugins/PipeTables/Configurator.php b/src/Plugins/PipeTables/Configurator.php index 9f2d9a02b..56e50d345 100644 --- a/src/Plugins/PipeTables/Configurator.php +++ b/src/Plugins/PipeTables/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\PipeTables; diff --git a/src/Plugins/PipeTables/Parser.php b/src/Plugins/PipeTables/Parser.php index e0563d588..f01c56d0b 100644 --- a/src/Plugins/PipeTables/Parser.php +++ b/src/Plugins/PipeTables/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\PipeTables; diff --git a/src/Plugins/Preg/Configurator.php b/src/Plugins/Preg/Configurator.php index a5904bd84..f2d313afc 100644 --- a/src/Plugins/Preg/Configurator.php +++ b/src/Plugins/Preg/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Preg; diff --git a/src/Plugins/Preg/Parser.php b/src/Plugins/Preg/Parser.php index b0d2bfe66..ddbd86d92 100644 --- a/src/Plugins/Preg/Parser.php +++ b/src/Plugins/Preg/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\Preg; diff --git a/src/Plugins/TaskLists/Configurator.php b/src/Plugins/TaskLists/Configurator.php index 1b48dccc4..2b97e73c8 100644 --- a/src/Plugins/TaskLists/Configurator.php +++ b/src/Plugins/TaskLists/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\TaskLists; diff --git a/src/Plugins/TaskLists/Helper.php b/src/Plugins/TaskLists/Helper.php index 1a48d0385..9cb1760d5 100644 --- a/src/Plugins/TaskLists/Helper.php +++ b/src/Plugins/TaskLists/Helper.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Plugins\TaskLists; diff --git a/src/Renderer.php b/src/Renderer.php index e90c4326a..8a1d91ca0 100644 --- a/src/Renderer.php +++ b/src/Renderer.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter; diff --git a/src/Renderers/PHP.php b/src/Renderers/PHP.php index 44f1feb5c..48957ce87 100644 --- a/src/Renderers/PHP.php +++ b/src/Renderers/PHP.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Renderers; diff --git a/src/Renderers/Unformatted.php b/src/Renderers/Unformatted.php index 8a7527715..0284b671c 100644 --- a/src/Renderers/Unformatted.php +++ b/src/Renderers/Unformatted.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Renderers; diff --git a/src/Renderers/XSLT.php b/src/Renderers/XSLT.php index fcf1d7b07..2cbc73ae6 100644 --- a/src/Renderers/XSLT.php +++ b/src/Renderers/XSLT.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Renderers; diff --git a/src/Unparser.php b/src/Unparser.php index d3751eab3..73864888e 100644 --- a/src/Unparser.php +++ b/src/Unparser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter; diff --git a/src/Utils.php b/src/Utils.php index 23b7d6c89..ccadd4306 100644 --- a/src/Utils.php +++ b/src/Utils.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter; diff --git a/src/Utils/Http.php b/src/Utils/Http.php index d5e7df9c3..050266853 100644 --- a/src/Utils/Http.php +++ b/src/Utils/Http.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Utils; diff --git a/src/Utils/Http/Client.php b/src/Utils/Http/Client.php index 7d4c5a0e4..fdeef753d 100644 --- a/src/Utils/Http/Client.php +++ b/src/Utils/Http/Client.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Utils\Http; diff --git a/src/Utils/Http/Clients/Cached.php b/src/Utils/Http/Clients/Cached.php index 0c102e687..ad69c0196 100644 --- a/src/Utils/Http/Clients/Cached.php +++ b/src/Utils/Http/Clients/Cached.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Utils\Http\Clients; diff --git a/src/Utils/Http/Clients/Curl.php b/src/Utils/Http/Clients/Curl.php index a025cf036..e402eb41c 100644 --- a/src/Utils/Http/Clients/Curl.php +++ b/src/Utils/Http/Clients/Curl.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Utils\Http\Clients; diff --git a/src/Utils/Http/Clients/Native.php b/src/Utils/Http/Clients/Native.php index 48d081e99..7fa961327 100644 --- a/src/Utils/Http/Clients/Native.php +++ b/src/Utils/Http/Clients/Native.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Utils\Http\Clients; diff --git a/src/Utils/XPath.php b/src/Utils/XPath.php index 56f9b0360..5c49ff960 100644 --- a/src/Utils/XPath.php +++ b/src/Utils/XPath.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2023 The s9e authors +* @copyright Copyright (c) The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Utils;