Skip to content

Commit 13bea88

Browse files
TheWitnessCopilot
andauthored
Updating copyrights to 2026 (#44)
* Updating copyrights to 2026 * Update functions.php * Update index.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update locales/LC_MESSAGES/index.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update locales/index.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update locales/po/index.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update maint.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update setup.php * Fix the workflow script --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8911c13 commit 13bea88

8 files changed

Lines changed: 10 additions & 7 deletions

File tree

.github/workflows/plugin-ci-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ jobs:
183183
run: sed '/plugins/d' -i .phpstan.neon
184184
working-directory: ${{ github.workspace }}/cacti
185185

186+
- name: Mark composer scripts executable
187+
run: sudo chmod +x ${{ github.workspace }}/cacti/include/vendor/bin/*
188+
186189
- name: Run Linter on base code
187190
run: composer run-script lint ${{ github.workspace }}/cacti/plugins/maint
188191
working-directory: ${{ github.workspace }}/cacti

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
ex: set tabstop=4 shiftwidth=4 autoindent:
55
+-------------------------------------------------------------------------+
6-
| Copyright (C) 2004-2025 The Cacti Group |
6+
| Copyright (C) 2004-2026 The Cacti Group |
77
| |
88
| This program is free software; you can redistribute it and/or |
99
| modify it under the terms of the GNU General Public License |

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
+-------------------------------------------------------------------------+
5-
| Copyright (C) 2004-2025 The Cacti Group |
5+
| Copyright (C) 2004-2026 The Cacti Group |
66
| |
77
| This program is free software; you can redistribute it and/or |
88
| modify it under the terms of the GNU General Public License |

locales/LC_MESSAGES/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
+-------------------------------------------------------------------------+
5-
| Copyright (C) 2004-2025 The Cacti Group |
5+
| Copyright (C) 2004-2026 The Cacti Group |
66
| |
77
| This program is free software; you can redistribute it and/or |
88
| modify it under the terms of the GNU General Public License |

locales/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
+-------------------------------------------------------------------------+
5-
| Copyright (C) 2004-2025 The Cacti Group |
5+
| Copyright (C) 2004-2026 The Cacti Group |
66
| |
77
| This program is free software; you can redistribute it and/or |
88
| modify it under the terms of the GNU General Public License |

locales/po/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
+-------------------------------------------------------------------------+
5-
| Copyright (C) 2004-2025 The Cacti Group |
5+
| Copyright (C) 2004-2026 The Cacti Group |
66
| |
77
| This program is free software; you can redistribute it and/or |
88
| modify it under the terms of the GNU General Public License |

maint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
ex: set tabstop=4 shiftwidth=4 autoindent:
44
+-------------------------------------------------------------------------+
5-
| Copyright (C) 2004-2025 The Cacti Group |
5+
| Copyright (C) 2004-2026 The Cacti Group |
66
| |
77
| This program is free software; you can redistribute it and/or |
88
| modify it under the terms of the GNU General Public License |

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
ex: set tabstop=4 shiftwidth=4 autoindent:
55
+-------------------------------------------------------------------------+
6-
| Copyright (C) 2004-2025 The Cacti Group |
6+
| Copyright (C) 2004-2026 The Cacti Group |
77
| |
88
| This program is free software; you can redistribute it and/or |
99
| modify it under the terms of the GNU General Public License |

0 commit comments

Comments
 (0)