summaryrefslogtreecommitdiffstats
path: root/scripts/funcd
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/funcd
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/funcd')
-rwxr-xr-xscripts/funcd13
1 files changed, 13 insertions, 0 deletions
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