diff options
| author | Michael DeHaan <mdehaan@redhat.com> | 2008-01-17 11:55:12 -0500 |
|---|---|---|
| committer | Michael DeHaan <mdehaan@redhat.com> | 2008-01-17 11:55:12 -0500 |
| commit | eb67b305060e9e962d6a90766e8a39ca80065af2 (patch) | |
| tree | e5c0821bdf499de192d31821d0311049444cb2ce /func/overlord/func_command.py | |
| parent | 3c11b8cd0d91e0c4cd5aa007eddc330452b3ace7 (diff) | |
| parent | aee6076dd78dfb1b88ab4d369e24fb1bbf710816 (diff) | |
Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func
Diffstat (limited to 'func/overlord/func_command.py')
| -rw-r--r-- | func/overlord/func_command.py | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/func/overlord/func_command.py b/func/overlord/func_command.py index 09b324a..4cec8a0 100644 --- a/func/overlord/func_command.py +++ b/func/overlord/func_command.py @@ -1,4 +1,17 @@ -import glob +#!/usr/bin/python + +## func command line interface & client lib +## +## Copyright 2007,2008 Red Hat, Inc +## +AUTHORS +## +## 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 |
