From a2267a685e45593da8687f6dc5fd65e76d0259d3 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 16 Jun 2011 13:29:53 -0600 Subject: Fix python module license. --- libdimension-python/dimension.pxd | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'libdimension-python/dimension.pxd') diff --git a/libdimension-python/dimension.pxd b/libdimension-python/dimension.pxd index 121dba4..b73b99c 100644 --- a/libdimension-python/dimension.pxd +++ b/libdimension-python/dimension.pxd @@ -4,17 +4,18 @@ # This file is part of The Dimension Python Module. # # # # The Dimension Python Module 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 option) any later version. # +# and/or modify it under the terms of the GNU Lesser General Public # +# License as published by the Free Software Foundation; either version # +# 3 of the License, or (at your option) any later version. # # # # The Dimension Python Module 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. # +# the GNU Lesser 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 . # +# You should have received a copy of the GNU Lesser General Public # +# License along with this program. If not, see # +# . # ######################################################################### from cpython cimport bool -- cgit v1.2.3