From a300ec9d3b05a534538351114d9101ce214a2334 Mon Sep 17 00:00:00 2001 From: Peter Oliver Date: Wed, 31 Dec 2014 12:48:59 +0000 Subject: [PATCH] Add missing boilerplate. --- lib/ansible/modules/extras/packaging/os/pkg5.py | 15 +++++++++++++++ .../modules/extras/packaging/os/pkg5_publisher.py | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/lib/ansible/modules/extras/packaging/os/pkg5.py b/lib/ansible/modules/extras/packaging/os/pkg5.py index ffe9e083a63..271b95fffe6 100644 --- a/lib/ansible/modules/extras/packaging/os/pkg5.py +++ b/lib/ansible/modules/extras/packaging/os/pkg5.py @@ -1,6 +1,21 @@ #!/usr/bin/python # -*- coding: utf-8 -*- +# Copyright 2014 Peter Oliver +# +# This program 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. +# +# This program 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 this program. If not, see . + DOCUMENTATION = ''' --- module: pkg5 diff --git a/lib/ansible/modules/extras/packaging/os/pkg5_publisher.py b/lib/ansible/modules/extras/packaging/os/pkg5_publisher.py index 46bb6c6407b..20b0c0a659c 100644 --- a/lib/ansible/modules/extras/packaging/os/pkg5_publisher.py +++ b/lib/ansible/modules/extras/packaging/os/pkg5_publisher.py @@ -1,6 +1,21 @@ #!/usr/bin/python # -*- coding: utf-8 -*- +# Copyright 2014 Peter Oliver +# +# This program 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. +# +# This program 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 this program. If not, see . + DOCUMENTATION = ''' --- module: pkg5_publisher