[pkg-wine-party] [wine] 01/01: Add copyright/license info for sonames2elf.

Jens Reyer jreyer-guest at moszumanska.debian.org
Mon May 30 20:25:00 UTC 2016


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

jreyer-guest pushed a commit to branch master
in repository wine.

commit cb3bab3211eb02a04ad0d60c81161ba8b3f763e5
Author: Jens Reyer <jre.winesim at gmail.com>
Date:   Mon May 30 18:43:43 2016 +0200

    Add copyright/license info for sonames2elf.
    
    See
    https://lists.debian.org/debian-mentors/2016/05/msg00728.html
---
 debian/copyright           | 24 ++++++++++++++++++++++++
 debian/scripts/sonames2elf | 22 ++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/debian/copyright b/debian/copyright
index cb3efec..62c04ff 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -60,6 +60,11 @@ Copyright:
  Copyright (c) Ove Kåven <ovek at debian.org>
 License: LGPL-2.1+
 
+Files: debian/scripts/sonames2elf
+Copyright:
+ Copyright (c) 2016 Jakub Wilk <jwilk at jwilk.net>
+License: Expat
+
 License: LGPL-2.1+
  See /usr/share/common-licenses/LGPL-2.1.
 
@@ -119,3 +124,22 @@ License: Unicode
  used in advertising or otherwise to promote the sale, use or other dealings in
  these Data Files or Software without prior written authorization of the
  copyright holder.
+
+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/scripts/sonames2elf b/debian/scripts/sonames2elf
index 651fed5..cdf6c54 100755
--- a/debian/scripts/sonames2elf
+++ b/debian/scripts/sonames2elf
@@ -1,4 +1,26 @@
 #!/bin/sh
+# encoding=UTF-8
+
+# Copyright © 2016 Jakub Wilk <jwilk at jwilk.net>
+#
+# 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.
+
 set -e -u
 if [ $# = 0 ] || tty <&1 >/dev/null
 then

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



More information about the pkg-wine-party mailing list