diff --git a/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh b/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh index bf28d113a..0cf1dd4a2 100644 --- a/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh +++ b/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) -# Copyright (c) 2021-2024 community-scripts ORG +# Copyright (c) 2021-2025 community-scripts ORG # Author: [YourUserName] # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: [SOURCE_URL] diff --git a/.github/CONTRIBUTOR_GUIDE/install/AppName-install.sh b/.github/CONTRIBUTOR_GUIDE/install/AppName-install.sh index a1d0f8a2d..4f02c80a7 100644 --- a/.github/CONTRIBUTOR_GUIDE/install/AppName-install.sh +++ b/.github/CONTRIBUTOR_GUIDE/install/AppName-install.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -# Copyright (c) 2021-2024 community-scripts ORG +# Copyright (c) 2021-2025 community-scripts ORG # Author: [YourUserName] -# License: MIT +# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: [SOURCE_URL] # Import Functions und Setup