coreboot/src/include/device
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
..
dram ddr3: Plumber DIMM type to parsed structure. 2014-12-07 15:18:41 +01:00
azalia.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
azalia_device.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
cardbus.h device/{cardbus,agp}.h: Missing header for device_t type 2014-06-25 11:32:23 +02:00
device.h devicetree: Drop dummy root_dev ops 2015-03-01 21:53:58 +01:00
drm_dp_helper.h FUI: reorganize include files 2013-07-10 02:39:42 +02:00
early_smbus.h src/include: Doxygen fixes 2015-01-09 06:04:55 +01:00
hypertransport.h Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
hypertransport_def.h AMD K8 fam10: Refactor offset_unitid configuration 2015-02-20 07:04:00 +01:00
i2c.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
path.h sconfig: rename lapic_cluster -> cpu_cluster 2013-02-14 07:07:20 +01:00
pci.h device: Add class and subclass name support 2015-04-22 08:55:29 +02:00
pci_def.h PCI - Add interrupt disable bit definition 2015-04-10 20:10:55 +02:00
pci_ehci.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
pci_ids.h AMD Bald Eagle: Add northbridge files for new AMD processor 2015-03-10 16:43:23 +01:00
pci_ops.h pci_ops.{c,h}: Don't hide pointers behind typedefs 2014-11-05 14:45:57 +01:00
pci_rom.h Unify byte order macros and clrsetbits 2015-04-21 08:23:25 +02:00
pciexp.h PCIe: Add L1 Sub-State support. 2015-03-23 13:11:15 +01:00
pcix.h Cosmetics and coding style fixes in devices/*. 2010-10-18 00:00:57 +00:00
pnp.h superio: Replace the indexed I/O functions 2015-05-14 20:49:24 +02:00
pnp_def.h pnp: Allow setting of misc register 0xf4 in device tree 2014-09-17 17:34:16 +02:00
resource.h x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer 2015-02-15 08:50:22 +01:00
smbus.h Cosmetics and coding style fixes in devices/*. 2010-10-18 00:00:57 +00:00
smbus_def.h - Update the device header files 2004-10-14 21:10:23 +00:00