coreboot-kgpe-d16/payloads/libpayload/util/kconfig
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
..
lxdialog Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
Makefile Respect linker order 2011-12-21 16:27:01 +01:00
POTFILES.in Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
check.sh Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
conf.c Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
confdata.c libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. 2014-08-05 18:44:08 +02:00
expr.c Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
expr.h 1. 2008-09-23 21:29:53 +00:00
gconf.c Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
gconf.glade Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
images.c Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
kconfig_load.c Allow 'make menuconfig' to function within libpayload. 2008-03-20 01:56:05 +00:00
kxgettext.c Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
lex.zconf.c_shipped Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
lkc.h Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
lkc_proto.h Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
mconf.c libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. 2014-08-05 18:44:08 +02:00
menu.c Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
qconf.cc Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
qconf.h Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
regex.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
regex.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
symbol.c Copy mingw support for kconfig from coreboot to libpayload 2010-04-20 16:00:07 +00:00
util.c Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
zconf.gperf Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
zconf.hash.c_shipped Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
zconf.l Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00
zconf.tab.c_shipped Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
zconf.y Update the kconfig copy in libpayload to a much more recent one. Among 2008-08-08 07:56:07 +00:00