From bd465408ef9f70c7746729cbab3a24f626a19380 Mon Sep 17 00:00:00 2001 From: Lukas Weichelt <lukas.weichelt@teckids.org> Date: Tue, 13 Jul 2021 00:19:39 +0200 Subject: [PATCH] - Add Licence-Text to index.html and output/placeholder. - Removed content/placeholder --- content/index.html | 17 +++++++++++++++++ content/placeholder | 0 output/placeholder | 14 ++++++++++++++ 3 files changed, 31 insertions(+) delete mode 100644 content/placeholder diff --git a/content/index.html b/content/index.html index 8b13789..218a106 100644 --- a/content/index.html +++ b/content/index.html @@ -1 +1,18 @@ +<!-- + Copyright 2021 ranzpfo.de + + 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/content/placeholder b/content/placeholder deleted file mode 100644 index e69de29..0000000 diff --git a/output/placeholder b/output/placeholder index e69de29..1661cf8 100644 --- a/output/placeholder +++ b/output/placeholder @@ -0,0 +1,14 @@ + Copyright 2021 ranzpfo.de + + 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. + -- GitLab