summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-05-05 23:43:18 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-06 22:20:43 +0000
commitafd4c876a9b4b1040673e94b7aa1561bf4ad4bc6 (patch)
tree63df08dbd4e516c911c11a2e1b121e93d7234e62 /src/include
parent02363b5e464e729366ca21421edcebad33f1237e (diff)
downloadcoreboot-afd4c876a9b4b1040673e94b7aa1561bf4ad4bc6.tar.gz
coreboot-afd4c876a9b4b1040673e94b7aa1561bf4ad4bc6.tar.bz2
coreboot-afd4c876a9b4b1040673e94b7aa1561bf4ad4bc6.zip
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>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/b64_decode.h2
-rw-r--r--src/include/device_tree.h6
-rw-r--r--src/include/endian.h2
-rw-r--r--src/include/fit.h6
-rw-r--r--src/include/fit_payload.h5
-rw-r--r--src/include/list.h6
-rw-r--r--src/include/memory_info.h5
-rw-r--r--src/include/spi-generic.h3
-rw-r--r--src/include/spi_flash.h5
9 files changed, 5 insertions, 35 deletions
diff --git a/src/include/b64_decode.h b/src/include/b64_decode.h
index 4d0970e1a575..0deb7aae31d4 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 30da803b63c2..0de9dba21a8b 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 0f32b7484a74..a1c7f6a89bc1 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 1c90aca1fff2..beec38ae6a85 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 dd6628985346..657c7d57f36f 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 201a8d39a823..970608071317 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 ad3c1775f9ec..03b4fdc73882 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 30228867fcf4..a57ec907d500 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 c74ceaeed4d5..5dce7206ab9a 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.