From: malaterre Date: Thu, 23 Sep 2004 18:47:52 +0000 (+0000) Subject: ENH: Solve some licensing issue X-Git-Tag: Version0.6.bp~172 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=b1ee9fdb84e8fede500436f2af29ab15b2161fe0;p=gdcm.git ENH: Solve some licensing issue --- diff --git a/gdcm.spec.in b/gdcm.spec.in index 02684ae0..d073f57e 100644 --- a/gdcm.spec.in +++ b/gdcm.spec.in @@ -8,7 +8,7 @@ Summary: Dicom library Name: gdcm Version: %ver Release: %rel -License: LGPL +License: BSD Group: Development/Tools URL: http://www.creatis.insa-lyon.fr/Public/Gdcm Source0: http://www.creatis.insa-lyon.fr/Public/Gdcm/gdcm-%{version}.tar.gz diff --git a/gdcmConfigure.h.in b/gdcmConfigure.h.in index 613918b3..15217eb6 100644 --- a/gdcmConfigure.h.in +++ b/gdcmConfigure.h.in @@ -31,7 +31,7 @@ #cmakedefine GDCM_DEBUG /* Whether we are building shared libraries. */ -/* This is important as long as GDCM is LGPL */ +/* This was important as long as GDCM is LGPL */ #cmakedefine BUILD_SHARED_LIBS diff --git a/gdcmPython/setup.py.in b/gdcmPython/setup.py.in index 525aa0c7..5752bd53 100644 --- a/gdcmPython/setup.py.in +++ b/gdcmPython/setup.py.in @@ -89,7 +89,7 @@ setup(name = "gdcmPython", author_email = "frog@creatis.insa-lyon.fr", maintainer = "GDCM Developers", maintainer_email = "dcmlib@creatis.insa-lyon.fr", - license = "LGPL", + license = "BSD", long_description = "Library dedicated to reading/parsing and writing Dicom files", url = "http://www.creatis.insa-lyon.fr/Public/Gdcm/", platforms = ['Any'],