From 984f1f5b26df9fbc87fa91477bfee14fac8f974b Mon Sep 17 00:00:00 2001 From: jd-apprentice Date: Sat, 11 Jan 2025 03:20:03 -0300 Subject: [PATCH] chore: proper copyright --- ct/opengist.sh | 2 +- install/opengist-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/opengist.sh b/ct/opengist.sh index ead9d8cb..d786fa74 100644 --- a/ct/opengist.sh +++ b/ct/opengist.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash source <(curl -s https://raw.githubusercontent.com/jd-apprentice/ProxmoxVE/main/misc/build.func) -# Copyright (c) 2021-2025 Jonathan +# Copyright (c) 2021-2025 community-scripts ORG # Author: Jonathan (jd-apprentice) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://opengist.io/ diff --git a/install/opengist-install.sh b/install/opengist-install.sh index 24024b67..a0212c82 100644 --- a/install/opengist-install.sh +++ b/install/opengist-install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2021-2025 Jonathan +# Copyright (c) 2021-2025 community-scripts ORG # Author: Jonathan (jd-apprentice) # License: MIT # https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE