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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41067
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
Patrick Georgi
2020-05-05 23:43:18 +02:00
parent 02363b5e46
commit afd4c876a9
99 changed files with 94 additions and 281 deletions

View File

@ -43,6 +43,7 @@ Code Aurora Forum
coresystems GmbH coresystems GmbH
Corey Osgood Corey Osgood
Curt Brune Curt Brune
Custom Ideas
Damien Zammit Damien Zammit
Dave Airlie Dave Airlie
David Brownell David Brownell
@ -56,6 +57,7 @@ DENX Software Engineering
Derek Waldner Derek Waldner
Digital Design Corporation Digital Design Corporation
DMP Electronics Inc. DMP Electronics Inc.
Donghwa Lee
Drew Eckhardt Drew Eckhardt
Dynon Avionics Dynon Avionics
Edward O'Callaghan Edward O'Callaghan
@ -76,6 +78,7 @@ Free Software Foundation, Inc.
Freescale Semiconductor, Inc. Freescale Semiconductor, Inc.
Gary Jennejohn Gary Jennejohn
George Trudeau George Trudeau
Gerald Van Baren
Gerd Hoffmann Gerd Hoffmann
Gergely Kiss Gergely Kiss
Google LLC Google LLC
@ -91,6 +94,7 @@ Idwer Vollering
Igor Pavlov Igor Pavlov
Imagination Technologies Imagination Technologies
Infineon Technologies Infineon Technologies
InKi Dae
Intel Corporation Intel Corporation
Iru Cai Iru Cai
Isaku Yamahata Isaku Yamahata
@ -135,6 +139,7 @@ Marvell Semiconductor Inc.
Matt DeVillier Matt DeVillier
Maxim Polyakov Maxim Polyakov
MediaTek Inc. MediaTek Inc.
Michael Brunner
Michael Schroeder Michael Schroeder
Michael Niewöhner Michael Niewöhner
Mika Westerberg Mika Westerberg
@ -163,6 +168,7 @@ Paulo Alcantara
Pavel Sayekat Pavel Sayekat
PC Engines GmbH PC Engines GmbH
Per Odlund Per Odlund
Peter Korsgaard
Peter Stuge Peter Stuge
Philipp Degler Philipp Degler
Philipp Deppenwiese Philipp Deppenwiese

View File

@ -9,7 +9,8 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* */
/*
* Controller independent definitions * Controller independent definitions
*/ */
#ifndef __COMMONLIB_SD_MMC_CTRLR_H__ #ifndef __COMMONLIB_SD_MMC_CTRLR_H__

View File

@ -9,7 +9,8 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* */
/*
* SD host controller specific definitions * SD host controller specific definitions
*/ */
#ifndef __COMMONLIB_SDHCI_H__ #ifndef __COMMONLIB_SDHCI_H__

View File

@ -9,7 +9,8 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* */
/*
* Generic bounce buffer implementation * Generic bounce buffer implementation
*/ */

View File

@ -9,7 +9,8 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* */
/*
* Generic bounce buffer implementation * Generic bounce buffer implementation
*/ */

View File

@ -9,7 +9,8 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* */
/*
* MultiMediaCard (MMC) and eMMC specific support code * MultiMediaCard (MMC) and eMMC specific support code
* This code is controller independent * This code is controller independent
*/ */

View File

@ -9,7 +9,8 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* */
/*
* Secure Digital (SD) card specific support code * Secure Digital (SD) card specific support code
* This code is controller independent * This code is controller independent
*/ */

View File

@ -9,7 +9,8 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* */
/*
* MultiMediaCard (MMC), eMMC and Secure Digital (SD) common initialization * MultiMediaCard (MMC), eMMC and Secure Digital (SD) common initialization
* code which brings the card into the standby state. This code is controller * code which brings the card into the standby state. This code is controller
* independent. * independent.

View File

@ -9,7 +9,8 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* */
/*
* Secure Digital (SD) Host Controller interface specific code * Secure Digital (SD) Host Controller interface specific code
*/ */

View File

@ -9,7 +9,8 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* */
/*
* Secure Digital (SD) Host Controller interface DMA support code * Secure Digital (SD) Host Controller interface DMA support code
*/ */

View File

@ -9,7 +9,8 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* */
/*
* Secure Digital (SD) Host Controller interface specific code * Secure Digital (SD) Host Controller interface specific code
*/ */

View File

@ -9,7 +9,8 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* */
/*
* MultiMediaCard (MMC), eMMC and Secure Digital (SD) common code which * MultiMediaCard (MMC), eMMC and Secure Digital (SD) common code which
* transitions the card from the standby state to the transfer state. The * transitions the card from the standby state to the transfer state. The
* common code supports read operations, erase and write operations are in * common code supports read operations, erase and write operations are in

View File

@ -9,7 +9,8 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* */
/*
* MultiMediaCard (MMC), eMMC and Secure Digital (SD) erase support code. * MultiMediaCard (MMC), eMMC and Secure Digital (SD) erase support code.
* This code is controller independent. * This code is controller independent.
*/ */

