summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Roth <martin@coreboot.org>2019-08-30 21:34:34 -0600
committerPatrick Georgi <pgeorgi@google.com>2019-09-10 12:50:44 +0000
commit65244a7f66af89c4fb4e8f00466b289d71da4771 (patch)
tree28417a7f9fb383f0b7b2f61ac8afb52d496eeed9
parent0443ac282757cdf46703486717b388818297181c (diff)
downloadcoreboot-65244a7f66af89c4fb4e8f00466b289d71da4771.tar.gz
coreboot-65244a7f66af89c4fb4e8f00466b289d71da4771.tar.bz2
coreboot-65244a7f66af89c4fb4e8f00466b289d71da4771.zip
AUTHORS: Move src/console copyrights into AUTHORS file
As discussed on the mailing list and voted upon, the coreboot project is going to move the majority of copyrights out of the headers and into an AUTHORS file. This will happen a bit at a time, as we'll be unifying license headers at the same time. Signed-off-by: Martin Roth <martin@coreboot.org> Change-Id: I2f350cc3008b17516b5a42cdf07e28d2da5995e9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/35179 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
-rw-r--r--AUTHORS3
-rw-r--r--src/console/console.c2
-rw-r--r--src/console/die.c2
-rw-r--r--src/console/hw-debug_sink.adb2
-rw-r--r--src/console/hw-debug_sink.ads2
-rw-r--r--src/console/init.c2
-rw-r--r--src/console/post.c2
-rw-r--r--src/console/printk.c4
-rw-r--r--src/console/vsprintf.c2
-rw-r--r--src/console/vtxprintf.c2
10 files changed, 3 insertions, 20 deletions
diff --git a/AUTHORS b/AUTHORS
index 46f0ed50bdfb..44502489c484 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -29,6 +29,7 @@ Jordan Crouse
Kshitij
Lei Wen
Libra Li
+Linus Torvalds
Marek Vasut
Marius Gröger
Marvell Semiconductor Inc
@@ -44,6 +45,7 @@ Ronald G. Minnich
Rudolf Marek
Russell King
Sage Electronic Engineering, LLC
+secunet Security Networks AG
Siemens AG
Stefan Reinauer
Steve Magnani
@@ -61,3 +63,4 @@ Wolfgang Denk
src/acpi
src/arch
src/commonlib
+src/console
diff --git a/src/console/console.c b/src/console/console.c
index 50ee5c30e505..a36cb96ed1a3 100644
--- a/src/console/console.c
+++ b/src/console/console.c
@@ -1,8 +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
* the Free Software Foundation; version 2 of the License.
diff --git a/src/console/die.c b/src/console/die.c
index 3a1712626407..76c456d1fb53 100644
--- a/src/console/die.c
+++ b/src/console/die.c
@@ -1,8 +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 the Free Software Foundation; version 2 of
diff --git a/src/console/hw-debug_sink.adb b/src/console/hw-debug_sink.adb
index 4331b875495f..78359cd50b80 100644
--- a/src/console/hw-debug_sink.adb
+++ b/src/console/hw-debug_sink.adb
@@ -1,8 +1,6 @@
--
-- This file is part of the coreboot project.
--
--- Copyright (C) 2015 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 published by
-- the Free Software Foundation; version 2 of the License.
diff --git a/src/console/hw-debug_sink.ads b/src/console/hw-debug_sink.ads
index 322249e1cb8d..8598966f0c3d 100644
--- a/src/console/hw-debug_sink.ads
+++ b/src/console/hw-debug_sink.ads
@@ -1,8 +1,6 @@
--
-- This file is part of the coreboot project.
--
--- Copyright (C) 2015 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 published by
-- the Free Software Foundation; version 2 of the License.
diff --git a/src/console/init.c b/src/console/init.c
index 43b499d816c8..48599806475f 100644
--- a/src/console/init.c
+++ b/src/console/init.c
@@ -1,8 +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 the Free Software Foundation; version 2 of
diff --git a/src/console/post.c b/src/console/post.c
index 0719e5e7df81..64aa2a551335 100644
--- a/src/console/post.c
+++ b/src/console/post.c
@@ -1,8 +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 the Free Software Foundation; version 2 of
diff --git a/src/console/printk.c b/src/console/printk.c
index 1165226b2a49..15c599dce01e 100644
--- a/src/console/printk.c
+++ b/src/console/printk.c
@@ -1,10 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 1991, 1992 Linus Torvalds
- * Copyright (C) 2015 Timothy Pearson <tpearson@raptorengineeringinc.com>,
- * Raptor Engineering
- *
* 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/src/console/vsprintf.c b/src/console/vsprintf.c
index 4892fdd1ff30..78bc09f5a76a 100644
--- a/src/console/vsprintf.c
+++ b/src/console/vsprintf.c
@@ -1,8 +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 the Free Software Foundation; version 2 of
diff --git a/src/console/vtxprintf.c b/src/console/vtxprintf.c
index f34c91bb5ff0..1efe55a332d9 100644
--- a/src/console/vtxprintf.c
+++ b/src/console/vtxprintf.c
@@ -1,8 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 1991, 1992 Linus Torvalds
- *
* 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.