diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2015-09-05 07:51:32 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-09-07 15:54:50 +0000 |
commit | 4460703f59c58626c762a8a1244842b7a3efe0db (patch) | |
tree | bba0e836bfb2182227f840b86b64d6b197e33a8d /src/southbridge/intel | |
parent | 38bc916def3a95f2a32309c5437ac0f868455a94 (diff) | |
download | coreboot-4460703f59c58626c762a8a1244842b7a3efe0db.tar.xz |
Drop "See file CREDITS..." comment
coreboot has no CREDITS file.
Change-Id: Iaa4686979ba1385b00ad1dbb6ea91e58f5014384
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/11514
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/southbridge/intel')
-rw-r--r-- | src/southbridge/intel/common/spi.c | 3 | ||||
-rw-r--r-- | src/southbridge/intel/fsp_rangeley/spi.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/southbridge/intel/common/spi.c b/src/southbridge/intel/common/spi.c index 5d1801253c..b664a63a0e 100644 --- a/src/southbridge/intel/common/spi.c +++ b/src/southbridge/intel/common/spi.c @@ -3,9 +3,6 @@ * Copyright (C) 2009, 2010 Carl-Daniel Hailfinger * Copyright (C) 2011 Stefan Tauner * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 diff --git a/src/southbridge/intel/fsp_rangeley/spi.c b/src/southbridge/intel/fsp_rangeley/spi.c index e6d5fc2cef..8a4eabce3c 100644 --- a/src/southbridge/intel/fsp_rangeley/spi.c +++ b/src/southbridge/intel/fsp_rangeley/spi.c @@ -2,9 +2,6 @@ * Copyright (c) 2011 The Chromium OS Authors. * Copyright (C) 2013, Intel Corporation. * - * See file CREDITS for list of people who contributed to this - * project. - * * 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 |