diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2020-04-23 22:44:58 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2020-04-27 21:16:06 +0200 |
commit | cd24f633a063f0fd2c18f4c584cd43bd609bafbe (patch) | |
tree | 20a4bd2b5e2c09cdf1f7efe2dd76dcdfb7481dd3 /lib/ctype.c | |
parent | ca9944990d769ff405761fad8ee7248ce3201678 (diff) | |
download | barebox-cd24f633a063f0fd2c18f4c584cd43bd609bafbe.tar.gz |
treewide: remove references to CREDITS
The CREDITS file was removed from barebox in 2015 by commit 6570288f2d97
("Remove the CREDITS file"). Remove references to it from several files.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'lib/ctype.c')
-rw-r--r-- | lib/ctype.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ctype.c b/lib/ctype.c index 6d20da5430..3c117eb176 100644 --- a/lib/ctype.c +++ b/lib/ctype.c @@ -2,9 +2,6 @@ * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * 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 |