From d57ace259ad89ccba0b2e72036d84ff4016b1d32 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sat, 31 Aug 2019 10:48:37 -0600 Subject: AUTHORS: Move src/cpu 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 Change-Id: Id6070fb586896653a1e44951a6af8f42f93b5a7b Reviewed-on: https://review.coreboot.org/c/coreboot/+/35184 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/cpu/via/nano/Kconfig | 2 -- src/cpu/via/nano/Makefile.inc | 2 -- src/cpu/via/nano/nano_init.c | 2 -- src/cpu/via/nano/update_ucode.c | 2 -- src/cpu/via/nano/update_ucode.h | 2 -- 5 files changed, 10 deletions(-) (limited to 'src/cpu/via/nano') diff --git a/src/cpu/via/nano/Kconfig b/src/cpu/via/nano/Kconfig index 8ddc572dd5..93845d1b8b 100644 --- a/src/cpu/via/nano/Kconfig +++ b/src/cpu/via/nano/Kconfig @@ -1,8 +1,6 @@ ## ## This file is part of the coreboot project. ## -## Copyright (C) 2011 Alexandru Gagniuc -## ## 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, either version 2 of the License, or diff --git a/src/cpu/via/nano/Makefile.inc b/src/cpu/via/nano/Makefile.inc index 43d03528cc..6fb699bee0 100644 --- a/src/cpu/via/nano/Makefile.inc +++ b/src/cpu/via/nano/Makefile.inc @@ -1,8 +1,6 @@ ## ## This file is part of the coreboot project. ## -## Copyright (C) 2012 Alexandru Gagniuc -## ## 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, either version 2 of the License, or diff --git a/src/cpu/via/nano/nano_init.c b/src/cpu/via/nano/nano_init.c index cbd80cee72..61d82f12f2 100644 --- a/src/cpu/via/nano/nano_init.c +++ b/src/cpu/via/nano/nano_init.c @@ -1,8 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2012 Alexandru Gagniuc - * * 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, either version 2 of the License, or diff --git a/src/cpu/via/nano/update_ucode.c b/src/cpu/via/nano/update_ucode.c index 0ccddc7be0..373a7d8db8 100644 --- a/src/cpu/via/nano/update_ucode.c +++ b/src/cpu/via/nano/update_ucode.c @@ -1,8 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2012 Alexandru Gagniuc - * * 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, either version 2 of the License, or diff --git a/src/cpu/via/nano/update_ucode.h b/src/cpu/via/nano/update_ucode.h index acf8fdc700..31f5925cf0 100644 --- a/src/cpu/via/nano/update_ucode.h +++ b/src/cpu/via/nano/update_ucode.h @@ -1,8 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2012 Alexandru Gagniuc - * * 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, either version 2 of the License, or -- cgit v1.2.3