From b1ee9fdb84e8fede500436f2af29ab15b2161fe0 Mon Sep 17 00:00:00 2001 From: malaterre Date: Thu, 23 Sep 2004 18:47:52 +0000 Subject: [PATCH] ENH: Solve some licensing issue --- gdcm.spec.in | 2 +- gdcmConfigure.h.in | 2 +- gdcmPython/setup.py.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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'], -- 2.45.1