summaryrefslogtreecommitdiff
path: root/inventory/group_by.py
diff options
context:
space:
mode:
authorMike Putnam <mike@theputnams.net>2015-07-03 22:57:53 -0500
committerMike Putnam <mike@theputnams.net>2015-07-03 22:57:53 -0500
commit6c0e26480629ab57c3be9fbc57ec38796831e341 (patch)
tree8826997f627d667550dc8d92bf6c140fed89e9c0 /inventory/group_by.py
parent17bb405578ed4b317e83ff62166af784ed075aba (diff)
downloadansible-modules-core-6c0e26480629ab57c3be9fbc57ec38796831e341.tar.gz
Add missing GPLv3 License header
Fixes #1643
Diffstat (limited to 'inventory/group_by.py')
-rw-r--r--inventory/group_by.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/inventory/group_by.py b/inventory/group_by.py
index f63bdf59..4bfd2020 100644
--- a/inventory/group_by.py
+++ b/inventory/group_by.py
@@ -1,5 +1,20 @@
# -*- mode: python -*-
+# 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 = '''
---
module: group_by