Skip to content

Commit 4c0aaf8

Browse files
committed
Corrected the license text to match GPLv3
1 parent fa7a5f4 commit 4c0aaf8

File tree

1 file changed

+12
-19
lines changed

1 file changed

+12
-19
lines changed

cloud/centurylink/clc_group.py

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,22 @@
11
#!/usr/bin/python
22

3-
# CenturyLink Cloud Ansible Modules.
43
#
5-
# These Ansible modules enable the CenturyLink Cloud v2 API to be called
6-
# from an within Ansible Playbook.
4+
# Copyright (c) 2015 CenturyLink
75
#
8-
# This file is part of CenturyLink Cloud, and is maintained
9-
# by the Workflow as a Service Team
6+
# This file is part of Ansible.
107
#
11-
# Copyright 2015 CenturyLink Cloud
8+
# Ansible is free software: you can redistribute it and/or modify
9+
# it under the terms of the GNU General Public License as published by
10+
# the Free Software Foundation, either version 3 of the License, or
11+
# (at your option) any later version.
1212
#
13-
# Licensed under the Apache License, Version 2.0 (the "License");
14-
# you may not use this file except in compliance with the License.
15-
# You may obtain a copy of the License at
13+
# Ansible is distributed in the hope that it will be useful,
14+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
# GNU General Public License for more details.
1617
#
17-
# http://www.apache.org/licenses/LICENSE-2.0
18-
#
19-
# Unless required by applicable law or agreed to in writing, software
20-
# distributed under the License is distributed on an "AS IS" BASIS,
21-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22-
# See the License for the specific language governing permissions and
23-
# limitations under the License.
24-
#
25-
# CenturyLink Cloud: http://www.CenturyLinkCloud.com
26-
# API Documentation: https://www.centurylinkcloud.com/api-docs/v2/
18+
# You should have received a copy of the GNU General Public License
19+
# along with Ansible. If not, see <http://www.gnu.org/licenses/>
2720
#
2821

2922
DOCUMENTATION = '''

0 commit comments

Comments
 (0)