From 5e98df948af78a9dad60bd7e747d5abe2469613d Mon Sep 17 00:00:00 2001 From: agabrys Date: Thu, 17 Sep 2020 17:39:47 +0200 Subject: [PATCH] #37 stop using gabrys.biz domain name The gabrys.biz domain has been abandoned (EOL: 19th September 2020). All links to the *.gabrys.biz are updated: * css-splitter-maven-plugin.projects.gabrys.biz -> gabrysbiz.github.io/css-splitter-maven-plugin * maven-plugin-utils.projects.gabrys.biz -> gabrysbiz.github.io/maven-plugin-utils * www.gabrys.biz -> github.com/gabrysbiz * www.adam.gabrys.biz -> agabrys.github.io --- CHANGELOG.md | 36 +++++++-------- README.md | 24 +++++----- gh-pages/index.html.template | 20 ++++---- gh-pages/static-files/CNAME | 1 - gh-pages/static-files/robots.txt | 2 - header-license-template.txt | 4 +- pom.xml | 10 ++-- .../maven/plugins/css/splitter/SplitMojo.java | 4 +- .../splitter/compressor/CodeCompressor.java | 4 +- .../compressor/CompressionException.java | 4 +- .../compressor/InitializationException.java | 4 +- .../plugins/css/splitter/css/Standard.java | 4 +- .../splitter/css/type/AbstractNodeRule.java | 4 +- .../css/splitter/css/type/ComplexRule.java | 4 +- .../plugins/css/splitter/css/type/Node.java | 4 +- .../css/splitter/css/type/NodeImpl.java | 4 +- .../css/splitter/css/type/NodeRule.java | 4 +- .../css/splitter/css/type/SimpleRule.java | 4 +- .../css/splitter/css/type/StyleProperty.java | 4 +- .../css/splitter/css/type/StyleRule.java | 4 +- .../css/splitter/css/type/StyleSheet.java | 4 +- .../css/splitter/css/type/TreeUtils.java | 4 +- .../css/splitter/css/type/UnknownRule.java | 4 +- .../splitter/css/type/UnknownRuleCounter.java | 4 +- .../message/AbstractMessagePrinter.java | 4 +- .../splitter/message/AnyMessagePrinter.java | 4 +- ...mplexRuleInvalidContentMessagePrinter.java | 4 +- .../css/splitter/message/MessagePrinter.java | 4 +- .../message/StylesheetMessagePrinter.java | 4 +- .../splitter/message/TreeMessagePrinter.java | 4 +- .../UnknownRuleSizeMessagePrinter.java | 4 +- .../plugins/css/splitter/net/UrlEscaper.java | 4 +- .../splitter/split/AbstractRuleSplitter.java | 4 +- .../splitter/split/ComplexRuleSplitter.java | 4 +- .../splitter/split/MultipleRuleSplitter.java | 4 +- .../css/splitter/split/NeighborsManager.java | 4 +- .../css/splitter/split/RuleSplitter.java | 4 +- .../css/splitter/split/RulesContainer.java | 4 +- .../css/splitter/split/RulesSplitter.java | 4 +- .../css/splitter/split/SplitResult.java | 4 +- .../css/splitter/split/StyleRuleSplitter.java | 4 +- .../splitter/split/StyleSheetSplliter.java | 4 +- .../splitter/steadystate/ParserException.java | 4 +- .../splitter/steadystate/ParserOptions.java | 4 +- .../steadystate/ParserOptionsBuilder.java | 4 +- .../steadystate/SACParserFactory.java | 4 +- .../steadystate/SteadyErrorHandler.java | 4 +- .../steadystate/SteadyStateParser.java | 4 +- .../converter/AbstractRuleConverter.java | 4 +- .../converter/CharsetRuleConverter.java | 4 +- .../steadystate/converter/CssFormatter.java | 4 +- .../converter/FontFaceRuleConverter.java | 4 +- .../converter/ImportRuleConverter.java | 4 +- .../converter/MediaRuleConverter.java | 4 +- .../converter/MultipleRuleConverter.java | 4 +- .../converter/PageRuleConverter.java | 4 +- .../steadystate/converter/RuleConverter.java | 4 +- .../converter/StylePropertyConverter.java | 4 +- .../converter/StyleRuleConverter.java | 4 +- .../converter/StyleSheetConverter.java | 4 +- .../converter/UnknownRuleConverter.java | 4 +- .../converter/UnsupportedRuleException.java | 4 +- .../token/CustomValueTokenFactory.java | 4 +- .../splitter/token/DateTokenValueFactory.java | 4 +- .../plugins/css/splitter/token/TokenType.java | 4 +- .../css/splitter/token/TokenValueFactory.java | 4 +- .../css/splitter/tree/OrderedTree.java | 4 +- .../css/splitter/tree/OrderedTreeNode.java | 4 +- .../AbstractRulePropertiesLimitValidator.java | 4 +- .../ComplexRulePropertiesLimitValidator.java | 4 +- .../RulePropertiesLimitValidator.java | 4 +- .../validation/RulesLimitValidator.java | 4 +- .../StylePropertiesLimitValidator.java | 4 +- .../StyleRulePropertiesLimitValidator.java | 4 +- .../UnknownRulePropertiesLimitValidator.java | 4 +- .../validation/ValidationException.java | 4 +- src/main/resources/license.txt | 2 +- xdocs/changelog.xml | 46 +++++++++---------- 78 files changed, 209 insertions(+), 212 deletions(-) delete mode 100644 gh-pages/static-files/CNAME delete mode 100644 gh-pages/static-files/robots.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 324bd53..17512f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,25 +4,25 @@ Dependencies: * Upgraded [CSS Parser](http://cssparser.sourceforge.net/) from 0.9.26 to 0.9.27 ([#32](https://github.com/gabrysbiz/css-splitter-maven-plugin/issues/32)) -[See documentation](http://css-splitter-maven-plugin.projects.gabrys.biz/LATEST/) +[See documentation](https://gabrysbiz.github.io/css-splitter-maven-plugin/LATEST/) ## 2.0.3 Dependencies: * Upgraded [CSS Parser](http://cssparser.sourceforge.net/) from 0.9.25 to 0.9.26 ([#31](https://github.com/gabrysbiz/css-splitter-maven-plugin/issues/31)) -[See documentation](http://css-splitter-maven-plugin.projects.gabrys.biz/2.0.3/) +[See documentation](https://gabrysbiz.github.io/css-splitter-maven-plugin/2.0.3/) ## 2.0.2 Bugs: * Fixed regex patterns should not be created needlessly ([#30](https://github.com/gabrysbiz/css-splitter-maven-plugin/issues/30)) -[See documentation](http://css-splitter-maven-plugin.projects.gabrys.biz/2.0.2/) +[See documentation](https://gabrysbiz.github.io/css-splitter-maven-plugin/2.0.2/) ## 2.0.1 Bugs: * Fixed colors should be written as hex codes instead of rgb functions ([#28](https://github.com/gabrysbiz/css-splitter-maven-plugin/issues/28)) -[See documentation](http://css-splitter-maven-plugin.projects.gabrys.biz/2.0.1/) +[See documentation](https://gabrysbiz.github.io/css-splitter-maven-plugin/2.0.1/) ## 2.0.0 Features: @@ -35,58 +35,58 @@ Bugs: Dependencies: * Upgraded [CSS Parser](http://cssparser.sourceforge.net/) from 0.9.24 to 0.9.25 -* Upgraded [Maven Plugin Utils](http://maven-plugin-utils.projects.gabrys.biz/) from [1.4.1](http://maven-plugin-utils.projects.gabrys.biz/1.4.1/) to [2.0.0](http://maven-plugin-utils.projects.gabrys.biz/2.0.0/) +* Upgraded [Maven Plugin Utils](https://gabrysbiz.github.io/maven-plugin-utils) from [1.4.1](https://gabrysbiz.github.io/maven-plugin-utils1.4.1/) to [2.0.0](https://gabrysbiz.github.io/maven-plugin-utils2.0.0/) -[See documentation](http://css-splitter-maven-plugin.projects.gabrys.biz/2.0.0/) +[See documentation](https://gabrysbiz.github.io/css-splitter-maven-plugin/2.0.0/) ## 1.2.3 Dependencies: * Upgraded [CSS Parser](http://cssparser.sourceforge.net/) from 0.9.23 to 0.9.24 -* Upgraded [Maven Plugin Utils](http://maven-plugin-utils.projects.gabrys.biz/) from [1.4.0](http://maven-plugin-utils.projects.gabrys.biz/1.4.0/) to [1.4.1](http://maven-plugin-utils.projects.gabrys.biz/1.4.1/) +* Upgraded [Maven Plugin Utils](https://gabrysbiz.github.io/maven-plugin-utils) from [1.4.0](https://gabrysbiz.github.io/maven-plugin-utils1.4.0/) to [1.4.1](https://gabrysbiz.github.io/maven-plugin-utils1.4.1/) -[See documentation](http://css-splitter-maven-plugin.projects.gabrys.biz/1.2.3/) +[See documentation](https://gabrysbiz.github.io/css-splitter-maven-plugin/1.2.3/) ## 1.2.2 Dependencies: * Upgraded [CSS Parser](http://cssparser.sourceforge.net/) from 0.9.22 to 0.9.23 -[See documentation](http://css-splitter-maven-plugin.projects.gabrys.biz/1.2.2/) +[See documentation](https://gabrysbiz.github.io/css-splitter-maven-plugin/1.2.2/) ## 1.2.1 Dependencies: * Upgraded [CSS Parser](http://cssparser.sourceforge.net/) from 0.9.21 to 0.9.22 -[See documentation](http://css-splitter-maven-plugin.projects.gabrys.biz/1.2.1/) +[See documentation](https://gabrysbiz.github.io/css-splitter-maven-plugin/1.2.1/) ## 1.2.0 Features: * Added support for nested `@media` rules in CSS 3.0 -* Added support for "star hack" in CSS 2.1 and 3.0 (see the [starHackAllowed](http://css-splitter-maven-plugin.projects.gabrys.biz/1.2.0/split-mojo.html#starHackAllowed) parameter) +* Added support for "star hack" in CSS 2.1 and 3.0 (see the [starHackAllowed](https://gabrysbiz.github.io/css-splitter-maven-plugin/1.2.0/split-mojo.html#starHackAllowed) parameter) Dependencies: * Upgraded [CSS Parser](http://cssparser.sourceforge.net/) from 0.9.20 to 0.9.21 -[See documentation](http://css-splitter-maven-plugin.projects.gabrys.biz/1.2.0/) +[See documentation](https://gabrysbiz.github.io/css-splitter-maven-plugin/1.2.0/) ## 1.1.1 Dependencies: -* Upgraded [Maven Plugin Utils](http://maven-plugin-utils.projects.gabrys.biz/) from [1.3.0](http://maven-plugin-utils.projects.gabrys.biz/1.3.0/) to [1.4.0](http://maven-plugin-utils.projects.gabrys.biz/1.4.0/) +* Upgraded [Maven Plugin Utils](https://gabrysbiz.github.io/maven-plugin-utils) from [1.3.0](https://gabrysbiz.github.io/maven-plugin-utils1.3.0/) to [1.4.0](https://gabrysbiz.github.io/maven-plugin-utils1.4.0/) -[See documentation](http://css-splitter-maven-plugin.projects.gabrys.biz/1.1.1/) +[See documentation](https://gabrysbiz.github.io/css-splitter-maven-plugin/1.1.1/) ## 1.1.0 Features: -* Added code compression (see the [compress](http://css-splitter-maven-plugin.projects.gabrys.biz/1.1.0/split-mojo.html#compress) parameter) +* Added code compression (see the [compress](https://gabrysbiz.github.io/css-splitter-maven-plugin/1.1.0/split-mojo.html#compress) parameter) -[See documentation](http://css-splitter-maven-plugin.projects.gabrys.biz/1.1.0/) +[See documentation](https://gabrysbiz.github.io/css-splitter-maven-plugin/1.1.0/) ## 1.0.1 Dependencies: * Upgraded [CSS Parser](http://cssparser.sourceforge.net/) from 0.9.19 to 0.9.20 -[See documentation](http://css-splitter-maven-plugin.projects.gabrys.biz/1.0.1/) +[See documentation](https://gabrysbiz.github.io/css-splitter-maven-plugin/1.0.1/) ## 1.0.0 Initial release. -[See documentation](http://css-splitter-maven-plugin.projects.gabrys.biz/1.0.0/) \ No newline at end of file +[See documentation](https://gabrysbiz.github.io/css-splitter-maven-plugin/1.0.0/) \ No newline at end of file diff --git a/README.md b/README.md index 6fdbbff..e7b107c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # About -[![License BSD 3-Clause](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg)](http://css-splitter-maven-plugin.projects.gabrys.biz/license.txt) +[![License BSD 3-Clause](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg)](https://gabrysbiz.github.io/css-splitter-maven-plugin/license.txt) [![Build Status](https://travis-ci.org/gabrysbiz/css-splitter-maven-plugin.svg?branch=master)](https://travis-ci.org/gabrysbiz/css-splitter-maven-plugin) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=biz.gabrys.maven.plugins%3Acss-splitter-maven-plugin&metric=alert_status)](https://sonarcloud.io/dashboard?id=biz.gabrys.maven.plugins%3Acss-splitter-maven-plugin) -This plugin splits [CSS](http://www.w3.org/Style/CSS/) stylesheets to smaller files ("parts") which contain maximum [X](http://css-splitter-maven-plugin.projects.gabrys.biz/LATEST/split-mojo.html#maxRules) rules. It uses [CSS Parser](http://cssparser.sourceforge.net/) to parse source code. +This plugin splits [CSS](http://www.w3.org/Style/CSS/) stylesheets to smaller files ("parts") which contain maximum [X](https://gabrysbiz.github.io/css-splitter-maven-plugin/LATEST/split-mojo.html#maxRules) rules. It uses [CSS Parser](http://cssparser.sourceforge.net/) to parse source code. [CSS Parser](http://cssparser.sourceforge.net/) supports following standards: * [Cascading Style Sheets Level 3](https://www.w3.org/Style/CSS/) @@ -11,10 +11,10 @@ This plugin splits [CSS](http://www.w3.org/Style/CSS/) stylesheets to smaller fi * [Cascading Style Sheets Level 2](https://www.w3.org/TR/2008/REC-CSS2-20080411/) * [Cascading Style Sheets Level 1](https://www.w3.org/TR/CSS1/) -For more information read the [split](http://css-splitter-maven-plugin.projects.gabrys.biz/LATEST/split-mojo.html) goal documentation or take a look into [examples](#examples). +For more information read the [split](https://gabrysbiz.github.io/css-splitter-maven-plugin/LATEST/split-mojo.html) goal documentation or take a look into [examples](#examples). # Goals Overview -* [css-splitter:split](http://css-splitter-maven-plugin.projects.gabrys.biz/LATEST/split-mojo.html) - splits [CSS](http://www.w3.org/Style/CSS/) stylesheets to smaller files ("parts") which contain maximum [X](http://css-splitter-maven-plugin.projects.gabrys.biz/LATEST/split-mojo.html#maxRules) rules +* [css-splitter:split](https://gabrysbiz.github.io/css-splitter-maven-plugin/LATEST/split-mojo.html) - splits [CSS](http://www.w3.org/Style/CSS/) stylesheets to smaller files ("parts") which contain maximum [X](https://gabrysbiz.github.io/css-splitter-maven-plugin/LATEST/split-mojo.html#maxRules) rules # Requirements The plugin to run requires: @@ -22,17 +22,17 @@ The plugin to run requires: * Maven 3 or higher # Usage -General instructions on how to use the CSS Splitter Maven Plugin can be found on the [usage](http://css-splitter-maven-plugin.projects.gabrys.biz/LATEST/usage.html) page. Some more specific use cases are described in the examples given below. Last but not least, users occasionally contribute additional examples, tips or errata to the plugin's [wiki](https://github.com/gabrysbiz/css-splitter-maven-plugin/wiki) page. +General instructions on how to use the CSS Splitter Maven Plugin can be found on the [usage](https://gabrysbiz.github.io/css-splitter-maven-plugin/LATEST/usage.html) page. Some more specific use cases are described in the examples given below. Last but not least, users occasionally contribute additional examples, tips or errata to the plugin's [wiki](https://github.com/gabrysbiz/css-splitter-maven-plugin/wiki) page. -In case you still have questions regarding the plugin's usage, please have a look at the [FAQ](http://css-splitter-maven-plugin.projects.gabrys.biz/LATEST/faq.html). +In case you still have questions regarding the plugin's usage, please have a look at the [FAQ](https://gabrysbiz.github.io/css-splitter-maven-plugin/LATEST/faq.html). -If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in the [issue tracker](http://css-splitter-maven-plugin.projects.gabrys.biz/LATEST/issue-tracking.html). When creating a new issue, please provide a comprehensive description of your concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason, entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated. Of course, patches are welcome, too. Contributors can check out the project from the [source repository](http://css-splitter-maven-plugin.projects.gabrys.biz/LATEST/source-repository.html) and will find supplementary information in the [guide to helping with Maven](http://maven.apache.org/guides/development/guide-helping.html). +If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in the [issue tracker](https://gabrysbiz.github.io/css-splitter-maven-plugin/LATEST/issue-tracking.html). When creating a new issue, please provide a comprehensive description of your concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason, entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated. Of course, patches are welcome, too. Contributors can check out the project from the [source repository](https://gabrysbiz.github.io/css-splitter-maven-plugin/LATEST/source-repository.html) and will find supplementary information in the [guide to helping with Maven](http://maven.apache.org/guides/development/guide-helping.html). # Examples To provide you with better understanding of some usages of the CSS Splitter Maven Plugin, you can take a look into the following examples: -* [Using include/exclude patterns](http://css-splitter-maven-plugin.projects.gabrys.biz/LATEST/examples/patterns.html) -* [Multiple source/output directories](http://css-splitter-maven-plugin.projects.gabrys.biz/LATEST/examples/multiple-directories.html) -* [Output file structure (imports' tree)](http://css-splitter-maven-plugin.projects.gabrys.biz/LATEST/examples/output-file-structure.html) -* [Using cache token](http://css-splitter-maven-plugin.projects.gabrys.biz/LATEST/examples/cache-token.html) -* [Code compression](http://css-splitter-maven-plugin.projects.gabrys.biz/LATEST/examples/code-compression.html) +* [Using include/exclude patterns](https://gabrysbiz.github.io/css-splitter-maven-plugin/LATEST/examples/patterns.html) +* [Multiple source/output directories](https://gabrysbiz.github.io/css-splitter-maven-plugin/LATEST/examples/multiple-directories.html) +* [Output file structure (imports' tree)](https://gabrysbiz.github.io/css-splitter-maven-plugin/LATEST/examples/output-file-structure.html) +* [Using cache token](https://gabrysbiz.github.io/css-splitter-maven-plugin/LATEST/examples/cache-token.html) +* [Code compression](https://gabrysbiz.github.io/css-splitter-maven-plugin/LATEST/examples/code-compression.html) diff --git a/gh-pages/index.html.template b/gh-pages/index.html.template index 1a93d98..36d3537 100644 --- a/gh-pages/index.html.template +++ b/gh-pages/index.html.template @@ -271,9 +271,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. @@ -285,9 +285,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. @@ -334,9 +334,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Dependencies:

