summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2014-03-05 15:25:11 -0300
committerLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2014-03-05 15:25:11 -0300
commitf7dcd9fe2cf950a387f6d1dffa08f1797c4b76c6 (patch)
treebef4a1b2462fba9de5aa3b5b5b0d45f9db030ff1
parentbc05f02b9eab1a4370d72e0db91d34d5ac2cf9fa (diff)
downloadqtscript-f7dcd9fe2cf950a387f6d1dffa08f1797c4b76c6.tar.gz
Add license to mark_private_symbols.sh.
-rw-r--r--debian/changelog4
-rw-r--r--debian/copyright24
-rwxr-xr-xdebian/mark_private_symbols.sh20
3 files changed, 48 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 702118d..4f12d6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
qtscript-opensource-src (5.2.1+dfsg-2) UNRELEASED; urgency=medium
+ [ Lisandro Damián Nicanor Pérez Meyer ]
+ * Add license to mark_private_symbols.sh and corresponding entry in
+ debian/copyright.
+
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Wed, 05 Mar 2014 15:18:15 -0300
qtscript-opensource-src (5.2.1+dfsg-1) experimental; urgency=medium
diff --git a/debian/copyright b/debian/copyright
index 82ca91c..96d57f3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,6 +6,10 @@ Files: *
Copyright: 2012-2013 Digia Plc and/or its subsidiary(-ies)
License: LGPL-2.1 with Digia Qt LGPL Exception 1.1 or GPL-3
+Files: debian/mark_private_symbols.sh
+Copyright: 2013 Sune Vuorela <sune@debian.org>
+License: Expat
+
Files: debian/*
Copyright: 2007-2012 Fathi Boudra <fabo@debian.org>
2007-2012 Sune Vuorela <debian@pusling.com>
@@ -479,3 +483,23 @@ License: LGPL-2.1
.
On Debian systems, the complete text of the LGPL-2.1 license can be found in
`/usr/share/common-licenses/LGPL-2.1`.
+
+License: Expat
+ 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.
diff --git a/debian/mark_private_symbols.sh b/debian/mark_private_symbols.sh
index 1c80325..80f329b 100755
--- a/debian/mark_private_symbols.sh
+++ b/debian/mark_private_symbols.sh
@@ -1,4 +1,24 @@
#! /bin/sh
+# Copyright (c) 2013 Sune Vuorela <sune@debian.org>
+#
+# 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.
PRIVATE_HEADERS=qtscript5-private-dev/usr/include