Skip to content

Commit d117113

Browse files
Merge pull request #133 from NETWAYS/moving
Moving from Icinga to Netways
2 parents a1ec3c2 + fb5900e commit d117113

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ To Brice Figureau [@masterzen](https://github.com/masterzen), who built a
168168

169169
## License
170170

171-
Copyright (c) 2020 [Icinga GmbH](mailto:info@icinga.com)
171+
Copyright (c) 2026 [Netways GmbH](mailto:info@netways.de)
172+
Copyright (c) 2020-2026 [Icinga GmbH](mailto:info@icinga.com)
172173

173174
This program is free software: you can redistribute it and/or modify
174175
it under the terms of the GNU General Public License as published by

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/Icinga/check_by_powershell
1+
module github.com/NETWAYS/check_by_powershell
22

33
go 1.25.0
44

main.go

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@ Supported authentication methods:
2222
* NTLM with local or AD accounts
2323
* TLS client certificate
2424
25-
https://github.com/Icinga/check_by_powershell
25+
https://github.com/Netways/check_by_powershell
2626
27-
https://github.com/Icinga/icinga-powershell-framework
28-
https://github.com/Icinga/icinga-powershell-plugins
29-
30-
Copyright (c) 2020 Icinga GmbH <info@icinga.com>
27+
Copyright (c) 2026 Netways GmbH <info@netways.de>
28+
Copyright (c) 2020-2026 Icinga GmbH <info@icinga.com>
3129
3230
This program is free software: you can redistribute it and/or modify
3331
it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)