From 607f9e39218b8141d679ca51375d3b169ebe8990 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Sat, 15 Dec 2007 20:51:46 -1000 Subject: GPLv2+ boilerplates for scripts/ scripts and other such odds and ends. --- scripts/maketreeinfo.py | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'scripts/maketreeinfo.py') diff --git a/scripts/maketreeinfo.py b/scripts/maketreeinfo.py index 1aefa8bec..5ae03c38f 100644 --- a/scripts/maketreeinfo.py +++ b/scripts/maketreeinfo.py @@ -1,10 +1,23 @@ #!/usr/bin/python # -# makes a .treeinfo file. if information isn't provided, it emits some warnings. -# Author: Will Woods -# Copyright 2007 Red Hat, Inc. +# makes a .treeinfo file. if information isn't provided, emit some warnings. # -# License: GPL +# Copyright (C) 2007 Red Hat, Inc. All rights reserved. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +# Red Hat Author(s): Will Woods # import os,sys,string -- cgit