Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/41067 )
Change subject: treewide: move copyrights and authors to AUTHORS ......................................................................
treewide: move copyrights and authors to AUTHORS
Also split "this is part of" line from copyright notices.
Change-Id: Ibc2446410bcb3104ead458b40a9ce7819c61a8eb Signed-off-by: Patrick Georgi pgeorgi@google.com --- M AUTHORS M src/commonlib/include/commonlib/sd_mmc_ctrlr.h M src/commonlib/include/commonlib/sdhci.h M src/commonlib/storage/bouncebuf.c M src/commonlib/storage/bouncebuf.h M src/commonlib/storage/mmc.c M src/commonlib/storage/sd.c M src/commonlib/storage/sd_mmc.c M src/commonlib/storage/sdhci.c M src/commonlib/storage/sdhci_adma.c M src/commonlib/storage/sdhci_display.c M src/commonlib/storage/storage.c M src/commonlib/storage/storage_erase.c M src/commonlib/storage/storage_write.c M src/ec/google/chromeec/ec_message.h M src/ec/kontron/kempld/kempld_i2c.c M src/include/b64_decode.h M src/include/device_tree.h M src/include/endian.h M src/include/fit.h M src/include/fit_payload.h M src/include/list.h M src/include/memory_info.h M src/include/spi-generic.h M src/include/spi_flash.h M src/lib/b64_decode.c M src/lib/device_tree.c M src/lib/fit.c M src/lib/hexdump.c M src/lib/list.c M src/mainboard/emulation/qemu-i440fx/dsdt.asl M src/mainboard/emulation/qemu-q35/dsdt.asl M src/mainboard/intel/galileo/vboot.c M src/mainboard/intel/galileo/vboot.fmd M src/mainboard/ti/beaglebone/leds.c M src/mainboard/ti/beaglebone/leds.h M src/soc/nvidia/tegra210/include/soc/mipi_display.h M src/soc/nvidia/tegra210/include/soc/mipi_dsi.h M src/soc/qualcomm/qcs405/clock.c M src/soc/qualcomm/qcs405/include/soc/clock.h M src/soc/qualcomm/sc7180/include/soc/qcom_qup_se.h M src/soc/qualcomm/sc7180/include/soc/qupv3_config.h M src/soc/qualcomm/sc7180/include/soc/qupv3_i2c.h M src/soc/qualcomm/sc7180/include/soc/qupv3_spi.h M src/soc/qualcomm/sc7180/qcom_qup_se.c M src/soc/qualcomm/sc7180/qupv3_config.c M src/soc/qualcomm/sc7180/qupv3_i2c.c M src/soc/qualcomm/sc7180/qupv3_spi.c M src/soc/qualcomm/sc7180/qupv3_uart.c M src/soc/samsung/exynos5420/dmc_init_ddr3.c M src/soc/samsung/exynos5420/dp.c M src/soc/samsung/exynos5420/dp_lowlevel.c M src/soc/samsung/exynos5420/fimd.c M src/southbridge/intel/common/spi.h M util/cbfstool/fdt.h M util/ectool/ec.c M util/ectool/ec.h M util/ectool/ectool.c M util/intelmetool/me.c M util/intelmetool/me.h M util/intelmetool/me_status.c M util/intelmetool/mmap.c M util/intelmetool/mmap.h M util/intelmetool/msr.c M util/intelmetool/msr.h M util/intelmetool/rcba.c M util/intelmetool/rcba.h M util/inteltool/ahci.c M util/msrtool/Makefile.in M util/msrtool/configure M util/msrtool/cs5536.c M util/msrtool/darwin.c M util/msrtool/freebsd.c M util/msrtool/geodegx2.c M util/msrtool/geodelx.c M util/msrtool/intel_atom.c M util/msrtool/intel_core1.c M util/msrtool/intel_core2_early.c M util/msrtool/intel_core2_later.c M util/msrtool/intel_nehalem.c M util/msrtool/intel_pentium3.c M util/msrtool/intel_pentium3_early.c M util/msrtool/intel_pentium4_early.c M util/msrtool/intel_pentium4_later.c M util/msrtool/intel_pentium_d.c M util/msrtool/k8.c M util/msrtool/linux.c M util/msrtool/msrtool.c M util/msrtool/msrtool.h M util/msrtool/msrutils.c M util/msrtool/sys.c M util/msrtool/via_c7.c M util/pgtblgen/pgtblgen.c M util/qualcomm/scripts/cmm/debug_cb_405.cmm M util/qualcomm/scripts/cmm/debug_cb_845.cmm M util/qualcomm/scripts/cmm/debug_cb_common.cmm M util/qualcomm/scripts/cmm/debug_cb_trogdor.cmm M util/qualcomm/scripts/cmm/debug_chroot_common.cmm M util/qualcomm/scripts/cmm/debug_chroot_trogdor.cmm 99 files changed, 94 insertions(+), 281 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/41067/1
diff --git a/AUTHORS b/AUTHORS index 2534a46..4bc62a7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -43,6 +43,7 @@ coresystems GmbH Corey Osgood Curt Brune +Custom Ideas Damien Zammit Dave Airlie David Brownell @@ -56,6 +57,7 @@ Derek Waldner Digital Design Corporation DMP Electronics Inc. +Donghwa Lee Drew Eckhardt Dynon Avionics Edward O'Callaghan @@ -76,6 +78,7 @@ Freescale Semiconductor, Inc. Gary Jennejohn George Trudeau +Gerald Van Baren Gerd Hoffmann Gergely Kiss Google LLC @@ -91,6 +94,7 @@ Igor Pavlov Imagination Technologies Infineon Technologies +InKi Dae Intel Corporation Iru Cai Isaku Yamahata @@ -135,6 +139,7 @@ Matt DeVillier Maxim Polyakov MediaTek Inc. +Michael Brunner Michael Schroeder Michael Niewöhner Mika Westerberg @@ -163,6 +168,7 @@ Pavel Sayekat PC Engines GmbH Per Odlund +Peter Korsgaard Peter Stuge Philipp Degler Philipp Deppenwiese diff --git a/src/commonlib/include/commonlib/sd_mmc_ctrlr.h b/src/commonlib/include/commonlib/sd_mmc_ctrlr.h index 0807d2e..d681d2e 100644 --- a/src/commonlib/include/commonlib/sd_mmc_ctrlr.h +++ b/src/commonlib/include/commonlib/sd_mmc_ctrlr.h @@ -9,7 +9,8 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + */ +/* * Controller independent definitions */ #ifndef __COMMONLIB_SD_MMC_CTRLR_H__ diff --git a/src/commonlib/include/commonlib/sdhci.h b/src/commonlib/include/commonlib/sdhci.h index 126ef01..2ce3e8a 100644 --- a/src/commonlib/include/commonlib/sdhci.h +++ b/src/commonlib/include/commonlib/sdhci.h @@ -9,7 +9,8 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + */ +/* * SD host controller specific definitions */ #ifndef __COMMONLIB_SDHCI_H__ diff --git a/src/commonlib/storage/bouncebuf.c b/src/commonlib/storage/bouncebuf.c index 6bc5cf4..722a6c8 100644 --- a/src/commonlib/storage/bouncebuf.c +++ b/src/commonlib/storage/bouncebuf.c @@ -9,7 +9,8 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + */ +/* * Generic bounce buffer implementation */
diff --git a/src/commonlib/storage/bouncebuf.h b/src/commonlib/storage/bouncebuf.h index 6a2e759..615f73e 100644 --- a/src/commonlib/storage/bouncebuf.h +++ b/src/commonlib/storage/bouncebuf.h @@ -9,7 +9,8 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + */ +/* * Generic bounce buffer implementation */
diff --git a/src/commonlib/storage/mmc.c b/src/commonlib/storage/mmc.c index 6346c43..d822865 100644 --- a/src/commonlib/storage/mmc.c +++ b/src/commonlib/storage/mmc.c @@ -9,7 +9,8 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + */ +/* * MultiMediaCard (MMC) and eMMC specific support code * This code is controller independent */ diff --git a/src/commonlib/storage/sd.c b/src/commonlib/storage/sd.c index 1b4bee0..a925088 100644 --- a/src/commonlib/storage/sd.c +++ b/src/commonlib/storage/sd.c @@ -9,7 +9,8 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + */ +/* * Secure Digital (SD) card specific support code * This code is controller independent */ diff --git a/src/commonlib/storage/sd_mmc.c b/src/commonlib/storage/sd_mmc.c index c8df335..8c0c1f7 100644 --- a/src/commonlib/storage/sd_mmc.c +++ b/src/commonlib/storage/sd_mmc.c @@ -9,7 +9,8 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + */ +/* * MultiMediaCard (MMC), eMMC and Secure Digital (SD) common initialization * code which brings the card into the standby state. This code is controller * independent. diff --git a/src/commonlib/storage/sdhci.c b/src/commonlib/storage/sdhci.c index 47286c5..231224c 100644 --- a/src/commonlib/storage/sdhci.c +++ b/src/commonlib/storage/sdhci.c @@ -9,7 +9,8 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + */ +/* * Secure Digital (SD) Host Controller interface specific code */
diff --git a/src/commonlib/storage/sdhci_adma.c b/src/commonlib/storage/sdhci_adma.c index 8434971..285ac0f 100644 --- a/src/commonlib/storage/sdhci_adma.c +++ b/src/commonlib/storage/sdhci_adma.c @@ -9,7 +9,8 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + */ +/* * Secure Digital (SD) Host Controller interface DMA support code */
diff --git a/src/commonlib/storage/sdhci_display.c b/src/commonlib/storage/sdhci_display.c index 4169f7e..6dad33c 100644 --- a/src/commonlib/storage/sdhci_display.c +++ b/src/commonlib/storage/sdhci_display.c @@ -9,7 +9,8 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + */ +/* * Secure Digital (SD) Host Controller interface specific code */
diff --git a/src/commonlib/storage/storage.c b/src/commonlib/storage/storage.c index 8f5a72f..050d8bf 100644 --- a/src/commonlib/storage/storage.c +++ b/src/commonlib/storage/storage.c @@ -9,7 +9,8 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + */ +/* * MultiMediaCard (MMC), eMMC and Secure Digital (SD) common code which * transitions the card from the standby state to the transfer state. The * common code supports read operations, erase and write operations are in diff --git a/src/commonlib/storage/storage_erase.c b/src/commonlib/storage/storage_erase.c index b013880..2425b76 100644 --- a/src/commonlib/storage/storage_erase.c +++ b/src/commonlib/storage/storage_erase.c @@ -9,7 +9,8 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + */ +/* * MultiMediaCard (MMC), eMMC and Secure Digital (SD) erase support code. * This code is controller independent. */ diff --git a/src/commonlib/storage/storage_write.c b/src/commonlib/storage/storage_write.c index edf13fc..f5af6dc 100644 --- a/src/commonlib/storage/storage_write.c +++ b/src/commonlib/storage/storage_write.c @@ -9,7 +9,8 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + */ +/* * MultiMediaCard (MMC), eMMC and Secure Digital (SD) write support code. * This code is controller independent. */ diff --git a/src/ec/google/chromeec/ec_message.h b/src/ec/google/chromeec/ec_message.h index be0b08a..f0eab2f 100644 --- a/src/ec/google/chromeec/ec_message.h +++ b/src/ec/google/chromeec/ec_message.h @@ -1,8 +1,7 @@ /* * Chromium OS Matrix Keyboard Message Protocol definitions - * - * Copyright (c) 2012 The Chromium OS Authors. - * + */ +/* * 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 diff --git a/src/ec/kontron/kempld/kempld_i2c.c b/src/ec/kontron/kempld/kempld_i2c.c index ab41097..56283ea 100644 --- a/src/ec/kontron/kempld/kempld_i2c.c +++ b/src/ec/kontron/kempld/kempld_i2c.c @@ -1,15 +1,9 @@ /* * I2C bus driver for Kontron COM modules * - * Copyright (C) 2017 secunet Security Networks AG - * - * Based on the similar driver in Linux: - * - * Copyright (c) 2010-2013 Kontron Europe GmbH - * Author: Michael Brunner michael.brunner@kontron.com - * - * The driver is based on the i2c-ocores driver by Peter Korsgaard. - * + * Based on the similar driver in Linux. + */ +/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License 2 as published * by the Free Software Foundation. diff --git a/src/include/b64_decode.h b/src/include/b64_decode.h index 4d0970e..0deb7aa 100644 --- a/src/include/b64_decode.h +++ b/src/include/b64_decode.h @@ -1,6 +1,4 @@ /* - * Copyright (C) 2015 Google, Inc. - * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. diff --git a/src/include/device_tree.h b/src/include/device_tree.h index 30da803..0de9dba 100644 --- a/src/include/device_tree.h +++ b/src/include/device_tree.h @@ -1,9 +1,5 @@ +/* Taken from depthcharge: src/base/device_tree.h */ /* - * Copyright 2013 Google Inc. - * Copyright 2018-present Facebook, Inc. - * - * Taken from depthcharge: src/base/device_tree.h - * * 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 diff --git a/src/include/endian.h b/src/include/endian.h index 0f32b74..a1c7f6a 100644 --- a/src/include/endian.h +++ b/src/include/endian.h @@ -1,6 +1,4 @@ /* - * Copyright (C) 2013 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 the Free Software Foundation; either version 2 of diff --git a/src/include/fit.h b/src/include/fit.h index 1c90aca..beec38a 100644 --- a/src/include/fit.h +++ b/src/include/fit.h @@ -1,9 +1,5 @@ +/* Taken from depthcharge: src/boot/fit.h */ /* - * Copyright 2013 Google Inc. - * Copyright 2018-present Facebook, Inc. - * - * Taken from depthcharge: src/boot/fit.h - * * 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 diff --git a/src/include/fit_payload.h b/src/include/fit_payload.h index dd66289..657c7d5 100644 --- a/src/include/fit_payload.h +++ b/src/include/fit_payload.h @@ -1,9 +1,4 @@ /* - * Copyright 2013 Google Inc. - * - * See file CREDITS for list of people who contributed to this - * 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 the Free Software Foundation; either version 2 of diff --git a/src/include/list.h b/src/include/list.h index 201a8d3..9706080 100644 --- a/src/include/list.h +++ b/src/include/list.h @@ -1,9 +1,5 @@ +/* Taken from depthcharge: src/base/list.h */ /* - * Copyright 2012 Google Inc. - * Copyright 2018-present Facebook, Inc. - * - * Taken from depthcharge: src/base/list.h - * * 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 diff --git a/src/include/memory_info.h b/src/include/memory_info.h index ad3c177..03b4fdc 100644 --- a/src/include/memory_info.h +++ b/src/include/memory_info.h @@ -1,8 +1,5 @@ +/* Memory information */ /* - * Memory information - * - * Copyright (C) 2014, Intel Corporation. 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 version * 2 as published by the Free Software Foundation. diff --git a/src/include/spi-generic.h b/src/include/spi-generic.h index 3022886..a57ec90 100644 --- a/src/include/spi-generic.h +++ b/src/include/spi-generic.h @@ -1,7 +1,4 @@ /* - * (C) Copyright 2001 - * Gerald Van Baren, Custom IDEAS, vanbaren@cideas.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 the Free Software Foundation; either version 2 of diff --git a/src/include/spi_flash.h b/src/include/spi_flash.h index c74ceae..5dce720 100644 --- a/src/include/spi_flash.h +++ b/src/include/spi_flash.h @@ -1,8 +1,5 @@ +/* Interface to SPI flash */ /* - * Interface to SPI flash - * - * Copyright (C) 2008 Atmel Corporation - * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 as published by the Free Software Foundation. diff --git a/src/lib/b64_decode.c b/src/lib/b64_decode.c index 9efa465..57c8838 100644 --- a/src/lib/b64_decode.c +++ b/src/lib/b64_decode.c @@ -1,6 +1,4 @@ /* - * Copyright (C) 2015 Google, Inc. - * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. diff --git a/src/lib/device_tree.c b/src/lib/device_tree.c index b8faab5..2124edd 100644 --- a/src/lib/device_tree.c +++ b/src/lib/device_tree.c @@ -1,9 +1,5 @@ +/* Taken from depthcharge: src/base/device_tree.c */ /* - * Copyright 2013 Google Inc. - * Copyright 2018-present Facebook, Inc. - * - * Taken from depthcharge: src/base/device_tree.c - * * 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 diff --git a/src/lib/fit.c b/src/lib/fit.c index edac192..be6c87a 100644 --- a/src/lib/fit.c +++ b/src/lib/fit.c @@ -1,9 +1,5 @@ +/* Taken from depthcharge: src/boot/fit.c */ /* - * Copyright 2013 Google Inc. - * Copyright 2018-present Facebook, Inc. - * - * Taken from depthcharge: src/boot/fit.c - * * 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 diff --git a/src/lib/hexdump.c b/src/lib/hexdump.c index 8ecba6d..95f3b93 100644 --- a/src/lib/hexdump.c +++ b/src/lib/hexdump.c @@ -1,6 +1,4 @@ /* - * 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 the Free Software Foundation; either version 2 of diff --git a/src/lib/list.c b/src/lib/list.c index 06d422d..9138ab3 100644 --- a/src/lib/list.c +++ b/src/lib/list.c @@ -1,9 +1,5 @@ +/* Taken from depthcharge: src/base/list.c */ /* - * Copyright 2012 Google Inc. - * Copyright 2018-present Facebook, Inc. - * - * Taken from depthcharge: src/base/list.c - * * 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 diff --git a/src/mainboard/emulation/qemu-i440fx/dsdt.asl b/src/mainboard/emulation/qemu-i440fx/dsdt.asl index ad9243b..c4ca0b3 100644 --- a/src/mainboard/emulation/qemu-i440fx/dsdt.asl +++ b/src/mainboard/emulation/qemu-i440fx/dsdt.asl @@ -1,8 +1,5 @@ +/* Bochs/QEMU ACPI DSDT ASL definition */ /* - * Bochs/QEMU ACPI DSDT ASL definition - * - * Copyright (c) 2006 Fabrice Bellard - * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2 as published by the Free Software Foundation. diff --git a/src/mainboard/emulation/qemu-q35/dsdt.asl b/src/mainboard/emulation/qemu-q35/dsdt.asl index 5e4769d..31a2660 100644 --- a/src/mainboard/emulation/qemu-q35/dsdt.asl +++ b/src/mainboard/emulation/qemu-q35/dsdt.asl @@ -1,10 +1,5 @@ +/* Bochs/QEMU ACPI DSDT ASL definition */ /* - * Bochs/QEMU ACPI DSDT ASL definition - * - * Copyright (c) 2006 Fabrice Bellard - * Copyright (c) 2010 Isaku Yamahata - * yamahata at valinux co jp - * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2 as published by the Free Software Foundation. diff --git a/src/mainboard/intel/galileo/vboot.c b/src/mainboard/intel/galileo/vboot.c index 3ec5bb3..b0f8ae2 100644 --- a/src/mainboard/intel/galileo/vboot.c +++ b/src/mainboard/intel/galileo/vboot.c @@ -1,6 +1,4 @@ /* - * Copyright (C) 2016-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 the Free Software Foundation; either version 2 of diff --git a/src/mainboard/intel/galileo/vboot.fmd b/src/mainboard/intel/galileo/vboot.fmd index 4d349bd..3a64387 100644 --- a/src/mainboard/intel/galileo/vboot.fmd +++ b/src/mainboard/intel/galileo/vboot.fmd @@ -1,6 +1,4 @@ # -# Copyright (C) 2016-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 the Free Software Foundation; either version 2 of diff --git a/src/mainboard/ti/beaglebone/leds.c b/src/mainboard/ti/beaglebone/leds.c index dd1471d..abad718 100644 --- a/src/mainboard/ti/beaglebone/leds.c +++ b/src/mainboard/ti/beaglebone/leds.c @@ -1,6 +1,4 @@ /* - * 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 the Free Software Foundation; either version 2 of diff --git a/src/mainboard/ti/beaglebone/leds.h b/src/mainboard/ti/beaglebone/leds.h index a4a6001..6a2d3ec 100644 --- a/src/mainboard/ti/beaglebone/leds.h +++ b/src/mainboard/ti/beaglebone/leds.h @@ -1,6 +1,4 @@ /* - * 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 the Free Software Foundation; either version 2 of diff --git a/src/soc/nvidia/tegra210/include/soc/mipi_display.h b/src/soc/nvidia/tegra210/include/soc/mipi_display.h index 96a6e42..38e4f9d 100644 --- a/src/soc/nvidia/tegra210/include/soc/mipi_display.h +++ b/src/soc/nvidia/tegra210/include/soc/mipi_display.h @@ -5,10 +5,6 @@ * Display Working Group standards: DSI, DCS, DBI, DPI * * Author: Imre Deak imre.deak@nokia.com - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #ifndef MIPI_DISPLAY_H #define MIPI_DISPLAY_H diff --git a/src/soc/nvidia/tegra210/include/soc/mipi_dsi.h b/src/soc/nvidia/tegra210/include/soc/mipi_dsi.h index 55fe5d9..1c86c8d 100644 --- a/src/soc/nvidia/tegra210/include/soc/mipi_dsi.h +++ b/src/soc/nvidia/tegra210/include/soc/mipi_dsi.h @@ -4,10 +4,6 @@ * MIPI DSI Bus * * Andrzej Hajda a.hajda@samsung.com - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */
#ifndef __MIPI_DSI_H__ diff --git a/src/soc/qualcomm/qcs405/clock.c b/src/soc/qualcomm/qcs405/clock.c index e2e03c3..cbc16a9 100644 --- a/src/soc/qualcomm/qcs405/clock.c +++ b/src/soc/qualcomm/qcs405/clock.c @@ -1,6 +1,5 @@ - /* This file is part of the coreboot project. - * - * + /* This file is part of 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 version 2 and * only version 2 as published by the Free Software Foundation. diff --git a/src/soc/qualcomm/qcs405/include/soc/clock.h b/src/soc/qualcomm/qcs405/include/soc/clock.h index c021c49..1778214 100644 --- a/src/soc/qualcomm/qcs405/include/soc/clock.h +++ b/src/soc/qualcomm/qcs405/include/soc/clock.h @@ -1,6 +1,5 @@ - /* This file is part of the coreboot project. - * - * + /* This file is part of 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 version 2 and * only version 2 as published by the Free Software Foundation. diff --git a/src/soc/qualcomm/sc7180/include/soc/qcom_qup_se.h b/src/soc/qualcomm/sc7180/include/soc/qcom_qup_se.h index 307ea6a..221e44a 100644 --- a/src/soc/qualcomm/sc7180/include/soc/qcom_qup_se.h +++ b/src/soc/qualcomm/sc7180/include/soc/qcom_qup_se.h @@ -1,7 +1,5 @@ /* This file is part of the coreboot project. */ /* - * Copyright (c) 2018-2019 Qualcomm Technologies - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. diff --git a/src/soc/qualcomm/sc7180/include/soc/qupv3_config.h b/src/soc/qualcomm/sc7180/include/soc/qupv3_config.h index b2a89a5..941f656 100644 --- a/src/soc/qualcomm/sc7180/include/soc/qupv3_config.h +++ b/src/soc/qualcomm/sc7180/include/soc/qupv3_config.h @@ -1,8 +1,5 @@ +/* This file is part of the coreboot project. */ /* - * This file is part of the coreboot project. - * - * Copyright (C) 2019, The Linux Foundation. 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 version 2 and * only version 2 as published by the Free Software Foundation. diff --git a/src/soc/qualcomm/sc7180/include/soc/qupv3_i2c.h b/src/soc/qualcomm/sc7180/include/soc/qupv3_i2c.h index e69f461..3eaf0ce 100644 --- a/src/soc/qualcomm/sc7180/include/soc/qupv3_i2c.h +++ b/src/soc/qualcomm/sc7180/include/soc/qupv3_i2c.h @@ -1,8 +1,5 @@ +/* This file is part of the depthcharge project. */ /* - * This file is part of the depthcharge project. - * - * Copyright (C) 2018-2019, The Linux Foundation. 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 version 2 and * only version 2 as published by the Free Software Foundation. diff --git a/src/soc/qualcomm/sc7180/include/soc/qupv3_spi.h b/src/soc/qualcomm/sc7180/include/soc/qupv3_spi.h index a147070..172d937 100644 --- a/src/soc/qualcomm/sc7180/include/soc/qupv3_spi.h +++ b/src/soc/qualcomm/sc7180/include/soc/qupv3_spi.h @@ -1,7 +1,5 @@ /* This file is part of the coreboot project. */ /* - * Copyright (c) 2018-2019 Qualcomm Technologies - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. diff --git a/src/soc/qualcomm/sc7180/qcom_qup_se.c b/src/soc/qualcomm/sc7180/qcom_qup_se.c index e0a7d4c..58a1b36 100644 --- a/src/soc/qualcomm/sc7180/qcom_qup_se.c +++ b/src/soc/qualcomm/sc7180/qcom_qup_se.c @@ -1,7 +1,5 @@ /* This file is part of the coreboot project. */ /* - * Copyright (c) 2018-2019 Qualcomm Technologies - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. diff --git a/src/soc/qualcomm/sc7180/qupv3_config.c b/src/soc/qualcomm/sc7180/qupv3_config.c index 14df187..15b6b4d 100644 --- a/src/soc/qualcomm/sc7180/qupv3_config.c +++ b/src/soc/qualcomm/sc7180/qupv3_config.c @@ -1,8 +1,5 @@ +/* This file is part of the coreboot project. */ /* - * This file is part of the coreboot project. - * - * Copyright (C) 2020, The Linux Foundation. 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 version 2 and * only version 2 as published by the Free Software Foundation. diff --git a/src/soc/qualcomm/sc7180/qupv3_i2c.c b/src/soc/qualcomm/sc7180/qupv3_i2c.c index b8938e2..02f92b4 100644 --- a/src/soc/qualcomm/sc7180/qupv3_i2c.c +++ b/src/soc/qualcomm/sc7180/qupv3_i2c.c @@ -1,8 +1,5 @@ +/* This file is part of the depthcharge project. */ /* - * This file is part of the depthcharge project. - * - * Copyright (C) 2018-2020, The Linux Foundation. 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 version 2 and * only version 2 as published by the Free Software Foundation. diff --git a/src/soc/qualcomm/sc7180/qupv3_spi.c b/src/soc/qualcomm/sc7180/qupv3_spi.c index 756d6ef..4d26a29 100644 --- a/src/soc/qualcomm/sc7180/qupv3_spi.c +++ b/src/soc/qualcomm/sc7180/qupv3_spi.c @@ -1,7 +1,5 @@ /* This file is part of the coreboot project. */ /* - * Copyright (C) 2018-2020, The Linux Foundation. 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 version 2 and * only version 2 as published by the Free Software Foundation. diff --git a/src/soc/qualcomm/sc7180/qupv3_uart.c b/src/soc/qualcomm/sc7180/qupv3_uart.c index ac3032f..916d4aa 100644 --- a/src/soc/qualcomm/sc7180/qupv3_uart.c +++ b/src/soc/qualcomm/sc7180/qupv3_uart.c @@ -1,7 +1,5 @@ /* This file is part of the coreboot project. */ /* - * Copyright (c) 2018-2020, The Linux Foundation. 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 version 2 and * only version 2 as published by the Free Software Foundation. diff --git a/src/soc/samsung/exynos5420/dmc_init_ddr3.c b/src/soc/samsung/exynos5420/dmc_init_ddr3.c index 8ba1eab..90ad932 100644 --- a/src/soc/samsung/exynos5420/dmc_init_ddr3.c +++ b/src/soc/samsung/exynos5420/dmc_init_ddr3.c @@ -1,7 +1,6 @@ /* This file is part of the coreboot project. */ +/* DDR3 mem setup file for EXYNOS5 based board */ /* - * DDR3 mem setup file for EXYNOS5 based board - * * * 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/soc/samsung/exynos5420/dp.c b/src/soc/samsung/exynos5420/dp.c index f1d374e..101630d 100644 --- a/src/soc/samsung/exynos5420/dp.c +++ b/src/soc/samsung/exynos5420/dp.c @@ -1,7 +1,5 @@ /* * - * Author: Donghwa Lee dh09.lee@samsung.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 the Free Software Foundation; either version 2 of diff --git a/src/soc/samsung/exynos5420/dp_lowlevel.c b/src/soc/samsung/exynos5420/dp_lowlevel.c index 33140e2..6bb7351 100644 --- a/src/soc/samsung/exynos5420/dp_lowlevel.c +++ b/src/soc/samsung/exynos5420/dp_lowlevel.c @@ -1,7 +1,5 @@ /* * - * Author: Donghwa Lee dh09.lee@samsung.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 the Free Software Foundation; either version 2 of diff --git a/src/soc/samsung/exynos5420/fimd.c b/src/soc/samsung/exynos5420/fimd.c index 6674503..20480f4 100644 --- a/src/soc/samsung/exynos5420/fimd.c +++ b/src/soc/samsung/exynos5420/fimd.c @@ -1,8 +1,5 @@ /* * - * Author: InKi Dae inki.dae@samsung.com - * Author: Donghwa Lee dh09.lee@samsung.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 the Free Software Foundation; either version 2 of diff --git a/src/southbridge/intel/common/spi.h b/src/southbridge/intel/common/spi.h index 3b8410c..3c997f8 100644 --- a/src/southbridge/intel/common/spi.h +++ b/src/southbridge/intel/common/spi.h @@ -1,7 +1,6 @@ -/* - * This file is part of the coreboot project. +/* This file is part of the coreboot project. */
- * This program is free software; you can redistribute it and/or +/* 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; version 2 of * the License. diff --git a/util/cbfstool/fdt.h b/util/cbfstool/fdt.h index 387cd32..126ca95 100644 --- a/util/cbfstool/fdt.h +++ b/util/cbfstool/fdt.h @@ -1,9 +1,5 @@ +/* Taken from depthcharge: src/base/device_tree.h */ /* - * Copyright 2013 Google Inc. - * Copyright 2018-present Facebook, Inc. - * - * Taken from depthcharge: src/base/device_tree.h - * * 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 diff --git a/util/ectool/ec.c b/util/ectool/ec.c index d6c20001..17a08dc 100644 --- a/util/ectool/ec.c +++ b/util/ectool/ec.c @@ -1,8 +1,5 @@ +/* This file is part of the ectool project. */ /* - * This file is part of the ectool 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 the Free Software Foundation; version 2 of the License. diff --git a/util/ectool/ec.h b/util/ectool/ec.h index fd06235..b7bc6b9 100644 --- a/util/ectool/ec.h +++ b/util/ectool/ec.h @@ -1,7 +1,5 @@ +/* This file is part of the ectool project. */ /* - * This file is part of the ectool 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 diff --git a/util/ectool/ectool.c b/util/ectool/ectool.c index 2af45c3..21e1023 100644 --- a/util/ectool/ectool.c +++ b/util/ectool/ectool.c @@ -1,7 +1,5 @@ +/* This file is part of the ectool project. */ /* - * This file is part of the ectool 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 diff --git a/util/intelmetool/me.c b/util/intelmetool/me.c index 0cb1627..e3df257 100644 --- a/util/intelmetool/me.c +++ b/util/intelmetool/me.c @@ -1,6 +1,5 @@ /* This file is part of the coreboot project. */ /* - * Copyright (C) 2011 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 diff --git a/util/intelmetool/me.h b/util/intelmetool/me.h index dca9a20..4e0036e 100644 --- a/util/intelmetool/me.h +++ b/util/intelmetool/me.h @@ -1,6 +1,5 @@ /* This file is part of the coreboot project. */ /* - * Copyright (C) 2011 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 diff --git a/util/intelmetool/me_status.c b/util/intelmetool/me_status.c index 3f654f3..77c3ba6 100644 --- a/util/intelmetool/me_status.c +++ b/util/intelmetool/me_status.c @@ -1,6 +1,5 @@ /* This file is part of the coreboot project. */ /* - * Copyright (C) 2011 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 diff --git a/util/intelmetool/mmap.c b/util/intelmetool/mmap.c index e3075a8..70bc422 100644 --- a/util/intelmetool/mmap.c +++ b/util/intelmetool/mmap.c @@ -1,7 +1,5 @@ -/* intelmetool - * - * Copyright (C) 2013-2015 Damien Zammit damien@zamaudio.com - * +/* intelmetool */ +/* * 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 diff --git a/util/intelmetool/mmap.h b/util/intelmetool/mmap.h index 31d8313..ecc327a 100644 --- a/util/intelmetool/mmap.h +++ b/util/intelmetool/mmap.h @@ -1,6 +1,5 @@ -/* intelmetool - * - * Copyright (C) 2013-2015 Damien Zammit damien@zamaudio.com +/* intelmetool */ +/* * * 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/util/intelmetool/msr.c b/util/intelmetool/msr.c index 5c84f2b..d8735a7 100644 --- a/util/intelmetool/msr.c +++ b/util/intelmetool/msr.c @@ -1,8 +1,5 @@ -/* intelmetool - * - * Copyright (C) 2013-2016 Philipp Deppenwiese zaolin@das-labor.org, - * Copyright (C) 2013-2016 Alexander Couzens lynxis@fe80.eu - * +/* intelmetool */ +/* * 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 diff --git a/util/intelmetool/msr.h b/util/intelmetool/msr.h index 1f6a117..c40700f 100644 --- a/util/intelmetool/msr.h +++ b/util/intelmetool/msr.h @@ -1,7 +1,5 @@ -/* intelmetool - * - * Copyright (C) 2013-2016 Philipp Deppenwiese zaolin@das-labor.org - * Copyright (C) 2013-2016 Alexander Couzens lynxis@fe80.eu +/* intelmetool */ +/* * * 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/util/intelmetool/rcba.c b/util/intelmetool/rcba.c index ebc2d9c..d1aaa67 100644 --- a/util/intelmetool/rcba.c +++ b/util/intelmetool/rcba.c @@ -1,6 +1,4 @@ /* - * Copyright (C) 2014 Damien Zammit damien@zamaudio.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 diff --git a/util/intelmetool/rcba.h b/util/intelmetool/rcba.h index d40dcb9..a87fe49 100644 --- a/util/intelmetool/rcba.h +++ b/util/intelmetool/rcba.h @@ -1,5 +1,4 @@ /* - * 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 diff --git a/util/inteltool/ahci.c b/util/inteltool/ahci.c index 82f792d..4be40ff 100644 --- a/util/inteltool/ahci.c +++ b/util/inteltool/ahci.c @@ -1,8 +1,5 @@ +/* ahci.c: dump AHCI registers */ /* - * ahci.c: dump AHCI registers - * - * Copyright (C) 2016 Iru Cai - * Copyright (C) 2017 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/util/msrtool/Makefile.in b/util/msrtool/Makefile.in index f50adc2..45b4ba2 100644 --- a/util/msrtool/Makefile.in +++ b/util/msrtool/Makefile.in @@ -2,8 +2,6 @@ # # This file is part of msrtool. # -# Copyright (c) 2008 Peter Stuge peter@stuge.se -# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as # published by the Free Software Foundation. diff --git a/util/msrtool/configure b/util/msrtool/configure index 0606f4b..5f55056 100755 --- a/util/msrtool/configure +++ b/util/msrtool/configure @@ -2,8 +2,6 @@ # # This file is part of msrtool. # -# Copyright (c) 2008, 2009 Peter Stuge peter@stuge.se -# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as # published by the Free Software Foundation. diff --git a/util/msrtool/cs5536.c b/util/msrtool/cs5536.c index d9c66d2..3d03500 100644 --- a/util/msrtool/cs5536.c +++ b/util/msrtool/cs5536.c @@ -1,8 +1,5 @@ +/* This file is part of msrtool. */ /* - * This file is part of msrtool. - * - * Copyright (c) 2009 Peter Stuge peter@stuge.se - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. diff --git a/util/msrtool/darwin.c b/util/msrtool/darwin.c index 1423fbd..efa37fc 100644 --- a/util/msrtool/darwin.c +++ b/util/msrtool/darwin.c @@ -1,7 +1,5 @@ +/* This file is part of msrtool. */ /* - * This file is part of msrtool. - * - * 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 version 2 as diff --git a/util/msrtool/freebsd.c b/util/msrtool/freebsd.c index 84988c7..40cd9a1 100644 --- a/util/msrtool/freebsd.c +++ b/util/msrtool/freebsd.c @@ -1,8 +1,5 @@ +/* This file is part of msrtool. */ /* - * This file is part of msrtool. - * - * Copyright (c) 2009 Andriy Gapon avg@icyb.net.ua - * Copyright (c) 2009 Peter Stuge peter@stuge.se * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/util/msrtool/geodegx2.c b/util/msrtool/geodegx2.c index 9b6f221..d6a845f 100644 --- a/util/msrtool/geodegx2.c +++ b/util/msrtool/geodegx2.c @@ -1,8 +1,5 @@ +/* This file is part of msrtool. */ /* - * This file is part of msrtool. - * - * Copyright (c) 2008 Peter Stuge peter@stuge.se - * Copyright (c) 2009 Nils Jacobs njacobs8@hetnet.nl * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/util/msrtool/geodelx.c b/util/msrtool/geodelx.c index b7e8917..bac8ec1 100644 --- a/util/msrtool/geodelx.c +++ b/util/msrtool/geodelx.c @@ -1,7 +1,5 @@ +/* This file is part of msrtool. */ /* - * This file is part of msrtool. - * - * Copyright (c) 2008 Peter Stuge peter@stuge.se * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/util/msrtool/intel_atom.c b/util/msrtool/intel_atom.c index 8a73d94..ac63a26 100644 --- a/util/msrtool/intel_atom.c +++ b/util/msrtool/intel_atom.c @@ -1,7 +1,5 @@ +/* This file is part of msrtool. */ /* - * This file is part of msrtool. - * - * Copyright (C) 2013 Olivier Langlois olivier@olivierlanglois.net * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/util/msrtool/intel_core1.c b/util/msrtool/intel_core1.c index fdf4005..fcb3a91 100644 --- a/util/msrtool/intel_core1.c +++ b/util/msrtool/intel_core1.c @@ -1,7 +1,5 @@ +/* This file is part of msrtool. */ /* - * This file is part of msrtool. - * - * Copyright (C) 2011 Anton Kochkov anton.kochkov@gmail.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/util/msrtool/intel_core2_early.c b/util/msrtool/intel_core2_early.c index a3c7ad2..ea35ac4 100644 --- a/util/msrtool/intel_core2_early.c +++ b/util/msrtool/intel_core2_early.c @@ -1,7 +1,5 @@ +/* This file is part of msrtool. */ /* - * This file is part of msrtool. - * - * Copyright (C) 2011 Anton Kochkov anton.kochkov@gmail.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/util/msrtool/intel_core2_later.c b/util/msrtool/intel_core2_later.c index fda8532..7e1cdfd 100644 --- a/util/msrtool/intel_core2_later.c +++ b/util/msrtool/intel_core2_later.c @@ -1,7 +1,5 @@ +/* This file is part of msrtool. */ /* - * This file is part of msrtool. - * - * Copyright (C) 2013 Anton Kochkov anton.kochkov@gmail.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/util/msrtool/intel_nehalem.c b/util/msrtool/intel_nehalem.c index c5c3082..3f472e8 100644 --- a/util/msrtool/intel_nehalem.c +++ b/util/msrtool/intel_nehalem.c @@ -1,7 +1,5 @@ +/* This file is part of msrtool. */ /* - * This file is part of msrtool. - * - * Copyright (C) 2012 Anton Kochkov anton.kochkov@gmail.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/util/msrtool/intel_pentium3.c b/util/msrtool/intel_pentium3.c index e541e00..aedc440 100644 --- a/util/msrtool/intel_pentium3.c +++ b/util/msrtool/intel_pentium3.c @@ -1,7 +1,5 @@ +/* This file is part of msrtool. */ /* - * This file is part of msrtool. - * - * Copyright (C) 2011 Anton Kochkov anton.kochkov@gmail.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/util/msrtool/intel_pentium3_early.c b/util/msrtool/intel_pentium3_early.c index dbbc985..676f134 100644 --- a/util/msrtool/intel_pentium3_early.c +++ b/util/msrtool/intel_pentium3_early.c @@ -1,7 +1,5 @@ +/* This file is part of msrtool. */ /* - * This file is part of msrtool. - * - * Copyright (C) 2011 Anton Kochkov anton.kochkov@gmail.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/util/msrtool/intel_pentium4_early.c b/util/msrtool/intel_pentium4_early.c index 088a68d..249cac8 100644 --- a/util/msrtool/intel_pentium4_early.c +++ b/util/msrtool/intel_pentium4_early.c @@ -1,7 +1,5 @@ +/* This file is part of msrtool. */ /* - * This file is part of msrtool. - * - * Copyright (C) 2011 Anton Kochkov anton.kochkov@gmail.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/util/msrtool/intel_pentium4_later.c b/util/msrtool/intel_pentium4_later.c index a23a99e..0b51707 100644 --- a/util/msrtool/intel_pentium4_later.c +++ b/util/msrtool/intel_pentium4_later.c @@ -1,7 +1,5 @@ +/* This file is part of msrtool. */ /* - * This file is part of msrtool. - * - * Copyright (C) 2011 Anton Kochkov anton.kochkov@gmail.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/util/msrtool/intel_pentium_d.c b/util/msrtool/intel_pentium_d.c index f367561..28b544b 100644 --- a/util/msrtool/intel_pentium_d.c +++ b/util/msrtool/intel_pentium_d.c @@ -1,7 +1,5 @@ +/* This file is part of msrtool. */ /* - * This file is part of msrtool. - * - * Copyright (C) 2011 Anton Kochkov anton.kochkov@gmail.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/util/msrtool/k8.c b/util/msrtool/k8.c index 16f626f..96aa6c5 100644 --- a/util/msrtool/k8.c +++ b/util/msrtool/k8.c @@ -1,7 +1,5 @@ +/* This file is part of msrtool. */ /* - * This file is part of msrtool. - * - * Copyright (c) 2009 Marc Jones marcj303@gmail.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/util/msrtool/linux.c b/util/msrtool/linux.c index 64b4af2..ccf8dbd 100644 --- a/util/msrtool/linux.c +++ b/util/msrtool/linux.c @@ -1,7 +1,5 @@ +/* This file is part of msrtool. */ /* - * This file is part of msrtool. - * - * Copyright (c) 2008 Peter Stuge peter@stuge.se * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/util/msrtool/msrtool.c b/util/msrtool/msrtool.c index 540ff53..13586d8 100644 --- a/util/msrtool/msrtool.c +++ b/util/msrtool/msrtool.c @@ -1,7 +1,5 @@ +/* This file is part of msrtool. */ /* - * This file is part of msrtool. - * - * Copyright (c) 2008 Peter Stuge peter@stuge.se * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/util/msrtool/msrtool.h b/util/msrtool/msrtool.h index 8cba4c7..f6ba668 100644 --- a/util/msrtool/msrtool.h +++ b/util/msrtool/msrtool.h @@ -1,8 +1,5 @@ +/* This file is part of msrtool. */ /* - * This file is part of msrtool. - * - * Copyright (c) 2008 Peter Stuge peter@stuge.se - * 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 version 2 as diff --git a/util/msrtool/msrutils.c b/util/msrtool/msrutils.c index 1c6707e..82199a8 100644 --- a/util/msrtool/msrutils.c +++ b/util/msrtool/msrutils.c @@ -1,7 +1,5 @@ +/* This file is part of msrtool. */ /* - * This file is part of msrtool. - * - * Copyright (c) 2008 Peter Stuge peter@stuge.se * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/util/msrtool/sys.c b/util/msrtool/sys.c index 7ff1131..f79391d 100644 --- a/util/msrtool/sys.c +++ b/util/msrtool/sys.c @@ -1,8 +1,5 @@ +/* This file is part of msrtool. */ /* - * This file is part of msrtool. - * - * Copyright (c) 2008 Peter Stuge peter@stuge.se - * 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 version 2 as diff --git a/util/msrtool/via_c7.c b/util/msrtool/via_c7.c index 07ed175..9939798 100644 --- a/util/msrtool/via_c7.c +++ b/util/msrtool/via_c7.c @@ -1,8 +1,5 @@ +/* This file is part of msrtool. */ /* - * This file is part of msrtool. - * - * Copyright (C) 2011 Anton Kochkov anton.kochkov@gmail.com - * Copyright (C) 2017 Lubomir Rintel lkundrak@v3.sk * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/util/pgtblgen/pgtblgen.c b/util/pgtblgen/pgtblgen.c index 234fd72..b8bd0ed 100644 --- a/util/pgtblgen/pgtblgen.c +++ b/util/pgtblgen/pgtblgen.c @@ -1,7 +1,5 @@ +/* This file is part of pgtblgen. */ /* - * This file is part of pgtblgen. - * - * Copyright (c) 2019 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 version 2 as diff --git a/util/qualcomm/scripts/cmm/debug_cb_405.cmm b/util/qualcomm/scripts/cmm/debug_cb_405.cmm index 166d2aa..bc677e9 100644 --- a/util/qualcomm/scripts/cmm/debug_cb_405.cmm +++ b/util/qualcomm/scripts/cmm/debug_cb_405.cmm @@ -2,8 +2,6 @@ ;## ;## This file is part of the coreboot project. ;## -;## Copyright (C) 2018, The Linux Foundation. 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 version 2 and ;## only version 2 as published by the Free Software Foundation. diff --git a/util/qualcomm/scripts/cmm/debug_cb_845.cmm b/util/qualcomm/scripts/cmm/debug_cb_845.cmm index c0a9cca..f99ff26 100644 --- a/util/qualcomm/scripts/cmm/debug_cb_845.cmm +++ b/util/qualcomm/scripts/cmm/debug_cb_845.cmm @@ -2,8 +2,6 @@ ;## ;## This file is part of the coreboot project. ;## -;## Copyright (C) 2018, The Linux Foundation. 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 version 2 and ;## only version 2 as published by the Free Software Foundation. diff --git a/util/qualcomm/scripts/cmm/debug_cb_common.cmm b/util/qualcomm/scripts/cmm/debug_cb_common.cmm index bf90575..f81d92b 100644 --- a/util/qualcomm/scripts/cmm/debug_cb_common.cmm +++ b/util/qualcomm/scripts/cmm/debug_cb_common.cmm @@ -2,8 +2,6 @@ ;## ;## This file is part of the coreboot project. ;## -;## Copyright (C) 2018, The Linux Foundation. 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 version 2 and ;## only version 2 as published by the Free Software Foundation. diff --git a/util/qualcomm/scripts/cmm/debug_cb_trogdor.cmm b/util/qualcomm/scripts/cmm/debug_cb_trogdor.cmm index 5d72ff7..fd12041 100644 --- a/util/qualcomm/scripts/cmm/debug_cb_trogdor.cmm +++ b/util/qualcomm/scripts/cmm/debug_cb_trogdor.cmm @@ -2,8 +2,6 @@ ;## ;## This file is part of the coreboot project. ;## -;## Copyright (C) 2019, The Linux Foundation. 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 version 2 and ;## only version 2 as published by the Free Software Foundation. diff --git a/util/qualcomm/scripts/cmm/debug_chroot_common.cmm b/util/qualcomm/scripts/cmm/debug_chroot_common.cmm index 0e1d58b..93c2418 100644 --- a/util/qualcomm/scripts/cmm/debug_chroot_common.cmm +++ b/util/qualcomm/scripts/cmm/debug_chroot_common.cmm @@ -2,8 +2,6 @@ ;## ;## This file is part of the coreboot project. ;## -;## Copyright (C) 2018, The Linux Foundation. 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 version 2 and ;## only version 2 as published by the Free Software Foundation. diff --git a/util/qualcomm/scripts/cmm/debug_chroot_trogdor.cmm b/util/qualcomm/scripts/cmm/debug_chroot_trogdor.cmm index d93a4c0..e84e54d 100644 --- a/util/qualcomm/scripts/cmm/debug_chroot_trogdor.cmm +++ b/util/qualcomm/scripts/cmm/debug_chroot_trogdor.cmm @@ -2,8 +2,6 @@ ;## ;## This file is part of the coreboot project. ;## -;## Copyright (C) 2019, The Linux Foundation. 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 version 2 and ;## only version 2 as published by the Free Software Foundation.