On Fri, May 14, 2010 at 11:48:07AM +0200, repository service wrote: > 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
Please don't do this kind of change to any code other than trivial stuff like one-liner Kconfig files. I for one license all my code intentionally under "GPLv2-or-later" and I don't want that changed to "GPLv2-only". > 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 Uwe. -- http://hermann-uwe.de | http://sigrok.org http://randomprojects.org | http://unmaintained-free-software.org -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

