mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
maint: refer to correct license file
Now that COPYING no longer contains the text of the LGPL, modify the LGPLv2-only files from vbox to call out the correct file. * src/vbox/vbox_CAPI_v2_2.h: Refer to correct file. * src/vbox/vbox_CAPI_v3_0.h: Likewise. * src/vbox/vbox_CAPI_v3_1.h: Likewise. * src/vbox/vbox_CAPI_v3_2.h: Likewise. * src/vbox/vbox_CAPI_v4_0.h: Likewise. * src/vbox/vbox_CAPI_v4_1.h: Likewise. * src/vbox/vbox_V2_2.c: Likewise. * src/vbox/vbox_V3_0.c: Likewise. * src/vbox/vbox_V3_1.c: Likewise. * src/vbox/vbox_XPCOMCGlue.c: Likewise. * src/vbox/vbox_XPCOMCGlue.h: Likewise. * src/vbox/vbox_driver.c: Likewise. * src/vbox/vbox_driver.h: Likewise. * src/vbox/vbox_tmpl.c: Likewise. * src/vbox/vbox_V3_2.c: Copy license notice from vbox_V3_1.c. * src/vbox/vbox_V4_0.c: Likewise. * src/vbox/vbox_V4_1.c: Likewise. * src/vbox/README: Mention copyright issues; this particular file contains no code and therefore does not need LGPL. Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
de483052a2
commit
043af8aca4
@ -1,3 +1,15 @@
|
|||||||
|
Licensing
|
||||||
|
|
||||||
|
Note that much of the vbox in this directory is LGPLv2-only. Thus, it
|
||||||
|
cannot be linked into any software that also wants to use GPLv3+ code.
|
||||||
|
This readme file is:
|
||||||
|
|
||||||
|
Copyright (C) 2009, 2013 Red Hat, Inc.
|
||||||
|
|
||||||
|
Copying and distribution of this file, with or without modification,
|
||||||
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
notice and this notice are preserved. This file is offered as-is,
|
||||||
|
without warranty of any kind.
|
||||||
|
|
||||||
Explanation about the how multi-version support
|
Explanation about the how multi-version support
|
||||||
for VirtualBox libvirt driver is implemented.
|
for VirtualBox libvirt driver is implemented.
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* This file is part of a free software library; you can redistribute
|
* This file is part of a free software library; you can redistribute
|
||||||
* it and/or modify it under the terms of the GNU Lesser General
|
* it and/or modify it under the terms of the GNU Lesser General
|
||||||
* Public License version 2.1 as published by the Free Software
|
* Public License version 2.1 as published by the Free Software
|
||||||
* Foundation and shipped in the "COPYING" file with this library.
|
* Foundation and shipped in the "COPYING.LESSER" file with this library.
|
||||||
* The library is distributed in the hope that it will be useful,
|
* The library is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY of any kind.
|
* but WITHOUT ANY WARRANTY of any kind.
|
||||||
*
|
*
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* This file is part of a free software library; you can redistribute
|
* This file is part of a free software library; you can redistribute
|
||||||
* it and/or modify it under the terms of the GNU Lesser General
|
* it and/or modify it under the terms of the GNU Lesser General
|
||||||
* Public License version 2.1 as published by the Free Software
|
* Public License version 2.1 as published by the Free Software
|
||||||
* Foundation and shipped in the "COPYING" file with this library.
|
* Foundation and shipped in the "COPYING.LESSER" file with this library.
|
||||||
* The library is distributed in the hope that it will be useful,
|
* The library is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY of any kind.
|
* but WITHOUT ANY WARRANTY of any kind.
|
||||||
*
|
*
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* This file is part of a free software library; you can redistribute
|
* This file is part of a free software library; you can redistribute
|
||||||
* it and/or modify it under the terms of the GNU Lesser General
|
* it and/or modify it under the terms of the GNU Lesser General
|
||||||
* Public License version 2.1 as published by the Free Software
|
* Public License version 2.1 as published by the Free Software
|
||||||
* Foundation and shipped in the "COPYING" file with this library.
|
* Foundation and shipped in the "COPYING.LESSER" file with this library.
|
||||||
* The library is distributed in the hope that it will be useful,
|
* The library is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY of any kind.
|
* but WITHOUT ANY WARRANTY of any kind.
|
||||||
*
|
*
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* This file is part of a free software library; you can redistribute
|
* This file is part of a free software library; you can redistribute
|
||||||
* it and/or modify it under the terms of the GNU Lesser General
|
* it and/or modify it under the terms of the GNU Lesser General
|
||||||
* Public License version 2.1 as published by the Free Software
|
* Public License version 2.1 as published by the Free Software
|
||||||
* Foundation and shipped in the "COPYING" file with this library.
|
* Foundation and shipped in the "COPYING.LESSER" file with this library.
|
||||||
* The library is distributed in the hope that it will be useful,
|
* The library is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY of any kind.
|
* but WITHOUT ANY WARRANTY of any kind.
|
||||||
*
|
*
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* This file is part of a free software library; you can redistribute
|
* This file is part of a free software library; you can redistribute
|
||||||
* it and/or modify it under the terms of the GNU Lesser General
|
* it and/or modify it under the terms of the GNU Lesser General
|
||||||
* Public License version 2.1 as published by the Free Software
|
* Public License version 2.1 as published by the Free Software
|
||||||
* Foundation and shipped in the "COPYING" file with this library.
|
* Foundation and shipped in the "COPYING.LESSER" file with this library.
|
||||||
* The library is distributed in the hope that it will be useful,
|
* The library is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY of any kind.
|
* but WITHOUT ANY WARRANTY of any kind.
|
||||||
*
|
*
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
* This file is part of a free software library; you can redistribute
|
* This file is part of a free software library; you can redistribute
|
||||||
* it and/or modify it under the terms of the GNU Lesser General
|
* it and/or modify it under the terms of the GNU Lesser General
|
||||||
* Public License version 2.1 as published by the Free Software
|
* Public License version 2.1 as published by the Free Software
|
||||||
* Foundation and shipped in the "COPYING" file with this library.
|
* Foundation and shipped in the "COPYING.LESSER" file with this library.
|
||||||
* The library is distributed in the hope that it will be useful,
|
* The library is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY of any kind.
|
* but WITHOUT ANY WARRANTY of any kind.
|
||||||
*
|
*
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
* This file is part of a free software library; you can redistribute
|
* This file is part of a free software library; you can redistribute
|
||||||
* it and/or modify it under the terms of the GNU Lesser General
|
* it and/or modify it under the terms of the GNU Lesser General
|
||||||
* Public License version 2.1 as published by the Free Software
|
* Public License version 2.1 as published by the Free Software
|
||||||
* Foundation and shipped in the "COPYING" file with this library.
|
* Foundation and shipped in the "COPYING.LESSER" file with this library.
|
||||||
* The library is distributed in the hope that it will be useful,
|
* The library is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY of any kind.
|
* but WITHOUT ANY WARRANTY of any kind.
|
||||||
*
|
*
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
* This file is part of a free software library; you can redistribute
|
* This file is part of a free software library; you can redistribute
|
||||||
* it and/or modify it under the terms of the GNU Lesser General
|
* it and/or modify it under the terms of the GNU Lesser General
|
||||||
* Public License version 2.1 as published by the Free Software
|
* Public License version 2.1 as published by the Free Software
|
||||||
* Foundation and shipped in the "COPYING" file with this library.
|
* Foundation and shipped in the "COPYING.LESSER" file with this library.
|
||||||
* The library is distributed in the hope that it will be useful,
|
* The library is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY of any kind.
|
* but WITHOUT ANY WARRANTY of any kind.
|
||||||
*
|
*
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
* This file is part of a free software library; you can redistribute
|
* This file is part of a free software library; you can redistribute
|
||||||
* it and/or modify it under the terms of the GNU Lesser General
|
* it and/or modify it under the terms of the GNU Lesser General
|
||||||
* Public License version 2.1 as published by the Free Software
|
* Public License version 2.1 as published by the Free Software
|
||||||
* Foundation and shipped in the "COPYING" file with this library.
|
* Foundation and shipped in the "COPYING.LESSER" file with this library.
|
||||||
* The library is distributed in the hope that it will be useful,
|
* The library is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY of any kind.
|
* but WITHOUT ANY WARRANTY of any kind.
|
||||||
*
|
*
|
||||||
|
@ -3,6 +3,30 @@
|
|||||||
* at runtime.
|
* at runtime.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (C) 2008-2009 Sun Microsystems, Inc.
|
||||||
|
*
|
||||||
|
* This file is part of a free software library; you can redistribute
|
||||||
|
* it and/or modify it under the terms of the GNU Lesser General
|
||||||
|
* Public License version 2.1 as published by the Free Software
|
||||||
|
* Foundation and shipped in the "COPYING.LESSER" file with this library.
|
||||||
|
* The library is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY of any kind.
|
||||||
|
*
|
||||||
|
* Sun LGPL Disclaimer: For the avoidance of doubt, except that if
|
||||||
|
* any license choice other than GPL or LGPL is available it will
|
||||||
|
* apply instead, Sun elects to use only the Lesser General Public
|
||||||
|
* License version 2.1 (LGPLv2) at this time for any software where
|
||||||
|
* a choice of LGPL license versions is made available with the
|
||||||
|
* language indicating that LGPLv2 or any later version may be used,
|
||||||
|
* or where a choice of which version of the LGPL is applied is
|
||||||
|
* otherwise unspecified.
|
||||||
|
*
|
||||||
|
* Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
|
||||||
|
* Clara, CA 95054 USA or visit http://www.sun.com if you need
|
||||||
|
* additional information or have any questions.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
/** The API Version */
|
/** The API Version */
|
||||||
|
@ -3,6 +3,30 @@
|
|||||||
* at runtime.
|
* at runtime.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (C) 2008-2009 Sun Microsystems, Inc.
|
||||||
|
*
|
||||||
|
* This file is part of a free software library; you can redistribute
|
||||||
|
* it and/or modify it under the terms of the GNU Lesser General
|
||||||
|
* Public License version 2.1 as published by the Free Software
|
||||||
|
* Foundation and shipped in the "COPYING.LESSER" file with this library.
|
||||||
|
* The library is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY of any kind.
|
||||||
|
*
|
||||||
|
* Sun LGPL Disclaimer: For the avoidance of doubt, except that if
|
||||||
|
* any license choice other than GPL or LGPL is available it will
|
||||||
|
* apply instead, Sun elects to use only the Lesser General Public
|
||||||
|
* License version 2.1 (LGPLv2) at this time for any software where
|
||||||
|
* a choice of LGPL license versions is made available with the
|
||||||
|
* language indicating that LGPLv2 or any later version may be used,
|
||||||
|
* or where a choice of which version of the LGPL is applied is
|
||||||
|
* otherwise unspecified.
|
||||||
|
*
|
||||||
|
* Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
|
||||||
|
* Clara, CA 95054 USA or visit http://www.sun.com if you need
|
||||||
|
* additional information or have any questions.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
/** The API Version */
|
/** The API Version */
|
||||||
|
@ -3,6 +3,30 @@
|
|||||||
* at runtime.
|
* at runtime.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (C) 2008-2009 Sun Microsystems, Inc.
|
||||||
|
*
|
||||||
|
* This file is part of a free software library; you can redistribute
|
||||||
|
* it and/or modify it under the terms of the GNU Lesser General
|
||||||
|
* Public License version 2.1 as published by the Free Software
|
||||||
|
* Foundation and shipped in the "COPYING.LESSER" file with this library.
|
||||||
|
* The library is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY of any kind.
|
||||||
|
*
|
||||||
|
* Sun LGPL Disclaimer: For the avoidance of doubt, except that if
|
||||||
|
* any license choice other than GPL or LGPL is available it will
|
||||||
|
* apply instead, Sun elects to use only the Lesser General Public
|
||||||
|
* License version 2.1 (LGPLv2) at this time for any software where
|
||||||
|
* a choice of LGPL license versions is made available with the
|
||||||
|
* language indicating that LGPLv2 or any later version may be used,
|
||||||
|
* or where a choice of which version of the LGPL is applied is
|
||||||
|
* otherwise unspecified.
|
||||||
|
*
|
||||||
|
* Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
|
||||||
|
* Clara, CA 95054 USA or visit http://www.sun.com if you need
|
||||||
|
* additional information or have any questions.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
/** The API Version */
|
/** The API Version */
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
* This file is part of a free software library; you can redistribute
|
* This file is part of a free software library; you can redistribute
|
||||||
* it and/or modify it under the terms of the GNU Lesser General
|
* it and/or modify it under the terms of the GNU Lesser General
|
||||||
* Public License version 2.1 as published by the Free Software
|
* Public License version 2.1 as published by the Free Software
|
||||||
* Foundation and shipped in the "COPYING" file with this library.
|
* Foundation and shipped in the "COPYING.LESSER" file with this library.
|
||||||
* The library is distributed in the hope that it will be useful,
|
* The library is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY of any kind.
|
* but WITHOUT ANY WARRANTY of any kind.
|
||||||
*
|
*
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
* This file is part of a free software library; you can redistribute
|
* This file is part of a free software library; you can redistribute
|
||||||
* it and/or modify it under the terms of the GNU Lesser General
|
* it and/or modify it under the terms of the GNU Lesser General
|
||||||
* Public License version 2.1 as published by the Free Software
|
* Public License version 2.1 as published by the Free Software
|
||||||
* Foundation and shipped in the "COPYING" file with this library.
|
* Foundation and shipped in the "COPYING.LESSER" file with this library.
|
||||||
* The library is distributed in the hope that it will be useful,
|
* The library is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY of any kind.
|
* but WITHOUT ANY WARRANTY of any kind.
|
||||||
*
|
*
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
* This file is part of a free software library; you can redistribute
|
* This file is part of a free software library; you can redistribute
|
||||||
* it and/or modify it under the terms of the GNU Lesser General
|
* it and/or modify it under the terms of the GNU Lesser General
|
||||||
* Public License version 2.1 as published by the Free Software
|
* Public License version 2.1 as published by the Free Software
|
||||||
* Foundation and shipped in the "COPYING" file with this library.
|
* Foundation and shipped in the "COPYING.LESSER" file with this library.
|
||||||
* The library is distributed in the hope that it will be useful,
|
* The library is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY of any kind.
|
* but WITHOUT ANY WARRANTY of any kind.
|
||||||
*
|
*
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
* This file is part of a free software library; you can redistribute
|
* This file is part of a free software library; you can redistribute
|
||||||
* it and/or modify it under the terms of the GNU Lesser General
|
* it and/or modify it under the terms of the GNU Lesser General
|
||||||
* Public License version 2.1 as published by the Free Software
|
* Public License version 2.1 as published by the Free Software
|
||||||
* Foundation and shipped in the "COPYING" file with this library.
|
* Foundation and shipped in the "COPYING.LESSER" file with this library.
|
||||||
* The library is distributed in the hope that it will be useful,
|
* The library is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY of any kind.
|
* but WITHOUT ANY WARRANTY of any kind.
|
||||||
*
|
*
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
* This file is part of a free software library; you can redistribute
|
* This file is part of a free software library; you can redistribute
|
||||||
* it and/or modify it under the terms of the GNU Lesser General
|
* it and/or modify it under the terms of the GNU Lesser General
|
||||||
* Public License version 2.1 as published by the Free Software
|
* Public License version 2.1 as published by the Free Software
|
||||||
* Foundation and shipped in the "COPYING" file with this library.
|
* Foundation and shipped in the "COPYING.LESSER" file with this library.
|
||||||
* The library is distributed in the hope that it will be useful,
|
* The library is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY of any kind.
|
* but WITHOUT ANY WARRANTY of any kind.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user