From f7dcd9fe2cf950a387f6d1dffa08f1797c4b76c6 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Wed, 5 Mar 2014 15:25:11 -0300 Subject: Add license to mark_private_symbols.sh. --- debian/changelog | 4 ++++ debian/copyright | 24 ++++++++++++++++++++++++ debian/mark_private_symbols.sh | 20 ++++++++++++++++++++ 3 files changed, 48 insertions(+) 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 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 +License: Expat + Files: debian/* Copyright: 2007-2012 Fathi Boudra 2007-2012 Sune Vuorela @@ -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 +# +# 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 -- cgit v1.2.3