summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2020-04-23 22:44:58 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-04-27 21:16:06 +0200
commitcd24f633a063f0fd2c18f4c584cd43bd609bafbe (patch)
tree20a4bd2b5e2c09cdf1f7efe2dd76dcdfb7481dd3 /fs
parentca9944990d769ff405761fad8ee7248ce3201678 (diff)
downloadbarebox-cd24f633a063f0fd2c18f4c584cd43bd609bafbe.tar.gz
barebox-cd24f633a063f0fd2c18f4c584cd43bd609bafbe.tar.xz
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 'fs')
-rw-r--r--fs/devfs-core.c3
-rw-r--r--fs/devfs.c3
-rw-r--r--fs/efi.c3
-rw-r--r--fs/efivarfs.c3
-rw-r--r--fs/ext4/ext_barebox.c3
-rw-r--r--fs/fat/fat.c3
-rw-r--r--fs/fs.c3
-rw-r--r--fs/nfs.c3
-rw-r--r--fs/ramfs.c3
-rw-r--r--fs/tftp.c3
10 files changed, 0 insertions, 30 deletions
diff --git a/fs/devfs-core.c b/fs/devfs-core.c
index 5341e39e67..f804f96974 100644
--- a/fs/devfs-core.c
+++ b/fs/devfs-core.c
@@ -3,9 +3,6 @@
*
* Copyright (c) 2011 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
*
- * 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 version 2
* as published by the Free Software Foundation.
diff --git a/fs/devfs.c b/fs/devfs.c
index e1893d1bd0..b503f277ac 100644
--- a/fs/devfs.c
+++ b/fs/devfs.c
@@ -3,9 +3,6 @@
*
* Copyright (c) 2007 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
*
- * 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 version 2
* as published by the Free Software Foundation.
diff --git a/fs/efi.c b/fs/efi.c
index 944d6aac7a..edf65179fd 100644
--- a/fs/efi.c
+++ b/fs/efi.c
@@ -3,9 +3,6 @@
*
* Copyright (c) 2014 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
*
- * 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 version 2
* as published by the Free Software Foundation.
diff --git a/fs/efivarfs.c b/fs/efivarfs.c
index 9eadda4121..659716f845 100644
--- a/fs/efivarfs.c
+++ b/fs/efivarfs.c
@@ -3,9 +3,6 @@
*
* Copyright (c) 2014 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
*
- * 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 version 2
* as published by the Free Software Foundation.
diff --git a/fs/ext4/ext_barebox.c b/fs/ext4/ext_barebox.c
index 82d4c581e0..353ab44b29 100644
--- a/fs/ext4/ext_barebox.c
+++ b/fs/ext4/ext_barebox.c
@@ -3,9 +3,6 @@
*
* Copyright (c) 2012 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
*
- * 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 version 2
* as published by the Free Software Foundation.
diff --git a/fs/fat/fat.c b/fs/fat/fat.c
index 394c75ffc4..c2da0ade4a 100644
--- a/fs/fat/fat.c
+++ b/fs/fat/fat.c
@@ -3,9 +3,6 @@
*
* Copyright (c) 2011 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
*
- * 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 version 2
* as published by the Free Software Foundation.
diff --git a/fs/fs.c b/fs/fs.c
index e00bbcd223..42e6924348 100644
--- a/fs/fs.c
+++ b/fs/fs.c
@@ -3,9 +3,6 @@
*
* Copyright (c) 2007 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
*
- * 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 version 2
* as published by the Free Software Foundation.
diff --git a/fs/nfs.c b/fs/nfs.c
index 227a4866d7..15ddab7915 100644
--- a/fs/nfs.c
+++ b/fs/nfs.c
@@ -8,9 +8,6 @@
* Based on U-Boot NFS code which is based on NetBSD code with
* major changes to support nfs3.
*
- * 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 version 2
* as published by the Free Software Foundation.
diff --git a/fs/ramfs.c b/fs/ramfs.c
index 7e7dc7aca9..5328775ee0 100644
--- a/fs/ramfs.c
+++ b/fs/ramfs.c
@@ -3,9 +3,6 @@
*
* Copyright (c) 2007 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
*
- * 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 version 2
* as published by the Free Software Foundation.
diff --git a/fs/tftp.c b/fs/tftp.c
index 1f36c56511..d186e7983a 100644
--- a/fs/tftp.c
+++ b/fs/tftp.c
@@ -3,9 +3,6 @@
*
* Copyright (c) 2011 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
*
- * 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 version 2
* as published by the Free Software Foundation.