summaryrefslogtreecommitdiff
path: root/packaging/dpkg_selections.py
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2015-10-07 11:52:52 -0400
committerBrian Coca <brian.coca+git@gmail.com>2015-10-07 23:20:27 -0400
commit8d3122169d8873eb262bf51cbd6c691b311d3611 (patch)
tree3c382de7bc7eb0d2ec4a54670b1a9f67b133ef37 /packaging/dpkg_selections.py
parent8903d0d9685496ef18a313b4eca77c97c3f7b07c (diff)
downloadansible-modules-extras-8d3122169d8873eb262bf51cbd6c691b311d3611.tar.gz
added missing GPL licences
fixes #508
Diffstat (limited to 'packaging/dpkg_selections.py')
-rw-r--r--packaging/dpkg_selections.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/packaging/dpkg_selections.py b/packaging/dpkg_selections.py
index f09ff9a9..fa0f73a7 100644
--- a/packaging/dpkg_selections.py
+++ b/packaging/dpkg_selections.py
@@ -1,4 +1,20 @@
#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# This file is part of Ansible
+#
+# Ansible is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Ansible is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
DOCUMENTATION = '''
---