Changeset 5161
- Timestamp:
- Feb 25, 2010 5:09:53 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
README (modified) (2 diffs)
-
src/mainboard/winent/pl6064/irq_tables.c (modified) (1 diff)
-
src/mainboard/winent/pl6064/mainboard.c (modified) (1 diff)
-
src/mainboard/winent/pl6064/romstage.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r5108 r5161 48 48 ----------------- 49 49 50 Please consult http://www.coreboot.org/ Documentationfor details.50 Please consult http://www.coreboot.org/Build_HOWTO for details. 51 51 52 52 … … 82 82 coreboot is licensed under the terms of the GNU General Public License (GPL). 83 83 Some files are licensed under the "GPL (version 2, or any later version)", 84 and some files (mostly those derived from the Linux kernel) are licensed under 85 the "GPL, version 2". For some parts, which were derived from other projects, 86 other (GPL-compatible) licenses may apply. Please check the individual 87 source files for details. 84 and some files are licensed under the "GPL, version 2". For some parts, which 85 were derived from other projects, other (GPL-compatible) licenses may apply. 86 Please check the individual source files for details. 88 87 89 88 This makes the resulting coreboot images licensed under the GPL, version 2. -
trunk/src/mainboard/winent/pl6064/irq_tables.c
r5158 r5161 4 4 * Copyright (C) 2007 Advanced Micro Devices, Inc. 5 5 * Copyright (C) 2010 Win Enterprises, Inc (anishp@win-ent.com) 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as9 * published by the Free Software Foundation.8 * it under the terms of the GNU General Public License as published by 9 * the Free Software Foundation; version 2 of the License. 10 10 * 11 11 * This program is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 14 * GNU General Public License for more details. 15 15 * -
trunk/src/mainboard/winent/pl6064/mainboard.c
r5158 r5161 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as8 * published by the Free Software Foundation.7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; version 2 of the license. 9 9 * 10 10 * This program is distributed in the hope that it will be useful, -
trunk/src/mainboard/winent/pl6064/romstage.c
r5158 r5161 4 4 * Copyright (C) 2007 Advanced Micro Devices, Inc. 5 5 * Copyright (C) 2010 Win Enterprises, Inc (anishp@win-ent.com) 6 *7 6 * 8 7 * This program is free software; you can redistribute it and/or modify
Note: See TracChangeset
for help on using the changeset viewer.
