color extension: change from GPL3 to 2
authorKevin Christen <kevin.christen@gmail.com>
Thu, 03 Jan 2008 20:27:32 -0600
changeset 5792 956e01c31914
parent 5791 d09ccdbf7286
child 5795 520a8d9d92ed
color extension: change from GPL3 to 2
hgext/color.py
--- a/hgext/color.py	Thu Jan 03 13:46:39 2008 -0600
+++ b/hgext/color.py	Thu Jan 03 20:27:32 2008 -0600
@@ -2,9 +2,9 @@
 #
 # Copyright (C) 2007 Kevin Christen <kevin.christen@gmail.com>
 #
-# This program is free software: you can redistribute it and/or modify it
+# 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 3 of the License, or (at your
+# 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
@@ -13,9 +13,8 @@
 # Public License for more details.
 #
 # You should have received a copy of the GNU General Public License along
-# with this program.  If not, see <http://www.gnu.org/licenses/>.  This
-# software may be used and distributed according to the terms of the GNU
-# General Public License, incorporated herein by reference.
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 '''add color output to the status and qseries commands