[SCM] libkdcraw packaging branch, kde4.12, updated. debian/4.12.3-1-2-g11c7f33

Maximiliano Curia maxy at moszumanska.debian.org
Mon Mar 17 15:12:42 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/libkdcraw.git;a=commitdiff;h=11c7f33

The following commit has been merged in the kde4.12 branch:
commit 11c7f3356558274ec92fe527f2b574e0b97a555b
Author: Maximiliano Curia <maxy at debian.org>
Date:   Mon Mar 17 16:09:34 2014 +0100

    Remove libraw references from copyright file.
---
 debian/changelog |   2 +-
 debian/copyright | 105 -------------------------------------------------------
 2 files changed, 1 insertion(+), 106 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3f9bda5..6d615ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 libkdcraw (4:4.12.3-2) UNRELEASED; urgency=medium
 
-  * 
+  * Remove libraw references from copyright file.
 
  -- Maximiliano Curia <maxy at debian.org>  Mon, 17 Mar 2014 16:07:16 +0100
 
diff --git a/debian/copyright b/debian/copyright
index 94568a6..179431a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -72,75 +72,6 @@ Copyright: 2008, Adrian Page <adrian at pagenet.plus.com>
            2009, Cyrille Berger <cberger at cberger.net>
 License: BSD-3-clause
 
-Files: libraw/*
-Copyright: 2008-2010 LibRaw LLC (http://www.libraw.org, info at libraw.org)
-License: LibRaw license
-
-Files: libraw/CMakeLists.txt
-       libraw/crlf2lf.sh
-Copyright: 2006-2012, Gilles Caulier <caulier.gilles at gmail.com>
-License: GPL-2+
-
-Files: libraw/demosaic-pack-GPL2/*
-Copyright: 2009, Paul Lee
-License: GPL-2+
-
-Files: libraw/demosaic-pack-GPL2/dcraw_foveon.c
-Copyright: 1997-2012, Dave Coffin <dcoffin at cybercom.net>
-License: GPL-2+
-Comment:
- No license is required to download and use dcraw.c.  However,
- to lawfully redistribute dcraw, you must either (a) offer, at
- no extra charge, full source code* for all executable files
- containing RESTRICTED functions, (b) distribute this code under
- the GPL Version 2 or later, (c) remove all RESTRICTED functions,
- re-implement them, or copy them from an earlier, unrestricted
- Revision of dcraw.c, or (d) purchase a license from the author.
- .
- The functions that process Foveon images have been RESTRICTED
- since Revision 1.237.  All other code remains free for all uses.
- .
- *If you have not modified dcraw.c in any way, a link to my
- homepage qualifies as "full source code".
-
-Files: libraw/demosaic-pack-GPL3/*
-Copyright: 2008-2010, Emil Martinec <ejmartin at uchicago.edu>
-License: GPL-3+
-
-Files: libraw/internal/dcb_demosaicing.c
-Copyright: 2010, Jacek Gozdz <cuniek at kft.umcs.lublin.pl>
-License: BSD-3-clause
-
-Files: libraw/internal/wf_filtering.cpp
-Copyright: 2011, Yan Vladimirovich
-License: LibRaw license
-
-Files: libraw/RawSpeed/*
-Copyright: 2009-2012, Klaus Post
-License: LGPL-2+
-
-Files: libraw/RawSpeed/TiffTag.h
-Copyright: 2004-2006, Novell, Inc (http://www.novell.com)
-License: MIT/X11
- 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.
-
 Files: debian/*
 Copyright: 2011 Kubuntu Developers <kubuntu-devel at lists.ubuntu.com>
 License: GPL-2+
@@ -160,23 +91,6 @@ License: GPL-2+
  On Debian systems, the full text of the GNU General Public License version 2
  can be found in the file `/usr/share/common-licenses/GPL-2'.
 
-License: GPL-3+
- This program 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.
- .
- This program 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.
- .
- You should have received a copy of the GNU General Public License
- along with this program.  If not, see <http://www.gnu.org/licenses/>.
- .
- On Debian systems, the full text of the GNU General Public License version 3
- can be found in the file `/usr/share/common-licenses/GPL-3'.
-
 License: LGPL-2+
  This library is free software; you can redistribute it and/or
  modify it under the terms of the GNU Library General Public
@@ -219,22 +133,3 @@ License: BSD-3-clause
  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-License: LibRaw license
- LibRaw is free software; you can redistribute it and/or modify
- it under the terms of the one of three licenses as you choose:
- .
- 1. GNU LESSER GENERAL PUBLIC LICENSE version 2.1
- (See file LICENSE.LGPL provided in LibRaw distribution archive for details).
- .
- 2. COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
- (See file LICENSE.CDDL provided in LibRaw distribution archive for details).
- .
- 3. LibRaw Software License 27032010
- (See file LICENSE.LibRaw.pdf provided in LibRaw distribution archive for details).
- .
- LibRaw uses code from dcraw.c -- Dave Coffin's raw photo decoder,
- dcraw.c is copyright 1997-2010 by Dave Coffin, dcoffin a cybercom o net.
- .
- LibRaw uses DCB demosaic and FBDD denoise licensed under BSD-like 3-clause license
- DCB and FBDD are Copyright (C) 2010,  Jacek Gozdz (cuniek at kft.umcs.lublin.pl)

-- 
libkdcraw packaging



More information about the pkg-kde-commits mailing list