coreboot-kgpe-d16/src/include
Patrick Georgi b890a1228d Remove address from GPLv2 headers
As per discussion with lawyers[tm], it's not a good idea to
shorten the license header too much - not for legal reasons
but because there are tools that look for them, and giving
them a standard pattern simplifies things.

However, we got confirmation that we don't have to update
every file ever added to coreboot whenever the FSF gets a
new lease, but can drop the address instead.

util/kconfig is excluded because that's imported code that
we may want to synchronize every now and then.

$ find * -type f -exec sed -i "s:Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, *MA[, ]*02110-1301[, ]*USA:Foundation, Inc.:" {} +
$ find * -type f -exec sed -i "s:Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA:Foundation, Inc.:" {} +
$ find * -type f -exec sed -i "s:Foundation, Inc., 59 Temple Place[-, ]*Suite 330, Boston, MA *02111-1307[, ]*USA:Foundation, Inc.:" {} +
$ find * -type f -exec sed -i "s:Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.:Foundation, Inc.:" {} +
$ find * -type f
	-a \! -name \*.patch \
	-a \! -name \*_shipped \
	-a \! -name LICENSE_GPL \
	-a \! -name LGPL.txt \
	-a \! -name COPYING \
	-a \! -name DISCLAIMER \
	-exec sed -i "/Foundation, Inc./ N;s:Foundation, Inc.* USA\.* *:Foundation, Inc. :;s:Foundation, Inc. $:Foundation, Inc.:" {} +

Change-Id: Icc968a5a5f3a5df8d32b940f9cdb35350654bef9
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/9233
Tested-by: build bot (Jenkins)
Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com>
2015-05-21 20:50:25 +02:00
..
boot vpd: populate coreboot table with serialno 2015-04-22 08:47:25 +02:00
console Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
cpu Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
device Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
pc80 Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
smp atomic.h: Fix doxygen errors 2015-01-04 20:03:28 +01:00
superio Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
tpm_lite vboot2: read secdata and nvdata 2015-03-23 19:51:47 +01:00
antirollback.h chromeos: vboot2: Add TPM PCR extension support 2015-04-20 17:06:28 +02:00
assert.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
b64_decode.h lib: add base64 decoder 2015-04-22 08:50:54 +02:00
base3.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
bcd.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
boardid.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
bootmem.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
bootmode.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
bootstate.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
cbfs.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
cbfs_core.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
cbfs_serialized.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
cbmem.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
delay.h timer: Reestablish init_timer(), consolidate timer initialization calls 2015-04-14 09:03:28 +02:00
edid.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
elog.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
endian.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
fallback.h Make set_boot_successful depend on PC80_SYSTEM 2012-11-30 21:33:35 +01:00
gic.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
gpio.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
halt.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
imd.h coreboot: tiered imd 2015-04-22 17:54:50 +02:00
inttypes.h x86: provide more C standard environment 2013-03-20 04:20:25 +01:00
ip_checksum.h Drop prototype guarding for romcc 2013-05-10 00:06:46 +02:00
kconfig.h Add config_enabled() from Linux 2012-05-08 00:36:09 +02:00
lib.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
mem_pool.h coreboot: add memory pool infrastructure 2015-05-14 17:27:09 +02:00
memlayout.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
memory_info.h smbios: add funtion for smbios type17 2015-03-27 09:55:21 +01:00
memrange.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
option.h option: Add arch-agnostic get_option() 2014-03-04 15:23:10 +01:00
program_loading.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
reg_script.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
region.h regions: add more helpers 2015-05-19 10:36:43 +02:00
reset.h vboot2: implement select_firmware for pre-romstage verification 2015-01-27 01:43:01 +01:00
rmodule-defs.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
rmodule.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
romstage_handoff.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
rtc.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
rules.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
sdram_mode.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
smbios.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
spd.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
spd_cache.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
spd_ddr2.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
spi-generic.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
spi_flash.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
stage_cache.h coreboot: common stage cache 2015-04-22 17:55:08 +02:00
stddef.h stddef: Add KHz, MHz and GHz constants 2015-04-04 15:01:51 +02:00
stdlib.h stdlib: Add IS_ALIGNED macro 2015-03-20 10:01:22 +01:00
string.h Replace includes of build.h with version.h 2014-11-20 07:28:37 +01:00
swab.h include: Fix spelling 2013-07-11 22:36:19 +02:00
symbols.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
thread.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
timer.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
timestamp.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
tpm.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
trace.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
types.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
vbe.h intel/gma: Clarify code and use dedicated init for Google Peppy 2014-08-25 22:36:03 +02:00
version.h build.h: remove variable for the builduser, -hostname and -domain 2015-03-09 17:53:16 +01:00
watchdog.h watchdog.h: Fix compile time error on disabling watchdog handling 2013-03-12 12:06:43 +01:00