From: IOhannes m zmölnig Date: Thu, 25 Nov 2010 18:07:50 +0000 (+0100) Subject: full copyright for debian/rules X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2~365 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=173b4dcf40ea013f0e34a8724bcc6bba31fef8eb;p=jacktrip.git full copyright for debian/rules --- diff --git a/debian/copyright b/debian/copyright index 03e1f55..45a95ee 100644 --- a/debian/copyright +++ b/debian/copyright @@ -8,8 +8,7 @@ License: Expat Files: ./debian/* Copyright: 2010, IOhannes m zmoelnig -License: MIT/X11 (BSD like) - FIXME +License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a diff --git a/debian/rules b/debian/rules index 8d8749f..d7fa617 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,31 @@ #!/usr/bin/make -f # -*- makefile -*- -# Copyright © 2010 IOhannes m zmölnig # Description: Main Debian packaging script for jacktrip + +# Copyright © 2010 IOhannes m zmölnig +# +# 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. + + include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/qmake.mk -include /usr/share/cdbs/1/rules/utils.mk