From 534947e89a6fee1f352150b3edaa4e2432f68dd8 Mon Sep 17 00:00:00 2001 From: JoshyPHP Date: Sun, 1 Jan 2023 16:41:24 +0100 Subject: [PATCH] Updated file headers [ci skip] --- LICENSE | 2 +- src/Bundle.php | 2 +- src/Bundles/Fatdown.php | 2 +- src/Bundles/Fatdown/Renderer.php | 2 +- src/Bundles/Forum.php | 2 +- src/Bundles/Forum/Renderer.php | 2 +- src/Bundles/MediaPack.php | 2 +- src/Bundles/MediaPack/Renderer.php | 2 +- src/Configurator.php | 4 ++-- src/Configurator/Bundle.php | 2 +- src/Configurator/BundleGenerator.php | 2 +- src/Configurator/Bundles/Fatdown.php | 2 +- src/Configurator/Bundles/Forum.php | 2 +- src/Configurator/Bundles/MediaPack.php | 2 +- src/Configurator/Collections/AttributeCollection.php | 2 +- src/Configurator/Collections/AttributeFilterChain.php | 2 +- src/Configurator/Collections/AttributeFilterCollection.php | 2 +- src/Configurator/Collections/AttributeList.php | 2 +- .../Collections/AttributePreprocessorCollection.php | 2 +- src/Configurator/Collections/Collection.php | 2 +- src/Configurator/Collections/FilterChain.php | 2 +- src/Configurator/Collections/HostnameList.php | 2 +- src/Configurator/Collections/MinifierList.php | 2 +- src/Configurator/Collections/NormalizedCollection.php | 2 +- src/Configurator/Collections/NormalizedList.php | 2 +- src/Configurator/Collections/PluginCollection.php | 2 +- src/Configurator/Collections/RulesGeneratorList.php | 2 +- src/Configurator/Collections/Ruleset.php | 2 +- src/Configurator/Collections/SchemeList.php | 2 +- src/Configurator/Collections/TagCollection.php | 2 +- src/Configurator/Collections/TagFilterChain.php | 2 +- src/Configurator/Collections/TagList.php | 2 +- src/Configurator/Collections/TemplateCheckList.php | 2 +- src/Configurator/Collections/TemplateNormalizationList.php | 2 +- src/Configurator/Collections/TemplateParameterCollection.php | 2 +- src/Configurator/ConfigProvider.php | 2 +- src/Configurator/Exceptions/UnsafeTemplateException.php | 2 +- src/Configurator/FilterableConfigValue.php | 2 +- src/Configurator/Helpers/AVTHelper.php | 2 +- src/Configurator/Helpers/ConfigHelper.php | 2 +- src/Configurator/Helpers/ContextSafeness.php | 2 +- src/Configurator/Helpers/ElementInspector.php | 2 +- src/Configurator/Helpers/FilterHelper.php | 2 +- src/Configurator/Helpers/FilterSyntaxMatcher.php | 2 +- src/Configurator/Helpers/NodeLocator.php | 2 +- src/Configurator/Helpers/RegexpBuilder.php | 2 +- src/Configurator/Helpers/RegexpParser.php | 2 +- src/Configurator/Helpers/RulesHelper.php | 2 +- src/Configurator/Helpers/TemplateHelper.php | 2 +- src/Configurator/Helpers/TemplateInspector.php | 2 +- src/Configurator/Helpers/TemplateLoader.php | 2 +- src/Configurator/Helpers/TemplateModifier.php | 2 +- src/Configurator/Helpers/TemplateParser.php | 2 +- src/Configurator/Helpers/TemplateParser/IRProcessor.php | 2 +- src/Configurator/Helpers/TemplateParser/Normalizer.php | 2 +- src/Configurator/Helpers/TemplateParser/Optimizer.php | 2 +- src/Configurator/Helpers/TemplateParser/Parser.php | 2 +- src/Configurator/Helpers/XPathHelper.php | 2 +- src/Configurator/Items/Attribute.php | 2 +- src/Configurator/Items/AttributeFilter.php | 2 +- src/Configurator/Items/AttributeFilters/AbstractMapFilter.php | 2 +- src/Configurator/Items/AttributeFilters/AlnumFilter.php | 2 +- src/Configurator/Items/AttributeFilters/ChoiceFilter.php | 2 +- src/Configurator/Items/AttributeFilters/ColorFilter.php | 2 +- src/Configurator/Items/AttributeFilters/EmailFilter.php | 2 +- src/Configurator/Items/AttributeFilters/FalseFilter.php | 2 +- src/Configurator/Items/AttributeFilters/FloatFilter.php | 2 +- src/Configurator/Items/AttributeFilters/FontfamilyFilter.php | 2 +- src/Configurator/Items/AttributeFilters/HashmapFilter.php | 2 +- src/Configurator/Items/AttributeFilters/IdentifierFilter.php | 2 +- src/Configurator/Items/AttributeFilters/IntFilter.php | 2 +- src/Configurator/Items/AttributeFilters/IpFilter.php | 2 +- src/Configurator/Items/AttributeFilters/IpportFilter.php | 2 +- src/Configurator/Items/AttributeFilters/Ipv4Filter.php | 2 +- src/Configurator/Items/AttributeFilters/Ipv6Filter.php | 2 +- src/Configurator/Items/AttributeFilters/MapFilter.php | 2 +- src/Configurator/Items/AttributeFilters/NumberFilter.php | 2 +- src/Configurator/Items/AttributeFilters/RangeFilter.php | 2 +- src/Configurator/Items/AttributeFilters/RegexpFilter.php | 2 +- src/Configurator/Items/AttributeFilters/SimpletextFilter.php | 2 +- src/Configurator/Items/AttributeFilters/TimestampFilter.php | 2 +- src/Configurator/Items/AttributeFilters/UintFilter.php | 2 +- src/Configurator/Items/AttributeFilters/UrlFilter.php | 2 +- src/Configurator/Items/AttributePreprocessor.php | 2 +- src/Configurator/Items/Filter.php | 2 +- src/Configurator/Items/ProgrammableCallback.php | 2 +- src/Configurator/Items/Regexp.php | 2 +- src/Configurator/Items/Tag.php | 2 +- src/Configurator/Items/TagFilter.php | 2 +- src/Configurator/Items/Template.php | 2 +- src/Configurator/Items/TemplateDocument.php | 2 +- src/Configurator/Items/UnsafeTemplate.php | 2 +- src/Configurator/JavaScript.php | 2 +- src/Configurator/JavaScript/CallbackGenerator.php | 2 +- src/Configurator/JavaScript/Code.php | 2 +- src/Configurator/JavaScript/ConfigOptimizer.php | 2 +- src/Configurator/JavaScript/ConfigValue.php | 2 +- src/Configurator/JavaScript/Dictionary.php | 2 +- src/Configurator/JavaScript/Encoder.php | 2 +- src/Configurator/JavaScript/FunctionCache.php | 2 +- src/Configurator/JavaScript/FunctionProvider.php | 2 +- src/Configurator/JavaScript/Hasher.php | 2 +- src/Configurator/JavaScript/HintGenerator.php | 2 +- src/Configurator/JavaScript/Minifier.php | 2 +- .../JavaScript/Minifiers/ClosureCompilerApplication.php | 2 +- .../JavaScript/Minifiers/ClosureCompilerService.php | 2 +- src/Configurator/JavaScript/Minifiers/FirstAvailable.php | 2 +- .../JavaScript/Minifiers/MatthiasMullieMinify.php | 2 +- src/Configurator/JavaScript/Minifiers/Noop.php | 2 +- src/Configurator/JavaScript/OnlineMinifier.php | 2 +- src/Configurator/JavaScript/RegexpConvertor.php | 2 +- src/Configurator/JavaScript/StylesheetCompressor.php | 2 +- src/Configurator/RecursiveParser.php | 2 +- src/Configurator/RecursiveParser/AbstractRecursiveMatcher.php | 2 +- src/Configurator/RecursiveParser/CachingRecursiveParser.php | 2 +- src/Configurator/RecursiveParser/MatcherInterface.php | 2 +- src/Configurator/RendererGenerator.php | 2 +- src/Configurator/RendererGenerators/PHP.php | 4 ++-- src/Configurator/RendererGenerators/PHP/AbstractOptimizer.php | 2 +- .../RendererGenerators/PHP/BranchOutputOptimizer.php | 2 +- .../RendererGenerators/PHP/ControlStructuresOptimizer.php | 2 +- src/Configurator/RendererGenerators/PHP/Optimizer.php | 2 +- src/Configurator/RendererGenerators/PHP/Quick.php | 2 +- src/Configurator/RendererGenerators/PHP/Serializer.php | 2 +- src/Configurator/RendererGenerators/PHP/SwitchStatement.php | 2 +- src/Configurator/RendererGenerators/PHP/XPathConvertor.php | 2 +- .../PHP/XPathConvertor/Convertors/AbstractConvertor.php | 2 +- .../PHP/XPathConvertor/Convertors/BooleanFunctions.php | 2 +- .../PHP/XPathConvertor/Convertors/BooleanOperators.php | 2 +- .../PHP/XPathConvertor/Convertors/Comparisons.php | 2 +- .../RendererGenerators/PHP/XPathConvertor/Convertors/Core.php | 2 +- .../RendererGenerators/PHP/XPathConvertor/Convertors/Math.php | 2 +- .../XPathConvertor/Convertors/MultiByteStringManipulation.php | 2 +- .../PHP/XPathConvertor/Convertors/PHP80Functions.php | 2 +- .../XPathConvertor/Convertors/SingleByteStringFunctions.php | 2 +- .../Convertors/SingleByteStringManipulation.php | 2 +- src/Configurator/RendererGenerators/Unformatted.php | 2 +- src/Configurator/RendererGenerators/XSLT.php | 2 +- src/Configurator/Rendering.php | 2 +- src/Configurator/RulesGenerator.php | 2 +- src/Configurator/RulesGenerators/AllowAll.php | 2 +- src/Configurator/RulesGenerators/AutoCloseIfVoid.php | 2 +- .../RulesGenerators/AutoReopenFormattingElements.php | 2 +- .../RulesGenerators/BlockElementsCloseFormattingElements.php | 2 +- .../RulesGenerators/BlockElementsFosterFormattingElements.php | 2 +- .../DisableAutoLineBreaksIfNewLinesArePreserved.php | 2 +- src/Configurator/RulesGenerators/EnforceContentModels.php | 2 +- src/Configurator/RulesGenerators/EnforceOptionalEndTags.php | 2 +- src/Configurator/RulesGenerators/IgnoreTagsInCode.php | 2 +- src/Configurator/RulesGenerators/IgnoreTextIfDisallowed.php | 2 +- .../RulesGenerators/IgnoreWhitespaceAroundBlockElements.php | 2 +- .../RulesGenerators/Interfaces/BooleanRulesGenerator.php | 2 +- .../RulesGenerators/Interfaces/TargetedRulesGenerator.php | 2 +- src/Configurator/RulesGenerators/ManageParagraphs.php | 2 +- .../RulesGenerators/TrimFirstLineInCodeBlocks.php | 2 +- src/Configurator/TemplateCheck.php | 2 +- src/Configurator/TemplateChecker.php | 2 +- .../TemplateChecks/AbstractDynamicContentCheck.php | 2 +- src/Configurator/TemplateChecks/AbstractFlashRestriction.php | 2 +- src/Configurator/TemplateChecks/AbstractXSLSupportCheck.php | 2 +- src/Configurator/TemplateChecks/DisallowAttributeSets.php | 2 +- src/Configurator/TemplateChecks/DisallowCopy.php | 2 +- .../TemplateChecks/DisallowDisableOutputEscaping.php | 2 +- .../TemplateChecks/DisallowDynamicAttributeNames.php | 2 +- .../TemplateChecks/DisallowDynamicElementNames.php | 2 +- src/Configurator/TemplateChecks/DisallowElement.php | 2 +- src/Configurator/TemplateChecks/DisallowElementNS.php | 2 +- src/Configurator/TemplateChecks/DisallowFlashFullScreen.php | 2 +- src/Configurator/TemplateChecks/DisallowNodeByXPath.php | 2 +- .../TemplateChecks/DisallowObjectParamsWithGeneratedName.php | 2 +- src/Configurator/TemplateChecks/DisallowPHPTags.php | 2 +- src/Configurator/TemplateChecks/DisallowUncompilableXSL.php | 2 +- src/Configurator/TemplateChecks/DisallowUnsafeCopyOf.php | 2 +- src/Configurator/TemplateChecks/DisallowUnsafeDynamicCSS.php | 2 +- src/Configurator/TemplateChecks/DisallowUnsafeDynamicJS.php | 2 +- src/Configurator/TemplateChecks/DisallowUnsafeDynamicURL.php | 2 +- src/Configurator/TemplateChecks/DisallowUnsupportedXSL.php | 2 +- src/Configurator/TemplateChecks/DisallowXPathFunction.php | 2 +- src/Configurator/TemplateChecks/RestrictFlashNetworking.php | 2 +- src/Configurator/TemplateChecks/RestrictFlashScriptAccess.php | 2 +- .../TemplateNormalizations/AbstractChooseOptimization.php | 2 +- .../TemplateNormalizations/AbstractConstantFolding.php | 2 +- .../TemplateNormalizations/AbstractNormalization.php | 2 +- .../TemplateNormalizations/AddAttributeValueToElements.php | 2 +- .../TemplateNormalizations/ConvertCurlyExpressionsInText.php | 2 +- src/Configurator/TemplateNormalizations/Custom.php | 2 +- src/Configurator/TemplateNormalizations/DeoptimizeIf.php | 2 +- .../TemplateNormalizations/EnforceHTMLOmittedEndTags.php | 2 +- .../FixUnescapedCurlyBracesInHtmlAttributes.php | 2 +- .../TemplateNormalizations/FoldArithmeticConstants.php | 2 +- .../TemplateNormalizations/FoldConstantXPathExpressions.php | 2 +- src/Configurator/TemplateNormalizations/InlineAttributes.php | 2 +- src/Configurator/TemplateNormalizations/InlineCDATA.php | 2 +- src/Configurator/TemplateNormalizations/InlineElements.php | 2 +- .../TemplateNormalizations/InlineInferredValues.php | 2 +- .../TemplateNormalizations/InlineTextElements.php | 2 +- .../TemplateNormalizations/InlineXPathLiterals.php | 2 +- .../TemplateNormalizations/MergeConsecutiveCopyOf.php | 2 +- .../MergeIdenticalConditionalBranches.php | 2 +- src/Configurator/TemplateNormalizations/MinifyInlineCSS.php | 2 +- .../TemplateNormalizations/MinifyXPathExpressions.php | 2 +- .../TemplateNormalizations/NormalizeAttributeNames.php | 2 +- .../TemplateNormalizations/NormalizeElementNames.php | 2 +- src/Configurator/TemplateNormalizations/NormalizeUrls.php | 2 +- src/Configurator/TemplateNormalizations/OptimizeChoose.php | 2 +- .../TemplateNormalizations/OptimizeChooseDeadBranches.php | 2 +- .../TemplateNormalizations/OptimizeChooseText.php | 2 +- .../TemplateNormalizations/OptimizeConditionalAttributes.php | 2 +- .../TemplateNormalizations/OptimizeConditionalValueOf.php | 2 +- .../TemplateNormalizations/OptimizeNestedConditionals.php | 2 +- .../TemplateNormalizations/PreserveSingleSpaces.php | 2 +- src/Configurator/TemplateNormalizations/RemoveComments.php | 2 +- .../TemplateNormalizations/RemoveInterElementWhitespace.php | 2 +- .../TemplateNormalizations/RemoveLivePreviewAttributes.php | 2 +- .../TemplateNormalizations/RenameLivePreviewEvent.php | 2 +- .../TemplateNormalizations/SetAttributeOnElements.php | 2 +- .../SetRelNoreferrerOnTargetedLinks.php | 2 +- .../TemplateNormalizations/SortAttributesByName.php | 2 +- src/Configurator/TemplateNormalizations/TransposeComments.php | 2 +- .../TemplateNormalizations/UninlineAttributes.php | 2 +- src/Configurator/TemplateNormalizer.php | 2 +- src/Configurator/Traits/CollectionProxy.php | 2 +- src/Configurator/Traits/Configurable.php | 2 +- src/Configurator/Traits/TemplateSafeness.php | 2 +- src/Configurator/UrlConfig.php | 2 +- src/Configurator/Validators/AttributeName.php | 2 +- src/Configurator/Validators/TagName.php | 2 +- src/Configurator/Validators/TemplateParameterName.php | 2 +- src/Parser.php | 2 +- src/Parser/AttributeFilters/EmailFilter.php | 2 +- src/Parser/AttributeFilters/FalseFilter.php | 2 +- src/Parser/AttributeFilters/HashmapFilter.php | 2 +- src/Parser/AttributeFilters/MapFilter.php | 2 +- src/Parser/AttributeFilters/NetworkFilter.php | 2 +- src/Parser/AttributeFilters/NumericFilter.php | 2 +- src/Parser/AttributeFilters/RegexpFilter.php | 2 +- src/Parser/AttributeFilters/TimestampFilter.php | 2 +- src/Parser/AttributeFilters/UrlFilter.php | 2 +- src/Parser/FilterProcessing.php | 2 +- src/Parser/Logger.php | 2 +- src/Parser/Tag.php | 2 +- src/Plugins/Autoemail/Configurator.php | 2 +- src/Plugins/Autoemail/Parser.php | 2 +- src/Plugins/Autoimage/Configurator.php | 2 +- src/Plugins/Autoimage/Parser.php | 2 +- src/Plugins/Autolink/Configurator.php | 2 +- src/Plugins/Autolink/Parser.php | 2 +- src/Plugins/Autovideo/Configurator.php | 2 +- src/Plugins/Autovideo/Parser.php | 2 +- src/Plugins/BBCodes/Configurator.php | 2 +- src/Plugins/BBCodes/Configurator/BBCode.php | 2 +- src/Plugins/BBCodes/Configurator/BBCodeCollection.php | 2 +- src/Plugins/BBCodes/Configurator/BBCodeMonkey.php | 2 +- src/Plugins/BBCodes/Configurator/Repository.php | 2 +- src/Plugins/BBCodes/Configurator/RepositoryCollection.php | 2 +- src/Plugins/BBCodes/Parser.php | 2 +- src/Plugins/Censor/Configurator.php | 2 +- src/Plugins/Censor/Helper.php | 2 +- src/Plugins/Censor/Parser.php | 2 +- src/Plugins/ConfiguratorBase.php | 2 +- src/Plugins/Emoji/Configurator.php | 2 +- src/Plugins/Emoji/Parser.php | 2 +- src/Plugins/Emoticons/Configurator.php | 2 +- src/Plugins/Emoticons/Configurator/EmoticonCollection.php | 2 +- src/Plugins/Emoticons/Parser.php | 2 +- src/Plugins/Escaper/Configurator.php | 2 +- src/Plugins/Escaper/Parser.php | 2 +- src/Plugins/FancyPants/Configurator.php | 2 +- src/Plugins/FancyPants/Parser.php | 2 +- src/Plugins/HTMLComments/Configurator.php | 2 +- src/Plugins/HTMLComments/Parser.php | 2 +- src/Plugins/HTMLElements/Configurator.php | 2 +- src/Plugins/HTMLElements/Parser.php | 2 +- src/Plugins/HTMLEntities/Configurator.php | 2 +- src/Plugins/HTMLEntities/Parser.php | 2 +- src/Plugins/Keywords/Configurator.php | 2 +- src/Plugins/Keywords/Parser.php | 2 +- src/Plugins/Litedown/Configurator.php | 2 +- src/Plugins/Litedown/Parser.php | 2 +- src/Plugins/Litedown/Parser/LinkAttributesSetter.php | 2 +- src/Plugins/Litedown/Parser/ParsedText.php | 2 +- src/Plugins/Litedown/Parser/Passes/AbstractInlineMarkup.php | 2 +- src/Plugins/Litedown/Parser/Passes/AbstractPass.php | 2 +- src/Plugins/Litedown/Parser/Passes/AbstractScript.php | 2 +- src/Plugins/Litedown/Parser/Passes/Blocks.php | 2 +- src/Plugins/Litedown/Parser/Passes/Emphasis.php | 2 +- src/Plugins/Litedown/Parser/Passes/ForcedLineBreaks.php | 2 +- src/Plugins/Litedown/Parser/Passes/Images.php | 2 +- src/Plugins/Litedown/Parser/Passes/InlineCode.php | 2 +- src/Plugins/Litedown/Parser/Passes/InlineSpoiler.php | 2 +- src/Plugins/Litedown/Parser/Passes/LinkReferences.php | 2 +- src/Plugins/Litedown/Parser/Passes/Links.php | 2 +- src/Plugins/Litedown/Parser/Passes/Strikethrough.php | 2 +- src/Plugins/Litedown/Parser/Passes/Subscript.php | 2 +- src/Plugins/Litedown/Parser/Passes/Superscript.php | 2 +- src/Plugins/Litedown/Parser/Slugger.php | 2 +- src/Plugins/MediaEmbed/Configurator.php | 2 +- .../Configurator/Collections/CachedDefinitionCollection.php | 2 +- .../Configurator/Collections/SiteDefinitionCollection.php | 2 +- .../Configurator/Collections/XmlFileDefinitionCollection.php | 2 +- src/Plugins/MediaEmbed/Configurator/TemplateBuilder.php | 2 +- src/Plugins/MediaEmbed/Configurator/TemplateGenerator.php | 2 +- .../MediaEmbed/Configurator/TemplateGenerators/Choose.php | 2 +- .../MediaEmbed/Configurator/TemplateGenerators/Flash.php | 2 +- .../MediaEmbed/Configurator/TemplateGenerators/Iframe.php | 2 +- src/Plugins/MediaEmbed/Parser.php | 2 +- src/Plugins/ParserBase.php | 2 +- src/Plugins/PipeTables/Configurator.php | 2 +- src/Plugins/PipeTables/Parser.php | 2 +- src/Plugins/Preg/Configurator.php | 2 +- src/Plugins/Preg/Parser.php | 2 +- src/Plugins/TaskLists/Configurator.php | 2 +- src/Plugins/TaskLists/Helper.php | 2 +- src/Renderer.php | 2 +- src/Renderers/PHP.php | 2 +- src/Renderers/Unformatted.php | 2 +- src/Renderers/XSLT.php | 2 +- src/Unparser.php | 2 +- src/Utils.php | 2 +- src/Utils/Http.php | 2 +- src/Utils/Http/Client.php | 2 +- src/Utils/Http/Clients/Cached.php | 2 +- src/Utils/Http/Clients/Curl.php | 2 +- src/Utils/Http/Clients/Native.php | 2 +- src/Utils/XPath.php | 2 +- 325 files changed, 327 insertions(+), 327 deletions(-) diff --git a/LICENSE b/LICENSE index bf5e86032..69fec1428 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2010-2022 The s9e authors +Copyright (c) 2010-2023 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 b53dd078e..147268566 100644 --- a/src/Bundle.php +++ b/src/Bundle.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 1a3e5e995..5fee6b3f6 100644 --- a/src/Bundles/Fatdown.php +++ b/src/Bundles/Fatdown.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 36c3acfd7..66685aa0d 100644 --- a/src/Bundles/Fatdown/Renderer.php +++ b/src/Bundles/Fatdown/Renderer.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 f4fb74784..a1ac56cc7 100644 --- a/src/Bundles/Forum.php +++ b/src/Bundles/Forum.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 bccec42ac..a2f5a90be 100644 --- a/src/Bundles/Forum/Renderer.php +++ b/src/Bundles/Forum/Renderer.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 694008829..543684ea9 100644 --- a/src/Bundles/MediaPack.php +++ b/src/Bundles/MediaPack.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 b1d9a5b4f..ad1bc55bc 100644 --- a/src/Bundles/MediaPack/Renderer.php +++ b/src/Bundles/MediaPack/Renderer.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 b348cd4c4..ad6625aaa 100644 --- a/src/Configurator.php +++ b/src/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 c30cdea77..f1284a7c7 100644 --- a/src/Configurator/Bundle.php +++ b/src/Configurator/Bundle.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 ea23e690e..9a66ae233 100644 --- a/src/Configurator/BundleGenerator.php +++ b/src/Configurator/BundleGenerator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 6b01d3104..0cd5659d9 100644 --- a/src/Configurator/Bundles/Fatdown.php +++ b/src/Configurator/Bundles/Fatdown.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 e448f24e9..75aca47e2 100644 --- a/src/Configurator/Bundles/Forum.php +++ b/src/Configurator/Bundles/Forum.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 87e167109..3e7a65690 100644 --- a/src/Configurator/Bundles/MediaPack.php +++ b/src/Configurator/Bundles/MediaPack.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 fa9a39fd6..19e20d2f0 100644 --- a/src/Configurator/Collections/AttributeCollection.php +++ b/src/Configurator/Collections/AttributeCollection.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 6e9a49c4b..4f065e8e1 100644 --- a/src/Configurator/Collections/AttributeFilterChain.php +++ b/src/Configurator/Collections/AttributeFilterChain.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 0e1389b5a..8dd86353a 100644 --- a/src/Configurator/Collections/AttributeFilterCollection.php +++ b/src/Configurator/Collections/AttributeFilterCollection.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 1911ffb51..64ad74d06 100644 --- a/src/Configurator/Collections/AttributeList.php +++ b/src/Configurator/Collections/AttributeList.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 deff277cf..0ba394531 100644 --- a/src/Configurator/Collections/AttributePreprocessorCollection.php +++ b/src/Configurator/Collections/AttributePreprocessorCollection.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 c8156dc64..f48a98420 100644 --- a/src/Configurator/Collections/Collection.php +++ b/src/Configurator/Collections/Collection.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 2942e67f4..75d4bc0db 100644 --- a/src/Configurator/Collections/FilterChain.php +++ b/src/Configurator/Collections/FilterChain.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 2540c3b66..f0cddc0aa 100644 --- a/src/Configurator/Collections/HostnameList.php +++ b/src/Configurator/Collections/HostnameList.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 447986991..bb7326d08 100644 --- a/src/Configurator/Collections/MinifierList.php +++ b/src/Configurator/Collections/MinifierList.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 81cde6869..283b70013 100644 --- a/src/Configurator/Collections/NormalizedCollection.php +++ b/src/Configurator/Collections/NormalizedCollection.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 ecae11af8..ae07ace46 100644 --- a/src/Configurator/Collections/NormalizedList.php +++ b/src/Configurator/Collections/NormalizedList.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 37e458a6f..1bb681cd5 100644 --- a/src/Configurator/Collections/PluginCollection.php +++ b/src/Configurator/Collections/PluginCollection.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 dcd34bbb9..9f77b8662 100644 --- a/src/Configurator/Collections/RulesGeneratorList.php +++ b/src/Configurator/Collections/RulesGeneratorList.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 5808cff87..9cd907233 100644 --- a/src/Configurator/Collections/Ruleset.php +++ b/src/Configurator/Collections/Ruleset.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 a8ede6a96..f3da7c275 100644 --- a/src/Configurator/Collections/SchemeList.php +++ b/src/Configurator/Collections/SchemeList.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 af23a6862..1494e49bf 100644 --- a/src/Configurator/Collections/TagCollection.php +++ b/src/Configurator/Collections/TagCollection.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 9dc5a2d45..0c39b4b5b 100644 --- a/src/Configurator/Collections/TagFilterChain.php +++ b/src/Configurator/Collections/TagFilterChain.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 c38129b3c..3147dd491 100644 --- a/src/Configurator/Collections/TagList.php +++ b/src/Configurator/Collections/TagList.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 23cef912c..7d674a699 100644 --- a/src/Configurator/Collections/TemplateCheckList.php +++ b/src/Configurator/Collections/TemplateCheckList.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 d6eeb4dbd..00d1b056d 100644 --- a/src/Configurator/Collections/TemplateNormalizationList.php +++ b/src/Configurator/Collections/TemplateNormalizationList.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 ad9405c12..46653908f 100644 --- a/src/Configurator/Collections/TemplateParameterCollection.php +++ b/src/Configurator/Collections/TemplateParameterCollection.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 ea6199131..ab067accf 100644 --- a/src/Configurator/ConfigProvider.php +++ b/src/Configurator/ConfigProvider.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 5c2afff01..5281f51a8 100644 --- a/src/Configurator/Exceptions/UnsafeTemplateException.php +++ b/src/Configurator/Exceptions/UnsafeTemplateException.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 8c01c1109..f60d92aa9 100644 --- a/src/Configurator/FilterableConfigValue.php +++ b/src/Configurator/FilterableConfigValue.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 d801b6c2f..4de994ef7 100644 --- a/src/Configurator/Helpers/AVTHelper.php +++ b/src/Configurator/Helpers/AVTHelper.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 a2270f265..172f06d81 100644 --- a/src/Configurator/Helpers/ConfigHelper.php +++ b/src/Configurator/Helpers/ConfigHelper.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 cf37e9dce..1c2f23d1c 100644 --- a/src/Configurator/Helpers/ContextSafeness.php +++ b/src/Configurator/Helpers/ContextSafeness.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 b2ffb99ff..28b3f1191 100644 --- a/src/Configurator/Helpers/ElementInspector.php +++ b/src/Configurator/Helpers/ElementInspector.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 a5b5fc5b4..dd1b8fabe 100644 --- a/src/Configurator/Helpers/FilterHelper.php +++ b/src/Configurator/Helpers/FilterHelper.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 9ec76ff0d..4a94b7ffb 100644 --- a/src/Configurator/Helpers/FilterSyntaxMatcher.php +++ b/src/Configurator/Helpers/FilterSyntaxMatcher.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 e5cde1ef4..369004714 100644 --- a/src/Configurator/Helpers/NodeLocator.php +++ b/src/Configurator/Helpers/NodeLocator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 07134d235..09603cf20 100644 --- a/src/Configurator/Helpers/RegexpBuilder.php +++ b/src/Configurator/Helpers/RegexpBuilder.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 e9060d5b1..fe87f33bc 100644 --- a/src/Configurator/Helpers/RegexpParser.php +++ b/src/Configurator/Helpers/RegexpParser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 86ebdba5c..80a1a4f49 100644 --- a/src/Configurator/Helpers/RulesHelper.php +++ b/src/Configurator/Helpers/RulesHelper.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 0e1358dac..3a7065fa9 100644 --- a/src/Configurator/Helpers/TemplateHelper.php +++ b/src/Configurator/Helpers/TemplateHelper.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 0582d3363..1464e7823 100644 --- a/src/Configurator/Helpers/TemplateInspector.php +++ b/src/Configurator/Helpers/TemplateInspector.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 be423f6e8..4c4a8c2ba 100644 --- a/src/Configurator/Helpers/TemplateLoader.php +++ b/src/Configurator/Helpers/TemplateLoader.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 d00d7c917..5527e60df 100644 --- a/src/Configurator/Helpers/TemplateModifier.php +++ b/src/Configurator/Helpers/TemplateModifier.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 fe9224b87..9a7c58f80 100644 --- a/src/Configurator/Helpers/TemplateParser.php +++ b/src/Configurator/Helpers/TemplateParser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 087557b34..502a33a13 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 b8ee26b04..f18e71ac0 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 8fae07410..7ea4e1aae 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 c38f7916f..d0e95bd7e 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 ae9741830..ebbc1e813 100644 --- a/src/Configurator/Helpers/XPathHelper.php +++ b/src/Configurator/Helpers/XPathHelper.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 b01f0926d..078219988 100644 --- a/src/Configurator/Items/Attribute.php +++ b/src/Configurator/Items/Attribute.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 e6082201f..f7e17bfc7 100644 --- a/src/Configurator/Items/AttributeFilter.php +++ b/src/Configurator/Items/AttributeFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 910df036b..9167aa7c3 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 e1bbacc85..861f2c2c5 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 045a4728c..e11f6dc69 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 e62de9195..b4c8fb213 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 150fa7cc7..3a93a92f4 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 07a871753..99d6c05d5 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 67645a203..8ba5e383b 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 5200c8582..0e94bc773 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 24bf8c7ad..39ba02803 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 6386c5ab4..a9374d8e8 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 b2c55ea1f..ade90a2e8 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 cdf9f5b94..ce8563c72 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 ffbde806c..0fdd26df2 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 260517449..bf764f4d0 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 f46738f11..420ca8499 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 a3afe1020..d67912557 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 f907f4879..4026db9d5 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 b886faf8a..821d7104f 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 3ba1bf5c6..d0a738bc3 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 30fe79532..16f0487de 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 f914f475d..027699d5a 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 1e4a798c2..3c59eab0b 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 519872bd3..285c6e2d7 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 c8d15c9f0..9b284c1ae 100644 --- a/src/Configurator/Items/AttributePreprocessor.php +++ b/src/Configurator/Items/AttributePreprocessor.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 48fa55861..dad69857a 100644 --- a/src/Configurator/Items/Filter.php +++ b/src/Configurator/Items/Filter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 a1297855d..b439cffbb 100644 --- a/src/Configurator/Items/ProgrammableCallback.php +++ b/src/Configurator/Items/ProgrammableCallback.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 29495be9e..6d2f3e7a6 100644 --- a/src/Configurator/Items/Regexp.php +++ b/src/Configurator/Items/Regexp.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 a29b3087f..09d902546 100644 --- a/src/Configurator/Items/Tag.php +++ b/src/Configurator/Items/Tag.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 967dadc64..fb383b03a 100644 --- a/src/Configurator/Items/TagFilter.php +++ b/src/Configurator/Items/TagFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 fc02467ba..a1eb5115b 100644 --- a/src/Configurator/Items/Template.php +++ b/src/Configurator/Items/Template.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 55a2ad68c..8626ee575 100644 --- a/src/Configurator/Items/TemplateDocument.php +++ b/src/Configurator/Items/TemplateDocument.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 6b5d6c220..42328390d 100644 --- a/src/Configurator/Items/UnsafeTemplate.php +++ b/src/Configurator/Items/UnsafeTemplate.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 cdc6be3a8..2e8a280cc 100644 --- a/src/Configurator/JavaScript.php +++ b/src/Configurator/JavaScript.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 4a08f7743..49de8f9de 100644 --- a/src/Configurator/JavaScript/CallbackGenerator.php +++ b/src/Configurator/JavaScript/CallbackGenerator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 c743b2c11..4aa5ae63f 100644 --- a/src/Configurator/JavaScript/Code.php +++ b/src/Configurator/JavaScript/Code.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 552afc460..3799d874c 100644 --- a/src/Configurator/JavaScript/ConfigOptimizer.php +++ b/src/Configurator/JavaScript/ConfigOptimizer.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 743859c33..e6c3ada6b 100644 --- a/src/Configurator/JavaScript/ConfigValue.php +++ b/src/Configurator/JavaScript/ConfigValue.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 13dea13ef..3f263383f 100644 --- a/src/Configurator/JavaScript/Dictionary.php +++ b/src/Configurator/JavaScript/Dictionary.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 0af882b03..1f89e8174 100644 --- a/src/Configurator/JavaScript/Encoder.php +++ b/src/Configurator/JavaScript/Encoder.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 9fa4fd30f..b8add76e6 100644 --- a/src/Configurator/JavaScript/FunctionCache.php +++ b/src/Configurator/JavaScript/FunctionCache.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 859ea6845..9fc779cb1 100644 --- a/src/Configurator/JavaScript/FunctionProvider.php +++ b/src/Configurator/JavaScript/FunctionProvider.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 bc963f4c4..467123ccb 100644 --- a/src/Configurator/JavaScript/Hasher.php +++ b/src/Configurator/JavaScript/Hasher.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 f1f522e9f..f16ff5916 100644 --- a/src/Configurator/JavaScript/HintGenerator.php +++ b/src/Configurator/JavaScript/HintGenerator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 af43278a6..8de5bd6af 100644 --- a/src/Configurator/JavaScript/Minifier.php +++ b/src/Configurator/JavaScript/Minifier.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 6205e608a..93c4a3eb3 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 9b45cb9ac..2b56a37f3 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 fc4b4a837..23b55758e 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 92d53d1a5..186d82b70 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 0bc491844..f864825a4 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 2b9d7cd6c..1757828e3 100644 --- a/src/Configurator/JavaScript/OnlineMinifier.php +++ b/src/Configurator/JavaScript/OnlineMinifier.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 307814318..b2d8bd29f 100644 --- a/src/Configurator/JavaScript/RegexpConvertor.php +++ b/src/Configurator/JavaScript/RegexpConvertor.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 2d2421596..d37f1fad7 100644 --- a/src/Configurator/JavaScript/StylesheetCompressor.php +++ b/src/Configurator/JavaScript/StylesheetCompressor.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 57428d8b4..a7a384eb1 100644 --- a/src/Configurator/RecursiveParser.php +++ b/src/Configurator/RecursiveParser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 2032099cb..bff99ccea 100644 --- a/src/Configurator/RecursiveParser/AbstractRecursiveMatcher.php +++ b/src/Configurator/RecursiveParser/AbstractRecursiveMatcher.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 9a4add3fe..284d8a920 100644 --- a/src/Configurator/RecursiveParser/CachingRecursiveParser.php +++ b/src/Configurator/RecursiveParser/CachingRecursiveParser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 5eb0fee0d..3745206a6 100644 --- a/src/Configurator/RecursiveParser/MatcherInterface.php +++ b/src/Configurator/RecursiveParser/MatcherInterface.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 27cf7b542..4378387bf 100644 --- a/src/Configurator/RendererGenerator.php +++ b/src/Configurator/RendererGenerator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 187241632..997d33d97 100644 --- a/src/Configurator/RendererGenerators/PHP.php +++ b/src/Configurator/RendererGenerators/PHP.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 2e3c894fa..7019c78ca 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 e58550fc4..aa5d9bbec 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 5b07fc05a..832c9363c 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 b52dcc216..8a257a5cc 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 1a701a78e..df29ae3a3 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 705f77065..b8ec3da0e 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 82bbf5dd6..6018eae79 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 2b3eb27a1..c7fe11ffe 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 3a52d5442..a5227c895 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 ecc33332e..65ee3cfc3 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 2d7bf2f4f..af4b3240e 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 d93446aec..bcd2045d7 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 76b97c680..a0f12adf6 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 ef4e14aa4..682d8ddd3 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 f83cb8f00..b07a823e9 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 2cd5795ed..76d5de9b9 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 e61f1a62c..68961fd60 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 d76383430..4dfe4c0c4 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 34e1d867f..4efa8efd2 100644 --- a/src/Configurator/RendererGenerators/Unformatted.php +++ b/src/Configurator/RendererGenerators/Unformatted.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 999950421..df325a1ca 100644 --- a/src/Configurator/RendererGenerators/XSLT.php +++ b/src/Configurator/RendererGenerators/XSLT.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 bb78e43c0..ed4d59b67 100644 --- a/src/Configurator/Rendering.php +++ b/src/Configurator/Rendering.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 4c15d0854..7c1bb95dc 100644 --- a/src/Configurator/RulesGenerator.php +++ b/src/Configurator/RulesGenerator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 47ca59690..98e93718a 100644 --- a/src/Configurator/RulesGenerators/AllowAll.php +++ b/src/Configurator/RulesGenerators/AllowAll.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 637ee8ea0..58af58dda 100644 --- a/src/Configurator/RulesGenerators/AutoCloseIfVoid.php +++ b/src/Configurator/RulesGenerators/AutoCloseIfVoid.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 1eb88bd64..407d04dc8 100644 --- a/src/Configurator/RulesGenerators/AutoReopenFormattingElements.php +++ b/src/Configurator/RulesGenerators/AutoReopenFormattingElements.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 ee38b1186..8d4b62a58 100644 --- a/src/Configurator/RulesGenerators/BlockElementsCloseFormattingElements.php +++ b/src/Configurator/RulesGenerators/BlockElementsCloseFormattingElements.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 e08042973..24b86f9c1 100644 --- a/src/Configurator/RulesGenerators/BlockElementsFosterFormattingElements.php +++ b/src/Configurator/RulesGenerators/BlockElementsFosterFormattingElements.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 195dd8a86..e6f956eb1 100644 --- a/src/Configurator/RulesGenerators/DisableAutoLineBreaksIfNewLinesArePreserved.php +++ b/src/Configurator/RulesGenerators/DisableAutoLineBreaksIfNewLinesArePreserved.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 c913432ae..da408d2e5 100644 --- a/src/Configurator/RulesGenerators/EnforceContentModels.php +++ b/src/Configurator/RulesGenerators/EnforceContentModels.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 aa0faa859..af2fd1b04 100644 --- a/src/Configurator/RulesGenerators/EnforceOptionalEndTags.php +++ b/src/Configurator/RulesGenerators/EnforceOptionalEndTags.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 5d375498a..452213a5e 100644 --- a/src/Configurator/RulesGenerators/IgnoreTagsInCode.php +++ b/src/Configurator/RulesGenerators/IgnoreTagsInCode.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 583895702..872459442 100644 --- a/src/Configurator/RulesGenerators/IgnoreTextIfDisallowed.php +++ b/src/Configurator/RulesGenerators/IgnoreTextIfDisallowed.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 fe7d838a4..5bd9cb8ab 100644 --- a/src/Configurator/RulesGenerators/IgnoreWhitespaceAroundBlockElements.php +++ b/src/Configurator/RulesGenerators/IgnoreWhitespaceAroundBlockElements.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 3f1b54d2a..40d574267 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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/Interfaces/TargetedRulesGenerator.php b/src/Configurator/RulesGenerators/Interfaces/TargetedRulesGenerator.php index 5aad3f80e..3d6d2a2fc 100644 --- a/src/Configurator/RulesGenerators/Interfaces/TargetedRulesGenerator.php +++ b/src/Configurator/RulesGenerators/Interfaces/TargetedRulesGenerator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 6c03d76af..945119ee2 100644 --- a/src/Configurator/RulesGenerators/ManageParagraphs.php +++ b/src/Configurator/RulesGenerators/ManageParagraphs.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 a551e659f..03da1b0f3 100644 --- a/src/Configurator/RulesGenerators/TrimFirstLineInCodeBlocks.php +++ b/src/Configurator/RulesGenerators/TrimFirstLineInCodeBlocks.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 8e94f199e..a7b0ca260 100644 --- a/src/Configurator/TemplateCheck.php +++ b/src/Configurator/TemplateCheck.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 556b8599e..4bd4cc861 100644 --- a/src/Configurator/TemplateChecker.php +++ b/src/Configurator/TemplateChecker.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 2b648c342..e9d68ccdf 100644 --- a/src/Configurator/TemplateChecks/AbstractDynamicContentCheck.php +++ b/src/Configurator/TemplateChecks/AbstractDynamicContentCheck.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 eb4111124..891b169ae 100644 --- a/src/Configurator/TemplateChecks/AbstractFlashRestriction.php +++ b/src/Configurator/TemplateChecks/AbstractFlashRestriction.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 301c65980..a0b0f2bad 100644 --- a/src/Configurator/TemplateChecks/AbstractXSLSupportCheck.php +++ b/src/Configurator/TemplateChecks/AbstractXSLSupportCheck.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 e0588c741..18a25f5b4 100644 --- a/src/Configurator/TemplateChecks/DisallowAttributeSets.php +++ b/src/Configurator/TemplateChecks/DisallowAttributeSets.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 c4e25e905..a868c78dc 100644 --- a/src/Configurator/TemplateChecks/DisallowCopy.php +++ b/src/Configurator/TemplateChecks/DisallowCopy.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 39c1a3545..3c2672584 100644 --- a/src/Configurator/TemplateChecks/DisallowDisableOutputEscaping.php +++ b/src/Configurator/TemplateChecks/DisallowDisableOutputEscaping.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 ecfafc2e2..0cee2cfb2 100644 --- a/src/Configurator/TemplateChecks/DisallowDynamicAttributeNames.php +++ b/src/Configurator/TemplateChecks/DisallowDynamicAttributeNames.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 9c0a90d47..e252a7bcb 100644 --- a/src/Configurator/TemplateChecks/DisallowDynamicElementNames.php +++ b/src/Configurator/TemplateChecks/DisallowDynamicElementNames.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 9e1f1e7ee..ec6046830 100644 --- a/src/Configurator/TemplateChecks/DisallowElement.php +++ b/src/Configurator/TemplateChecks/DisallowElement.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 1409de542..102765917 100644 --- a/src/Configurator/TemplateChecks/DisallowElementNS.php +++ b/src/Configurator/TemplateChecks/DisallowElementNS.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 d8efc8eff..f67760b11 100644 --- a/src/Configurator/TemplateChecks/DisallowFlashFullScreen.php +++ b/src/Configurator/TemplateChecks/DisallowFlashFullScreen.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 939ab263f..92f7ae01f 100644 --- a/src/Configurator/TemplateChecks/DisallowNodeByXPath.php +++ b/src/Configurator/TemplateChecks/DisallowNodeByXPath.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 5cc32f8c4..feae1b97a 100644 --- a/src/Configurator/TemplateChecks/DisallowObjectParamsWithGeneratedName.php +++ b/src/Configurator/TemplateChecks/DisallowObjectParamsWithGeneratedName.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 d2531e757..bdec59927 100644 --- a/src/Configurator/TemplateChecks/DisallowPHPTags.php +++ b/src/Configurator/TemplateChecks/DisallowPHPTags.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 218bd51c2..e19395176 100644 --- a/src/Configurator/TemplateChecks/DisallowUncompilableXSL.php +++ b/src/Configurator/TemplateChecks/DisallowUncompilableXSL.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 c64c81935..a817a4a75 100644 --- a/src/Configurator/TemplateChecks/DisallowUnsafeCopyOf.php +++ b/src/Configurator/TemplateChecks/DisallowUnsafeCopyOf.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 748b8244a..0a4f457e8 100644 --- a/src/Configurator/TemplateChecks/DisallowUnsafeDynamicCSS.php +++ b/src/Configurator/TemplateChecks/DisallowUnsafeDynamicCSS.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 959ad1205..f726962fe 100644 --- a/src/Configurator/TemplateChecks/DisallowUnsafeDynamicJS.php +++ b/src/Configurator/TemplateChecks/DisallowUnsafeDynamicJS.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 8708fdcdf..87882ca4c 100644 --- a/src/Configurator/TemplateChecks/DisallowUnsafeDynamicURL.php +++ b/src/Configurator/TemplateChecks/DisallowUnsafeDynamicURL.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 3a0d6b046..0ac6f5534 100644 --- a/src/Configurator/TemplateChecks/DisallowUnsupportedXSL.php +++ b/src/Configurator/TemplateChecks/DisallowUnsupportedXSL.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 8e0ec7743..6dc6eefed 100644 --- a/src/Configurator/TemplateChecks/DisallowXPathFunction.php +++ b/src/Configurator/TemplateChecks/DisallowXPathFunction.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 d2ddf63ab..55eb97052 100644 --- a/src/Configurator/TemplateChecks/RestrictFlashNetworking.php +++ b/src/Configurator/TemplateChecks/RestrictFlashNetworking.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 e8372f841..63224e12b 100644 --- a/src/Configurator/TemplateChecks/RestrictFlashScriptAccess.php +++ b/src/Configurator/TemplateChecks/RestrictFlashScriptAccess.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 e696b2dfe..1357c0e05 100644 --- a/src/Configurator/TemplateNormalizations/AbstractChooseOptimization.php +++ b/src/Configurator/TemplateNormalizations/AbstractChooseOptimization.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 a57d2d69a..639314a1e 100644 --- a/src/Configurator/TemplateNormalizations/AbstractConstantFolding.php +++ b/src/Configurator/TemplateNormalizations/AbstractConstantFolding.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 3bfe3228c..beaa5f638 100644 --- a/src/Configurator/TemplateNormalizations/AbstractNormalization.php +++ b/src/Configurator/TemplateNormalizations/AbstractNormalization.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 5ef29af47..a41a509f1 100644 --- a/src/Configurator/TemplateNormalizations/AddAttributeValueToElements.php +++ b/src/Configurator/TemplateNormalizations/AddAttributeValueToElements.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 089264ea7..c531f2521 100644 --- a/src/Configurator/TemplateNormalizations/ConvertCurlyExpressionsInText.php +++ b/src/Configurator/TemplateNormalizations/ConvertCurlyExpressionsInText.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 e239e8fe8..e90abfe75 100644 --- a/src/Configurator/TemplateNormalizations/Custom.php +++ b/src/Configurator/TemplateNormalizations/Custom.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 0a842fc13..bf57e9823 100644 --- a/src/Configurator/TemplateNormalizations/DeoptimizeIf.php +++ b/src/Configurator/TemplateNormalizations/DeoptimizeIf.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 5fda0bce9..7658b0367 100644 --- a/src/Configurator/TemplateNormalizations/EnforceHTMLOmittedEndTags.php +++ b/src/Configurator/TemplateNormalizations/EnforceHTMLOmittedEndTags.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 deb016175..c4fc2f1c2 100644 --- a/src/Configurator/TemplateNormalizations/FixUnescapedCurlyBracesInHtmlAttributes.php +++ b/src/Configurator/TemplateNormalizations/FixUnescapedCurlyBracesInHtmlAttributes.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 c1729edd3..be34b575b 100644 --- a/src/Configurator/TemplateNormalizations/FoldArithmeticConstants.php +++ b/src/Configurator/TemplateNormalizations/FoldArithmeticConstants.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 f28110c78..de0106722 100644 --- a/src/Configurator/TemplateNormalizations/FoldConstantXPathExpressions.php +++ b/src/Configurator/TemplateNormalizations/FoldConstantXPathExpressions.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 05cc38fd7..f66aaa875 100644 --- a/src/Configurator/TemplateNormalizations/InlineAttributes.php +++ b/src/Configurator/TemplateNormalizations/InlineAttributes.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 d8cb2627d..3fb3f81f9 100644 --- a/src/Configurator/TemplateNormalizations/InlineCDATA.php +++ b/src/Configurator/TemplateNormalizations/InlineCDATA.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 ed19c6b7a..ce40ab81f 100644 --- a/src/Configurator/TemplateNormalizations/InlineElements.php +++ b/src/Configurator/TemplateNormalizations/InlineElements.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 137232ca8..93b9e3e4f 100644 --- a/src/Configurator/TemplateNormalizations/InlineInferredValues.php +++ b/src/Configurator/TemplateNormalizations/InlineInferredValues.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 412c66e21..289b39634 100644 --- a/src/Configurator/TemplateNormalizations/InlineTextElements.php +++ b/src/Configurator/TemplateNormalizations/InlineTextElements.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 355173c67..af42b1b17 100644 --- a/src/Configurator/TemplateNormalizations/InlineXPathLiterals.php +++ b/src/Configurator/TemplateNormalizations/InlineXPathLiterals.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 d81182bee..02d7617a7 100644 --- a/src/Configurator/TemplateNormalizations/MergeConsecutiveCopyOf.php +++ b/src/Configurator/TemplateNormalizations/MergeConsecutiveCopyOf.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 1a16ffb72..688946426 100644 --- a/src/Configurator/TemplateNormalizations/MergeIdenticalConditionalBranches.php +++ b/src/Configurator/TemplateNormalizations/MergeIdenticalConditionalBranches.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 6177c7c47..664527237 100644 --- a/src/Configurator/TemplateNormalizations/MinifyInlineCSS.php +++ b/src/Configurator/TemplateNormalizations/MinifyInlineCSS.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 44aa09cec..e9a9d3c09 100644 --- a/src/Configurator/TemplateNormalizations/MinifyXPathExpressions.php +++ b/src/Configurator/TemplateNormalizations/MinifyXPathExpressions.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 da0be823e..a99fd693e 100644 --- a/src/Configurator/TemplateNormalizations/NormalizeAttributeNames.php +++ b/src/Configurator/TemplateNormalizations/NormalizeAttributeNames.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 059766094..bb714c405 100644 --- a/src/Configurator/TemplateNormalizations/NormalizeElementNames.php +++ b/src/Configurator/TemplateNormalizations/NormalizeElementNames.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 41a6a1334..f4c43985d 100644 --- a/src/Configurator/TemplateNormalizations/NormalizeUrls.php +++ b/src/Configurator/TemplateNormalizations/NormalizeUrls.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 a5cfecbb1..ebb27cb69 100644 --- a/src/Configurator/TemplateNormalizations/OptimizeChoose.php +++ b/src/Configurator/TemplateNormalizations/OptimizeChoose.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 4ba312697..65bbb740a 100644 --- a/src/Configurator/TemplateNormalizations/OptimizeChooseDeadBranches.php +++ b/src/Configurator/TemplateNormalizations/OptimizeChooseDeadBranches.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 55d438ce4..d61103373 100644 --- a/src/Configurator/TemplateNormalizations/OptimizeChooseText.php +++ b/src/Configurator/TemplateNormalizations/OptimizeChooseText.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 50cdbf2a2..c5f0f7369 100644 --- a/src/Configurator/TemplateNormalizations/OptimizeConditionalAttributes.php +++ b/src/Configurator/TemplateNormalizations/OptimizeConditionalAttributes.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 36a34612c..e65dd176f 100644 --- a/src/Configurator/TemplateNormalizations/OptimizeConditionalValueOf.php +++ b/src/Configurator/TemplateNormalizations/OptimizeConditionalValueOf.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 f2b923094..4a9e332a2 100644 --- a/src/Configurator/TemplateNormalizations/OptimizeNestedConditionals.php +++ b/src/Configurator/TemplateNormalizations/OptimizeNestedConditionals.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 19adc06bb..c0f97e1f8 100644 --- a/src/Configurator/TemplateNormalizations/PreserveSingleSpaces.php +++ b/src/Configurator/TemplateNormalizations/PreserveSingleSpaces.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 5ae4b9f00..e17ebe3d4 100644 --- a/src/Configurator/TemplateNormalizations/RemoveComments.php +++ b/src/Configurator/TemplateNormalizations/RemoveComments.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 30a6a4e9b..0e86ba85c 100644 --- a/src/Configurator/TemplateNormalizations/RemoveInterElementWhitespace.php +++ b/src/Configurator/TemplateNormalizations/RemoveInterElementWhitespace.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 2cbf9f0b6..28a6ff461 100644 --- a/src/Configurator/TemplateNormalizations/RemoveLivePreviewAttributes.php +++ b/src/Configurator/TemplateNormalizations/RemoveLivePreviewAttributes.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 7178d11e0..d97684400 100644 --- a/src/Configurator/TemplateNormalizations/RenameLivePreviewEvent.php +++ b/src/Configurator/TemplateNormalizations/RenameLivePreviewEvent.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 c36bd266b..3817fa155 100644 --- a/src/Configurator/TemplateNormalizations/SetAttributeOnElements.php +++ b/src/Configurator/TemplateNormalizations/SetAttributeOnElements.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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/SetRelNoreferrerOnTargetedLinks.php b/src/Configurator/TemplateNormalizations/SetRelNoreferrerOnTargetedLinks.php index 0ec037fc6..4cb3a2905 100644 --- a/src/Configurator/TemplateNormalizations/SetRelNoreferrerOnTargetedLinks.php +++ b/src/Configurator/TemplateNormalizations/SetRelNoreferrerOnTargetedLinks.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 9fe24572b..e99331fd2 100644 --- a/src/Configurator/TemplateNormalizations/SortAttributesByName.php +++ b/src/Configurator/TemplateNormalizations/SortAttributesByName.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 aa2bf0370..02f83c13e 100644 --- a/src/Configurator/TemplateNormalizations/TransposeComments.php +++ b/src/Configurator/TemplateNormalizations/TransposeComments.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 104773f61..a74c4addf 100644 --- a/src/Configurator/TemplateNormalizations/UninlineAttributes.php +++ b/src/Configurator/TemplateNormalizations/UninlineAttributes.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 f43cd1987..08cca49c2 100644 --- a/src/Configurator/TemplateNormalizer.php +++ b/src/Configurator/TemplateNormalizer.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 caae131d3..86b6bb2bc 100644 --- a/src/Configurator/Traits/CollectionProxy.php +++ b/src/Configurator/Traits/CollectionProxy.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 daaaf75ec..a52dd46cd 100644 --- a/src/Configurator/Traits/Configurable.php +++ b/src/Configurator/Traits/Configurable.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 2ea90bca5..e86b3b3da 100644 --- a/src/Configurator/Traits/TemplateSafeness.php +++ b/src/Configurator/Traits/TemplateSafeness.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 10321d14a..22bc9483d 100644 --- a/src/Configurator/UrlConfig.php +++ b/src/Configurator/UrlConfig.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 b3c9bd2cf..023475375 100644 --- a/src/Configurator/Validators/AttributeName.php +++ b/src/Configurator/Validators/AttributeName.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 d92cdbd93..fd318c14c 100644 --- a/src/Configurator/Validators/TagName.php +++ b/src/Configurator/Validators/TagName.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 caddcd667..d31e4292d 100644 --- a/src/Configurator/Validators/TemplateParameterName.php +++ b/src/Configurator/Validators/TemplateParameterName.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 4465e7c74..4ccf98ef0 100644 --- a/src/Parser.php +++ b/src/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 066cc7e56..695e4f8ce 100644 --- a/src/Parser/AttributeFilters/EmailFilter.php +++ b/src/Parser/AttributeFilters/EmailFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 099b75908..209df4895 100644 --- a/src/Parser/AttributeFilters/FalseFilter.php +++ b/src/Parser/AttributeFilters/FalseFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 47bf270b9..05d0b16e4 100644 --- a/src/Parser/AttributeFilters/HashmapFilter.php +++ b/src/Parser/AttributeFilters/HashmapFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 c2c4e97d4..5bab8d315 100644 --- a/src/Parser/AttributeFilters/MapFilter.php +++ b/src/Parser/AttributeFilters/MapFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 65498023c..fc2ed564e 100644 --- a/src/Parser/AttributeFilters/NetworkFilter.php +++ b/src/Parser/AttributeFilters/NetworkFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 4bc135a76..1b4ac7128 100644 --- a/src/Parser/AttributeFilters/NumericFilter.php +++ b/src/Parser/AttributeFilters/NumericFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 876a03aca..ee1e72c37 100644 --- a/src/Parser/AttributeFilters/RegexpFilter.php +++ b/src/Parser/AttributeFilters/RegexpFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 0918ad706..75cd120bf 100644 --- a/src/Parser/AttributeFilters/TimestampFilter.php +++ b/src/Parser/AttributeFilters/TimestampFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 5b59dcb89..ebea4b0cf 100644 --- a/src/Parser/AttributeFilters/UrlFilter.php +++ b/src/Parser/AttributeFilters/UrlFilter.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 df6ec3ac9..b8d737151 100644 --- a/src/Parser/FilterProcessing.php +++ b/src/Parser/FilterProcessing.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 3574de361..30238e6f6 100644 --- a/src/Parser/Logger.php +++ b/src/Parser/Logger.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 65990e209..699ff5113 100644 --- a/src/Parser/Tag.php +++ b/src/Parser/Tag.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Parser; diff --git a/src/Plugins/Autoemail/Configurator.php b/src/Plugins/Autoemail/Configurator.php index 046154369..27d086287 100644 --- a/src/Plugins/Autoemail/Configurator.php +++ b/src/Plugins/Autoemail/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 72c5a583a..712bc884e 100644 --- a/src/Plugins/Autoemail/Parser.php +++ b/src/Plugins/Autoemail/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 95ce0c9c5..c8b217a76 100644 --- a/src/Plugins/Autoimage/Configurator.php +++ b/src/Plugins/Autoimage/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 b90bb2ff5..ee1b2dac0 100644 --- a/src/Plugins/Autoimage/Parser.php +++ b/src/Plugins/Autoimage/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 03666fafd..44720fbe9 100644 --- a/src/Plugins/Autolink/Configurator.php +++ b/src/Plugins/Autolink/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 1aa0d68ea..aa7f5887f 100644 --- a/src/Plugins/Autolink/Parser.php +++ b/src/Plugins/Autolink/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 f3e41ae20..8123f57bb 100644 --- a/src/Plugins/Autovideo/Configurator.php +++ b/src/Plugins/Autovideo/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 27576c8e3..f16fb312b 100644 --- a/src/Plugins/Autovideo/Parser.php +++ b/src/Plugins/Autovideo/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 9d5b6981a..ac00fdf1e 100644 --- a/src/Plugins/BBCodes/Configurator.php +++ b/src/Plugins/BBCodes/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 fe1b1ea34..9c58b180d 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 7018f1a19..19ce8b804 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 0ff1ddd0f..841fdb73a 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 95abb0e60..fd9771d0b 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 f8a98f7a0..ad5a889ba 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 3cf2dbb2b..7079a00b2 100644 --- a/src/Plugins/BBCodes/Parser.php +++ b/src/Plugins/BBCodes/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 3ff1d7e5a..081f110d0 100644 --- a/src/Plugins/Censor/Configurator.php +++ b/src/Plugins/Censor/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 cebd02078..2a5fdfc27 100644 --- a/src/Plugins/Censor/Helper.php +++ b/src/Plugins/Censor/Helper.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 13e169166..974edc7c3 100644 --- a/src/Plugins/Censor/Parser.php +++ b/src/Plugins/Censor/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 1475ff85b..dabb8fbe9 100644 --- a/src/Plugins/ConfiguratorBase.php +++ b/src/Plugins/ConfiguratorBase.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 070ace5ae..411b2a662 100644 --- a/src/Plugins/Emoji/Configurator.php +++ b/src/Plugins/Emoji/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 9eba57b55..6a89779af 100644 --- a/src/Plugins/Emoji/Parser.php +++ b/src/Plugins/Emoji/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 6b0851b5c..d20767677 100644 --- a/src/Plugins/Emoticons/Configurator.php +++ b/src/Plugins/Emoticons/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 8dc4ef8e2..31bd9489e 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 d495e8607..73bc144fb 100644 --- a/src/Plugins/Emoticons/Parser.php +++ b/src/Plugins/Emoticons/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 a97443880..b4ed7ac94 100644 --- a/src/Plugins/Escaper/Configurator.php +++ b/src/Plugins/Escaper/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 9259d833d..81e6346fd 100644 --- a/src/Plugins/Escaper/Parser.php +++ b/src/Plugins/Escaper/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 4b0c941ee..2677bcc56 100644 --- a/src/Plugins/FancyPants/Configurator.php +++ b/src/Plugins/FancyPants/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 e497e26ef..e0ec577fe 100644 --- a/src/Plugins/FancyPants/Parser.php +++ b/src/Plugins/FancyPants/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 249151cc4..d189ffec1 100644 --- a/src/Plugins/HTMLComments/Configurator.php +++ b/src/Plugins/HTMLComments/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 a9fd56ee7..5a7766c59 100644 --- a/src/Plugins/HTMLComments/Parser.php +++ b/src/Plugins/HTMLComments/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 04974acc8..3dd77b423 100644 --- a/src/Plugins/HTMLElements/Configurator.php +++ b/src/Plugins/HTMLElements/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 ac43929a5..e31b7e6e5 100644 --- a/src/Plugins/HTMLElements/Parser.php +++ b/src/Plugins/HTMLElements/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 daef55399..340bb4714 100644 --- a/src/Plugins/HTMLEntities/Configurator.php +++ b/src/Plugins/HTMLEntities/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 a136a6be0..e89cb63a5 100644 --- a/src/Plugins/HTMLEntities/Parser.php +++ b/src/Plugins/HTMLEntities/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 c4b522865..b76400b74 100644 --- a/src/Plugins/Keywords/Configurator.php +++ b/src/Plugins/Keywords/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 e49049b6b..f104e9117 100644 --- a/src/Plugins/Keywords/Parser.php +++ b/src/Plugins/Keywords/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 8896d4293..09a31f197 100644 --- a/src/Plugins/Litedown/Configurator.php +++ b/src/Plugins/Litedown/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 2e2b7e61d..47136ff13 100644 --- a/src/Plugins/Litedown/Parser.php +++ b/src/Plugins/Litedown/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 bf9fe0020..a2c1273e4 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 341cb98c9..3bdb3b8cf 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 5dc2e521a..83ccec1e0 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 a3f915bf0..9aff3f4e7 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 c19c16d32..11d8b60a4 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 bf75e3597..33cc236e0 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 520b0fba6..b604c62ce 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 28766551c..c6e1b0e03 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 a2a969c22..21f8a893e 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 e8cb419ba..08263139f 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 84cb07165..2be1de4f5 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 5af0cd9b5..a062ebf66 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 a4b9daa17..620d738d6 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 f930634c1..dfeb90555 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 5d6251cd7..91b3542f7 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 410841e97..389415f04 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 404bbb2eb..2364daa18 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 535337c88..e408ed51a 100644 --- a/src/Plugins/MediaEmbed/Configurator.php +++ b/src/Plugins/MediaEmbed/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 74bf00765..d049918dd 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 43692228e..d6ec4af6c 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 db9737598..77bdca5ad 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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/TemplateBuilder.php b/src/Plugins/MediaEmbed/Configurator/TemplateBuilder.php index 359b14ca4..360189647 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 e6ba0baeb..75b0a32d0 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 07fa39ac3..5e873e7df 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 17752d323..a2dac4029 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 fd1c8d357..32275c273 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 e09960155..1a28bc8f7 100644 --- a/src/Plugins/MediaEmbed/Parser.php +++ b/src/Plugins/MediaEmbed/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 2640522f1..fcb12fb43 100644 --- a/src/Plugins/ParserBase.php +++ b/src/Plugins/ParserBase.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 1d8fbb551..9f2d9a02b 100644 --- a/src/Plugins/PipeTables/Configurator.php +++ b/src/Plugins/PipeTables/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 8226d6985..e0563d588 100644 --- a/src/Plugins/PipeTables/Parser.php +++ b/src/Plugins/PipeTables/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 0e8b31d14..a5904bd84 100644 --- a/src/Plugins/Preg/Configurator.php +++ b/src/Plugins/Preg/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 9b9c5860a..b0d2bfe66 100644 --- a/src/Plugins/Preg/Parser.php +++ b/src/Plugins/Preg/Parser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 32691b728..1b48dccc4 100644 --- a/src/Plugins/TaskLists/Configurator.php +++ b/src/Plugins/TaskLists/Configurator.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 d35a9f6ed..1a48d0385 100644 --- a/src/Plugins/TaskLists/Helper.php +++ b/src/Plugins/TaskLists/Helper.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 eda47a527..e90c4326a 100644 --- a/src/Renderer.php +++ b/src/Renderer.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 74b8ad0d4..44f1feb5c 100644 --- a/src/Renderers/PHP.php +++ b/src/Renderers/PHP.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 55390c026..8a7527715 100644 --- a/src/Renderers/Unformatted.php +++ b/src/Renderers/Unformatted.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 1a322af29..fcf1d7b07 100644 --- a/src/Renderers/XSLT.php +++ b/src/Renderers/XSLT.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 d8bee30e1..d3751eab3 100644 --- a/src/Unparser.php +++ b/src/Unparser.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 bba73ca6c..23b7d6c89 100644 --- a/src/Utils.php +++ b/src/Utils.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 358632ec8..d5e7df9c3 100644 --- a/src/Utils/Http.php +++ b/src/Utils/Http.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 c64c7502e..7d4c5a0e4 100644 --- a/src/Utils/Http/Client.php +++ b/src/Utils/Http/Client.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 a44adcea9..0c102e687 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 ec78b8a42..a025cf036 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 793f71c37..48d081e99 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-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 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 7588f77b4..b515d5ac7 100644 --- a/src/Utils/XPath.php +++ b/src/Utils/XPath.php @@ -2,7 +2,7 @@ /** * @package s9e\TextFormatter -* @copyright Copyright (c) 2010-2022 The s9e authors +* @copyright Copyright (c) 2010-2023 The s9e authors * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ namespace s9e\TextFormatter\Utils;