summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-07-07 11:26:20 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-07-07 11:26:20 -0400
commitc5fe79892ad83e2a89b81738b93e1fb0fd4b2ebf (patch)
tree0cb53216bfc9849fd8e375de8ef3ada4dd9ea6aa /scripts
parent34105d3ae7d7f07e1b377bbaf9b246593da1f471 (diff)
downloadfunc-c5fe79892ad83e2a89b81738b93e1fb0fd4b2ebf.tar.gz
func-c5fe79892ad83e2a89b81738b93e1fb0fd4b2ebf.tar.xz
func-c5fe79892ad83e2a89b81738b93e1fb0fd4b2ebf.zip
Add GPL headers to main /usr/bin scripts
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/func14
-rwxr-xr-xscripts/func-inventory12
-rwxr-xr-xscripts/funcd13
3 files changed, 39 insertions, 0 deletions
diff --git a/scripts/func b/scripts/func
index 925d6ad..dcc4561 100755
--- a/scripts/func
+++ b/scripts/func
@@ -1,5 +1,19 @@
#!/usr/bin/python
+##
+## Copyright 2007-2008, Red Hat Inc
+## Michael DeHaan <mdehaan@redhat.com>
+## Adrian Likins <alikins@redhat.com>
+## Seth Vidal <skvidal@redhat.com>
+##
+## This software may be freely redistributed under the terms of the GNU
+## general public license.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+
import sys
import distutils.sysconfig
diff --git a/scripts/func-inventory b/scripts/func-inventory
index 1a0c36b..036d76c 100755
--- a/scripts/func-inventory
+++ b/scripts/func-inventory
@@ -1,5 +1,17 @@
#!/usr/bin/python
+##
+## Copyright 2007-2008, Red Hat Inc
+## Michael DeHaan <mdehaan@redhat.com>
+##
+## This software may be freely redistributed under the terms of the GNU
+## general public license.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+
import sys
import distutils.sysconfig
import func.overlord.inventory as func_inventory
diff --git a/scripts/funcd b/scripts/funcd
index 3d807bd..2aa6149 100755
--- a/scripts/funcd
+++ b/scripts/funcd
@@ -1,5 +1,18 @@
#!/usr/bin/python
+##
+## Copyright 2007-2008, Red Hat Inc
+## Michael DeHaan <mdehaan@redhat.com>
+## Adrian Likins <alikins@redhat.com>
+## Seth Vidal <skvidal@redhat.com>
+##
+## This software may be freely redistributed under the terms of the GNU
+## general public license.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
import sys
import distutils.sysconfig