summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/assert.h1
-rw-r--r--src/include/base3.h1
-rw-r--r--src/include/bcd.h1
-rw-r--r--src/include/boardid.h1
-rw-r--r--src/include/boot_device.h1
-rw-r--r--src/include/bootblock_common.h1
-rw-r--r--src/include/bootmem.h1
-rw-r--r--src/include/bootmode.h1
-rw-r--r--src/include/bootsplash.h1
-rw-r--r--src/include/bootstate.h1
-rw-r--r--src/include/cbfs.h1
-rw-r--r--src/include/cbmem.h2
-rw-r--r--src/include/console/cbmem_console.h1
-rw-r--r--src/include/console/console.h1
-rw-r--r--src/include/console/flash.h1
-rw-r--r--src/include/console/ne2k.h1
-rw-r--r--src/include/console/post_codes.h1
-rw-r--r--src/include/console/spi.h1
-rw-r--r--src/include/console/uart.h1
-rw-r--r--src/include/console/usb.h2
-rw-r--r--src/include/console/vtxprintf.h1
-rw-r--r--src/include/cper.h1
-rw-r--r--src/include/cpu/amd/msr.h3
-rw-r--r--src/include/cpu/intel/l2_cache.h1
-rw-r--r--src/include/cpu/intel/microcode.h2
-rw-r--r--src/include/cpu/intel/speedstep.h2
-rw-r--r--src/include/cpu/intel/turbo.h1
-rw-r--r--src/include/cpu/x86/cache.h1
-rw-r--r--src/include/cpu/x86/cr.h1
-rw-r--r--src/include/cpu/x86/mp.h1
-rw-r--r--src/include/cpu/x86/name.h1
-rw-r--r--src/include/cpu/x86/pae.h2
-rw-r--r--src/include/cpu/x86/smm.h1
-rw-r--r--src/include/crc_byte.h1
-rw-r--r--src/include/device/azalia.h1
-rw-r--r--src/include/device/azalia_device.h1
-rw-r--r--src/include/device/dram/common.h2
-rw-r--r--src/include/device/dram/ddr2.h1
-rw-r--r--src/include/device/dram/ddr3.h1
-rw-r--r--src/include/device/dram/ddr4.h1
-rw-r--r--src/include/device/i2c.h1
-rw-r--r--src/include/device/i2c_simple.h1
-rw-r--r--src/include/device/pci_ehci.h2
-rw-r--r--src/include/device/pci_mmio_cfg.h1
-rw-r--r--src/include/device/pci_ops.h3
-rw-r--r--src/include/device/spi.h1
-rw-r--r--src/include/dimm_info_util.h1
-rw-r--r--src/include/edid.h1
-rw-r--r--src/include/efi/efi_datatype.h1
-rw-r--r--src/include/elog.h1
-rw-r--r--src/include/fmap.h1
-rw-r--r--src/include/gic.h1
-rw-r--r--src/include/gpio.h1
-rw-r--r--src/include/halt.h1
-rw-r--r--src/include/imd.h1
-rw-r--r--src/include/lib.h1
-rw-r--r--src/include/memlayout.h1
-rw-r--r--src/include/memrange.h1
-rw-r--r--src/include/mrc_cache.h1
-rw-r--r--src/include/nhlt.h1
-rw-r--r--src/include/pc80/i8254.h1
-rw-r--r--src/include/pc80/i8259.h2
-rw-r--r--src/include/pc80/vga.h1
-rw-r--r--src/include/pc80/vga_io.h1
-rw-r--r--src/include/program_loading.h3
-rw-r--r--src/include/random.h1
-rw-r--r--src/include/reg_script.h1
-rw-r--r--src/include/region_file.h1
-rw-r--r--src/include/rmodule.h1
-rw-r--r--src/include/romstage_handoff.h1
-rw-r--r--src/include/rtc.h1
-rw-r--r--src/include/sar.h1
-rw-r--r--src/include/sdram_mode.h1
-rw-r--r--src/include/smbios.h3
-rw-r--r--src/include/smmstore.h1
-rw-r--r--src/include/spd.h2
-rw-r--r--src/include/spd_bin.h1
-rw-r--r--src/include/spd_ddr2.h2
-rw-r--r--src/include/spi_bitbang.h1
-rw-r--r--src/include/spi_sdcard.h1
-rw-r--r--src/include/stage_cache.h1
-rw-r--r--src/include/superio/conf_mode.h2
-rw-r--r--src/include/symbols.h1
-rw-r--r--src/include/thread.h1
-rw-r--r--src/include/timer.h1
-rw-r--r--src/include/timestamp.h2
-rw-r--r--src/include/trace.h1
-rw-r--r--src/include/types.h1
-rw-r--r--src/include/uuid.h1
-rw-r--r--src/include/wrdd.h2
90 files changed, 0 insertions, 111 deletions
diff --git a/src/include/assert.h b/src/include/assert.h
index e0db0bc05c82..8f5af1f255ad 100644
--- a/src/include/assert.h
+++ b/src/include/assert.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2010 coresystems GmbH
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/include/base3.h b/src/include/base3.h
index 1c19274541fe..b14028a8d551 100644
--- a/src/include/base3.h
+++ b/src/include/base3.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2014 Google Inc.
*
* 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
diff --git a/src/include/bcd.h b/src/include/bcd.h
index faf3b18a4283..06dfb0349fe3 100644
--- a/src/include/bcd.h
+++ b/src/include/bcd.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2014 Google, Inc.
*
* 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
diff --git a/src/include/boardid.h b/src/include/boardid.h
index a959b853679c..26725c7a6826 100644
--- a/src/include/boardid.h
+++ b/src/include/boardid.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2014 Google Inc.
*
* 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
diff --git a/src/include/boot_device.h b/src/include/boot_device.h
index f392c101482b..9f26c161f41d 100644
--- a/src/include/boot_device.h
+++ b/src/include/boot_device.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2015 Google Inc.
*
* 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
diff --git a/src/include/bootblock_common.h b/src/include/bootblock_common.h
index eb9c24c75d0c..04a22f6543d8 100644
--- a/src/include/bootblock_common.h
+++ b/src/include/bootblock_common.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2014 Google Inc.
*
* 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
diff --git a/src/include/bootmem.h b/src/include/bootmem.h
index 165f7da57146..2763f1aa8b5d 100644
--- a/src/include/bootmem.h
+++ b/src/include/bootmem.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2014 Google Inc.
*
* 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
diff --git a/src/include/bootmode.h b/src/include/bootmode.h
index 3ae87461a98e..258eba166067 100644
--- a/src/include/bootmode.h
+++ b/src/include/bootmode.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2011 The ChromiumOS Authors. All rights reserved.
*
* 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
diff --git a/src/include/bootsplash.h b/src/include/bootsplash.h
index af09922a5ff9..ef7b53eb8f7c 100644
--- a/src/include/bootsplash.h
+++ b/src/include/bootsplash.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2019 Johanna Schander <coreboot@mimoja.de>
*
* 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
diff --git a/src/include/bootstate.h b/src/include/bootstate.h
index c53884e94402..bb2242bd59b5 100644
--- a/src/include/bootstate.h
+++ b/src/include/bootstate.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2013 Google, Inc.
*
* 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
diff --git a/src/include/cbfs.h b/src/include/cbfs.h
index 2fe2ce0f356a..823368644b91 100644
--- a/src/include/cbfs.h
+++ b/src/include/cbfs.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2015 Google Inc.
*
* 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
diff --git a/src/include/cbmem.h b/src/include/cbmem.h
index cf79f41a7141..a67c5b84da58 100644
--- a/src/include/cbmem.h
+++ b/src/include/cbmem.h
@@ -1,8 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2009 coresystems GmbH
- * Copyright (C) 2013 Google, Inc.
*
* 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
diff --git a/src/include/console/cbmem_console.h b/src/include/console/cbmem_console.h
index 38495a724de2..42e05e75ad3d 100644
--- a/src/include/console/cbmem_console.h
+++ b/src/include/console/cbmem_console.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2011 The ChromiumOS Authors. All rights reserved.
*
* 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
diff --git a/src/include/console/console.h b/src/include/console/console.h
index 9983cefd215a..96fc8b5faf80 100644
--- a/src/include/console/console.h
+++ b/src/include/console/console.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2003 Eric Biederman
*
* 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
diff --git a/src/include/console/flash.h b/src/include/console/flash.h
index 6d678f76d0ae..51ac460f1cac 100644
--- a/src/include/console/flash.h
+++ b/src/include/console/flash.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2015 Google Inc.
*
* 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
diff --git a/src/include/console/ne2k.h b/src/include/console/ne2k.h
index 88590f8ddc65..fe9e471d4253 100644
--- a/src/include/console/ne2k.h
+++ b/src/include/console/ne2k.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2010 Rudolf Marek <r.marek@assembler.cz>
*
* 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
diff --git a/src/include/console/post_codes.h b/src/include/console/post_codes.h
index 9877a5ea1f17..a9094929c60a 100644
--- a/src/include/console/post_codes.h
+++ b/src/include/console/post_codes.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2011 Alexandru Gagniuc <mr.nuke.me@gmail.com>
*
* 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
diff --git a/src/include/console/spi.h b/src/include/console/spi.h
index a425bf4ab334..29c500d769aa 100644
--- a/src/include/console/spi.h
+++ b/src/include/console/spi.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2015 Google Inc.
*
* 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
diff --git a/src/include/console/uart.h b/src/include/console/uart.h
index 162b1108a903..3e38bc8c7f59 100644
--- a/src/include/console/uart.h
+++ b/src/include/console/uart.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2012 The ChromiumOS Authors. All rights reserved.
*
* 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
diff --git a/src/include/console/usb.h b/src/include/console/usb.h
index ad57d522dc87..e7871c404dc2 100644
--- a/src/include/console/usb.h
+++ b/src/include/console/usb.h
@@ -1,8 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2007 AMD
- * Written by Yinghai Lu <yinghai.lu@amd.com> for AMD.
*
* 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
diff --git a/src/include/console/vtxprintf.h b/src/include/console/vtxprintf.h
index ebef43784c99..f6e985c09d91 100644
--- a/src/include/console/vtxprintf.h
+++ b/src/include/console/vtxprintf.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2009 coresystems GmbH
*
* 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
diff --git a/src/include/cper.h b/src/include/cper.h
index 60cced5852f1..298fe28b24ac 100644
--- a/src/include/cper.h
+++ b/src/include/cper.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2018 Advanced Micro Devices, Inc.
*
* 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
diff --git a/src/include/cpu/amd/msr.h b/src/include/cpu/amd/msr.h
index 0f88e516d16f..d5804d68539c 100644
--- a/src/include/cpu/amd/msr.h
+++ b/src/include/cpu/amd/msr.h
@@ -1,9 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2007 Advanced Micro Devices, Inc.
- * Copyright (C) 2015 Timothy Pearson <tpearson@raptorengineeringinc.com>,
- * Raptor Engineering
*
* 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
diff --git a/src/include/cpu/intel/l2_cache.h b/src/include/cpu/intel/l2_cache.h
index 13031480257a..74d5acc64a7d 100644
--- a/src/include/cpu/intel/l2_cache.h
+++ b/src/include/cpu/intel/l2_cache.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2010 Keith Hui <buurin@gmail.com>
*
* 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
diff --git a/src/include/cpu/intel/microcode.h b/src/include/cpu/intel/microcode.h
index af06dd1543ac..c4e15c5064bb 100644
--- a/src/include/cpu/intel/microcode.h
+++ b/src/include/cpu/intel/microcode.h
@@ -1,8 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2012 The ChromiumOS Authors. All rights reserved.
- * Copyright (C) 2000 Ronald G. Minnich
*
* 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
diff --git a/src/include/cpu/intel/speedstep.h b/src/include/cpu/intel/speedstep.h
index 05d83ed341d1..26c74655be8c 100644
--- a/src/include/cpu/intel/speedstep.h
+++ b/src/include/cpu/intel/speedstep.h
@@ -1,8 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2007-2009 coresystems GmbH
- * 2012 secunet Security Networks AG
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/include/cpu/intel/turbo.h b/src/include/cpu/intel/turbo.h
index 0880ebb07dfc..191bf2e631ac 100644
--- a/src/include/cpu/intel/turbo.h
+++ b/src/include/cpu/intel/turbo.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2011 The ChromiumOS Authors. All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/include/cpu/x86/cache.h b/src/include/cpu/x86/cache.h
index 0331e27161a5..2b1418fcb8c3 100644
--- a/src/include/cpu/x86/cache.h
+++ b/src/include/cpu/x86/cache.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2004 Eric W. Biederman
*
* 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
diff --git a/src/include/cpu/x86/cr.h b/src/include/cpu/x86/cr.h
index 0339aa3937ac..e790a1bf853e 100644
--- a/src/include/cpu/x86/cr.h
+++ b/src/include/cpu/x86/cr.h
@@ -2,7 +2,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2013 Google Inc.
*
* 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
diff --git a/src/include/cpu/x86/mp.h b/src/include/cpu/x86/mp.h
index 3ab45cd3c3b9..3a22deea768c 100644
--- a/src/include/cpu/x86/mp.h
+++ b/src/include/cpu/x86/mp.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2013 Google Inc.
*
* 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
diff --git a/src/include/cpu/x86/name.h b/src/include/cpu/x86/name.h
index 98edb9e2acf3..0b8ee92334eb 100644
--- a/src/include/cpu/x86/name.h
+++ b/src/include/cpu/x86/name.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2010 Uwe Hermann <uwe@hermann-uwe.de>
*
* 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
diff --git a/src/include/cpu/x86/pae.h b/src/include/cpu/x86/pae.h
index 72bae53d68f3..b188f63ddbe1 100644
--- a/src/include/cpu/x86/pae.h
+++ b/src/include/cpu/x86/pae.h
@@ -1,8 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2019 9elements Agency GmbH
- * Copyright (C) 2019 Facebook Inc.
*
* 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
diff --git a/src/include/cpu/x86/smm.h b/src/include/cpu/x86/smm.h
index 26496eebac59..8abf5d5930d3 100644
--- a/src/include/cpu/x86/smm.h
+++ b/src/include/cpu/x86/smm.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2008-2009 coresystems GmbH
*
* 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
diff --git a/src/include/crc_byte.h b/src/include/crc_byte.h
index c0df5b0ce4e2..dacb8869c5c2 100644
--- a/src/include/crc_byte.h
+++ b/src/include/crc_byte.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2019 HardenedLinux
*
* 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
diff --git a/src/include/device/azalia.h b/src/include/device/azalia.h
index 7abf8e8c0632..c85be880771e 100644
--- a/src/include/device/azalia.h
+++ b/src/include/device/azalia.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2013 Sage Electronic Engineering, LLC
*
* 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
diff --git a/src/include/device/azalia_device.h b/src/include/device/azalia_device.h
index cbc5b4ec8e49..00899f3c2452 100644
--- a/src/include/device/azalia_device.h
+++ b/src/include/device/azalia_device.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2013 DMP Electronics Inc.
*
* 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
diff --git a/src/include/device/dram/common.h b/src/include/device/dram/common.h
index e5fb53455128..5dc15e3e4cd1 100644
--- a/src/include/device/dram/common.h
+++ b/src/include/device/dram/common.h
@@ -1,8 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2013 Alexandru Gagniuc <mr.nuke.me@gmail.com>
- * Copyright (C) 2017 Patrick Rudolph <siro@das-labor.org>
*
* 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
diff --git a/src/include/device/dram/ddr2.h b/src/include/device/dram/ddr2.h
index 9bbbfe9652a0..1da96811698f 100644
--- a/src/include/device/dram/ddr2.h
+++ b/src/include/device/dram/ddr2.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2017 Patrick Rudolph <siro@das-labor.org>
*
* 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
diff --git a/src/include/device/dram/ddr3.h b/src/include/device/dram/ddr3.h
index 0f9373e2204d..51207e9999b6 100644
--- a/src/include/device/dram/ddr3.h
+++ b/src/include/device/dram/ddr3.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2013 Alexandru Gagniuc <mr.nuke.me@gmail.com>
*
* 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
diff --git a/src/include/device/dram/ddr4.h b/src/include/device/dram/ddr4.h
index faa32995f8fc..4a371b5d677d 100644
--- a/src/include/device/dram/ddr4.h
+++ b/src/include/device/dram/ddr4.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2019 Facebook, Inc.
*
* 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
diff --git a/src/include/device/i2c.h b/src/include/device/i2c.h
index d6ee15aa5ae7..d3637212f1bf 100644
--- a/src/include/device/i2c.h
+++ b/src/include/device/i2c.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2014 Google, Inc.
*
* 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
diff --git a/src/include/device/i2c_simple.h b/src/include/device/i2c_simple.h
index e3cc8921fdaa..3651d58cf267 100644
--- a/src/include/device/i2c_simple.h
+++ b/src/include/device/i2c_simple.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2014 Google, Inc.
*
* 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
diff --git a/src/include/device/pci_ehci.h b/src/include/device/pci_ehci.h
index e9a7776d46db..a0e02696282a 100644
--- a/src/include/device/pci_ehci.h
+++ b/src/include/device/pci_ehci.h
@@ -1,8 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2007 AMD
- * Written by Yinghai Lu <yinghai.lu@amd.com> for AMD.
*
* 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
diff --git a/src/include/device/pci_mmio_cfg.h b/src/include/device/pci_mmio_cfg.h
index aa159705d1fa..e46d45da99c2 100644
--- a/src/include/device/pci_mmio_cfg.h
+++ b/src/include/device/pci_mmio_cfg.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2007-2009 coresystems GmbH
*
* 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
diff --git a/src/include/device/pci_ops.h b/src/include/device/pci_ops.h
index 805c087de7aa..3757d3073b58 100644
--- a/src/include/device/pci_ops.h
+++ b/src/include/device/pci_ops.h
@@ -1,9 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2004 Linux Networx
- * (Written by Eric Biederman <ebiederman@lnxi.com> for Linux Networx)
- * Copyright (C) 2009 coresystems GmbH
*
* 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
diff --git a/src/include/device/spi.h b/src/include/device/spi.h
index 4315ebce14cb..f8ccca118587 100644
--- a/src/include/device/spi.h
+++ b/src/include/device/spi.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2017 Google Inc.
*
* 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
diff --git a/src/include/dimm_info_util.h b/src/include/dimm_info_util.h
index fd13447c52d2..d6603ed60f32 100644
--- a/src/include/dimm_info_util.h
+++ b/src/include/dimm_info_util.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2018 Google LLC
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version
diff --git a/src/include/edid.h b/src/include/edid.h
index a97b99b579dd..4d5839f7a3f4 100644
--- a/src/include/edid.h
+++ b/src/include/edid.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2013 Google Inc.
*
* 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
diff --git a/src/include/efi/efi_datatype.h b/src/include/efi/efi_datatype.h
index 053d7133c42d..70bd791855b8 100644
--- a/src/include/efi/efi_datatype.h
+++ b/src/include/efi/efi_datatype.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2019 Intel Corporation.
*
* 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
diff --git a/src/include/elog.h b/src/include/elog.h
index 8d1b3ba06797..0b86e09d7ae8 100644
--- a/src/include/elog.h
+++ b/src/include/elog.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2012 The ChromiumOS Authors. All rights reserved.
*
* 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
diff --git a/src/include/fmap.h b/src/include/fmap.h
index 9c974cea2eae..e6f1d0574054 100644
--- a/src/include/fmap.h
+++ b/src/include/fmap.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2015 Google Inc.
*
* 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
diff --git a/src/include/gic.h b/src/include/gic.h
index ab06fc2275b5..b37c2499b08c 100644
--- a/src/include/gic.h
+++ b/src/include/gic.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2014 Google Inc
*
* 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
diff --git a/src/include/gpio.h b/src/include/gpio.h
index 0a37ee7087eb..e2de6a18debf 100644
--- a/src/include/gpio.h
+++ b/src/include/gpio.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2014 Google Inc.
*
* 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
diff --git a/src/include/halt.h b/src/include/halt.h
index e2aa11cb6f9c..1c1cb26b46fc 100644
--- a/src/include/halt.h
+++ b/src/include/halt.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2014 The ChromiumOS Authors
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/include/imd.h b/src/include/imd.h
index 6575312f3d0a..3d9ca1791f5b 100644
--- a/src/include/imd.h
+++ b/src/include/imd.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2015 Google, Inc.
*
* 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
diff --git a/src/include/lib.h b/src/include/lib.h
index d1bbe93a37fc..f57221ca7910 100644
--- a/src/include/lib.h
+++ b/src/include/lib.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2009 Myles Watson <mylesgw@gmail.com>
*
* 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
diff --git a/src/include/memlayout.h b/src/include/memlayout.h
index e3aeec68b18e..62c9f7b7aad5 100644
--- a/src/include/memlayout.h
+++ b/src/include/memlayout.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2014 Google Inc.
*
* 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
diff --git a/src/include/memrange.h b/src/include/memrange.h
index ea3b118d4104..cfd29e707938 100644
--- a/src/include/memrange.h
+++ b/src/include/memrange.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2013 Google, Inc.
*
* 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
diff --git a/src/include/mrc_cache.h b/src/include/mrc_cache.h
index 498ecbf86c7f..1b4840e04f33 100644
--- a/src/include/mrc_cache.h
+++ b/src/include/mrc_cache.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2014 Google Inc.
*
* 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
diff --git a/src/include/nhlt.h b/src/include/nhlt.h
index e4cfcf63fb08..9ef95a6390f0 100644
--- a/src/include/nhlt.h
+++ b/src/include/nhlt.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2015 Google, Inc.
*
* 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
diff --git a/src/include/pc80/i8254.h b/src/include/pc80/i8254.h
index 21e47c2ecea7..6936d4bdaf66 100644
--- a/src/include/pc80/i8254.h
+++ b/src/include/pc80/i8254.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2009 coresystems GmbH
*
* 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
diff --git a/src/include/pc80/i8259.h b/src/include/pc80/i8259.h
index 857c5c88b27b..ef64f214fcdf 100644
--- a/src/include/pc80/i8259.h
+++ b/src/include/pc80/i8259.h
@@ -1,8 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2007-2009 coresystems GmbH
- * Copyright (C) 2014 Sage Electronic Engineering, LLC.
*
* 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
diff --git a/src/include/pc80/vga.h b/src/include/pc80/vga.h
index c8d1c9bccd0b..0e3d5f58952a 100644
--- a/src/include/pc80/vga.h
+++ b/src/include/pc80/vga.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2007-2009 Luc Verhaegen <libv@skynet.be>
*
* 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
diff --git a/src/include/pc80/vga_io.h b/src/include/pc80/vga_io.h
index c3141acff367..1f258c4f1515 100644
--- a/src/include/pc80/vga_io.h
+++ b/src/include/pc80/vga_io.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2007 Luc Verhaegen <libv@skynet.be>
*
* 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
diff --git a/src/include/program_loading.h b/src/include/program_loading.h
index d3930083c503..9e9b2229938a 100644
--- a/src/include/program_loading.h
+++ b/src/include/program_loading.h
@@ -1,9 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2015 Google Inc.
- * Copyright (C) 2014 Imagination Technologies
- * Copyright (C) 2018 Eltan B.V.
*
* 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
diff --git a/src/include/random.h b/src/include/random.h
index cdb44151e084..a32a77903439 100644
--- a/src/include/random.h
+++ b/src/include/random.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2017 Intel Corporation.
*
* 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
diff --git a/src/include/reg_script.h b/src/include/reg_script.h
index 1d0c0d68dcee..9759167b10c3 100644
--- a/src/include/reg_script.h
+++ b/src/include/reg_script.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2013 Google Inc.
*
* 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
diff --git a/src/include/region_file.h b/src/include/region_file.h
index 0b79be36877b..baae9ea05037 100644
--- a/src/include/region_file.h
+++ b/src/include/region_file.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2016 Google Inc.
*
* 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
diff --git a/src/include/rmodule.h b/src/include/rmodule.h
index bd202488a9ea..c066d7b0a8c0 100644
--- a/src/include/rmodule.h
+++ b/src/include/rmodule.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2012 Google LLC
*
* 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
diff --git a/src/include/romstage_handoff.h b/src/include/romstage_handoff.h
index db998ec3b204..481af804a603 100644
--- a/src/include/romstage_handoff.h
+++ b/src/include/romstage_handoff.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2013 Google LLC
*
* 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
diff --git a/src/include/rtc.h b/src/include/rtc.h
index f006e7a5cd5f..2c0704ecf6da 100644
--- a/src/include/rtc.h
+++ b/src/include/rtc.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2014 Google, Inc.
*
* 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
diff --git a/src/include/sar.h b/src/include/sar.h
index 527a51a89d9d..3659e76fb1c3 100644
--- a/src/include/sar.h
+++ b/src/include/sar.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2017-2018 Intel Corp.
*
* 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
diff --git a/src/include/sdram_mode.h b/src/include/sdram_mode.h
index 78002b70310d..763dd562b33d 100644
--- a/src/include/sdram_mode.h
+++ b/src/include/sdram_mode.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2005 Digital Design Corporation
*
* 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
diff --git a/src/include/smbios.h b/src/include/smbios.h
index 129977636ca9..4e94fc45f2e9 100644
--- a/src/include/smbios.h
+++ b/src/include/smbios.h
@@ -1,9 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2015 Timothy Pearson <tpearson@raptorengineeringinc.com>,
- * Raptor Engineering
- * Copyright (C) various authors, the coreboot project
*
* 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
diff --git a/src/include/smmstore.h b/src/include/smmstore.h
index a535c5ba358a..d367c2c767a9 100644
--- a/src/include/smmstore.h
+++ b/src/include/smmstore.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2018 The Chromium OS Authors. All rights reserved.
*
* 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
diff --git a/src/include/spd.h b/src/include/spd.h
index e9c23f2652b2..80d14c1685dd 100644
--- a/src/include/spd.h
+++ b/src/include/spd.h
@@ -1,8 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2005 Digital Design Corporation
- * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
*
* 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
diff --git a/src/include/spd_bin.h b/src/include/spd_bin.h
index fb771f2bf80a..5027309b40c0 100644
--- a/src/include/spd_bin.h
+++ b/src/include/spd_bin.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2016 Intel Corporation.
*
* 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
diff --git a/src/include/spd_ddr2.h b/src/include/spd_ddr2.h
index c5b2763e8664..086f3323bea3 100644
--- a/src/include/spd_ddr2.h
+++ b/src/include/spd_ddr2.h
@@ -1,8 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2007 Advanced Micro Devices, Inc.
- * Copyright (C) 2007-2009 coresystems GmbH
*
* 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
diff --git a/src/include/spi_bitbang.h b/src/include/spi_bitbang.h
index 710fefb1bf5a..ac6924e223a5 100644
--- a/src/include/spi_bitbang.h
+++ b/src/include/spi_bitbang.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2018 Google LLC
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/src/include/spi_sdcard.h b/src/include/spi_sdcard.h
index ca0dd1d10a43..ac91530279b0 100644
--- a/src/include/spi_sdcard.h
+++ b/src/include/spi_sdcard.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2019 HardenedLinux
*
* 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
diff --git a/src/include/stage_cache.h b/src/include/stage_cache.h
index 3c7d9face086..f379bc51db25 100644
--- a/src/include/stage_cache.h
+++ b/src/include/stage_cache.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2015 Google Inc.
*
* 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
diff --git a/src/include/superio/conf_mode.h b/src/include/superio/conf_mode.h
index 8e753ea43be5..171c38e14b1a 100644
--- a/src/include/superio/conf_mode.h
+++ b/src/include/superio/conf_mode.h
@@ -1,8 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2013 Nico Huber <nico.h@gmx.de>
- * Copyright (C) 2017-2018 Eltan B.V.
*
* 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
diff --git a/src/include/symbols.h b/src/include/symbols.h
index eec47010e456..94e4668ecb5d 100644
--- a/src/include/symbols.h
+++ b/src/include/symbols.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2014 Google Inc.
*
* 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
diff --git a/src/include/thread.h b/src/include/thread.h
index b66803e3c0de..bd5750b2c200 100644
--- a/src/include/thread.h
+++ b/src/include/thread.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2013 Google, Inc.
*
* 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
diff --git a/src/include/timer.h b/src/include/timer.h
index 3560966b0b09..4fa24fb35a33 100644
--- a/src/include/timer.h
+++ b/src/include/timer.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2013 Google, Inc.
*
* 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
diff --git a/src/include/timestamp.h b/src/include/timestamp.h
index f20fc6800ac2..7c723698db69 100644
--- a/src/include/timestamp.h
+++ b/src/include/timestamp.h
@@ -1,8 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2011 The ChromiumOS Authors. All rights reserved.
- * Copyright (C) 2017 Siemens AG
*
* 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
diff --git a/src/include/trace.h b/src/include/trace.h
index aed69a896346..07b657032664 100644
--- a/src/include/trace.h
+++ b/src/include/trace.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2011 Rudolf Marek <r.marek@assembler.cz>
*
* 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
diff --git a/src/include/types.h b/src/include/types.h
index ffb14c9db4de..40209e029178 100644
--- a/src/include/types.h
+++ b/src/include/types.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2009 coresystems GmbH
*
* 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
diff --git a/src/include/uuid.h b/src/include/uuid.h
index b8827b0510be..c8604bb3b060 100644
--- a/src/include/uuid.h
+++ b/src/include/uuid.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2010, Intel Corp. Huang Ying <ying.huang@intel.com>
*
* 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
diff --git a/src/include/wrdd.h b/src/include/wrdd.h
index fea3e2fdda8f..a79046d06f1f 100644
--- a/src/include/wrdd.h
+++ b/src/include/wrdd.h
@@ -1,8 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2012 Google Inc.
- * Copyright (C) 2015 Intel Corp.
*
* 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