]> Creatis software - gdcm.git/commitdiff
ENH: Solve some licensing issue
authormalaterre <malaterre>
Thu, 23 Sep 2004 18:47:52 +0000 (18:47 +0000)
committermalaterre <malaterre>
Thu, 23 Sep 2004 18:47:52 +0000 (18:47 +0000)
gdcm.spec.in
gdcmConfigure.h.in
gdcmPython/setup.py.in

index 02684ae049071954e70c7a63e7ac33c0174ce5b2..d073f57ef2951c262826be997aa35cc409d5aa5c 100644 (file)
@@ -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
index 613918b3619fab86749b4c835a5efb3f95ae66fc..15217eb6ec0321459a2875e82eb96ab275ed4cac 100644 (file)
@@ -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
 
 
index 525aa0c75633f81dff5b0157aaf123d23b8bd422..5752bd532af6096f9bbf124bf699bb7d124f47b0 100644 (file)
@@ -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'],