Skip to content

Commit 569d0ac

Browse files
authored
header fixes (community-scripts#2029)
1 parent e753120 commit 569d0ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/CONTRIBUTOR_GUIDE/ct/AppName.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
3-
# Copyright (c) 2021-2024 community-scripts ORG
3+
# Copyright (c) 2021-2025 community-scripts ORG
44
# Author: [YourUserName]
55
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
66
# Source: [SOURCE_URL]

.github/CONTRIBUTOR_GUIDE/install/AppName-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env bash
22

3-
# Copyright (c) 2021-2024 community-scripts ORG
3+
# Copyright (c) 2021-2025 community-scripts ORG
44
# Author: [YourUserName]
5-
# License: MIT
5+
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
66
# Source: [SOURCE_URL]
77

88
# Import Functions und Setup

0 commit comments

Comments
 (0)