|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v1 02/20] acpi/hvmloader: Move acpi_info initialization out of ACPI code
Boris Ostrovsky writes ("[PATCH v1 02/20] acpi/hvmloader: Move acpi_info
initialization out of ACPI code"):
> acpi_info can be initialized by hvmloader itself. Now ACPI code
> doesn't need to use hvmloader-private variables/routines such as
> uart_exists(), lpt_exists() etc.
...
> Signed-off-by: Boris Ostrovsky <boris.ostrovsky@xxxxxxxxxx>
...
> * Create libacpi.h for libacpi interface definitions
Nacked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
I'm afraid this patch contains a licence violation, contrary to your
S-O-B.
You have moved this:
> --- a/tools/firmware/hvmloader/acpi/build.c
> +++ b/tools/firmware/hvmloader/acpi/build.c
...
> -struct acpi_info {
> - uint8_t com1_present:1; /* 0[0] - System has COM1? */
> - uint8_t com2_present:1; /* 0[1] - System has COM2? */
> - uint8_t lpt1_present:1; /* 0[2] - System has LPT1? */
Into a new file:
> --- /dev/null
> +++ b/tools/firmware/hvmloader/acpi/libacpi.h
> @@ -0,0 +1,80 @@
...
> +struct acpi_info {
> + uint8_t com1_present:1; /* 0[0] - System has COM1? */
> + uint8_t com2_present:1; /* 0[1] - System has COM2? */
> + uint8_t lpt1_present:1; /* 0[2] - System has LPT1? */
The original file has this copyright header:
/*
* Copyright (c) 2004, Intel Corporation.
* Copyright (c) 2006, Keir Fraser, XenSource Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms and conditions of the GNU General
* Public License, version 2, as published by the Free Software
* Foundation.
*
* This program is distributed in the hope it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; If not, see
* <http://www.gnu.org/licenses/>.
*/
(rewrapped for legibility). The dates haven't been updated for ages,
but this file is clearly GPLv2-only.
However your new file has this copyright header (again, wrapped);
> +/******************************************************************************
> + * libacpi.h
> + *
> + * libacpi interfaces
> + *
> + * 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.
> + *
> + * Copyright (c) 2016 Oracle and/or its affiliates. All rights reserved.
> + */
There are two serious problems with this.
1. You have dropped the copyright attribution to Intel and Xensource.
2. You have changed the licence to BSD-style, even though the original
was GPLv2-only.
Please be more careful!
Thanks,
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |