[coreboot] [commit] r5545 - in trunk/src: cpu/amd/model_gx1 cpu/intel/slot_1 cpu/intel/slot_2 cpu/intel/socket_PGA370 mainboard/a-trend mainboard/a-trend/atc-6220 mainboard/a-trend/atc-6240 mainboard/abit mai...

repository service svn at coreboot.org
Fri May 14 11:48:07 CEST 2010


Author: stepan
Date: Fri May 14 11:48:05 2010
New Revision: 5545
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5545

Log:
license header fixes 

Signed-off-by: Nils Jacobs <njacobs8 at hetnet.nl>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/src/cpu/amd/model_gx1/Kconfig
   trunk/src/cpu/intel/slot_1/Kconfig
   trunk/src/cpu/intel/slot_2/Kconfig
   trunk/src/cpu/intel/socket_PGA370/Kconfig
   trunk/src/mainboard/a-trend/Kconfig
   trunk/src/mainboard/a-trend/atc-6220/Kconfig
   trunk/src/mainboard/a-trend/atc-6240/Kconfig
   trunk/src/mainboard/abit/Kconfig
   trunk/src/mainboard/abit/be6-ii_v2_0/Kconfig
   trunk/src/mainboard/advantech/Kconfig
   trunk/src/mainboard/advantech/pcm-5820/Kconfig
   trunk/src/mainboard/amd/rumba/Kconfig
   trunk/src/mainboard/asi/Kconfig
   trunk/src/mainboard/asi/mb_5blgp/Kconfig
   trunk/src/mainboard/asi/mb_5blmp/Kconfig
   trunk/src/mainboard/asrock/Kconfig
   trunk/src/mainboard/asus/Kconfig
   trunk/src/mainboard/asus/m2v-mx_se/Kconfig
   trunk/src/mainboard/asus/mew-am/Kconfig
   trunk/src/mainboard/asus/mew-vm/Kconfig
   trunk/src/mainboard/asus/p2b-d/Kconfig
   trunk/src/mainboard/asus/p2b-ds/Kconfig
   trunk/src/mainboard/asus/p2b-f/Kconfig
   trunk/src/mainboard/asus/p2b-ls/Kconfig
   trunk/src/mainboard/asus/p2b/Kconfig
   trunk/src/mainboard/asus/p3b-f/Kconfig
   trunk/src/mainboard/axus/Kconfig
   trunk/src/mainboard/axus/tc320/Kconfig
   trunk/src/mainboard/azza/Kconfig
   trunk/src/mainboard/azza/pt-6ibd/Kconfig
   trunk/src/mainboard/bcom/Kconfig
   trunk/src/mainboard/bcom/winnet100/Kconfig
   trunk/src/mainboard/biostar/Kconfig
   trunk/src/mainboard/biostar/m6tba/Kconfig
   trunk/src/mainboard/compaq/Kconfig
   trunk/src/mainboard/compaq/deskpro_en_sff_p600/Kconfig
   trunk/src/mainboard/eaglelion/5bcm/Kconfig
   trunk/src/mainboard/eaglelion/Kconfig
   trunk/src/mainboard/gigabyte/Kconfig
   trunk/src/mainboard/gigabyte/ga-6bxc/Kconfig
   trunk/src/mainboard/hp/e_vectra_p2706t/Kconfig
   trunk/src/mainboard/iei/Kconfig
   trunk/src/mainboard/iei/juki-511p/Kconfig
   trunk/src/mainboard/iei/nova4899r/Kconfig
   trunk/src/mainboard/mitac/6513wu/Kconfig
   trunk/src/mainboard/mitac/Kconfig
   trunk/src/mainboard/msi/Kconfig
   trunk/src/mainboard/msi/ms6119/Kconfig
   trunk/src/mainboard/msi/ms6147/Kconfig
   trunk/src/mainboard/msi/ms6156/Kconfig
   trunk/src/mainboard/msi/ms6178/Kconfig
   trunk/src/mainboard/nec/Kconfig
   trunk/src/mainboard/nec/powermate2000/Kconfig
   trunk/src/mainboard/nokia/Kconfig
   trunk/src/mainboard/nokia/ip530/Kconfig
   trunk/src/mainboard/soyo/Kconfig
   trunk/src/mainboard/soyo/sy-6ba-plus-iii/Kconfig
   trunk/src/mainboard/televideo/Kconfig
   trunk/src/mainboard/televideo/tc7020/Kconfig
   trunk/src/mainboard/tyan/Kconfig
   trunk/src/mainboard/tyan/s1846/Kconfig
   trunk/src/mainboard/winent/Kconfig
   trunk/src/northbridge/amd/gx1/Kconfig
   trunk/src/northbridge/intel/i440bx/Kconfig
   trunk/src/northbridge/intel/i440lx/Kconfig
   trunk/src/northbridge/intel/i82810/Kconfig
   trunk/src/southbridge/amd/cs5530/Kconfig
   trunk/src/southbridge/intel/i82801ax/Kconfig
   trunk/src/southbridge/intel/i82801bx/Kconfig

Modified: trunk/src/cpu/amd/model_gx1/Kconfig
==============================================================================
--- trunk/src/cpu/amd/model_gx1/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/cpu/amd/model_gx1/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/cpu/intel/slot_1/Kconfig
==============================================================================
--- trunk/src/cpu/intel/slot_1/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/cpu/intel/slot_1/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/cpu/intel/slot_2/Kconfig
==============================================================================
--- trunk/src/cpu/intel/slot_2/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/cpu/intel/slot_2/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/cpu/intel/socket_PGA370/Kconfig
==============================================================================
--- trunk/src/cpu/intel/socket_PGA370/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/cpu/intel/socket_PGA370/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/a-trend/Kconfig
==============================================================================
--- trunk/src/mainboard/a-trend/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/a-trend/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/a-trend/atc-6220/Kconfig
==============================================================================
--- trunk/src/mainboard/a-trend/atc-6220/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/a-trend/atc-6220/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/a-trend/atc-6240/Kconfig
==============================================================================
--- trunk/src/mainboard/a-trend/atc-6240/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/a-trend/atc-6240/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/abit/Kconfig
==============================================================================
--- trunk/src/mainboard/abit/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/abit/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/abit/be6-ii_v2_0/Kconfig
==============================================================================
--- trunk/src/mainboard/abit/be6-ii_v2_0/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/abit/be6-ii_v2_0/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/advantech/Kconfig
==============================================================================
--- trunk/src/mainboard/advantech/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/advantech/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/advantech/pcm-5820/Kconfig
==============================================================================
--- trunk/src/mainboard/advantech/pcm-5820/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/advantech/pcm-5820/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/amd/rumba/Kconfig
==============================================================================
--- trunk/src/mainboard/amd/rumba/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/amd/rumba/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/asi/Kconfig
==============================================================================
--- trunk/src/mainboard/asi/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/asi/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/asi/mb_5blgp/Kconfig
==============================================================================
--- trunk/src/mainboard/asi/mb_5blgp/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/asi/mb_5blgp/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/asi/mb_5blmp/Kconfig
==============================================================================
--- trunk/src/mainboard/asi/mb_5blmp/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/asi/mb_5blmp/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/asrock/Kconfig
==============================================================================
--- trunk/src/mainboard/asrock/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/asrock/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/asus/Kconfig
==============================================================================
--- trunk/src/mainboard/asus/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/asus/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/asus/m2v-mx_se/Kconfig
==============================================================================
--- trunk/src/mainboard/asus/m2v-mx_se/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/asus/m2v-mx_se/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,12 +5,11 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## 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.
 ##
 ## You should have received a copy of the GNU General Public License

