[SCM] rem/master: Update copyright info: Add myself as copyright holder. Add copyright & licensing header to rules file. Relicense packaging except patches as GPL-3+.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Mar 13 12:30:11 UTC 2016


The following commit has been merged in the master branch:
commit 55864b3a2fdd785e4d79b8988c67a93969a51be1
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Mar 13 12:44:50 2016 +0100

    Update copyright info: Add myself as copyright holder. Add copyright & licensing header to rules file. Relicense packaging except patches as GPL-3+.

diff --git a/debian/copyright b/debian/copyright
index a0fa65f..3981af0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -13,6 +13,18 @@ Files: debian/*
 Copyright:
   2015, Vasudev Kamath <kamathvasudev at gmail.com>
   2015, Ramakrishnan Muthukrishnan <ram at rkrishnan.org>
+  2016, Jonas Smedegaard <dr at jones.dk>
+License-Grant:
+ 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, or (at your option) any
+ later version.
+License: GPL-3+
+
+Files: debian/patches/*
+Copyright:
+  2015, Vasudev Kamath <kamathvasudev at gmail.com>
+  2015, Ramakrishnan Muthukrishnan <ram at rkrishnan.org>
 License: BSD-3-clause
 
 License: BSD-3-clause
@@ -39,3 +51,6 @@ 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: GPL-3+
+License-Reference: /usr/share/common-licenses/GPL-3
diff --git a/debian/rules b/debian/rules
index d6aebed..59d120d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,22 @@
 #!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright 2015 Vasudev Kamath <kamathvasudev at gmail.com>
+# Copyright 2015 Ramakrishnan Muthukrishnan <ram at rkrishnan.org>
+# Copyright 2016 Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for librem
+#
+# 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, 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/>.
 
 major := $(shell perl -ne '/\bVER_MAJOR := (\d+)/ and print $$1' Makefile)
 lib = librem

-- 
rem packaging



More information about the pkg-multimedia-commits mailing list