[Python-modules-commits] [flufl.lock] 06/10: Upstream's copyright is no longer LGPL-3 but Apache-2.0

Pierre-Elliott Bécue peb-guest at moszumanska.debian.org
Sat Nov 25 16:40:16 UTC 2017


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

peb-guest pushed a commit to branch master
in repository flufl.lock.

commit a3e9f7c4b2c9be745b111de771f2fd16c4541a87
Author: Pierre-Elliott Bécue <becue at crans.org>
Date:   Sat Nov 25 17:35:55 2017 +0100

    Upstream's copyright is no longer LGPL-3 but Apache-2.0
---
 debian/changelog |  2 ++
 debian/copyright | 23 ++++++++++++++++++++++-
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a87144c..2e5c31a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,6 +29,8 @@ flufl.lock (2.4.1-2) UNRELEASED; urgency=medium
     - Drops python2 package.
     - Changes the -doc binary package name.
     - Build-Depends on python3-public.
+  * d/copyright:
+    - Upstream changed copyright from LGPL-3 to Apache-2.0
   * d/rules:
     - Removes python2 build.
   * d/tests:
diff --git a/debian/copyright b/debian/copyright
index 89cb120..267ba73 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,11 +3,16 @@ Upstream-Name: flufl.lock
 Source: http://pypi.python.org/pypi/flufl.lock
 
 Files: *
-Copyright: Copyright 2004-2015 Barry A. Warsaw <barry at python.org>
+Copyright: Copyright 2004-2017 Barry A. Warsaw <barry at python.org>
+License: Apache-2.0
+
+Files: setup_helpers.py
+Copyright: Barry Warsaw <barry at python.org>
 License: LGPL-3
 
 Files: debian/*
 Copyright: Copyright 2012-2015 Barry A. Warsaw <barry at debian.org>
+           Copyright 2017 Pierre-Elliott Bécue <becue at crans.org>
 License: LGPL-3
 
 License: LGPL-3
@@ -26,3 +31,19 @@ License: LGPL-3
  .
  On Debian systems, the full text of the GNU Lesser General Public License
  version 3 can be found in the file `/usr/share/common-licenses/LGPL-3'.
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ use this file except in compliance with the License.  You may obtain a copy of
+ the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
+ License for the specific language governing permissions and limitations under
+ the License.
+ .
+ On Debian systems, the full text of the Apache License version 2.0 can be
+ found in the file `/usr/share/common-licenses/Apache-2.0'.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flufl.lock.git



More information about the Python-modules-commits mailing list