From 7f47f741e0c1086337b3ef94d01a0028260f74ba Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Fri, 12 Oct 2007 13:29:54 -0400 Subject: add "copyfile" commandline module that knows how to get the local file, it's perms, and call the remote end correctly add copyright blurb to other modules --- func/overlord/cmd_modules/call.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'func/overlord/cmd_modules/call.py') diff --git a/func/overlord/cmd_modules/call.py b/func/overlord/cmd_modules/call.py index 0f69713..48a6598 100644 --- a/func/overlord/cmd_modules/call.py +++ b/func/overlord/cmd_modules/call.py @@ -1,5 +1,20 @@ #!/usr/bin/python +""" +call func method invoker + +Copyright 2007, Red Hat, Inc +see 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 optparse import pprint import xmlrpclib -- cgit