diff --git a/doc/110-Installation/02-Icinga-Management-Console.md b/doc/110-Installation/02-Icinga-Management-Console.md index 027ba23..ed74a38 100644 --- a/doc/110-Installation/02-Icinga-Management-Console.md +++ b/doc/110-Installation/02-Icinga-Management-Console.md @@ -49,7 +49,7 @@ In this case, `master` would be our value we want to add and can confirm this by ```text ******************************************* ** Icinga for Windows Management Console ** -** Copyright (c) 2025 Icinga GmbH | MIT ** +** Copyright (c) 2026 Icinga GmbH | MIT ** ** User environment ws-icinga\icinga ** ** Icinga PowerShell Framework v1.6.0 ** ******************************************* diff --git a/doc/110-Installation/03-Installation-with-IMC.md b/doc/110-Installation/03-Installation-with-IMC.md index b9514d3..7f78a93 100644 --- a/doc/110-Installation/03-Installation-with-IMC.md +++ b/doc/110-Installation/03-Installation-with-IMC.md @@ -15,7 +15,7 @@ By pressing `0` on the `main menu`, we can start the entire `Installation`: ```text ******************************************* ** Icinga for Windows Management Console ** -** Copyright (c) 2025 Icinga GmbH | MIT ** +** Copyright (c) 2026 Icinga GmbH | MIT ** ** User environment ws-icinga\icinga ** ** Icinga PowerShell Framework v1.6.0 ** ******************************************* @@ -41,7 +41,7 @@ In case you already deployed a configuration before or aborted your previous att ```text ******************************************* ** Icinga for Windows Management Console ** -** Copyright (c) 2025 Icinga GmbH | MIT ** +** Copyright (c) 2026 Icinga GmbH | MIT ** ** User environment ws-icinga\icinga ** ** Icinga PowerShell Framework v1.6.0 ** ******************************************* diff --git a/icinga-powershell-framework.psd1 b/icinga-powershell-framework.psd1 index fca004d..10a74c6 100644 --- a/icinga-powershell-framework.psd1 +++ b/icinga-powershell-framework.psd1 @@ -4,7 +4,7 @@ GUID = 'fcd7a805-a41b-49f9-afee-9d17a2b76d42' Author = 'Lord Hepipud' CompanyName = 'Icinga GmbH' - Copyright = '(c) 2025 Icinga GmbH | MIT' + Copyright = '(c) 2026 Icinga GmbH | MIT' Description = 'Icinga for Windows module which allows to entirely monitor the Windows Host system.' PowerShellVersion = '4.0' NestedModules = @( '.\cache\framework_cache.psm1' ) diff --git a/templates/IcingaForWindows.psrc.template b/templates/IcingaForWindows.psrc.template index 7b75964..0a03240 100644 --- a/templates/IcingaForWindows.psrc.template +++ b/templates/IcingaForWindows.psrc.template @@ -9,7 +9,7 @@ # Company associated with this document CompanyName = 'Icinga GmbH' # Copyright statement for this document - Copyright = '(c) 2025 Icinga GmbH | MIT' + Copyright = '(c) 2026 Icinga GmbH | MIT' # Modules to import when applied to a session ModulesToImport = '' # Cmdlets to make visible when applied to a session