summaryrefslogtreecommitdiffstats
path: root/src/device/oprom
diff options
context:
space:
mode:
authorMartin Roth <martin@coreboot.org>2019-09-15 20:57:18 -0700
committerPatrick Georgi <pgeorgi@google.com>2019-09-17 08:14:13 +0000
commit99f83bbad4a7e060e05c3bb26203f92c1817445a (patch)
tree84ca94b2560b761c3e6d575384f2669f3abbf602 /src/device/oprom
parent3c599a2c086a5405a1997de65de1aacc988e7823 (diff)
downloadcoreboot-99f83bbad4a7e060e05c3bb26203f92c1817445a.tar.gz
coreboot-99f83bbad4a7e060e05c3bb26203f92c1817445a.tar.bz2
coreboot-99f83bbad4a7e060e05c3bb26203f92c1817445a.zip
AUTHORS: Move src/device 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. Additional cleanup - Unify "Inc" to "Inc." and "LLC." to "LLC" Signed-off-by: Martin Roth <martin@coreboot.org> Change-Id: Ie03a3ce1f6085494bd5f38da76e2467970cf301a Reviewed-on: https://review.coreboot.org/c/coreboot/+/35430 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/device/oprom')
-rw-r--r--src/device/oprom/Makefile.inc2
-rw-r--r--src/device/oprom/realmode/Makefile.inc2
-rw-r--r--src/device/oprom/realmode/x86.c3
-rw-r--r--src/device/oprom/realmode/x86.h3
-rw-r--r--src/device/oprom/realmode/x86_asm.S2
-rw-r--r--src/device/oprom/realmode/x86_interrupts.c4
6 files changed, 0 insertions, 16 deletions
diff --git a/src/device/oprom/Makefile.inc b/src/device/oprom/Makefile.inc
index 61970ae16fa8..64b4b87da528 100644
--- a/src/device/oprom/Makefile.inc
+++ b/src/device/oprom/Makefile.inc
@@ -1,8 +1,6 @@
##
## This file is part of the coreboot project.
##
-## Copyright (C) 2007-2010 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 the License.
diff --git a/src/device/oprom/realmode/Makefile.inc b/src/device/oprom/realmode/Makefile.inc
index 54172405a77f..6f8cde3f6df2 100644
--- a/src/device/oprom/realmode/Makefile.inc
+++ b/src/device/oprom/realmode/Makefile.inc
@@ -1,8 +1,6 @@
##
## This file is part of the coreboot project.
##
-## Copyright (C) 2012 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/device/oprom/realmode/x86.c b/src/device/oprom/realmode/x86.c
index 10a3c4954d36..8ba0241ea4dc 100644
--- a/src/device/oprom/realmode/x86.c
+++ b/src/device/oprom/realmode/x86.c
@@ -1,9 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2007 Advanced Micro Devices, Inc.
- * Copyright (C) 2009-2010 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 the License.
diff --git a/src/device/oprom/realmode/x86.h b/src/device/oprom/realmode/x86.h
index 052c9c0dbf41..a68b50ecbfaf 100644
--- a/src/device/oprom/realmode/x86.h
+++ b/src/device/oprom/realmode/x86.h
@@ -1,9 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2007 Advanced Micro Devices, Inc.
- * Copyright (C) 2009-2010 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 the License.
diff --git a/src/device/oprom/realmode/x86_asm.S b/src/device/oprom/realmode/x86_asm.S
index ec82e53ec588..8c9e12b143eb 100644
--- a/src/device/oprom/realmode/x86_asm.S
+++ b/src/device/oprom/realmode/x86_asm.S
@@ -1,8 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2009-2010 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 the License.
diff --git a/src/device/oprom/realmode/x86_interrupts.c b/src/device/oprom/realmode/x86_interrupts.c
index 8e3a51e45086..4e1c5ed5af69 100644
--- a/src/device/oprom/realmode/x86_interrupts.c
+++ b/src/device/oprom/realmode/x86_interrupts.c
@@ -1,10 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2001 Ronald G. Minnich
- * Copyright (C) 2005 Nick.Barker9@btinternet.com
- * Copyright (C) 2007-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 the License.