From: Dietmar Maurer Date: Sat, 8 Aug 2015 13:24:47 +0000 (+0200) Subject: include BSD license to avoid lintian warning X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=5a5033f38093767b824c1a03c8a56860331d008c;hp=510a8adddbb4c21534f331d8127bf904804d8943;p=pve-qemu-kvm.git include BSD license to avoid lintian warning --- diff --git a/debian/copyright b/debian/copyright index e861e42..5348fdb 100644 --- a/debian/copyright +++ b/debian/copyright @@ -32,9 +32,6 @@ License: released under the BSD license, including: * aes, bsd-user, sd, slirp, sys-queue - On Debian systems, the complete text of the BSD license be found in the - file /usr/share/common-licenses/BSD. - Some hardware device emulation sources and other QEMU functionality are released under the MIT/X11 (BSD-like) license, including: * sdl, host-utils, vnc, keymaps, ioport, usb, hw/*, net, acl, block, @@ -64,3 +61,32 @@ License: developers Team. These files are licensed under the GNU LGPL, version 2, or (at your option) any later version. Homepage: http://savannah.nongnu.org/projects/vgabios + +BSD license: + +Copyright (c) The Regents of the University of California. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE.