aboutsummaryrefslogtreecommitdiff
path: root/src/arch/mips/mmu.c
diff options
context:
space:
mode:
authorMartin Roth <martin@coreboot.org>2019-07-28 20:00:02 -0600
committerPatrick Georgi <pgeorgi@google.com>2019-08-27 07:02:57 +0000
commit1458777c3ba714b9f62799f8cf4bbbf2e82b9d75 (patch)
tree7afa6a602b9f862a6d5413c46122dc70e209c7c3 /src/arch/mips/mmu.c
parent3807ecdc54077e610b7216aeaf12c2f71356635a (diff)
AUTHORS: Move src/arch/mips 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 changes in this patch: - Remove comments saying that a file is based on another file from the coreboot project. Signed-off-by: Martin Roth <martin@coreboot.org> Change-Id: If61689db67c58f0d66ab96ca749bfcd589935ce2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/34607 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch/mips/mmu.c')
-rw-r--r--src/arch/mips/mmu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/mips/mmu.c b/src/arch/mips/mmu.c
index b144fd3573..5ef276d273 100644
--- a/src/arch/mips/mmu.c
+++ b/src/arch/mips/mmu.c
@@ -1,8 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 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 the Free Software Foundation; version 2 of