From: Stefano Stabellini Date: Sat, 28 Mar 2015 22:35:00 +0000 (+0000) Subject: Improve wording in config and remove unnecessary preamble in COPYING X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3e0f89f7f873a10f2c6e5df285efca9fbf032e95;p=people%2Fsstabellini%2Fraisin.git Improve wording in config and remove unnecessary preamble in COPYING Signed-off-by: Stefano Stabellini --- diff --git a/COPYING b/COPYING index 07535ad..5b6e7c6 100644 --- a/COPYING +++ b/COPYING @@ -1,42 +1,3 @@ - -GNU General Public License --------------------------- - -Most files in this repository are licensed under the terms of the GNU -General Public License (GPL), a copy of which is attached at the end -of this notice. Note that the only valid version of the GPL as far as -the files in this repository are concerned is _this_ particular -version of the license (i.e., *only* v2, not v2.2 or v3.x or -whatever), unless explicitly otherwise stated. - -Some code fragments in the hypervisor and associated subsystems -include the 2- or 3-clause BSD license stanzas (also known as Modified -BSD licenses). When these code sections are compiled as part of a -GPLv2-licensed program, such as Xen, the result is licensed under -GPLv2. See the FSF's definition of GPL compatibility: - http://www.gnu.org/licenses/gpl-faq.html#WhatDoesCompatMean -And how this applies to a range of open source licenses: - http://www.gnu.org/licenses/license-list.html - -Licensing Exceptions (the relaxed BSD-style license) ----------------------------------------------------- - -For the convenience of users and those who are porting OSes to run as -Xen guests, certain files in this repository are not subject to the -GPL when distributed separately or included in software packages -outside this repository. Instead we specify a much more relaxed -BSD-style license. Affected files include the Xen interface headers -(xen/include/public/COPYING), MiniOS (extras/mini-os) and various -drivers, support functions and header files within Xen-aware Linux -source trees. In all such cases, license terms are stated at the top -of the file or in a COPYING file in the same directory. Note that -_any_ file that is modified and then distributed within a Linux kernel -is still subject to the GNU GPL. - - -- Keir Fraser (on behalf of the Xen team) - -===================================================================== - GNU GENERAL PUBLIC LICENSE Version 2, June 1991 diff --git a/config b/config index 401577b..5b474c7 100644 --- a/config +++ b/config @@ -15,7 +15,7 @@ LIBVIRT_UPSTREAM_URL="git://libvirt.org/libvirt.git" # Software versions. Leave blank if you want to avoid the build, like # this: GRUB_UPSTREAM_REVISION= -# Keep in mind that both Grub and Libvirt needs Xen to build and run. +# Grub and Libvirt needs Xen to build and run. XEN_UPSTREAM_REVISION="RELEASE-4.5.0" GRUB_UPSTREAM_REVISION="master" LIBVIRT_UPSTREAM_REVISION="master"