This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch stretch in repository wine.
commit d6fc8a85d5f3490d38298917f6e0f967f88c471c Author: Jens Reyer <[email protected]> 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 # Conflicts: # debian/copyright --- debian/copyright | 24 ++++++++++++++++++++++++ debian/scripts/sonames2elf | 22 ++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/debian/copyright b/debian/copyright index dbc17df..35a693e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -50,8 +50,32 @@ Copyright: Copyright (c) Ove Kåven <[email protected]> License: LGPL-2.1+ +Files: debian/scripts/sonames2elf +Copyright: + Copyright (c) 2016 Jakub Wilk <[email protected]> +License: Expat + License: LGPL-2.1+ See /usr/share/common-licenses/LGPL-2.1. License: Public-Domain Public domain. + +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 <[email protected]> +# +# 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 _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
