[arch-commits] Commit in kqemu/trunk (LICENSE PKGBUILD)

Eric Bélanger eric at archlinux.org
Mon Mar 9 03:19:36 UTC 2009


    Date: Sunday, March 8, 2009 @ 23:19:35
  Author: eric
Revision: 29499

Fixed license

Added:
  kqemu/trunk/LICENSE
Modified:
  kqemu/trunk/PKGBUILD

----------+
 LICENSE  |   30 ++++++++++++++++++++++++++++++
 PKGBUILD |    9 +++++----
 2 files changed, 35 insertions(+), 4 deletions(-)

Added: LICENSE
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2009-03-09 03:19:35 UTC (rev 29499)
@@ -0,0 +1,30 @@
+1) The QEMU Accelerator Module (aka KQEMU) is released under the GNU
+   General Public license version 2.
+
+2) The header file "kqemu.h" is released under the BSD license.
+
+/*
+ * KQEMU header
+ * 
+ * Copyright (c) 2004-2008 Fabrice Bellard
+ * 
+ * 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.
+ */
+
+3) QEMU is a trademark of Fabrice Bellard.

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-09 03:13:50 UTC (rev 29498)
+++ PKGBUILD	2009-03-09 03:19:35 UTC (rev 29499)
@@ -8,12 +8,12 @@
 pkgrel=1
 pkgdesc="QEMU Accelerator Module, which adds virtualization capabilities to qemu. For kernel26."
 arch=(i686 x86_64)
-license=('GPL' 'BSD')
-url="http://bellard.org/qemu/ "
+license=('GPL2' 'BSD')
+url="http://www.nongnu.org/qemu/"
 depends=('kernel26>=2.6.28' 'kernel26<2.6.29' 'qemu>=0.10.0')
 install=kqemu.install
-source=(http://www.nongnu.org/qemu/kqemu-$pkgver.tar.gz)
-md5sums=('d738d8ca7332211ab716ec3213d82ee1')
+source=(http://www.nongnu.org/qemu/kqemu-$pkgver.tar.gz LICENSE)
+md5sums=('d738d8ca7332211ab716ec3213d82ee1' 'ff53106a9b480cf2e43b189920e56c3e')
 
 build()
 {
@@ -23,4 +23,5 @@
   make || return 1
   install -D -m644 kqemu.ko $startdir/pkg/lib/modules/${_kernver}/misc/kqemu.ko || return 1
   sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/kqemu.install
+  install -D -m644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE || return 1
 } 




More information about the arch-commits mailing list