diff --git a/.github/workflows/plugin-ci-workflow.yml b/.github/workflows/plugin-ci-workflow.yml index 634160c..1780696 100644 --- a/.github/workflows/plugin-ci-workflow.yml +++ b/.github/workflows/plugin-ci-workflow.yml @@ -183,6 +183,9 @@ jobs: run: sed '/plugins/d' -i .phpstan.neon working-directory: ${{ github.workspace }}/cacti + - name: Mark composer scripts executable + run: sudo chmod +x ${{ github.workspace }}/cacti/include/vendor/bin/* + - name: Run Linter on base code run: composer run-script lint ${{ github.workspace }}/cacti/plugins/maint working-directory: ${{ github.workspace }}/cacti diff --git a/functions.php b/functions.php index ab981f8..dc67510 100644 --- a/functions.php +++ b/functions.php @@ -3,7 +3,7 @@ /* ex: set tabstop=4 shiftwidth=4 autoindent: +-------------------------------------------------------------------------+ - | Copyright (C) 2004-2025 The Cacti Group | + | Copyright (C) 2004-2026 The Cacti Group | | | | This program is free software; you can redistribute it and/or | | modify it under the terms of the GNU General Public License | diff --git a/index.php b/index.php index bc881c7..362957c 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /* +-------------------------------------------------------------------------+ - | Copyright (C) 2004-2025 The Cacti Group | + | Copyright (C) 2004-2026 The Cacti Group | | | | This program is free software; you can redistribute it and/or | | modify it under the terms of the GNU General Public License | diff --git a/locales/LC_MESSAGES/index.php b/locales/LC_MESSAGES/index.php index bc881c7..362957c 100644 --- a/locales/LC_MESSAGES/index.php +++ b/locales/LC_MESSAGES/index.php @@ -2,7 +2,7 @@ /* +-------------------------------------------------------------------------+ - | Copyright (C) 2004-2025 The Cacti Group | + | Copyright (C) 2004-2026 The Cacti Group | | | | This program is free software; you can redistribute it and/or | | modify it under the terms of the GNU General Public License | diff --git a/locales/index.php b/locales/index.php index bc881c7..362957c 100644 --- a/locales/index.php +++ b/locales/index.php @@ -2,7 +2,7 @@ /* +-------------------------------------------------------------------------+ - | Copyright (C) 2004-2025 The Cacti Group | + | Copyright (C) 2004-2026 The Cacti Group | | | | This program is free software; you can redistribute it and/or | | modify it under the terms of the GNU General Public License | diff --git a/locales/po/index.php b/locales/po/index.php index bc881c7..362957c 100644 --- a/locales/po/index.php +++ b/locales/po/index.php @@ -2,7 +2,7 @@ /* +-------------------------------------------------------------------------+ - | Copyright (C) 2004-2025 The Cacti Group | + | Copyright (C) 2004-2026 The Cacti Group | | | | This program is free software; you can redistribute it and/or | | modify it under the terms of the GNU General Public License | diff --git a/maint.php b/maint.php index 2f96c43..af10520 100644 --- a/maint.php +++ b/maint.php @@ -2,7 +2,7 @@ /* ex: set tabstop=4 shiftwidth=4 autoindent: +-------------------------------------------------------------------------+ - | Copyright (C) 2004-2025 The Cacti Group | + | Copyright (C) 2004-2026 The Cacti Group | | | | This program is free software; you can redistribute it and/or | | modify it under the terms of the GNU General Public License | diff --git a/setup.php b/setup.php index 20cff71..1d3f18e 100644 --- a/setup.php +++ b/setup.php @@ -3,7 +3,7 @@ /* ex: set tabstop=4 shiftwidth=4 autoindent: +-------------------------------------------------------------------------+ - | Copyright (C) 2004-2025 The Cacti Group | + | Copyright (C) 2004-2026 The Cacti Group | | | | This program is free software; you can redistribute it and/or | | modify it under the terms of the GNU General Public License |