summaryrefslogtreecommitdiff
path: root/notification
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2015-07-30 14:48:59 -0400
committerBrian Coca <brian.coca+git@gmail.com>2015-07-30 14:48:59 -0400
commit27bf1934839719ed032fc90d137453d3dc0ee99d (patch)
treec77fe208b9a1b492e65c39700a25907d60b609ba /notification
parent50f4b2c3de3b2530cceda4e3209c8fbafbedb941 (diff)
downloadansible-modules-extras-27bf1934839719ed032fc90d137453d3dc0ee99d.tar.gz
added missing license headers
fixes #508
Diffstat (limited to 'notification')
-rw-r--r--notification/campfire.py16
-rw-r--r--notification/hipchat.py16
-rw-r--r--notification/typetalk.py16
3 files changed, 45 insertions, 3 deletions
diff --git a/notification/campfire.py b/notification/campfire.py
index ea4df7c0..68e64f1b 100644
--- a/notification/campfire.py
+++ b/notification/campfire.py
@@ -1,6 +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 = '''
---
module: campfire
diff --git a/notification/hipchat.py b/notification/hipchat.py
index f3846173..f565ca9c 100644
--- a/notification/hipchat.py
+++ b/notification/hipchat.py
@@ -1,6 +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 = '''
---
module: hipchat
diff --git a/notification/typetalk.py b/notification/typetalk.py
index f6b84cb0..4f6ee281 100644
--- a/notification/typetalk.py
+++ b/notification/typetalk.py
@@ -1,6 +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 = '''
---
module: typetalk