AUTHORS: Move src/arch/mips copyrights into AUTHORS file
commit1458777c3ba714b9f62799f8cf4bbbf2e82b9d75
authorMartin Roth <martin@coreboot.org>
Mon, 29 Jul 2019 02:00:02 +0000 (28 20:00 -0600)
committerPatrick Georgi <pgeorgi@google.com>
Tue, 27 Aug 2019 07:02:57 +0000 (27 07:02 +0000)
tree7afa6a602b9f862a6d5413c46122dc70e209c7c3
parent3807ecdc54077e610b7216aeaf12c2f71356635a
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>
26 files changed:
AUTHORS
src/arch/mips/Kconfig
src/arch/mips/Makefile.inc
src/arch/mips/ashldi3.c
src/arch/mips/boot.c
src/arch/mips/bootblock.S
src/arch/mips/bootblock_simple.c
src/arch/mips/cache.c
src/arch/mips/include/arch/bootblock_common.h
src/arch/mips/include/arch/byteorder.h
src/arch/mips/include/arch/cache.h
src/arch/mips/include/arch/cbconfig.h
src/arch/mips/include/arch/cpu.h
src/arch/mips/include/arch/early_variables.h
src/arch/mips/include/arch/exception.h
src/arch/mips/include/arch/header.ld
src/arch/mips/include/arch/hlt.h
src/arch/mips/include/arch/memlayout.h
src/arch/mips/include/arch/mmio.h
src/arch/mips/include/arch/mmu.h
src/arch/mips/include/arch/pci_ops.h
src/arch/mips/include/arch/stages.h
src/arch/mips/include/arch/types.h
src/arch/mips/mmu.c
src/arch/mips/stages.c
src/arch/mips/tables.c