[SCM] kimageformats packaging branch, kubuntu_unstable, updated. debian/5.9.0-1-3-g2e99981

Kubuntu CI (Harald Sitter) kubuntu-ci-guest at moszumanska.debian.org
Wed May 20 00:01:47 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kimageformats.git;a=commitdiff;h=665d670

The following commit has been merged in the kubuntu_unstable branch:
commit 665d670497b02aab9ef278181bd180ed6a35d3c2
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Fri Jan 23 14:18:36 2015 +0100

    Update copyright information.
---
 debian/changelog |  1 +
 debian/copyright | 84 +++++++++++++++++++++++++++++++-------------------------
 2 files changed, 48 insertions(+), 37 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b20661a..67ebc6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ kimageformats (5.6.0-1~) UNRELEASED; urgency=medium
   * Bump Standards-Version to 3.9.6, no changes needed.
   * Update install files.
   * Update build dependencies to follow cmake.
+  * Update copyright information.
 
  -- Maximiliano Curia <maxy at debian.org>  Fri, 23 Jan 2015 13:53:40 +0100
 
diff --git a/debian/copyright b/debian/copyright
index 6971875..822e986 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,15 +4,20 @@ Source: https://projects.kde.org/projects/frameworks/kimageformats
 
 Files: *
        debian/*
-Copyright: 1998 Halfdan Ingvarsson
-           2002-2005 Nadeem Hasan <nhasan at kde.org>
-           2003 Dominik Seichter <domseichter at web.de>
-           2003, 2004 Ignacio Castaño <castano at ludicon.com>
-           2005 Christoph Hormann <chris_hormann at gmx.de>
-           2005 Ignacio Castaño <castanyo at yahoo.es>
-           2007 Ruben Lopez <r.lopez at bren.es>
-           2010 Troy Unrau <troy at kde.org>
-           2014 Jonathan Riddell <jriddell at ubuntu.com>
+Copyright: 2014, Alex Merry <alex.merry at kde.org>
+           2003, Brad Hards <bradh at frogmouth.net>
+           2005, Christoph Hormann <chris_hormann at gmx.de>
+           1998, Dirk Schoenberger <dirk.schoenberger at freenet.de>
+           2003, Dominik Seichter <domseichter at web.de>
+           1998, Halfdan Ingvarsson
+           2003-2004, Ignacio Castaño <castano at ludicon.com>
+           2005, Ignacio Castaño <castanyo at yahoo.es>
+           2004, Melchior FRANZ <mfranz at kde.org>
+           2002, Michael Ritzert <michael at ritzert.de>
+           2002-2005, Nadeem Hasan <nhasan at kde.org>
+           2007, Ruben Lopez <r.lopez at bren.es>
+           2010, Troy Unrau <troy at kde.org>
+           2014, Jonathan Riddell <jriddell at ubuntu.com>
 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
@@ -32,9 +37,40 @@ License: LGPL-2+
  On Debian systems, the complete text of the GNU Library General
  Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2".
 
+Files: autotests/pictest.cpp
+       autotests/readtest.cpp
+       autotests/writetest.cpp
+       tests/format-enum.h
+       tests/imageconverter.cpp
+       tests/imagedump.cpp
+Copyright: 2014, Alex Merry <alex.merry at kde.org>
+           2013-2014, Alex Merry <alex.merry at kdemail.net>
+License: LGPL-2.1+3+KDEeV
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) version 3, or any
+ later version accepted by the membership of KDE e.V. (or its
+ successor approved by the membership of KDE e.V.), which shall
+ act as a proxy defined in Section 6 of version 3 of the license.
+ .
+ This library 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
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library.  If not, see
+ <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public License
+ version 2 can be found in "/usr/share/common-licenses/LGPL-2", likewise, the
+ complete text of the GNU Lesser General Public License version 3 can be found
+ in "/usr/share/common-licenses/LGPL-3".
+
 Files: src/imageformats/xcf.cpp
-       src/imageformats/xcf.h
-       src/imageformats/gimp.h
+       src/imageformats/xcf_p.h
+       src/imageformats/gimp_p.h
 Copyright: 2001 lignum Computing, Inc. <allen at lignumcomputing.com>
            2004 Melchior FRANZ <mfranz at kde.org>
 License: LGPL-2.1+
@@ -54,29 +90,3 @@ License: LGPL-2.1+
  .
  On Debian systems, the complete text of the GNU Library General
  Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2.1".
-
-Files: cmake/FindOpenEXR.cmake
-Copyright: 2006, Alexander Neundorf, <neundorf at kde.org>
-License: BSD
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- .
- 1. Redistributions of source code must retain the copyright
-    notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the copyright
-    notice, this list of conditions and the following disclaimer in the
-    documentation and/or other materials provided with the distribution.
- 3. The name of the author may not be used to endorse or promote products
-    derived from this software without specific prior written permission.
- .
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- 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.

-- 
kimageformats packaging



More information about the pkg-kde-commits mailing list