Various minor fixes (trivial).
- More license header cosmetics. - New official "Building coreboot" document is now at: http://www.coreboot.org/Build_HOWTO - Drop "(mostly those derived from the Linux kernel)" part of the GPL-v2-only parts from the README. Many other files are also GPL-v2-only, too. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5161 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
13f2bb09d4
commit
dbbecb5c17
9
README
9
README
|
@ -47,7 +47,7 @@ Optional:
|
||||||
Building coreboot
|
Building coreboot
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
Please consult http://www.coreboot.org/Documentation for details.
|
Please consult http://www.coreboot.org/Build_HOWTO for details.
|
||||||
|
|
||||||
|
|
||||||
Testing coreboot Without Modifying Your Hardware
|
Testing coreboot Without Modifying Your Hardware
|
||||||
|
@ -81,10 +81,9 @@ developers and companies. Please check the individual source files for details.
|
||||||
|
|
||||||
coreboot is licensed under the terms of the GNU General Public License (GPL).
|
coreboot is licensed under the terms of the GNU General Public License (GPL).
|
||||||
Some files are licensed under the "GPL (version 2, or any later version)",
|
Some files are licensed under the "GPL (version 2, or any later version)",
|
||||||
and some files (mostly those derived from the Linux kernel) are licensed under
|
and some files are licensed under the "GPL, version 2". For some parts, which
|
||||||
the "GPL, version 2". For some parts, which were derived from other projects,
|
were derived from other projects, other (GPL-compatible) licenses may apply.
|
||||||
other (GPL-compatible) licenses may apply. Please check the individual
|
Please check the individual source files for details.
|
||||||
source files for details.
|
|
||||||
|
|
||||||
This makes the resulting coreboot images licensed under the GPL, version 2.
|
This makes the resulting coreboot images licensed under the GPL, version 2.
|
||||||
|
|
||||||
|
|
|
@ -3,14 +3,14 @@
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 Advanced Micro Devices, Inc.
|
* Copyright (C) 2007 Advanced Micro Devices, Inc.
|
||||||
* Copyright (C) 2010 Win Enterprises, Inc (anishp@win-ent.com)
|
* Copyright (C) 2010 Win Enterprises, Inc (anishp@win-ent.com)
|
||||||
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License as published by
|
||||||
* published by the Free Software Foundation.
|
* the Free Software Foundation; version 2 of the License.
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* This program is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
* Copyright (C) 2010 Win Enterprises, Inc. (anishp@win-ent.com)
|
* Copyright (C) 2010 Win Enterprises, Inc. (anishp@win-ent.com)
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License as published by
|
||||||
* published by the Free Software Foundation.
|
* the Free Software Foundation; version 2 of the license.
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* This program is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
* Copyright (C) 2007 Advanced Micro Devices, Inc.
|
* Copyright (C) 2007 Advanced Micro Devices, Inc.
|
||||||
* Copyright (C) 2010 Win Enterprises, Inc (anishp@win-ent.com)
|
* Copyright (C) 2010 Win Enterprises, Inc (anishp@win-ent.com)
|
||||||
*
|
*
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
|
|
Loading…
Reference in New Issue