From 432d12e8e4282e06348599577f31a12118350101 Mon Sep 17 00:00:00 2001 From: Andy Grunwald Date: Mon, 6 Jan 2025 17:04:02 +0100 Subject: [PATCH] Alertmanager: Set correct copyright --- ct/prometheus-alertmanager.sh | 2 +- install/prometheus-alertmanager-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/prometheus-alertmanager.sh b/ct/prometheus-alertmanager.sh index b8f4c5b8..90858dac 100644 --- a/ct/prometheus-alertmanager.sh +++ b/ct/prometheus-alertmanager.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-2025 tteck +# Copyright (c) 2021-2025 community-scripts ORG # Author: Andy Grunwald (andygrunwald) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://prometheus.io/ diff --git a/install/prometheus-alertmanager-install.sh b/install/prometheus-alertmanager-install.sh index 1de0f4a6..824bba3d 100644 --- a/install/prometheus-alertmanager-install.sh +++ b/install/prometheus-alertmanager-install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2021-2025 tteck +# Copyright (c) 2021-2025 community-scripts ORG # Author: Andy Grunwald (andygrunwald) # License: MIT # https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE