|
1 | 1 | #!/usr/bin/python |
2 | 2 |
|
3 | | -# CenturyLink Cloud Ansible Modules. |
4 | 3 | # |
5 | | -# These Ansible modules enable the CenturyLink Cloud v2 API to be called |
6 | | -# from an within Ansible Playbook. |
| 4 | +# Copyright (c) 2015 CenturyLink |
7 | 5 | # |
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. |
10 | 7 | # |
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. |
12 | 12 | # |
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. |
16 | 17 | # |
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/> |
27 | 20 | # |
28 | 21 |
|
29 | 22 | DOCUMENTATION = ''' |
|
0 commit comments