From c5fe79892ad83e2a89b81738b93e1fb0fd4b2ebf Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 7 Jul 2008 11:26:20 -0400 Subject: Add GPL headers to main /usr/bin scripts --- scripts/func-inventory | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/func-inventory') 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 +## +## 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 -- cgit