Modified: trunk/src/mainboard/asus/mew-am/Kconfig
==============================================================================
--- trunk/src/mainboard/asus/mew-am/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/asus/mew-am/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/asus/mew-vm/Kconfig
==============================================================================
--- trunk/src/mainboard/asus/mew-vm/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/asus/mew-vm/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/asus/p2b-d/Kconfig
==============================================================================
--- trunk/src/mainboard/asus/p2b-d/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/asus/p2b-d/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/asus/p2b-ds/Kconfig
==============================================================================
--- trunk/src/mainboard/asus/p2b-ds/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/asus/p2b-ds/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/asus/p2b-f/Kconfig
==============================================================================
--- trunk/src/mainboard/asus/p2b-f/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/asus/p2b-f/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/asus/p2b-ls/Kconfig
==============================================================================
--- trunk/src/mainboard/asus/p2b-ls/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/asus/p2b-ls/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/asus/p2b/Kconfig
==============================================================================
--- trunk/src/mainboard/asus/p2b/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/asus/p2b/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/asus/p3b-f/Kconfig
==============================================================================
--- trunk/src/mainboard/asus/p3b-f/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/asus/p3b-f/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/axus/Kconfig
==============================================================================
--- trunk/src/mainboard/axus/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/axus/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/axus/tc320/Kconfig
==============================================================================
--- trunk/src/mainboard/axus/tc320/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/axus/tc320/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/azza/Kconfig
==============================================================================
--- trunk/src/mainboard/azza/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/azza/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/azza/pt-6ibd/Kconfig
==============================================================================
--- trunk/src/mainboard/azza/pt-6ibd/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/azza/pt-6ibd/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/bcom/Kconfig
==============================================================================
--- trunk/src/mainboard/bcom/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/bcom/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/bcom/winnet100/Kconfig
==============================================================================
--- trunk/src/mainboard/bcom/winnet100/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/bcom/winnet100/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/biostar/Kconfig
==============================================================================
--- trunk/src/mainboard/biostar/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/biostar/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/biostar/m6tba/Kconfig
==============================================================================
--- trunk/src/mainboard/biostar/m6tba/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/biostar/m6tba/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/compaq/Kconfig
==============================================================================
--- trunk/src/mainboard/compaq/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/compaq/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/compaq/deskpro_en_sff_p600/Kconfig
==============================================================================
--- trunk/src/mainboard/compaq/deskpro_en_sff_p600/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/compaq/deskpro_en_sff_p600/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/eaglelion/5bcm/Kconfig
==============================================================================
--- trunk/src/mainboard/eaglelion/5bcm/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/eaglelion/5bcm/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/eaglelion/Kconfig
==============================================================================
--- trunk/src/mainboard/eaglelion/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/eaglelion/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/gigabyte/Kconfig
==============================================================================
--- trunk/src/mainboard/gigabyte/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/gigabyte/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/gigabyte/ga-6bxc/Kconfig
==============================================================================
--- trunk/src/mainboard/gigabyte/ga-6bxc/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/gigabyte/ga-6bxc/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/hp/e_vectra_p2706t/Kconfig
==============================================================================
--- trunk/src/mainboard/hp/e_vectra_p2706t/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/hp/e_vectra_p2706t/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/iei/Kconfig
==============================================================================
--- trunk/src/mainboard/iei/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/iei/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/iei/juki-511p/Kconfig
==============================================================================
--- trunk/src/mainboard/iei/juki-511p/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/iei/juki-511p/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/iei/nova4899r/Kconfig
==============================================================================
--- trunk/src/mainboard/iei/nova4899r/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/iei/nova4899r/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/mitac/6513wu/Kconfig
==============================================================================
--- trunk/src/mainboard/mitac/6513wu/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/mitac/6513wu/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/mitac/Kconfig
==============================================================================
--- trunk/src/mainboard/mitac/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/mitac/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/msi/Kconfig
==============================================================================
--- trunk/src/mainboard/msi/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/msi/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/msi/ms6119/Kconfig
==============================================================================
--- trunk/src/mainboard/msi/ms6119/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/msi/ms6119/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/msi/ms6147/Kconfig
==============================================================================
--- trunk/src/mainboard/msi/ms6147/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/msi/ms6147/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/msi/ms6156/Kconfig
==============================================================================
--- trunk/src/mainboard/msi/ms6156/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/msi/ms6156/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/msi/ms6178/Kconfig
==============================================================================
--- trunk/src/mainboard/msi/ms6178/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/msi/ms6178/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/nec/Kconfig
==============================================================================
--- trunk/src/mainboard/nec/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/nec/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/nec/powermate2000/Kconfig
==============================================================================
--- trunk/src/mainboard/nec/powermate2000/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/nec/powermate2000/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/nokia/Kconfig
==============================================================================
--- trunk/src/mainboard/nokia/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/nokia/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/nokia/ip530/Kconfig
==============================================================================
--- trunk/src/mainboard/nokia/ip530/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/nokia/ip530/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/soyo/Kconfig
==============================================================================
--- trunk/src/mainboard/soyo/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/soyo/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/soyo/sy-6ba-plus-iii/Kconfig
==============================================================================
--- trunk/src/mainboard/soyo/sy-6ba-plus-iii/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/soyo/sy-6ba-plus-iii/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/televideo/Kconfig
==============================================================================
--- trunk/src/mainboard/televideo/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/televideo/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/televideo/tc7020/Kconfig
==============================================================================
--- trunk/src/mainboard/televideo/tc7020/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/televideo/tc7020/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/tyan/Kconfig
==============================================================================
--- trunk/src/mainboard/tyan/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/tyan/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/tyan/s1846/Kconfig
==============================================================================
--- trunk/src/mainboard/tyan/s1846/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/tyan/s1846/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/winent/Kconfig
==============================================================================
--- trunk/src/mainboard/winent/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/mainboard/winent/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/northbridge/amd/gx1/Kconfig
==============================================================================
--- trunk/src/northbridge/amd/gx1/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/northbridge/amd/gx1/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/northbridge/intel/i440bx/Kconfig
==============================================================================
--- trunk/src/northbridge/intel/i440bx/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/northbridge/intel/i440bx/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/northbridge/intel/i440lx/Kconfig
==============================================================================
--- trunk/src/northbridge/intel/i440lx/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/northbridge/intel/i440lx/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/northbridge/intel/i82810/Kconfig
==============================================================================
--- trunk/src/northbridge/intel/i82810/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/northbridge/intel/i82810/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/amd/cs5530/Kconfig
==============================================================================
--- trunk/src/southbridge/amd/cs5530/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/southbridge/amd/cs5530/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/intel/i82801ax/Kconfig
==============================================================================
--- trunk/src/southbridge/intel/i82801ax/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/southbridge/intel/i82801ax/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/intel/i82801bx/Kconfig
==============================================================================
--- trunk/src/southbridge/intel/i82801bx/Kconfig	Fri May 14 11:45:29 2010	(r5544)
+++ trunk/src/southbridge/intel/i82801bx/Kconfig	Fri May 14 11:48:05 2010	(r5545)
@@ -5,8 +5,7 @@
 ##
 ## 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
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of




More information about the coreboot mailing list