From afd4c876a9b4b1040673e94b7aa1561bf4ad4bc6 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 5 May 2020 23:43:18 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41067 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks Reviewed-by: HAOUAS Elyes --- src/include/b64_decode.h | 2 -- src/include/device_tree.h | 6 +----- src/include/endian.h | 2 -- src/include/fit.h | 6 +----- src/include/fit_payload.h | 5 ----- src/include/list.h | 6 +----- src/include/memory_info.h | 5 +---- src/include/spi-generic.h | 3 --- src/include/spi_flash.h | 5 +---- 9 files changed, 5 insertions(+), 35 deletions(-) (limited to 'src/include') diff --git a/src/include/b64_decode.h b/src/include/b64_decode.h index 4d0970e1a5..0deb7aae31 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 30da803b63..0de9dba21a 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 0f32b7484a..a1c7f6a89b 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 1c90aca1ff..beec38ae6a 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 dd66289853..657c7d57f3 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 201a8d39a8..9706080713 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 ad3c1775f9..03b4fdc738 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 30228867fc..a57ec907d5 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 c74ceaeed4..5dce7206ab 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. -- cgit v1.2.3