[Pkg-javascript-commits] [uglifyjs] 15/18: Update copyright info: Add coverage for myself, and relicense packaging (generally, excluding patches) as GPL-3+.

Jonas Smedegaard js at moszumanska.debian.org
Fri May 2 20:30:01 UTC 2014


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

js pushed a commit to branch master-experimental
in repository uglifyjs.

commit 8217fc8688008496647bd69e2d5b1425448ac039
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri May 2 14:11:44 2014 +0200

    Update copyright info: Add coverage for myself, and relicense packaging (generally, excluding patches) as GPL-3+.
---
 debian/copyright | 22 +++++++++++++++++++++-
 debian/rules     | 16 ++++++++++++++++
 2 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 4553c13..8cfd694 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -11,7 +11,8 @@ License: BSD-2-clause
 
 Files: debian/*
 Copyright: 2011 Marcelo Jorge Vieira <metal at debian.org>
-License: BSD-2-clause
+  2011-2014, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
 
 Files: debian/patches/*
 Copyright: Jérémy Lal <kapouer at melix.org>
@@ -42,3 +43,22 @@ License: BSD-2-clause
  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+
+ 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.
+ .
+ Comment:
+ .
+ On Debian systems the 'GNU General Public License' version 3 is located
+ in '/usr/share/common-licenses/GPL-3'.
+ .
+ You should have received a copy of the 'GNU General Public License'
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
diff --git a/debian/rules b/debian/rules
index d4d6c76..47890a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,20 @@
 #!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2011-2014 Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for UglifyJS
+#
+# 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/>.
 
 include /usr/share/cdbs/1/rules/upstream-tarball.mk
 include /usr/share/cdbs/1/rules/utils.mk

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



More information about the Pkg-javascript-commits mailing list