From 7777580d8ff94f2b0725dbbcef84d8957998acb6 Mon Sep 17 00:00:00 2001 From: Matthias Stecher Date: Sat, 7 Nov 2020 20:56:17 +0100 Subject: [PATCH] __dpkg_architecture: add copyright headers --- .../__dpkg_architecture/explorer/architecture | 18 ++++++++++++++++++ .../explorer/foreign-architectures | 18 ++++++++++++++++++ .../type/__dpkg_architecture/gencode-remote | 18 ++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/cdist/conf/type/__dpkg_architecture/explorer/architecture b/cdist/conf/type/__dpkg_architecture/explorer/architecture index 4478bc6e..03e7e386 100755 --- a/cdist/conf/type/__dpkg_architecture/explorer/architecture +++ b/cdist/conf/type/__dpkg_architecture/explorer/architecture @@ -1,5 +1,23 @@ #!/bin/sh -e # __dpkg_architecture/explorer/architecture +# +# 2020 Matthias Stecher +# +# This file is part of cdist. +# +# cdist is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# cdist is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with cdist. If not, see . +# # Get the main architecture of this machine diff --git a/cdist/conf/type/__dpkg_architecture/explorer/foreign-architectures b/cdist/conf/type/__dpkg_architecture/explorer/foreign-architectures index ff01672a..a150d307 100755 --- a/cdist/conf/type/__dpkg_architecture/explorer/foreign-architectures +++ b/cdist/conf/type/__dpkg_architecture/explorer/foreign-architectures @@ -1,5 +1,23 @@ #!/bin/sh -e # __dpkg_architecture/explorer/foreign-architectures +# +# 2020 Matthias Stecher +# +# This file is part of cdist. +# +# cdist is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# cdist is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with cdist. If not, see . +# # Print all additional architectures diff --git a/cdist/conf/type/__dpkg_architecture/gencode-remote b/cdist/conf/type/__dpkg_architecture/gencode-remote index adf9d655..47fb24e7 100755 --- a/cdist/conf/type/__dpkg_architecture/gencode-remote +++ b/cdist/conf/type/__dpkg_architecture/gencode-remote @@ -1,5 +1,23 @@ #!/bin/sh -e # __dpkg_architecture/gencode-remote +# +# 2020 Matthias Stecher +# +# This file is part of cdist. +# +# cdist is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# cdist is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with cdist. If not, see . +# # Get parameter and explorer