[libterralib] 05/08: Add expat license; remove copyright information for code no longer shipped in dfsg.2

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Aug 7 07:57:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch master
in repository libterralib.

commit 4a79718ad31a0a552b9987aa80c8007f780e08c9
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Wed Aug 5 09:41:53 2015 +0100

    Add expat license; remove copyright information for code no longer shipped in dfsg.2
---
 debian/copyright         | 84 ++++++++++++------------------------------------
 debian/libterralib.pc.in |  6 ++--
 2 files changed, 23 insertions(+), 67 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 96ee0f8..0778b40 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -63,74 +63,10 @@ Files: src/appUtils/TeApplicationUtils.cpp
 Copyright: 2001-2007, INPE and Tecgraf/PUC-Rio
 License: GPL-2+
 
-Files: src/DSDK/*
-Copyright: 2004-2005, LizardTech, Inc
-License: LizardTech
- This code is Copyright (c) 2004 LizardTech, Inc, 1008 Western Avenue,
- Suite 200, Seattle, WA 98104.  Unauthorized use or distribution
- prohibited.  Access to and use of this code is permitted only under
- license from LizardTech, Inc.  Portions of the code are protected by
- US and foreign patents and other filings. All Rights Reserved.
-
-Files: src/dxflib/*
-Copyright: 2001-2003, RibbonSoft.
-                2001, Robert J. Campbell Jr
-License: GPL-2 or dxflib-Commercial-License
-
-Files: src/libjpeg/*
-Copyright: 1991-1998, Thomas G. Lane
-           1988-1989, Jef Poskanzer
-License: IJG
-
-Files: src/libjpeg/ansi2knr.c
-Copyright: 1989, L. Peter Deutsch <ghost at aladdin.com>
-License: ANSI2KNR
-
-Files: src/libspl/*
-Copyright: 2004, Andreas Loeffler and René Stuhr (www.unitedbytes.de)
-License: LGPL-2.1+
-
-Files: src/qwt/*
-Copyright: 1997, Josef Wilgen
-      2002-2003, Uwe Rathmann
-License: Qwt-1.0
-
 Files: src/shapelib/*
 Copyright: 1999, 2001, Frank Warmerdam
 License: Expat
 
-Files: src/tiff/*
-Copyright: 1988-1997, Sam Leffler
-           1991-1997, Silicon Graphics, Inc
-          1990, 1995, Frank D. Cringle
-                1997, Greg Ward Larson
-                1996, Pixar
-License: TIFF
-
-Files: src/tiff/geo_free.c
- src/tiff/geo_get.c
- src/tiff/geo_new.c
- src/tiff/geo_print.c
- src/tiff/geo_set.c
- src/tiff/geo_write.c
-Copyright: 1995, Niles D. Ritter
-License: TIFF-attribution
- Permission granted to use this software, so long as this copyright
- notice accompanies any products derived therefrom.
-
-Files: src/tiff/cpl_csv.c
- src/tiff/cpl_csv.h
- src/tiff/cpl_serv.c
- src/tiff/cpl_serv.h
- src/tiff/geo_ctrans.inc
- src/tiff/geo_extra.c
- src/tiff/geo_normalize.c
- src/tiff/geo_normalize.h
- src/tiff/geo_trans.c
- src/tiff/geotiff_proj4.c
-Copyright: 1998-1999, 2005, Frank Warmerdam <warmerdam at pobox.com>
-License: Expat
-
 Files: src/terralib/drivers/Firebird/ibpp/core/*
 Copyright: 2000-2006, T.I.P. Group S.A. and the IBPP Team (www.ibpp.org)
 Comment: The source headers state:
@@ -1743,3 +1679,23 @@ License: IPL-1.0
  "InterBase" or "InterBase" nor may the word "InterBase" appear in their
  names without the prior written permission of Inprise.
 
+License: Expat
+ MIT License (Expat)
+ .
+ Permission is hereby granted, free of charge, to any person obtaining a copy 
+ of this software and associated documentation files (the "Software"), 
+ to deal in the Software without restriction, including without limitation 
+ the rights to use, copy, modify, merge, publish, distribute, sublicense, 
+ and/or sell copies of the Software, and to permit persons to whom 
+ the Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included 
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS 
+ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
diff --git a/debian/libterralib.pc.in b/debian/libterralib.pc.in
index 382685f..37a6fef 100644
--- a/debian/libterralib.pc.in
+++ b/debian/libterralib.pc.in
@@ -1,11 +1,11 @@
-prefix=@PREFIX@
+prefix=/usr
 exec_prefix=${prefix}
 libdir=/usr/lib/@DEB_HOST_MULTIARCH@
 includedir=${prefix}/include/terralib
 
 Name: libterralib
 Description: C++ library for Geographical Information Systems
-Version: @VERSION@
+Version: 4.4.0
 Libs: -L${libdir} -lterralib
-Cflags: -I${includedir}/terralib
+Cflags: -I${includedir}
 Libs.private: -lz -ljpeg  -lpthread -lproj -lgeotiff -ltiff -ldxflib -lshp -lqwt

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libterralib.git



More information about the Pkg-grass-devel mailing list