From 55986c2e8dc637d91ea4d17463c10461ca37fbe3 Mon Sep 17 00:00:00 2001
From: Andreas Penski <18-andreas.penski@users.noreply.projekte.kosit.org>
Date: Fri, 2 Oct 2020 08:30:39 +0000
Subject: [PATCH] https://github.com/itplr-kosit/validator/issues/53 Fix
copyright and licensing information
---
.idea/copyright/KoSIT_Validator.xml | 6 ++++
.idea/copyright/profiles_settings.xml | 7 ++++
LICENSE | 25 -------------
NOTICE | 6 ++--
formatter.xml | 16 +++++++++
.../1.0.1/packaged-test-scenarios-1.0.1.pom | 16 +++++++++
.../maven-metadata-local.xml | 16 +++++++++
pom.xml | 36 +++++++++----------
src/assembly/assembly-dist.xml | 25 ++++++-------
.../api/AcceptRecommendation.java | 16 +++++++++
.../de/kosit/validationtool/api/Check.java | 25 ++++++-------
.../api/CheckConfiguration.java | 25 ++++++-------
.../validationtool/api/Configuration.java | 16 +++++++++
.../de/kosit/validationtool/api/Input.java | 25 ++++++-------
.../validationtool/api/InputFactory.java | 25 ++++++-------
.../api/ResolvingConfigurationStrategy.java | 16 +++++++++
.../de/kosit/validationtool/api/Result.java | 16 +++++++++
.../de/kosit/validationtool/api/XmlError.java | 16 +++++++++
.../cmd/CheckAssertionAction.java | 25 ++++++-------
.../cmd/CommandLineApplication.java | 25 ++++++-------
.../cmd/CommandLineOptions.java | 16 +++++++++
.../cmd/DefaultNamingStrategy.java | 16 +++++++++
.../cmd/ExtractHtmlContentAction.java | 25 ++++++-------
.../validationtool/cmd/InternalCheck.java | 25 ++++++-------
.../validationtool/cmd/NamingStrategy.java | 16 +++++++++
.../validationtool/cmd/PrintMemoryStats.java | 25 ++++++-------
.../validationtool/cmd/PrintReportAction.java | 25 ++++++-------
.../kosit/validationtool/cmd/ReturnValue.java | 16 +++++++++
.../cmd/SerializeReportAction.java | 25 ++++++-------
.../cmd/SerializeReportInputAction.java | 16 +++++++++
.../kosit/validationtool/cmd/Validator.java | 16 +++++++++
.../validationtool/cmd/report/Format.java | 16 +++++++++
.../kosit/validationtool/cmd/report/Grid.java | 16 +++++++++
.../validationtool/cmd/report/Justify.java | 16 +++++++++
.../kosit/validationtool/cmd/report/Line.java | 16 +++++++++
.../kosit/validationtool/cmd/report/Text.java | 16 +++++++++
.../kosit/validationtool/config/Builder.java | 16 +++++++++
.../config/ConfigurationBuilder.java | 16 +++++++++
.../config/ConfigurationLoader.java | 16 +++++++++
.../config/DefaultConfiguration.java | 16 +++++++++
.../config/FallbackBuilder.java | 16 +++++++++
.../de/kosit/validationtool/config/Keys.java | 16 +++++++++
.../validationtool/config/ReportBuilder.java | 16 +++++++++
.../config/ScenarioBuilder.java | 16 +++++++++
.../validationtool/config/SchemaBuilder.java | 16 +++++++++
.../config/SchematronBuilder.java | 16 +++++++++
.../validationtool/config/XPathBuilder.java | 16 +++++++++
.../validationtool/daemon/BaseHandler.java | 16 +++++++++
.../validationtool/daemon/CheckHandler.java | 16 +++++++++
.../validationtool/daemon/ConfigHandler.java | 16 +++++++++
.../kosit/validationtool/daemon/Daemon.java | 16 +++++++++
.../validationtool/daemon/GuiHandler.java | 16 +++++++++
.../validationtool/daemon/HealthHandler.java | 16 +++++++++
.../validationtool/daemon/HttpStatus.java | 16 +++++++++
.../validationtool/daemon/RoutingHandler.java | 16 +++++++++
.../impl/ClassPathResourceResolver.java | 25 ++++++-------
.../impl/CollectingErrorEventHandler.java | 25 ++++++-------
.../impl/ContentRepository.java | 25 ++++++-------
.../impl/ConversionService.java | 25 ++++++-------
.../validationtool/impl/DateFactory.java | 16 +++++++++
.../validationtool/impl/DefaultCheck.java | 25 ++++++-------
.../validationtool/impl/DefaultResult.java | 16 +++++++++
.../impl/EngineInformation.java | 16 +++++++++
.../validationtool/impl/HtmlExtractor.java | 16 +++++++++
.../de/kosit/validationtool/impl/Printer.java | 16 +++++++++
.../validationtool/impl/ResolvingMode.java | 16 +++++++++
.../kosit/validationtool/impl/Scenario.java | 16 +++++++++
.../impl/ScenarioRepository.java | 25 ++++++-------
.../impl/input/AbstractInput.java | 16 +++++++++
.../impl/input/ByteArrayInput.java | 16 +++++++++
.../impl/input/LazyReadInput.java | 16 +++++++++
.../impl/input/ResourceInput.java | 16 +++++++++
.../impl/input/SourceInput.java | 16 +++++++++
.../impl/input/StreamHelper.java | 16 +++++++++
.../impl/input/XdmNodeInput.java | 16 +++++++++
.../validationtool/impl/model/BaseOutput.java | 16 +++++++++
.../impl/model/BaseXMLSyntaxError.java | 25 ++++++-------
.../validationtool/impl/model/Result.java | 25 ++++++-------
.../impl/tasks/CheckAction.java | 25 ++++++-------
.../impl/tasks/ComputeAcceptanceAction.java | 16 +++++++++
.../CreateDocumentIdentificationAction.java | 16 +++++++++
.../impl/tasks/CreateReportAction.java | 25 ++++++-------
.../impl/tasks/DocumentParseAction.java | 25 ++++++-------
.../impl/tasks/ScenarioSelectionAction.java | 25 ++++++-------
.../impl/tasks/SchemaValidationAction.java | 25 ++++++-------
.../tasks/SchematronValidationAction.java | 25 ++++++-------
.../impl/tasks/ValidateReportInputAction.java | 25 ++++++-------
.../impl/xml/BaseResolvingStrategy.java | 16 +++++++++
.../impl/xml/RelativeUriResolver.java | 25 ++++++-------
.../impl/xml/RemoteResolvingStrategy.java | 16 +++++++++
.../xml/StrictLocalResolvingStrategy.java | 16 +++++++++
.../xml/StrictRelativeResolvingStrategy.java | 16 +++++++++
.../impl/xml/StringTrimAdapter.java | 16 +++++++++
src/main/model/binding/global.xjb | 25 ++++++-------
src/main/model/xsd/assertions.xsd | 25 ++++++-------
src/main/model/xsd/createReportInput.xsd | 25 ++++++-------
src/main/model/xsd/daemon.xsd | 16 +++++++++
src/main/model/xsd/scenarios.xsd | 25 ++++++-------
src/main/model/xsd/svrl-kosit.xsd | 16 +++++++++
src/main/model/xsd/xml.xsd | 16 +++++++++
src/main/resources/app-info.properties | 15 ++++++++
src/main/resources/gui/index.html | 30 ++++++++++++----
src/main/resources/simplelogger.properties | 25 +++++++------
.../api/CheckConfigurationTest.java | 16 +++++++++
.../validationtool/api/InputFactoryTest.java | 25 ++++++-------
.../cmd/CheckAssertionActionTest.java | 25 ++++++-------
.../kosit/validationtool/cmd/CommandLine.java | 25 ++++++-------
.../cmd/CommandlineApplicationTest.java | 25 ++++++-------
.../cmd/DefaultNamingStrategyTest.java | 16 +++++++++
.../cmd/ExtractHtmlActionTest.java | 25 ++++++-------
.../cmd/PrintReportActionTest.java | 25 ++++++-------
.../cmd/SerializeReportActionTest.java | 25 ++++++-------
.../cmd/SerializeReportInputActionTest.java | 25 ++++++-------
.../config/ConfigurationBuilderTest.java | 16 +++++++++
.../config/ConfigurationLoaderTest.java | 16 +++++++++
.../config/ScenarioBuilderTest.java | 16 +++++++++
.../config/SchemaBuilderTest.java | 16 +++++++++
.../config/SimpleConfigTest.java | 16 +++++++++
.../config/TestConfiguration.java | 16 +++++++++
.../config/TestConfigurationFactory.java | 16 +++++++++
.../config/XPathBuilderTest.java | 16 +++++++++
.../kosit/validationtool/daemon/BaseIT.java | 16 +++++++++
.../validationtool/daemon/CheckHandlerIT.java | 16 +++++++++
.../daemon/ConfigHandlerIT.java | 16 +++++++++
.../daemon/ConfigHandlerTest.java | 16 +++++++++
.../validationtool/daemon/GuiHandlerIT.java | 16 +++++++++
.../daemon/HealthHandlerIT.java | 16 +++++++++
.../impl/ContentRepositoryTest.java | 25 ++++++-------
.../impl/ConversionServiceTest.java | 25 ++++++-------
.../validationtool/impl/DefaultCheckTest.java | 25 ++++++-------
.../de/kosit/validationtool/impl/Helper.java | 25 ++++++-------
.../impl/RelativeUriResolverTest.java | 25 ++++++-------
.../impl/ScenarioRepositoryTest.java | 25 ++++++-------
.../impl/SimpleScenarioCheckTest.java | 16 +++++++++
.../impl/TestObjectFactory.java | 16 +++++++++
.../validationtool/impl/VersioningTest.java | 25 ++++++-------
.../tasks/ComputeAcceptanceActionTest.java | 16 +++++++++
.../impl/tasks/CreateReportActionTest.java | 16 +++++++++
.../impl/tasks/DocumentParseActionTest.java | 25 ++++++-------
.../impl/tasks/SchemaValidatorActionTest.java | 25 ++++++-------
.../tasks/SchematronValidationActionTest.java | 16 +++++++++
.../impl/tasks/TestBagBuilder.java | 16 +++++++++
.../xml/BaseResolverConfigurationTest.java | 16 +++++++++
.../impl/xml/RemoteResolvingStrategyTest.java | 16 +++++++++
.../impl/xml/SaxonSecurityTest.java | 25 ++++++-------
.../impl/xml/StrictLocalResolvingTest.java | 16 +++++++++
.../impl/xml/StrictRelativeResolvingTest.java | 16 +++++++++
src/test/resources/evil/evil1.xsl | 25 ++++++-------
src/test/resources/evil/evil2.xsl | 25 ++++++-------
src/test/resources/evil/evil3.xsl | 16 +++++++++
src/test/resources/evil/evil4.xsl | 16 +++++++++
src/test/resources/evil/evil5.xsl | 25 ++++++-------
src/test/resources/evil/xxe.xml | 16 +++++++++
.../examples/assertions/tests-xrechnung.xml | 25 ++++++-------
.../examples/assertions/ubl-0001-report.xml | 25 ++++++-------
.../examples/assertions/ubl-0001.xml | 25 ++++++-------
.../examples/assertions/ubl-0002.xml | 25 ++++++-------
.../examples/invalid/scenarios-illforned.xml | 25 ++++++-------
.../resources/examples/invalid/scenarios.xml | 25 ++++++-------
.../resources/examples/resolving/main.xsd | 16 +++++++++
.../resolving/resources/reference.xsd | 16 +++++++++
.../examples/resolving/withRemote.xsd | 16 +++++++++
.../resources/examples/simple/assertions.xml | 25 ++++++-------
.../simple/input/foo-schematron-invalid.xml | 16 +++++++++
.../resources/examples/simple/input/foo.xml | 16 +++++++++
.../simple/input/simple-not-wellformed.xml | 16 +++++++++
.../simple/input/simple-schema-invalid.xml | 16 +++++++++
.../input/simple-schematron-invalid.xml | 16 +++++++++
.../examples/simple/input/simple.xml | 16 +++++++++
.../examples/simple/input/unknown.xml | 16 +++++++++
.../simple/input/withManualReject.xml | 16 +++++++++
.../examples/simple/repository/report.xsl | 25 ++++++-------
.../repository/simple-schematron-error.xsl | 16 +++++++++
.../examples/simple/repository/simple.xsd | 16 +++++++++
.../examples/simple/repository/simple.xsl | 16 +++++++++
.../examples/simple/scenarios-with-errors.xml | 25 ++++++-------
.../resources/examples/simple/scenarios.xml | 25 ++++++-------
.../examples/versioning/scenarios-base.xml | 25 ++++++-------
.../versioning/scenarios-increment.xml | 25 ++++++-------
.../versioning/scenarios-newfeature.xml | 25 ++++++-------
.../versioning/scenarios-newversion.xml | 25 ++++++-------
src/test/resources/loading/main.xsd | 16 +++++++++
.../resources/loading/resources/reference.xsd | 16 +++++++++
183 files changed, 2551 insertions(+), 1002 deletions(-)
create mode 100644 .idea/copyright/KoSIT_Validator.xml
create mode 100644 .idea/copyright/profiles_settings.xml
diff --git a/.idea/copyright/KoSIT_Validator.xml b/.idea/copyright/KoSIT_Validator.xml
new file mode 100644
index 0000000..114e72d
--- /dev/null
+++ b/.idea/copyright/KoSIT_Validator.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml
new file mode 100644
index 0000000..bc6a0ba
--- /dev/null
+++ b/.idea/copyright/profiles_settings.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
index 8dada3e..d9a10c0 100644
--- a/LICENSE
+++ b/LICENSE
@@ -174,28 +174,3 @@
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
-
- APPENDIX: How to apply the Apache License to your work.
-
- To apply the Apache License to your work, attach the following
- boilerplate notice, with the fields enclosed by brackets "{}"
- replaced with your own identifying information. (Don't include
- the brackets!) The text should be enclosed in the appropriate
- comment syntax for the file format. We also recommend that a
- file or class name and description of purpose be included on the
- same "printed page" as the copyright notice for easier
- identification within third-party archives.
-
- Copyright {yyyy} {name of copyright owner}
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
diff --git a/NOTICE b/NOTICE
index 00c8dd0..9f0c845 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
-KoSIT Validaor
-Copyright 2019 Koordinierungsstelle für IT-Standards
+KoSIT Validator
+Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
This product includes software developed by
-Koordinierungsstelle für IT-Standards (https://www.kosit.de/).
+Koordinierungsstelle für IT-Standards (https://www.xoev.de/).
diff --git a/formatter.xml b/formatter.xml
index 1623387..5ddad2b 100644
--- a/formatter.xml
+++ b/formatter.xml
@@ -1,4 +1,20 @@
+
+
diff --git a/libs/de/kosit/validationtool/packaged-test-scenarios/1.0.1/packaged-test-scenarios-1.0.1.pom b/libs/de/kosit/validationtool/packaged-test-scenarios/1.0.1/packaged-test-scenarios-1.0.1.pom
index be718d2..e76786b 100644
--- a/libs/de/kosit/validationtool/packaged-test-scenarios/1.0.1/packaged-test-scenarios-1.0.1.pom
+++ b/libs/de/kosit/validationtool/packaged-test-scenarios/1.0.1/packaged-test-scenarios-1.0.1.pom
@@ -1,4 +1,20 @@
+
+
diff --git a/libs/de/kosit/validationtool/packaged-test-scenarios/maven-metadata-local.xml b/libs/de/kosit/validationtool/packaged-test-scenarios/maven-metadata-local.xml
index 4b08828..5197bbc 100644
--- a/libs/de/kosit/validationtool/packaged-test-scenarios/maven-metadata-local.xml
+++ b/libs/de/kosit/validationtool/packaged-test-scenarios/maven-metadata-local.xml
@@ -1,4 +1,20 @@
+
+
de.kosit.validationtoolpackaged-test-scenarios
diff --git a/pom.xml b/pom.xml
index 5481c7f..88e3412 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,20 @@
-
+
+
4.0.0
@@ -565,21 +580,4 @@
v1.1.0
-
+
diff --git a/src/assembly/assembly-dist.xml b/src/assembly/assembly-dist.xml
index 7398bf9..5b4204c 100644
--- a/src/assembly/assembly-dist.xml
+++ b/src/assembly/assembly-dist.xml
@@ -1,20 +1,17 @@
diff --git a/src/main/model/xsd/createReportInput.xsd b/src/main/model/xsd/createReportInput.xsd
index f0377f9..1d628b5 100644
--- a/src/main/model/xsd/createReportInput.xsd
+++ b/src/main/model/xsd/createReportInput.xsd
@@ -1,21 +1,18 @@
diff --git a/src/main/model/xsd/daemon.xsd b/src/main/model/xsd/daemon.xsd
index c5f9b8c..cbd8db5 100644
--- a/src/main/model/xsd/daemon.xsd
+++ b/src/main/model/xsd/daemon.xsd
@@ -1,4 +1,20 @@
+
+
diff --git a/src/main/model/xsd/scenarios.xsd b/src/main/model/xsd/scenarios.xsd
index 66a0224..b626c06 100644
--- a/src/main/model/xsd/scenarios.xsd
+++ b/src/main/model/xsd/scenarios.xsd
@@ -1,21 +1,18 @@
diff --git a/src/main/model/xsd/svrl-kosit.xsd b/src/main/model/xsd/svrl-kosit.xsd
index 2fd478a..721db44 100644
--- a/src/main/model/xsd/svrl-kosit.xsd
+++ b/src/main/model/xsd/svrl-kosit.xsd
@@ -1,4 +1,20 @@
+
+
diff --git a/src/main/model/xsd/xml.xsd b/src/main/model/xsd/xml.xsd
index d3847fc..74b14a8 100644
--- a/src/main/model/xsd/xml.xsd
+++ b/src/main/model/xsd/xml.xsd
@@ -1,4 +1,20 @@
+
+
diff --git a/src/main/resources/app-info.properties b/src/main/resources/app-info.properties
index d3b04cf..d0ccfa1 100644
--- a/src/main/resources/app-info.properties
+++ b/src/main/resources/app-info.properties
@@ -1,3 +1,18 @@
+#
+# Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
# do not edit this file
# this properties are overriden by build process
project_version=${project.version}
diff --git a/src/main/resources/gui/index.html b/src/main/resources/gui/index.html
index 1eb48c4..3473141 100644
--- a/src/main/resources/gui/index.html
+++ b/src/main/resources/gui/index.html
@@ -1,3 +1,19 @@
+
+
@@ -51,13 +67,13 @@
Loading validator...
+ window.$docsify = {
+ repo: "itplr-kosit/validator",
+ loadSidebar: false,
+ hideSidebar: true,
+ autoHeader: true,
+ }
+
diff --git a/src/main/resources/simplelogger.properties b/src/main/resources/simplelogger.properties
index a157795..231ef65 100644
--- a/src/main/resources/simplelogger.properties
+++ b/src/main/resources/simplelogger.properties
@@ -1,37 +1,42 @@
-
+#
+# Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
# SLF4J's SimpleLogger configuration file for the command line client
# Simple implementation of Logger that sends all enabled log messages, for all defined loggers, to System.err.
-
# Default logging detail level for all instances of SimpleLogger.
# Must be one of ("trace", "debug", "info", "warn", or "error").
# If not specified, defaults to "info".
org.slf4j.simpleLogger.defaultLogLevel=info
-
-
# Set to true if you want the current date and time to be included in output messages.
# Default is false, and will output the number of milliseconds elapsed since startup.
org.slf4j.simpleLogger.showDateTime=true
-
# The date and time format to be used in the output messages.
# The pattern describing the date and time format is the same that is used in java.text.SimpleDateFormat.
# If the format is not specified or is invalid, the default format is used.
# The default format is yyyy-MM-dd HH:mm:ss:SSS Z.
org.slf4j.simpleLogger.dateTimeFormat=yyyy-MM-dd HH:mm:ss
-
# Set to true if you want to output the current thread name.
# Defaults to true.
org.slf4j.simpleLogger.showThreadName=false
-
# Set to true if you want the Logger instance name to be included in output messages.
# Defaults to true.
org.slf4j.simpleLogger.showLogName=false
-
# Set to true if you want the last component of the name to be included in output messages.
# Defaults to false.
org.slf4j.simpleLogger.showShortLogName=false
-
org.slf4j.simpleLogger.levelInBrackets=true
-
#
# Licensed to the Koordinierungsstelle f�r IT-Standards (KoSIT) under
# one or more contributor license agreements. See the NOTICE file
diff --git a/src/test/java/de/kosit/validationtool/api/CheckConfigurationTest.java b/src/test/java/de/kosit/validationtool/api/CheckConfigurationTest.java
index 717a59d..eac3627 100644
--- a/src/test/java/de/kosit/validationtool/api/CheckConfigurationTest.java
+++ b/src/test/java/de/kosit/validationtool/api/CheckConfigurationTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.api;
import static org.assertj.core.api.Assertions.assertThat;
diff --git a/src/test/java/de/kosit/validationtool/api/InputFactoryTest.java b/src/test/java/de/kosit/validationtool/api/InputFactoryTest.java
index 55c294d..7431bdb 100644
--- a/src/test/java/de/kosit/validationtool/api/InputFactoryTest.java
+++ b/src/test/java/de/kosit/validationtool/api/InputFactoryTest.java
@@ -1,20 +1,17 @@
/*
- * Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under
- * one or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. KoSIT licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
package de.kosit.validationtool.api;
diff --git a/src/test/java/de/kosit/validationtool/cmd/CheckAssertionActionTest.java b/src/test/java/de/kosit/validationtool/cmd/CheckAssertionActionTest.java
index 29e8e7c..bf2d196 100644
--- a/src/test/java/de/kosit/validationtool/cmd/CheckAssertionActionTest.java
+++ b/src/test/java/de/kosit/validationtool/cmd/CheckAssertionActionTest.java
@@ -1,20 +1,17 @@
/*
- * Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under
- * one or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. KoSIT licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
package de.kosit.validationtool.cmd;
diff --git a/src/test/java/de/kosit/validationtool/cmd/CommandLine.java b/src/test/java/de/kosit/validationtool/cmd/CommandLine.java
index cae55e8..472e54d 100644
--- a/src/test/java/de/kosit/validationtool/cmd/CommandLine.java
+++ b/src/test/java/de/kosit/validationtool/cmd/CommandLine.java
@@ -1,20 +1,17 @@
/*
- * Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under
- * one or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. KoSIT licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
package de.kosit.validationtool.cmd;
diff --git a/src/test/java/de/kosit/validationtool/cmd/CommandlineApplicationTest.java b/src/test/java/de/kosit/validationtool/cmd/CommandlineApplicationTest.java
index 285a059..8894056 100644
--- a/src/test/java/de/kosit/validationtool/cmd/CommandlineApplicationTest.java
+++ b/src/test/java/de/kosit/validationtool/cmd/CommandlineApplicationTest.java
@@ -1,20 +1,17 @@
/*
- * Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under
- * one or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. KoSIT licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
package de.kosit.validationtool.cmd;
diff --git a/src/test/java/de/kosit/validationtool/cmd/DefaultNamingStrategyTest.java b/src/test/java/de/kosit/validationtool/cmd/DefaultNamingStrategyTest.java
index da13c79..781235a 100644
--- a/src/test/java/de/kosit/validationtool/cmd/DefaultNamingStrategyTest.java
+++ b/src/test/java/de/kosit/validationtool/cmd/DefaultNamingStrategyTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.cmd;
import static org.assertj.core.api.Assertions.assertThat;
diff --git a/src/test/java/de/kosit/validationtool/cmd/ExtractHtmlActionTest.java b/src/test/java/de/kosit/validationtool/cmd/ExtractHtmlActionTest.java
index 7b8ccc7..ab11ac7 100644
--- a/src/test/java/de/kosit/validationtool/cmd/ExtractHtmlActionTest.java
+++ b/src/test/java/de/kosit/validationtool/cmd/ExtractHtmlActionTest.java
@@ -1,20 +1,17 @@
/*
- * Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under
- * one or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. KoSIT licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
package de.kosit.validationtool.cmd;
diff --git a/src/test/java/de/kosit/validationtool/cmd/PrintReportActionTest.java b/src/test/java/de/kosit/validationtool/cmd/PrintReportActionTest.java
index 5f0319c..01116cb 100644
--- a/src/test/java/de/kosit/validationtool/cmd/PrintReportActionTest.java
+++ b/src/test/java/de/kosit/validationtool/cmd/PrintReportActionTest.java
@@ -1,20 +1,17 @@
/*
- * Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under
- * one or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. KoSIT licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
package de.kosit.validationtool.cmd;
diff --git a/src/test/java/de/kosit/validationtool/cmd/SerializeReportActionTest.java b/src/test/java/de/kosit/validationtool/cmd/SerializeReportActionTest.java
index 5bb7994..2858b3a 100644
--- a/src/test/java/de/kosit/validationtool/cmd/SerializeReportActionTest.java
+++ b/src/test/java/de/kosit/validationtool/cmd/SerializeReportActionTest.java
@@ -1,20 +1,17 @@
/*
- * Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under
- * one or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. KoSIT licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
package de.kosit.validationtool.cmd;
diff --git a/src/test/java/de/kosit/validationtool/cmd/SerializeReportInputActionTest.java b/src/test/java/de/kosit/validationtool/cmd/SerializeReportInputActionTest.java
index a520643..4202c0d 100644
--- a/src/test/java/de/kosit/validationtool/cmd/SerializeReportInputActionTest.java
+++ b/src/test/java/de/kosit/validationtool/cmd/SerializeReportInputActionTest.java
@@ -1,20 +1,17 @@
/*
- * Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under
- * one or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. KoSIT licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
package de.kosit.validationtool.cmd;
diff --git a/src/test/java/de/kosit/validationtool/config/ConfigurationBuilderTest.java b/src/test/java/de/kosit/validationtool/config/ConfigurationBuilderTest.java
index 9b98549..83303d0 100644
--- a/src/test/java/de/kosit/validationtool/config/ConfigurationBuilderTest.java
+++ b/src/test/java/de/kosit/validationtool/config/ConfigurationBuilderTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.config;
import static de.kosit.validationtool.config.ConfigurationBuilder.report;
diff --git a/src/test/java/de/kosit/validationtool/config/ConfigurationLoaderTest.java b/src/test/java/de/kosit/validationtool/config/ConfigurationLoaderTest.java
index 4c3f626..43791c7 100644
--- a/src/test/java/de/kosit/validationtool/config/ConfigurationLoaderTest.java
+++ b/src/test/java/de/kosit/validationtool/config/ConfigurationLoaderTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.config;
import static org.assertj.core.api.Assertions.assertThat;
diff --git a/src/test/java/de/kosit/validationtool/config/ScenarioBuilderTest.java b/src/test/java/de/kosit/validationtool/config/ScenarioBuilderTest.java
index 43170cc..0cb27eb 100644
--- a/src/test/java/de/kosit/validationtool/config/ScenarioBuilderTest.java
+++ b/src/test/java/de/kosit/validationtool/config/ScenarioBuilderTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.config;
import static de.kosit.validationtool.config.TestConfigurationFactory.createScenario;
diff --git a/src/test/java/de/kosit/validationtool/config/SchemaBuilderTest.java b/src/test/java/de/kosit/validationtool/config/SchemaBuilderTest.java
index bff1c7d..7fea4a5 100644
--- a/src/test/java/de/kosit/validationtool/config/SchemaBuilderTest.java
+++ b/src/test/java/de/kosit/validationtool/config/SchemaBuilderTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.config;
import static de.kosit.validationtool.config.ConfigurationBuilder.schema;
diff --git a/src/test/java/de/kosit/validationtool/config/SimpleConfigTest.java b/src/test/java/de/kosit/validationtool/config/SimpleConfigTest.java
index f03d2fd..45f182f 100644
--- a/src/test/java/de/kosit/validationtool/config/SimpleConfigTest.java
+++ b/src/test/java/de/kosit/validationtool/config/SimpleConfigTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.config;
import static de.kosit.validationtool.config.TestConfigurationFactory.createSimpleConfiguration;
diff --git a/src/test/java/de/kosit/validationtool/config/TestConfiguration.java b/src/test/java/de/kosit/validationtool/config/TestConfiguration.java
index 4de67c1..7263cd2 100644
--- a/src/test/java/de/kosit/validationtool/config/TestConfiguration.java
+++ b/src/test/java/de/kosit/validationtool/config/TestConfiguration.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.config;
import java.util.List;
diff --git a/src/test/java/de/kosit/validationtool/config/TestConfigurationFactory.java b/src/test/java/de/kosit/validationtool/config/TestConfigurationFactory.java
index b471e44..6e920dc 100644
--- a/src/test/java/de/kosit/validationtool/config/TestConfigurationFactory.java
+++ b/src/test/java/de/kosit/validationtool/config/TestConfigurationFactory.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.config;
import static de.kosit.validationtool.config.ConfigurationBuilder.fallback;
diff --git a/src/test/java/de/kosit/validationtool/config/XPathBuilderTest.java b/src/test/java/de/kosit/validationtool/config/XPathBuilderTest.java
index 30d3af1..d4795fe 100644
--- a/src/test/java/de/kosit/validationtool/config/XPathBuilderTest.java
+++ b/src/test/java/de/kosit/validationtool/config/XPathBuilderTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.config;
import static org.assertj.core.api.Assertions.assertThat;
diff --git a/src/test/java/de/kosit/validationtool/daemon/BaseIT.java b/src/test/java/de/kosit/validationtool/daemon/BaseIT.java
index e719345..cce00b2 100644
--- a/src/test/java/de/kosit/validationtool/daemon/BaseIT.java
+++ b/src/test/java/de/kosit/validationtool/daemon/BaseIT.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.daemon;
import org.junit.Before;
diff --git a/src/test/java/de/kosit/validationtool/daemon/CheckHandlerIT.java b/src/test/java/de/kosit/validationtool/daemon/CheckHandlerIT.java
index edb5997..d32ada2 100644
--- a/src/test/java/de/kosit/validationtool/daemon/CheckHandlerIT.java
+++ b/src/test/java/de/kosit/validationtool/daemon/CheckHandlerIT.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.daemon;
import static io.restassured.RestAssured.given;
diff --git a/src/test/java/de/kosit/validationtool/daemon/ConfigHandlerIT.java b/src/test/java/de/kosit/validationtool/daemon/ConfigHandlerIT.java
index baba2d4..4c19067 100644
--- a/src/test/java/de/kosit/validationtool/daemon/ConfigHandlerIT.java
+++ b/src/test/java/de/kosit/validationtool/daemon/ConfigHandlerIT.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.daemon;
import static io.restassured.RestAssured.given;
diff --git a/src/test/java/de/kosit/validationtool/daemon/ConfigHandlerTest.java b/src/test/java/de/kosit/validationtool/daemon/ConfigHandlerTest.java
index e1552e7..090fede 100644
--- a/src/test/java/de/kosit/validationtool/daemon/ConfigHandlerTest.java
+++ b/src/test/java/de/kosit/validationtool/daemon/ConfigHandlerTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.daemon;
import static org.assertj.core.api.Assertions.assertThat;
diff --git a/src/test/java/de/kosit/validationtool/daemon/GuiHandlerIT.java b/src/test/java/de/kosit/validationtool/daemon/GuiHandlerIT.java
index 3d7501c..d28192a 100644
--- a/src/test/java/de/kosit/validationtool/daemon/GuiHandlerIT.java
+++ b/src/test/java/de/kosit/validationtool/daemon/GuiHandlerIT.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.daemon;
import static io.restassured.RestAssured.given;
diff --git a/src/test/java/de/kosit/validationtool/daemon/HealthHandlerIT.java b/src/test/java/de/kosit/validationtool/daemon/HealthHandlerIT.java
index d706624..5d6ffa2 100644
--- a/src/test/java/de/kosit/validationtool/daemon/HealthHandlerIT.java
+++ b/src/test/java/de/kosit/validationtool/daemon/HealthHandlerIT.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.daemon;
import static io.restassured.RestAssured.given;
diff --git a/src/test/java/de/kosit/validationtool/impl/ContentRepositoryTest.java b/src/test/java/de/kosit/validationtool/impl/ContentRepositoryTest.java
index 90a0355..d315420 100644
--- a/src/test/java/de/kosit/validationtool/impl/ContentRepositoryTest.java
+++ b/src/test/java/de/kosit/validationtool/impl/ContentRepositoryTest.java
@@ -1,20 +1,17 @@
/*
- * Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under
- * one or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. KoSIT licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
package de.kosit.validationtool.impl;
diff --git a/src/test/java/de/kosit/validationtool/impl/ConversionServiceTest.java b/src/test/java/de/kosit/validationtool/impl/ConversionServiceTest.java
index 2bbef72..d58495a 100644
--- a/src/test/java/de/kosit/validationtool/impl/ConversionServiceTest.java
+++ b/src/test/java/de/kosit/validationtool/impl/ConversionServiceTest.java
@@ -1,20 +1,17 @@
/*
- * Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under
- * one or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. KoSIT licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
package de.kosit.validationtool.impl;
diff --git a/src/test/java/de/kosit/validationtool/impl/DefaultCheckTest.java b/src/test/java/de/kosit/validationtool/impl/DefaultCheckTest.java
index 5217705..900b648 100644
--- a/src/test/java/de/kosit/validationtool/impl/DefaultCheckTest.java
+++ b/src/test/java/de/kosit/validationtool/impl/DefaultCheckTest.java
@@ -1,20 +1,17 @@
/*
- * Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under
- * one or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. KoSIT licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
package de.kosit.validationtool.impl;
diff --git a/src/test/java/de/kosit/validationtool/impl/Helper.java b/src/test/java/de/kosit/validationtool/impl/Helper.java
index 88f048e..94386b0 100644
--- a/src/test/java/de/kosit/validationtool/impl/Helper.java
+++ b/src/test/java/de/kosit/validationtool/impl/Helper.java
@@ -1,20 +1,17 @@
/*
- * Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under
- * one or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. KoSIT licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
package de.kosit.validationtool.impl;
diff --git a/src/test/java/de/kosit/validationtool/impl/RelativeUriResolverTest.java b/src/test/java/de/kosit/validationtool/impl/RelativeUriResolverTest.java
index 925fa26..858f7a6 100644
--- a/src/test/java/de/kosit/validationtool/impl/RelativeUriResolverTest.java
+++ b/src/test/java/de/kosit/validationtool/impl/RelativeUriResolverTest.java
@@ -1,20 +1,17 @@
/*
- * Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under
- * one or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. KoSIT licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
package de.kosit.validationtool.impl;
diff --git a/src/test/java/de/kosit/validationtool/impl/ScenarioRepositoryTest.java b/src/test/java/de/kosit/validationtool/impl/ScenarioRepositoryTest.java
index 9cf456f..dff5dfe 100644
--- a/src/test/java/de/kosit/validationtool/impl/ScenarioRepositoryTest.java
+++ b/src/test/java/de/kosit/validationtool/impl/ScenarioRepositoryTest.java
@@ -1,20 +1,17 @@
/*
- * Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under
- * one or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. KoSIT licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
package de.kosit.validationtool.impl;
diff --git a/src/test/java/de/kosit/validationtool/impl/SimpleScenarioCheckTest.java b/src/test/java/de/kosit/validationtool/impl/SimpleScenarioCheckTest.java
index 0ac2c9f..16de703 100644
--- a/src/test/java/de/kosit/validationtool/impl/SimpleScenarioCheckTest.java
+++ b/src/test/java/de/kosit/validationtool/impl/SimpleScenarioCheckTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.impl;
import static org.assertj.core.api.Assertions.assertThat;
diff --git a/src/test/java/de/kosit/validationtool/impl/TestObjectFactory.java b/src/test/java/de/kosit/validationtool/impl/TestObjectFactory.java
index e647843..12857be 100644
--- a/src/test/java/de/kosit/validationtool/impl/TestObjectFactory.java
+++ b/src/test/java/de/kosit/validationtool/impl/TestObjectFactory.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.impl;
import de.kosit.validationtool.impl.xml.StrictLocalResolvingStrategy;
diff --git a/src/test/java/de/kosit/validationtool/impl/VersioningTest.java b/src/test/java/de/kosit/validationtool/impl/VersioningTest.java
index 38cb77a..06a281c 100644
--- a/src/test/java/de/kosit/validationtool/impl/VersioningTest.java
+++ b/src/test/java/de/kosit/validationtool/impl/VersioningTest.java
@@ -1,20 +1,17 @@
/*
- * Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under
- * one or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. KoSIT licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
package de.kosit.validationtool.impl;
diff --git a/src/test/java/de/kosit/validationtool/impl/tasks/ComputeAcceptanceActionTest.java b/src/test/java/de/kosit/validationtool/impl/tasks/ComputeAcceptanceActionTest.java
index 4621ea6..5e60731 100644
--- a/src/test/java/de/kosit/validationtool/impl/tasks/ComputeAcceptanceActionTest.java
+++ b/src/test/java/de/kosit/validationtool/impl/tasks/ComputeAcceptanceActionTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.impl.tasks;
import static de.kosit.validationtool.impl.tasks.TestBagBuilder.createBag;
diff --git a/src/test/java/de/kosit/validationtool/impl/tasks/CreateReportActionTest.java b/src/test/java/de/kosit/validationtool/impl/tasks/CreateReportActionTest.java
index 5cb73f6..11d7316 100644
--- a/src/test/java/de/kosit/validationtool/impl/tasks/CreateReportActionTest.java
+++ b/src/test/java/de/kosit/validationtool/impl/tasks/CreateReportActionTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.impl.tasks;
import static de.kosit.validationtool.config.TestConfigurationFactory.createScenario;
diff --git a/src/test/java/de/kosit/validationtool/impl/tasks/DocumentParseActionTest.java b/src/test/java/de/kosit/validationtool/impl/tasks/DocumentParseActionTest.java
index 8e276ad..0715f49 100644
--- a/src/test/java/de/kosit/validationtool/impl/tasks/DocumentParseActionTest.java
+++ b/src/test/java/de/kosit/validationtool/impl/tasks/DocumentParseActionTest.java
@@ -1,20 +1,17 @@
/*
- * Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under
- * one or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. KoSIT licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
package de.kosit.validationtool.impl.tasks;
diff --git a/src/test/java/de/kosit/validationtool/impl/tasks/SchemaValidatorActionTest.java b/src/test/java/de/kosit/validationtool/impl/tasks/SchemaValidatorActionTest.java
index 642df80..a573668 100644
--- a/src/test/java/de/kosit/validationtool/impl/tasks/SchemaValidatorActionTest.java
+++ b/src/test/java/de/kosit/validationtool/impl/tasks/SchemaValidatorActionTest.java
@@ -1,20 +1,17 @@
/*
- * Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under
- * one or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. KoSIT licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
package de.kosit.validationtool.impl.tasks;
diff --git a/src/test/java/de/kosit/validationtool/impl/tasks/SchematronValidationActionTest.java b/src/test/java/de/kosit/validationtool/impl/tasks/SchematronValidationActionTest.java
index 809a412..a91711e 100644
--- a/src/test/java/de/kosit/validationtool/impl/tasks/SchematronValidationActionTest.java
+++ b/src/test/java/de/kosit/validationtool/impl/tasks/SchematronValidationActionTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.impl.tasks;
import static de.kosit.validationtool.impl.tasks.TestBagBuilder.createBag;
diff --git a/src/test/java/de/kosit/validationtool/impl/tasks/TestBagBuilder.java b/src/test/java/de/kosit/validationtool/impl/tasks/TestBagBuilder.java
index f8d0c37..86e6489 100644
--- a/src/test/java/de/kosit/validationtool/impl/tasks/TestBagBuilder.java
+++ b/src/test/java/de/kosit/validationtool/impl/tasks/TestBagBuilder.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.impl.tasks;
import java.net.MalformedURLException;
diff --git a/src/test/java/de/kosit/validationtool/impl/xml/BaseResolverConfigurationTest.java b/src/test/java/de/kosit/validationtool/impl/xml/BaseResolverConfigurationTest.java
index a37718d..8d2c822 100644
--- a/src/test/java/de/kosit/validationtool/impl/xml/BaseResolverConfigurationTest.java
+++ b/src/test/java/de/kosit/validationtool/impl/xml/BaseResolverConfigurationTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.impl.xml;
import static org.mockito.ArgumentMatchers.any;
diff --git a/src/test/java/de/kosit/validationtool/impl/xml/RemoteResolvingStrategyTest.java b/src/test/java/de/kosit/validationtool/impl/xml/RemoteResolvingStrategyTest.java
index a60244c..1fa085b 100644
--- a/src/test/java/de/kosit/validationtool/impl/xml/RemoteResolvingStrategyTest.java
+++ b/src/test/java/de/kosit/validationtool/impl/xml/RemoteResolvingStrategyTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.impl.xml;
import static org.assertj.core.api.Assertions.assertThat;
diff --git a/src/test/java/de/kosit/validationtool/impl/xml/SaxonSecurityTest.java b/src/test/java/de/kosit/validationtool/impl/xml/SaxonSecurityTest.java
index b254022..9a532ef 100644
--- a/src/test/java/de/kosit/validationtool/impl/xml/SaxonSecurityTest.java
+++ b/src/test/java/de/kosit/validationtool/impl/xml/SaxonSecurityTest.java
@@ -1,20 +1,17 @@
/*
- * Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under
- * one or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. KoSIT licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
package de.kosit.validationtool.impl.xml;
diff --git a/src/test/java/de/kosit/validationtool/impl/xml/StrictLocalResolvingTest.java b/src/test/java/de/kosit/validationtool/impl/xml/StrictLocalResolvingTest.java
index 7be18d8..5881716 100644
--- a/src/test/java/de/kosit/validationtool/impl/xml/StrictLocalResolvingTest.java
+++ b/src/test/java/de/kosit/validationtool/impl/xml/StrictLocalResolvingTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.impl.xml;
import static org.assertj.core.api.Assertions.assertThat;
diff --git a/src/test/java/de/kosit/validationtool/impl/xml/StrictRelativeResolvingTest.java b/src/test/java/de/kosit/validationtool/impl/xml/StrictRelativeResolvingTest.java
index c6a1fff..f254171 100644
--- a/src/test/java/de/kosit/validationtool/impl/xml/StrictRelativeResolvingTest.java
+++ b/src/test/java/de/kosit/validationtool/impl/xml/StrictRelativeResolvingTest.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package de.kosit.validationtool.impl.xml;
import static org.assertj.core.api.Assertions.assertThat;
diff --git a/src/test/resources/evil/evil1.xsl b/src/test/resources/evil/evil1.xsl
index 601ff6c..75cdb30 100644
--- a/src/test/resources/evil/evil1.xsl
+++ b/src/test/resources/evil/evil1.xsl
@@ -1,21 +1,18 @@
+
+
+
+
+
+
]>&xxe;
diff --git a/src/test/resources/examples/assertions/tests-xrechnung.xml b/src/test/resources/examples/assertions/tests-xrechnung.xml
index 2927700..650c431 100644
--- a/src/test/resources/examples/assertions/tests-xrechnung.xml
+++ b/src/test/resources/examples/assertions/tests-xrechnung.xml
@@ -1,21 +1,18 @@
diff --git a/src/test/resources/examples/invalid/scenarios.xml b/src/test/resources/examples/invalid/scenarios.xml
index 4dea43b..149cb46 100644
--- a/src/test/resources/examples/invalid/scenarios.xml
+++ b/src/test/resources/examples/invalid/scenarios.xml
@@ -1,21 +1,18 @@
diff --git a/src/test/resources/examples/resolving/main.xsd b/src/test/resources/examples/resolving/main.xsd
index 16234da..28e2637 100644
--- a/src/test/resources/examples/resolving/main.xsd
+++ b/src/test/resources/examples/resolving/main.xsd
@@ -1,4 +1,20 @@
+
+
diff --git a/src/test/resources/examples/resolving/resources/reference.xsd b/src/test/resources/examples/resolving/resources/reference.xsd
index 6f92671..9064e2c 100644
--- a/src/test/resources/examples/resolving/resources/reference.xsd
+++ b/src/test/resources/examples/resolving/resources/reference.xsd
@@ -1,4 +1,20 @@
+
+
diff --git a/src/test/resources/examples/resolving/withRemote.xsd b/src/test/resources/examples/resolving/withRemote.xsd
index 89c51b9..e76b7d8 100644
--- a/src/test/resources/examples/resolving/withRemote.xsd
+++ b/src/test/resources/examples/resolving/withRemote.xsd
@@ -1,4 +1,20 @@
+
+
diff --git a/src/test/resources/examples/simple/assertions.xml b/src/test/resources/examples/simple/assertions.xml
index 40a4242..4a40b89 100644
--- a/src/test/resources/examples/simple/assertions.xml
+++ b/src/test/resources/examples/simple/assertions.xml
@@ -1,21 +1,18 @@
+
+
diff --git a/src/test/resources/examples/simple/input/foo.xml b/src/test/resources/examples/simple/input/foo.xml
index 7122648..b8d8276 100644
--- a/src/test/resources/examples/simple/input/foo.xml
+++ b/src/test/resources/examples/simple/input/foo.xml
@@ -1,5 +1,21 @@
+
+
asldkfj
diff --git a/src/test/resources/examples/simple/input/simple-not-wellformed.xml b/src/test/resources/examples/simple/input/simple-not-wellformed.xml
index 389ca94..33802c7 100644
--- a/src/test/resources/examples/simple/input/simple-not-wellformed.xml
+++ b/src/test/resources/examples/simple/input/simple-not-wellformed.xml
@@ -1,4 +1,20 @@
+
+
asldkfj
\ No newline at end of file
diff --git a/src/test/resources/examples/simple/input/simple-schema-invalid.xml b/src/test/resources/examples/simple/input/simple-schema-invalid.xml
index 4844ae9..1ec548e 100644
--- a/src/test/resources/examples/simple/input/simple-schema-invalid.xml
+++ b/src/test/resources/examples/simple/input/simple-schema-invalid.xml
@@ -1,5 +1,21 @@
+
+
asldkfj
diff --git a/src/test/resources/examples/simple/input/simple-schematron-invalid.xml b/src/test/resources/examples/simple/input/simple-schematron-invalid.xml
index 9c95879..a74fe8e 100644
--- a/src/test/resources/examples/simple/input/simple-schematron-invalid.xml
+++ b/src/test/resources/examples/simple/input/simple-schematron-invalid.xml
@@ -1,5 +1,21 @@
+
+
adsds
diff --git a/src/test/resources/examples/simple/input/simple.xml b/src/test/resources/examples/simple/input/simple.xml
index 4f0df5a..99e4045 100644
--- a/src/test/resources/examples/simple/input/simple.xml
+++ b/src/test/resources/examples/simple/input/simple.xml
@@ -1,5 +1,21 @@
+
+
asldkfj
diff --git a/src/test/resources/examples/simple/input/unknown.xml b/src/test/resources/examples/simple/input/unknown.xml
index 3cfc388..b34c9f3 100644
--- a/src/test/resources/examples/simple/input/unknown.xml
+++ b/src/test/resources/examples/simple/input/unknown.xml
@@ -1,5 +1,21 @@
+
+
asldkfj
\ No newline at end of file
diff --git a/src/test/resources/examples/simple/input/withManualReject.xml b/src/test/resources/examples/simple/input/withManualReject.xml
index ed81f6d..02f65c0 100644
--- a/src/test/resources/examples/simple/input/withManualReject.xml
+++ b/src/test/resources/examples/simple/input/withManualReject.xml
@@ -1,5 +1,21 @@
+
+
asldkfj
diff --git a/src/test/resources/examples/simple/repository/report.xsl b/src/test/resources/examples/simple/repository/report.xsl
index fdb6006..175b0a2 100644
--- a/src/test/resources/examples/simple/repository/report.xsl
+++ b/src/test/resources/examples/simple/repository/report.xsl
@@ -1,21 +1,18 @@
+
+
+
+
diff --git a/src/test/resources/examples/simple/repository/simple.xsl b/src/test/resources/examples/simple/repository/simple.xsl
index 95f6304..cc170ec 100644
--- a/src/test/resources/examples/simple/repository/simple.xsl
+++ b/src/test/resources/examples/simple/repository/simple.xsl
@@ -1,4 +1,20 @@
+
+
diff --git a/src/test/resources/examples/simple/scenarios.xml b/src/test/resources/examples/simple/scenarios.xml
index 1e56b26..549817c 100644
--- a/src/test/resources/examples/simple/scenarios.xml
+++ b/src/test/resources/examples/simple/scenarios.xml
@@ -1,21 +1,18 @@
diff --git a/src/test/resources/examples/versioning/scenarios-base.xml b/src/test/resources/examples/versioning/scenarios-base.xml
index 1673d90..90286e3 100644
--- a/src/test/resources/examples/versioning/scenarios-base.xml
+++ b/src/test/resources/examples/versioning/scenarios-base.xml
@@ -1,21 +1,18 @@
diff --git a/src/test/resources/examples/versioning/scenarios-increment.xml b/src/test/resources/examples/versioning/scenarios-increment.xml
index c656458..bf5b63d 100644
--- a/src/test/resources/examples/versioning/scenarios-increment.xml
+++ b/src/test/resources/examples/versioning/scenarios-increment.xml
@@ -1,21 +1,18 @@
diff --git a/src/test/resources/examples/versioning/scenarios-newfeature.xml b/src/test/resources/examples/versioning/scenarios-newfeature.xml
index fc8c9c5..534f449 100644
--- a/src/test/resources/examples/versioning/scenarios-newfeature.xml
+++ b/src/test/resources/examples/versioning/scenarios-newfeature.xml
@@ -1,21 +1,18 @@
diff --git a/src/test/resources/examples/versioning/scenarios-newversion.xml b/src/test/resources/examples/versioning/scenarios-newversion.xml
index 694f75a..f0891c9 100644
--- a/src/test/resources/examples/versioning/scenarios-newversion.xml
+++ b/src/test/resources/examples/versioning/scenarios-newversion.xml
@@ -1,21 +1,18 @@
diff --git a/src/test/resources/loading/main.xsd b/src/test/resources/loading/main.xsd
index 71f89b9..cf64e62 100644
--- a/src/test/resources/loading/main.xsd
+++ b/src/test/resources/loading/main.xsd
@@ -1,4 +1,20 @@
+
+
diff --git a/src/test/resources/loading/resources/reference.xsd b/src/test/resources/loading/resources/reference.xsd
index 6f92671..9064e2c 100644
--- a/src/test/resources/loading/resources/reference.xsd
+++ b/src/test/resources/loading/resources/reference.xsd
@@ -1,4 +1,20 @@
+
+