Merge branch 'update-copyright-header' into 'main'

Update Copyright

See merge request kosit/validator!47
This commit is contained in:
Andreas Penski 2022-11-07 15:35:20 +00:00
commit 6988abbb13
191 changed files with 236 additions and 190 deletions

View file

@ -1,6 +1,6 @@
<component name="CopyrightManager"> <component name="CopyrightManager">
<copyright> <copyright>
<option name="notice" value="Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT)&#10;&#10;Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#10;you may not use this file except in compliance with the License.&#10;You may obtain a copy of the License at&#10;&#10; http://www.apache.org/licenses/LICENSE-2.0&#10;&#10;Unless required by applicable law or agreed to in writing, software&#10;distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#10;WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#10;See the License for the specific language governing permissions and&#10;limitations under the License." /> <option name="notice" value="Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)&#10;&#10;Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#10;you may not use this file except in compliance with the License.&#10;You may obtain a copy of the License at&#10;&#10; http://www.apache.org/licenses/LICENSE-2.0&#10;&#10;Unless required by applicable law or agreed to in writing, software&#10;distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#10;WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#10;See the License for the specific language governing permissions and&#10;limitations under the License." />
<option name="myName" value="KoSIT Validator" /> <option name="myName" value="KoSIT Validator" />
</copyright> </copyright>
</component> </component>

2
.idea/misc.xml generated
View file

@ -82,7 +82,7 @@
<component name="NodePackageJsonFileManager"> <component name="NodePackageJsonFileManager">
<packageJsonPaths /> <packageJsonPaths />
</component> </component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" default="false" project-jdk-name="14" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" project-jdk-name="oracle-1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" /> <output url="file://$PROJECT_DIR$/out" />
</component> </component>
<component name="jetbrains.communicator.idea.IdProvider" IDEtalkID="4B2DA906C3A7DF4F7B6EA28093E19A3F" /> <component name="jetbrains.communicator.idea.IdProvider" IDEtalkID="4B2DA906C3A7DF4F7B6EA28093E19A3F" />

View file

@ -1,5 +1,21 @@
#!/usr/bin/env bash #!/usr/bin/env bash
#
# Copyright 2017-2022 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.
#
TAGS=("3-openjdk-16" "3-jdk-11" "3-jdk-11-openj9" "3-jdk-8" "3-jdk-8-openj9" "3-openjdk-15" "3-openjdk-17") TAGS=("3-openjdk-16" "3-jdk-11" "3-jdk-11-openj9" "3-jdk-8" "3-jdk-8-openj9" "3-openjdk-15" "3-openjdk-17")
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY" docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"

View file

@ -1,5 +1,5 @@
<!-- <!--
~ Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) ~ Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License. ~ you may not use this file except in compliance with the License.

View file

@ -1,3 +1,19 @@
<!--
~ Copyright 2017-2022 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.
-->
<settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/SETTINGS/1.1.0" <settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/SETTINGS/1.1.0"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd"> xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
<!-- <!--

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- <!--
~ Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) ~ Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License. ~ you may not use this file except in compliance with the License.

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
~ Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) ~ Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License. ~ you may not use this file except in compliance with the License.

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
~ Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) ~ Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License. ~ you may not use this file except in compliance with the License.

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!-- <!--
~ Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) ~ Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License. ~ you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
<!-- <!--
~ Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) ~ Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License. ~ you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2020 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,5 +1,5 @@
/* /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- <!--
~ Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) ~ Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License. ~ you may not use this file except in compliance with the License.

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
~ Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) ~ Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License. ~ you may not use this file except in compliance with the License.

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
~ Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) ~ Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License. ~ you may not use this file except in compliance with the License.

Some files were not shown because too many files have changed in this diff Show more