summaryrefslogtreecommitdiffstats
path: root/src/include/console
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-03-17 12:51:24 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-03-17 18:26:34 +0000
commitf3f36faf352c72d793899a8b0dce60423a7480fa (patch)
treedd8f36735229971d4572c6a3f3136c0c9ce545dd /src/include/console
parent8e04a1762b98f14c31b99bbb0a43c1280cc21a3a (diff)
downloadcoreboot-f3f36faf352c72d793899a8b0dce60423a7480fa.tar.gz
coreboot-f3f36faf352c72d793899a8b0dce60423a7480fa.tar.bz2
coreboot-f3f36faf352c72d793899a8b0dce60423a7480fa.zip
src (minus soc and mainboard): Remove copyright notices
They're listed in AUTHORS and often incorrect anyway, for example: - What's a "Copyright $year-present"? - Which incarnation of Google (Inc, LLC, ...) is the current copyright holder? - People sometimes have their editor auto-add themselves to files even though they only deleted stuff - Or they let the editor automatically update the copyright year, because why not? - Who is the copyright holder "The coreboot project Authors"? - Or "Generated Code"? Sidestep all these issues by simply not putting these notices in individual files, let's list all copyright holders in AUTHORS instead and use the git history to deal with the rest. Change-Id: I89b10076e0f4a4b3acd59160fb7abe349b228321 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39611 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: David Hendricks <david.hendricks@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include/console')
-rw-r--r--src/include/console/cbmem_console.h1
-rw-r--r--src/include/console/console.h1
-rw-r--r--src/include/console/flash.h1
-rw-r--r--src/include/console/ne2k.h1
-rw-r--r--src/include/console/post_codes.h1
-rw-r--r--src/include/console/spi.h1
-rw-r--r--src/include/console/uart.h1
-rw-r--r--src/include/console/usb.h2
-rw-r--r--src/include/console/vtxprintf.h1
9 files changed, 0 insertions, 10 deletions
diff --git a/src/include/console/cbmem_console.h b/src/include/console/cbmem_console.h
index 38495a724de2..42e05e75ad3d 100644
--- a/src/include/console/cbmem_console.h
+++ b/src/include/console/cbmem_console.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2011 The ChromiumOS Authors. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/include/console/console.h b/src/include/console/console.h
index 9983cefd215a..96fc8b5faf80 100644
--- a/src/include/console/console.h
+++ b/src/include/console/console.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2003 Eric Biederman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/include/console/flash.h b/src/include/console/flash.h
index 6d678f76d0ae..51ac460f1cac 100644
--- a/src/include/console/flash.h
+++ b/src/include/console/flash.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2015 Google Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/include/console/ne2k.h b/src/include/console/ne2k.h
index 88590f8ddc65..fe9e471d4253 100644
--- a/src/include/console/ne2k.h
+++ b/src/include/console/ne2k.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2010 Rudolf Marek <r.marek@assembler.cz>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/include/console/post_codes.h b/src/include/console/post_codes.h
index 9877a5ea1f17..a9094929c60a 100644
--- a/src/include/console/post_codes.h
+++ b/src/include/console/post_codes.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2011 Alexandru Gagniuc <mr.nuke.me@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/include/console/spi.h b/src/include/console/spi.h
index a425bf4ab334..29c500d769aa 100644
--- a/src/include/console/spi.h
+++ b/src/include/console/spi.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright 2015 Google Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/include/console/uart.h b/src/include/console/uart.h
index 162b1108a903..3e38bc8c7f59 100644
--- a/src/include/console/uart.h
+++ b/src/include/console/uart.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2012 The ChromiumOS Authors. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/include/console/usb.h b/src/include/console/usb.h
index ad57d522dc87..e7871c404dc2 100644
--- a/src/include/console/usb.h
+++ b/src/include/console/usb.h
@@ -1,8 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2007 AMD
- * Written by Yinghai Lu <yinghai.lu@amd.com> for AMD.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/include/console/vtxprintf.h b/src/include/console/vtxprintf.h
index ebef43784c99..f6e985c09d91 100644
--- a/src/include/console/vtxprintf.h
+++ b/src/include/console/vtxprintf.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2009 coresystems GmbH
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by