@@ -366,7 +366,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/gh-pages/static-files/CNAME b/gh-pages/static-files/CNAME deleted file mode 100644 index b7811f9..0000000 --- a/gh-pages/static-files/CNAME +++ /dev/null @@ -1 +0,0 @@ -css-splitter-maven-plugin.projects.gabrys.biz \ No newline at end of file diff --git a/gh-pages/static-files/robots.txt b/gh-pages/static-files/robots.txt deleted file mode 100644 index 299a287..0000000 --- a/gh-pages/static-files/robots.txt +++ /dev/null @@ -1,2 +0,0 @@ -User-agent: * -Disallow: /LATEST/ diff --git a/header-license-template.txt b/header-license-template.txt index 195123b..a7fc530 100644 --- a/header-license-template.txt +++ b/header-license-template.txt @@ -1,7 +1,7 @@ ${project.name} -http://${project.artifactId}.projects.gabrys.biz/ +https://gabrysbiz.github.io/css-splitter-maven-plugin/ -Copyright (c) ${project.inceptionYear} ${owner} +Copyright (c) ${project.inceptionYear}-2020 ${owner} This file is licensed under the BSD 3-Clause (the "License"). You may not use this file except in compliance with the License. diff --git a/pom.xml b/pom.xml index c926b49..85d042f 100644 --- a/pom.xml +++ b/pom.xml @@ -9,18 +9,18 @@ maven-plugin CSS Splitter Maven Plugin Splits CSS stylesheets to smaller files ("parts") which contain maximum X rules. - http://css-splitter-maven-plugin.projects.gabrys.biz/LATEST/ + https://gabrysbiz.github.io/css-splitter-maven-plugin/LATEST/ 2015 gabrys.biz - http://www.gabrys.biz/ + https://github.com/gabrysbiz/ The BSD 3-Clause License - http://css-splitter-maven-plugin.projects.gabrys.biz/license.txt + https://gabrysbiz.github.io/css-splitter-maven-plugin/license.txt repo @@ -29,9 +29,9 @@ agabrys Adam Gabryś - http://www.adam.gabrys.biz/ + https://agabrys.github.io/ gabrys.biz - http://www.gabrys.biz/ + https://github.com/gabrysbiz/ Europe/Berlin diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/SplitMojo.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/SplitMojo.java index cf7dd20..40d3c79 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/SplitMojo.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/SplitMojo.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/compressor/CodeCompressor.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/compressor/CodeCompressor.java index 96b8a2c..244169c 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/compressor/CodeCompressor.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/compressor/CodeCompressor.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/compressor/CompressionException.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/compressor/CompressionException.java index 49dc70e..5777028 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/compressor/CompressionException.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/compressor/CompressionException.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/compressor/InitializationException.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/compressor/InitializationException.java index 36492b3..75204a1 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/compressor/InitializationException.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/compressor/InitializationException.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/Standard.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/Standard.java index d793aba..149468d 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/Standard.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/Standard.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/AbstractNodeRule.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/AbstractNodeRule.java index fce0b5f..cd9bab5 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/AbstractNodeRule.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/AbstractNodeRule.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/ComplexRule.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/ComplexRule.java index 91a05c2..ab392e9 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/ComplexRule.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/ComplexRule.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/Node.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/Node.java index 9bda3b9..d2d4be1 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/Node.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/Node.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/NodeImpl.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/NodeImpl.java index da942ae..ab03359 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/NodeImpl.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/NodeImpl.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/NodeRule.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/NodeRule.java index 87c90a5..a2201cd 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/NodeRule.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/NodeRule.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/SimpleRule.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/SimpleRule.java index c3e498e..ce9d53e 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/SimpleRule.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/SimpleRule.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/StyleProperty.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/StyleProperty.java index 118fd4b..5d54ffe 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/StyleProperty.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/StyleProperty.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/StyleRule.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/StyleRule.java index 4400b94..580f5d5 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/StyleRule.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/StyleRule.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/StyleSheet.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/StyleSheet.java index 67f2c31..4e78906 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/StyleSheet.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/StyleSheet.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/TreeUtils.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/TreeUtils.java index 3d9bed4..e9f9ec9 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/TreeUtils.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/TreeUtils.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/UnknownRule.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/UnknownRule.java index bac9939..7d3a0ce 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/UnknownRule.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/UnknownRule.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/UnknownRuleCounter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/UnknownRuleCounter.java index cc5bdfb..9233945 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/UnknownRuleCounter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/css/type/UnknownRuleCounter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/AbstractMessagePrinter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/AbstractMessagePrinter.java index 2854e2e..f7a220c 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/AbstractMessagePrinter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/AbstractMessagePrinter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/AnyMessagePrinter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/AnyMessagePrinter.java index a10d8e8..5624e5c 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/AnyMessagePrinter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/AnyMessagePrinter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/ComplexRuleInvalidContentMessagePrinter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/ComplexRuleInvalidContentMessagePrinter.java index fb8d5aa..09cd5ae 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/ComplexRuleInvalidContentMessagePrinter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/ComplexRuleInvalidContentMessagePrinter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/MessagePrinter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/MessagePrinter.java index cc9785a..f418c37 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/MessagePrinter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/MessagePrinter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/StylesheetMessagePrinter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/StylesheetMessagePrinter.java index a409c34..05a793a 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/StylesheetMessagePrinter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/StylesheetMessagePrinter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/TreeMessagePrinter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/TreeMessagePrinter.java index dea3240..5ef0c3b 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/TreeMessagePrinter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/TreeMessagePrinter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/UnknownRuleSizeMessagePrinter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/UnknownRuleSizeMessagePrinter.java index 05dcc1a..11f6067 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/UnknownRuleSizeMessagePrinter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/message/UnknownRuleSizeMessagePrinter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/net/UrlEscaper.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/net/UrlEscaper.java index f145198..5aa56db 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/net/UrlEscaper.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/net/UrlEscaper.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/AbstractRuleSplitter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/AbstractRuleSplitter.java index f2498fe..0dfd23d 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/AbstractRuleSplitter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/AbstractRuleSplitter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/ComplexRuleSplitter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/ComplexRuleSplitter.java index c9f6bb2..9e67406 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/ComplexRuleSplitter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/ComplexRuleSplitter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/MultipleRuleSplitter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/MultipleRuleSplitter.java index 819acb2..f5631ec 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/MultipleRuleSplitter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/MultipleRuleSplitter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/NeighborsManager.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/NeighborsManager.java index 2d84f2b..53c2162 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/NeighborsManager.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/NeighborsManager.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/RuleSplitter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/RuleSplitter.java index 0cf972c..e022c9c 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/RuleSplitter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/RuleSplitter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/RulesContainer.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/RulesContainer.java index 1404d1a..c3f7a54 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/RulesContainer.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/RulesContainer.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/RulesSplitter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/RulesSplitter.java index 15741bc..01cee8f 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/RulesSplitter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/RulesSplitter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/SplitResult.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/SplitResult.java index f707b9c..32f689e 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/SplitResult.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/SplitResult.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/StyleRuleSplitter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/StyleRuleSplitter.java index 2b08cd3..9c95f37 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/StyleRuleSplitter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/StyleRuleSplitter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/StyleSheetSplliter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/StyleSheetSplliter.java index d177024..705f128 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/StyleSheetSplliter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/split/StyleSheetSplliter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/ParserException.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/ParserException.java index 0f372d3..eeddc8d 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/ParserException.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/ParserException.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/ParserOptions.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/ParserOptions.java index 46ad339..11edfe6 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/ParserOptions.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/ParserOptions.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/ParserOptionsBuilder.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/ParserOptionsBuilder.java index 6267916..cea1f8d 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/ParserOptionsBuilder.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/ParserOptionsBuilder.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/SACParserFactory.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/SACParserFactory.java index 2515841..a769468 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/SACParserFactory.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/SACParserFactory.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/SteadyErrorHandler.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/SteadyErrorHandler.java index 0ee1fbb..249d916 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/SteadyErrorHandler.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/SteadyErrorHandler.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/SteadyStateParser.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/SteadyStateParser.java index e9eb7ac..5ca7a45 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/SteadyStateParser.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/SteadyStateParser.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/AbstractRuleConverter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/AbstractRuleConverter.java index bf84431..d9c9a36 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/AbstractRuleConverter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/AbstractRuleConverter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/CharsetRuleConverter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/CharsetRuleConverter.java index 837e9d1..6835305 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/CharsetRuleConverter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/CharsetRuleConverter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/CssFormatter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/CssFormatter.java index b142e17..5319283 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/CssFormatter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/CssFormatter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/FontFaceRuleConverter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/FontFaceRuleConverter.java index 5ff10fe..043ec7b 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/FontFaceRuleConverter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/FontFaceRuleConverter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/ImportRuleConverter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/ImportRuleConverter.java index 5817c10..4191e99 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/ImportRuleConverter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/ImportRuleConverter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/MediaRuleConverter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/MediaRuleConverter.java index 3f75170..eb535a5 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/MediaRuleConverter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/MediaRuleConverter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/MultipleRuleConverter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/MultipleRuleConverter.java index 0180d8f..12f418d 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/MultipleRuleConverter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/MultipleRuleConverter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/PageRuleConverter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/PageRuleConverter.java index 3221e6b..011a43b 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/PageRuleConverter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/PageRuleConverter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/RuleConverter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/RuleConverter.java index 0e2626a..b4a3dc9 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/RuleConverter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/RuleConverter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/StylePropertyConverter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/StylePropertyConverter.java index 12751ea..e08f6e0 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/StylePropertyConverter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/StylePropertyConverter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/StyleRuleConverter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/StyleRuleConverter.java index 84be442..d88a3ab 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/StyleRuleConverter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/StyleRuleConverter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/StyleSheetConverter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/StyleSheetConverter.java index f24e385..d5f4faf 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/StyleSheetConverter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/StyleSheetConverter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/UnknownRuleConverter.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/UnknownRuleConverter.java index e402417..ed6d300 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/UnknownRuleConverter.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/UnknownRuleConverter.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/UnsupportedRuleException.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/UnsupportedRuleException.java index 5b3f541..3a0c261 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/UnsupportedRuleException.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/steadystate/converter/UnsupportedRuleException.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/token/CustomValueTokenFactory.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/token/CustomValueTokenFactory.java index d83af94..5c9511e 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/token/CustomValueTokenFactory.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/token/CustomValueTokenFactory.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/token/DateTokenValueFactory.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/token/DateTokenValueFactory.java index fb4e09a..24238b7 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/token/DateTokenValueFactory.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/token/DateTokenValueFactory.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/token/TokenType.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/token/TokenType.java index beb0060..351facb 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/token/TokenType.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/token/TokenType.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/token/TokenValueFactory.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/token/TokenValueFactory.java index 15689c5..517473c 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/token/TokenValueFactory.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/token/TokenValueFactory.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/tree/OrderedTree.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/tree/OrderedTree.java index 86e0416..1b52dc2 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/tree/OrderedTree.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/tree/OrderedTree.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/tree/OrderedTreeNode.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/tree/OrderedTreeNode.java index e500e4b..804afb1 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/tree/OrderedTreeNode.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/tree/OrderedTreeNode.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/AbstractRulePropertiesLimitValidator.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/AbstractRulePropertiesLimitValidator.java index cef410b..80adec7 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/AbstractRulePropertiesLimitValidator.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/AbstractRulePropertiesLimitValidator.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/ComplexRulePropertiesLimitValidator.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/ComplexRulePropertiesLimitValidator.java index bbbb4df..1d11212 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/ComplexRulePropertiesLimitValidator.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/ComplexRulePropertiesLimitValidator.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/RulePropertiesLimitValidator.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/RulePropertiesLimitValidator.java index 3fc611e..5934f55 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/RulePropertiesLimitValidator.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/RulePropertiesLimitValidator.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/RulesLimitValidator.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/RulesLimitValidator.java index 625c367..275a535 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/RulesLimitValidator.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/RulesLimitValidator.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/StylePropertiesLimitValidator.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/StylePropertiesLimitValidator.java index 7da17d3..6d0cdc0 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/StylePropertiesLimitValidator.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/StylePropertiesLimitValidator.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/StyleRulePropertiesLimitValidator.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/StyleRulePropertiesLimitValidator.java index 55610f6..871fd02 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/StyleRulePropertiesLimitValidator.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/StyleRulePropertiesLimitValidator.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/UnknownRulePropertiesLimitValidator.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/UnknownRulePropertiesLimitValidator.java index f886f3f..49742c3 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/UnknownRulePropertiesLimitValidator.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/UnknownRulePropertiesLimitValidator.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/ValidationException.java b/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/ValidationException.java index 9d865fb..1c16678 100644 --- a/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/ValidationException.java +++ b/src/main/java/biz/gabrys/maven/plugins/css/splitter/validation/ValidationException.java @@ -1,8 +1,8 @@ /* * CSS Splitter Maven Plugin - * http://css-splitter-maven-plugin.projects.gabrys.biz/ + * https://gabrysbiz.github.io/css-splitter-maven-plugin/ * - * Copyright (c) 2015 Adam Gabrys + * Copyright (c) 2015-2020 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. diff --git a/src/main/resources/license.txt b/src/main/resources/license.txt index ff10805..1b73c16 100644 --- a/src/main/resources/license.txt +++ b/src/main/resources/license.txt @@ -1,4 +1,4 @@ -Copyright (c) 2015, Adam Gabryś +Copyright (c) 2015-2020, Adam Gabrys All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/xdocs/changelog.xml b/xdocs/changelog.xml index 108e0d2..5e33992 100644 --- a/xdocs/changelog.xml +++ b/xdocs/changelog.xml @@ -24,7 +24,7 @@ (#31) -

See documentation

+

See documentation

Bugs:

@@ -34,7 +34,7 @@ (#30) -

See documentation

+

See documentation

Bugs:

@@ -44,7 +44,7 @@ (#28) -

See documentation

+

See documentation

Features:

@@ -67,38 +67,38 @@ -

See documentation

+

See documentation

Dependencies:

-

See documentation

+

See documentation

Dependencies:

-

See documentation

+

See documentation

Dependencies:

-

See documentation

+

See documentation

Features:

@@ -106,7 +106,7 @@
  • Added support for nested @media rules in CSS 3.0
  • Added support for "star hack" in CSS 2.1 and 3.0 (see the - starHackAllowed + starHackAllowed parameter)
  • @@ -114,40 +114,40 @@ -

    See documentation

    +

    See documentation

    Dependencies:

    -

    See documentation

    +

    See documentation

    Features:

    -

    See documentation

    +

    See documentation

    Dependencies:

    -

    See documentation

    +

    See documentation

    Initial release.

    -

    See documentation

    +

    See documentation

    \ No newline at end of file