Skip to content

Commit bc6c732

Browse files
authored
fix cpyright notice in all files (#79)
1 parent a15536f commit bc6c732

16 files changed

Lines changed: 16 additions & 16 deletions

plugins/doc_fragments/auth_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (c) 2020 Ansible Project
3+
# Copyright (c) 2020 T-Systems Multimedia Solutions GmbH
44
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
55
#
66
# This module is free software: you can redistribute it and/or modify

plugins/modules/icinga_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (c) 2019 Ansible Project
4+
# Copyright (c) 2020 T-Systems Multimedia Solutions GmbH
55
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
66
#
77
# This module is free software: you can redistribute it and/or modify

plugins/modules/icinga_command_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (c) 2019 Ansible Project
4+
# Copyright (c) 2020 T-Systems Multimedia Solutions GmbH
55
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
66
#
77
# This module is free software: you can redistribute it and/or modify

plugins/modules/icinga_endpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (c) 2019 Ansible Project
4+
# Copyright (c) 2020 T-Systems Multimedia Solutions GmbH
55
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
66
#
77
# This module is free software: you can redistribute it and/or modify

plugins/modules/icinga_host.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (c) 2019 Ansible Project
4+
# Copyright (c) 2020 T-Systems Multimedia Solutions GmbH
55
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
66
#
77
# This module is free software: you can redistribute it and/or modify

plugins/modules/icinga_host_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (c) 2019 Ansible Project
4+
# Copyright (c) 2020 T-Systems Multimedia Solutions GmbH
55
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
66
#
77
# This module is free software: you can redistribute it and/or modify

plugins/modules/icinga_hostgroup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (c) 2019 Ansible Project
4+
# Copyright (c) 2020 T-Systems Multimedia Solutions GmbH
55
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
66
#
77
# This module is free software: you can redistribute it and/or modify

plugins/modules/icinga_notification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (c) 2019 Ansible Project
4+
# Copyright (c) 2020 T-Systems Multimedia Solutions GmbH
55
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
66
#
77
# This module is free software: you can redistribute it and/or modify

plugins/modules/icinga_notification_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (c) 2019 Ansible Project
4+
# Copyright (c) 2020 T-Systems Multimedia Solutions GmbH
55
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
66
#
77
# This module is free software: you can redistribute it and/or modify

plugins/modules/icinga_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (c) 2019 Ansible Project
4+
# Copyright (c) 2020 T-Systems Multimedia Solutions GmbH
55
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
66
#
77
# This module is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)