diff --git a/matter-base/main.sh b/matter-base/main.sh index 5ddc29f..4eae73f 100644 --- a/matter-base/main.sh +++ b/matter-base/main.sh @@ -1,7 +1,7 @@ #!/bin/bash # matter-base | Matterlinux Release Archive Build Script -# Copyright (C) 2023 Matterlinux +# MatterLinux 2023-2024 (https://matterlinux.xyz) # 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 diff --git a/matter-chroot/main.sh b/matter-chroot/main.sh index ab5c628..70b2901 100644 --- a/matter-chroot/main.sh +++ b/matter-chroot/main.sh @@ -1,7 +1,7 @@ #!/bin/bash -# matter-chroot | Matterlinux Chroot Script -# Copyright (C) 2023 Matterlinux +# matter-chroot | Matterlinux Chroot Script +# MatterLinux 2023-2024 (https://matterlinux.xyz) # 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 diff --git a/matter-iso/main.sh b/matter-iso/main.sh index c2379ca..4f25491 100755 --- a/matter-iso/main.sh +++ b/matter-iso/main.sh @@ -1,7 +1,7 @@ #!/bin/bash -# matter-iso | MatterLinux ISO Build Script -# Copyright (C) 2023 Matterlinux +# matter-iso | MatterLinux ISO Build Script +# MatterLinux 2023-2024 (https://matterlinux.xyz) # 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 diff --git a/matter-mirror/main.py b/matter-mirror/main.py index 57fbfba..ac91f66 100644 --- a/matter-mirror/main.py +++ b/matter-mirror/main.py @@ -1,5 +1,21 @@ #!/bin/python3 +# matter-mirror | MatterLinux Repo Mirror Tool +# MatterLinux 2023-2024 (https://matterlinux.xyz) + +# 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 for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + from os import path, chdir, listdir, remove from typing import List import requests as req