From 9599ef1bb9e520c3213e8c46fe779394712e39f4 Mon Sep 17 00:00:00 2001 From: Ishan Jain Date: Thu, 11 Aug 2022 15:47:51 +0530 Subject: [PATCH] update terms --- plugins/modules/alert_contact_point.py | 2 +- plugins/modules/alert_notification_policy.py | 2 +- plugins/modules/cloud_api_key.py | 2 +- plugins/modules/cloud_plugin.py | 2 +- plugins/modules/cloud_stack.py | 2 +- plugins/modules/dashboard.py | 2 +- plugins/modules/datasource.py | 2 +- plugins/modules/folder.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/modules/alert_contact_point.py b/plugins/modules/alert_contact_point.py index 8b2961b..105cf03 100644 --- a/plugins/modules/alert_contact_point.py +++ b/plugins/modules/alert_contact_point.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright: (c) 2021, Rainer Leber +# Copyright: (c) 2021, Ishan Jain (@ishanjainn) # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import (absolute_import, division, print_function) diff --git a/plugins/modules/alert_notification_policy.py b/plugins/modules/alert_notification_policy.py index 80a4ddc..2455413 100644 --- a/plugins/modules/alert_notification_policy.py +++ b/plugins/modules/alert_notification_policy.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright: (c) 2021, Rainer Leber +# Copyright: (c) 2021, Ishan Jain (@ishanjainn) # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import (absolute_import, division, print_function) diff --git a/plugins/modules/cloud_api_key.py b/plugins/modules/cloud_api_key.py index f6d2d1b..6390436 100644 --- a/plugins/modules/cloud_api_key.py +++ b/plugins/modules/cloud_api_key.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright: (c) 2021, Rainer Leber +# Copyright: (c) 2021, Ishan Jain (@ishanjainn) # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import (absolute_import, division, print_function) diff --git a/plugins/modules/cloud_plugin.py b/plugins/modules/cloud_plugin.py index 3cd542e..26184b3 100644 --- a/plugins/modules/cloud_plugin.py +++ b/plugins/modules/cloud_plugin.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright: (c) 2021, Rainer Leber +# Copyright: (c) 2021, Ishan Jain (@ishanjainn) # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import (absolute_import, division, print_function) diff --git a/plugins/modules/cloud_stack.py b/plugins/modules/cloud_stack.py index 581bcb3..a9ed0a3 100644 --- a/plugins/modules/cloud_stack.py +++ b/plugins/modules/cloud_stack.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright: (c) 2021, Rainer Leber +# Copyright: (c) 2021, Ishan Jain (@ishanjainn) # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import (absolute_import, division, print_function) diff --git a/plugins/modules/dashboard.py b/plugins/modules/dashboard.py index c405548..37e5b3d 100644 --- a/plugins/modules/dashboard.py +++ b/plugins/modules/dashboard.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright: (c) 2021, Rainer Leber +# Copyright: (c) 2021, Ishan Jain (@ishanjainn) # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import (absolute_import, division, print_function) diff --git a/plugins/modules/datasource.py b/plugins/modules/datasource.py index 6081bf7..b58995f 100644 --- a/plugins/modules/datasource.py +++ b/plugins/modules/datasource.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright: (c) 2021, Rainer Leber +# Copyright: (c) 2021, Ishan Jain (@ishanjainn) # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import (absolute_import, division, print_function) diff --git a/plugins/modules/folder.py b/plugins/modules/folder.py index 0871167..66ca7fa 100644 --- a/plugins/modules/folder.py +++ b/plugins/modules/folder.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright: (c) 2021, Rainer Leber +# Copyright: (c) 2021, Ishan Jain (@ishanjainn) # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import (absolute_import, division, print_function)