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/x86/name/Makefile.inc | 2 -- src/cpu/x86/name/name.c | 2 -- 2 files changed, 4 deletions(-) (limited to 'src/cpu/x86/name') diff --git a/src/cpu/x86/name/Makefile.inc b/src/cpu/x86/name/Makefile.inc index 5dba1a2f2e..a2e37e56fc 100644 --- a/src/cpu/x86/name/Makefile.inc +++ b/src/cpu/x86/name/Makefile.inc @@ -1,8 +1,6 @@ ## ## This file is part of the coreboot project. ## -## Copyright (C) 2010 Uwe Hermann -## ## 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/cpu/x86/name/name.c b/src/cpu/x86/name/name.c index fc360cd877..b3452763c0 100644 --- a/src/cpu/x86/name/name.c +++ b/src/cpu/x86/name/name.c @@ -1,8 +1,6 @@ /* * This file is part of the coreboot project. * - * 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. -- cgit v1.2.3