[PATCH] Change from GPL3 to 2

Kevin Christen kevin.christen at gmail.com
Thu Jan 3 20:28:47 CST 2008


# HG changeset patch
# User Kevin Christen <kevin.christen at gmail.com>
# Date 1199413652 21600
# Node ID 9d6cc41462314d9933d15a619ccd7734653b6f51
# Parent  4c16020d11720b4f9ca07e5cac7be94ab9b70f82
Change from GPL3 to 2

diff -r 4c16020d1172 -r 9d6cc4146231 hgext/color.py
--- a/hgext/color.py	Thu Jan 03 06:25:30 2008 +0900
+++ b/hgext/color.py	Thu Jan 03 20:27:32 2008 -0600
@@ -2,9 +2,9 @@
 #
 # Copyright (C) 2007 Kevin Christen <kevin.christen at 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
 


More information about the Mercurial-devel mailing list