diff options
Diffstat (limited to 'libdimension-python/dimension.pxd')
-rw-r--r-- | libdimension-python/dimension.pxd | 13 |
1 files changed, 7 insertions, 6 deletions
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 <http://www.gnu.org/licenses/>. # +# You should have received a copy of the GNU Lesser General Public # +# License along with this program. If not, see # +# <http://www.gnu.org/licenses/>. # ######################################################################### from cpython cimport bool |