diff options
author | Simon Glass <sjg@chromium.org> | 2012-11-05 12:16:24 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-12-06 13:56:38 -0700 |
commit | 25920757765e22bdebf8e6fb1f777e21a31c9c21 (patch) | |
tree | f177f2bb0c59a0100f6582b85ea2a1dd00300499 /fs | |
parent | 5fe8380db3d5cd9f6c155f800616bdcb6dd34d18 (diff) |
cbfs: Remove mention of CREDITS files
As requested by Wolfgang, remove references to CREDITS in the CBFS
files.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/cbfs/Makefile | 4 | ||||
-rw-r--r-- | fs/cbfs/cbfs.c | 3 |
2 files changed, 1 insertions, 6 deletions
diff --git a/fs/cbfs/Makefile b/fs/cbfs/Makefile index 2be8a6880b7..e0e6de69faf 100644 --- a/fs/cbfs/Makefile +++ b/fs/cbfs/Makefile @@ -1,6 +1,4 @@ -# -# See file CREDITS for list of people who contributed to this -# project. +# Copyright (c) 2011 The Chromium OS Authors. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/fs/cbfs/cbfs.c b/fs/cbfs/cbfs.c index cae6d56db79..1b25a15e488 100644 --- a/fs/cbfs/cbfs.c +++ b/fs/cbfs/cbfs.c @@ -1,9 +1,6 @@ /* * Copyright (c) 2011 The Chromium OS Authors. All rights reserved. * - * 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 |