From 209992ad6904cb9c60c4c90010a2830e2cebd382 Mon Sep 17 00:00:00 2001 From: Ludwig Date: Mon, 2 Nov 2020 10:12:48 +0100 Subject: Copyright notice --- Scripts/decrypt_SWL.sh | 15 +++++++++++++++ Scripts/decrypt_smime_file.sh | 15 +++++++++++++++ Scripts/mount_ubifs_nac.sh | 15 +++++++++++++++ Scripts/mount_ubifs_rcc.sh | 15 +++++++++++++++ 4 files changed, 60 insertions(+) diff --git a/Scripts/decrypt_SWL.sh b/Scripts/decrypt_SWL.sh index 3a7386c..6cd663c 100644 --- a/Scripts/decrypt_SWL.sh +++ b/Scripts/decrypt_SWL.sh @@ -1,4 +1,19 @@ #!/bin/sh +# Copyright 2020, Ludwig V. + +# This program 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. + +# This program 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 at for +# more details. + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. DIRECTORY=$1 FIRMWARE_KEY=$2 diff --git a/Scripts/decrypt_smime_file.sh b/Scripts/decrypt_smime_file.sh index 3045799..f0b5d4f 100644 --- a/Scripts/decrypt_smime_file.sh +++ b/Scripts/decrypt_smime_file.sh @@ -1,4 +1,19 @@ #!/bin/sh +# Copyright 2020, Ludwig V. + +# This program 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. + +# This program 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 at for +# more details. + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. FILE=$1 FIRMWARE_KEY=$2 diff --git a/Scripts/mount_ubifs_nac.sh b/Scripts/mount_ubifs_nac.sh index 9d0ea35..2c504c7 100644 --- a/Scripts/mount_ubifs_nac.sh +++ b/Scripts/mount_ubifs_nac.sh @@ -1,4 +1,19 @@ #!/bin/sh +# Copyright 2020, Ludwig V. + +# This program 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. + +# This program 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 at for +# more details. + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. UBIFS_IMAGE=$1 diff --git a/Scripts/mount_ubifs_rcc.sh b/Scripts/mount_ubifs_rcc.sh index 322d29e..57d41cc 100644 --- a/Scripts/mount_ubifs_rcc.sh +++ b/Scripts/mount_ubifs_rcc.sh @@ -1,4 +1,19 @@ #!/bin/sh +# Copyright 2020, Ludwig V. + +# This program 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. + +# This program 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 at for +# more details. + +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. UBIFS_IMAGE=$1 -- cgit v1.2.3