View File

@ -9,7 +9,8 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* */
/*
* MultiMediaCard (MMC), eMMC and Secure Digital (SD) write support code. * MultiMediaCard (MMC), eMMC and Secure Digital (SD) write support code.
* This code is controller independent. * This code is controller independent.
*/ */

View File

@ -1,8 +1,7 @@
/* /*
* Chromium OS Matrix Keyboard Message Protocol definitions * 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of * published by the Free Software Foundation; either version 2 of

View File

@ -1,15 +1,9 @@
/* /*
* I2C bus driver for Kontron COM modules * I2C bus driver for Kontron COM modules
* *
* Copyright (C) 2017 secunet Security Networks AG * Based on the similar driver in Linux.
* */
* 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.
*
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License 2 as published
* by the Free Software Foundation. * by the Free Software Foundation.

View File

@ -1,6 +1,4 @@
/* /*
* Copyright (C) 2015 Google, Inc.
*
* This software is licensed under the terms of the GNU General Public * This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and * License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms. * may be copied, distributed, and modified under those terms.

View File

@ -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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of * published by the Free Software Foundation; either version 2 of

View File

@ -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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of * published by the Free Software Foundation; either version 2 of

View File

@ -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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of * published by the Free Software Foundation; either version 2 of

View File

@ -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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of * published by the Free Software Foundation; either version 2 of

View File

@ -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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of * published by the Free Software Foundation; either version 2 of

View File

@ -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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version * modify it under the terms of the GNU General Public License version
* 2 as published by the Free Software Foundation. * 2 as published by the Free Software Foundation.

View File

@ -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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of * published by the Free Software Foundation; either version 2 of

View File

@ -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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License
* version 2 as published by the Free Software Foundation. * version 2 as published by the Free Software Foundation.

View File

@ -1,6 +1,4 @@
/* /*
* Copyright (C) 2015 Google, Inc.
*
* This software is licensed under the terms of the GNU General Public * This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and * License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms. * may be copied, distributed, and modified under those terms.

View File

@ -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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of * published by the Free Software Foundation; either version 2 of

View File

@ -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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of * published by the Free Software Foundation; either version 2 of

View File

@ -1,6 +1,4 @@
/* /*
* Copyright 2013 Google Inc.
*
* 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 * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of * published by the Free Software Foundation; either version 2 of

View File

@ -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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of * published by the Free Software Foundation; either version 2 of

View File

@ -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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* License version 2 as published by the Free Software Foundation. * License version 2 as published by the Free Software Foundation.

View File

@ -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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* License version 2 as published by the Free Software Foundation. * License version 2 as published by the Free Software Foundation.

View File

@ -1,6 +1,4 @@
/* /*
* Copyright (C) 2016-2017 Intel Corporation
*
* 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 * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of * published by the Free Software Foundation; either version 2 of

View File

@ -1,6 +1,4 @@
# #
# Copyright (C) 2016-2017 Intel Corporation
#
# 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 # modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of # published by the Free Software Foundation; either version 2 of

View File

@ -1,6 +1,4 @@
/* /*
* Copyright 2013 Google Inc.
*
* 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 * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of * published by the Free Software Foundation; either version 2 of

View File

@ -1,6 +1,4 @@
/* /*
* Copyright 2013 Google Inc.
*
* 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 * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of * published by the Free Software Foundation; either version 2 of

View File

@ -5,10 +5,6 @@
* Display Working Group standards: DSI, DCS, DBI, DPI * Display Working Group standards: DSI, DCS, DBI, DPI
* *
* Author: Imre Deak <imre.deak@nokia.com> * 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 #ifndef MIPI_DISPLAY_H
#define MIPI_DISPLAY_H #define MIPI_DISPLAY_H

View File

@ -4,10 +4,6 @@
* MIPI DSI Bus * MIPI DSI Bus
* *
* Andrzej Hajda <a.hajda@samsung.com> * 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__ #ifndef __MIPI_DSI_H__

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation. * only version 2 as published by the Free Software Foundation.

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation. * only version 2 as published by the Free Software Foundation.

View File

@ -1,7 +1,5 @@
/* This file is part of the coreboot project. */ /* 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 * 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 * it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation. * only version 2 as published by the Free Software Foundation.

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation. * only version 2 as published by the Free Software Foundation.

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation. * only version 2 as published by the Free Software Foundation.

View File

@ -1,7 +1,5 @@
/* This file is part of the coreboot project. */ /* 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 * 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 * it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation. * only version 2 as published by the Free Software Foundation.

View File

@ -1,7 +1,5 @@
/* This file is part of the coreboot project. */ /* 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 * 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 * it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation. * only version 2 as published by the Free Software Foundation.

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation. * only version 2 as published by the Free Software Foundation.

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation. * only version 2 as published by the Free Software Foundation.

View File

@ -1,7 +1,5 @@
/* This file is part of the coreboot project. */ /* 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 * 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 * it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation. * only version 2 as published by the Free Software Foundation.

View File

@ -1,7 +1,5 @@
/* This file is part of the coreboot project. */ /* 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 * 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 * it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation. * only version 2 as published by the Free Software Foundation.

View File

@ -1,7 +1,6 @@
/* This file is part of the coreboot project. */ /* 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as

View File

@ -1,6 +1,4 @@
/* /*
*
* Author: Donghwa Lee <dh09.lee@samsung.com>
* *
* 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 * modify it under the terms of the GNU General Public License as

View File

@ -1,6 +1,4 @@
/* /*
*
* Author: Donghwa Lee <dh09.lee@samsung.com>
* *
* 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 * modify it under the terms of the GNU General Public License as

View File

@ -1,7 +1,4 @@
/* /*
*
* 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as

View File

@ -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 * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; version 2 of * published by the Free Software Foundation; version 2 of
* the License. * the License.

View File

@ -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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of * published by the Free Software Foundation; either version 2 of

View File

@ -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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; version 2 of the License. * published by the Free Software Foundation; version 2 of the License.

View File

@ -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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as

View File

@ -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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as

View File

@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */ /* 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as

View File

@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */ /* 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as

View File

@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */ /* 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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as

View File

@ -1,7 +1,5 @@
/* intelmetool /* intelmetool */
* /*
* Copyright (C) 2013-2015 Damien Zammit <damien@zamaudio.com>
*
* 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 * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of * published by the Free Software Foundation; either version 2 of

View File

@ -1,6 +1,5 @@
/* intelmetool /* intelmetool */
* /*
* Copyright (C) 2013-2015 Damien Zammit <damien@zamaudio.com>
* *
* 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 * modify it under the terms of the GNU General Public License as

View File

@ -1,8 +1,5 @@
/* intelmetool /* intelmetool */
* /*
* Copyright (C) 2013-2016 Philipp Deppenwiese <zaolin@das-labor.org>,
* Copyright (C) 2013-2016 Alexander Couzens <lynxis@fe80.eu>
*
* 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 * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of * published by the Free Software Foundation; either version 2 of

View File

@ -1,7 +1,5 @@
/* intelmetool /* intelmetool */
* /*
* Copyright (C) 2013-2016 Philipp Deppenwiese <zaolin@das-labor.org>
* Copyright (C) 2013-2016 Alexander Couzens <lynxis@fe80.eu>
* *
* 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 * modify it under the terms of the GNU General Public License as

View File

@ -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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as

View File

@ -1,5 +1,4 @@
/* /*
* Copyright (C) 2017 Patrick Rudolph <siro@das-labor.org>
* *
* 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 * modify it under the terms of the GNU General Public License as

View File

@ -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 * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as

View File

@ -2,8 +2,6 @@
# #
# 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 # 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 # it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation. # published by the Free Software Foundation.

View File

@ -2,8 +2,6 @@
# #
# This file is part of msrtool. # 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 # 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 # it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation. # published by the Free Software Foundation.

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation. * published by the Free Software Foundation.

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 as

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 as

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 as

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 as

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 as

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 as

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 as

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 as

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 as

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 as

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 as

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 as

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 as

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 as

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 as

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 as

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 as

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 as

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 as

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 as

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 as

View File

@ -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 * 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 * it under the terms of the GNU General Public License version 2 as

View File

@ -2,8 +2,6 @@
;## ;##
;## This file is part of the coreboot project. ;## 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 ;## 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 ;## it under the terms of the GNU General Public License version 2 and
;## only version 2 as published by the Free Software Foundation. ;## only version 2 as published by the Free Software Foundation.

View File

@ -2,8 +2,6 @@
;## ;##
;## This file is part of the coreboot project. ;## 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 ;## 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 ;## it under the terms of the GNU General Public License version 2 and
;## only version 2 as published by the Free Software Foundation. ;## only version 2 as published by the Free Software Foundation.

View File

@ -2,8 +2,6 @@
;## ;##
;## This file is part of the coreboot project. ;## 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 ;## 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 ;## it under the terms of the GNU General Public License version 2 and
;## only version 2 as published by the Free Software Foundation. ;## only version 2 as published by the Free Software Foundation.

View File

@ -2,8 +2,6 @@
;## ;##
;## 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 ;## 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 ;## it under the terms of the GNU General Public License version 2 and
;## only version 2 as published by the Free Software Foundation. ;## only version 2 as published by the Free Software Foundation.

View File

@ -2,8 +2,6 @@
;## ;##
;## This file is part of the coreboot project. ;## 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 ;## 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 ;## it under the terms of the GNU General Public License version 2 and
;## only version 2 as published by the Free Software Foundation. ;## only version 2 as published by the Free Software Foundation.

View File

@ -2,8 +2,6 @@
;## ;##
;## 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 ;## 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 ;## it under the terms of the GNU General Public License version 2 and
;## only version 2 as published by the Free Software Foundation. ;## only version 2 as published by the Free Software Foundation.