From 71871a96cc0ba2605f9049f81c749a34849f3d97 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 28 Sep 2010 13:55:29 -0400 Subject: mock-many-srpms: Actually update license for previous commit --- bin/mock-many-srpms | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/bin/mock-many-srpms b/bin/mock-many-srpms index c402a08..a1c4a94 100755 --- a/bin/mock-many-srpms +++ b/bin/mock-many-srpms @@ -3,9 +3,23 @@ # mock-many-srpms: # Build binary RPMS for the named source RPMs. # -# Licensed under the new-BSD license (http://www.opensource.org/licenses/bsd-license.php) -# Copyright (C) 2010 Red Hat, Inc. +# 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, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. +# # Written by Colin Walters +# --auto-sort option derived from code by Seth Vidal import getopt import os -- cgit