summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-05-14 07:11:17 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-05-14 07:11:17 +0200
commit45000aac11315d7ccbaeefa29cafc8303ac206cb (patch)
tree0bddc2c0cb20514ee080062899020d1ee4d7bb12 /lib
parent36acabd5c522501bd7da8eb7a21c865fc78676ee (diff)
parent7721719313bc47e0eb90d45c00d67233d698bd2f (diff)
downloadbarebox-45000aac11315d7ccbaeefa29cafc8303ac206cb.tar.gz
barebox-45000aac11315d7ccbaeefa29cafc8303ac206cb.tar.xz
Merge branch 'for-next/misc'
Diffstat (limited to 'lib')
-rw-r--r--lib/cmdlinepart.c3
-rw-r--r--lib/ctype.c3
-rw-r--r--lib/display_options.c3
-rw-r--r--lib/gui/bmp_layout.h3
-rw-r--r--lib/int_sqrt.c3
-rw-r--r--lib/libfile.c3
-rw-r--r--lib/libgen.c3
-rw-r--r--lib/logo/logo.c3
-rw-r--r--lib/misc.c3
-rw-r--r--lib/parameter.c3
-rw-r--r--lib/process_escape_sequence.c3
-rw-r--r--lib/readkey.c3
-rw-r--r--lib/show_progress.c3
-rw-r--r--lib/uncompress.c3
-rw-r--r--lib/wchar.c3
-rw-r--r--lib/xfuncs.c3
16 files changed, 0 insertions, 48 deletions
diff --git a/lib/cmdlinepart.c b/lib/cmdlinepart.c
index 5b9f33ca1b..5a16462874 100644
--- a/lib/cmdlinepart.c
+++ b/lib/cmdlinepart.c
@@ -3,9 +3,6 @@
*
* Copyright (c) 2015 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/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
diff --git a/lib/display_options.c b/lib/display_options.c
index 0f65f5972e..d392deef0a 100644
--- a/lib/display_options.c
+++ b/lib/display_options.c
@@ -2,9 +2,6 @@
* (C) Copyright 2000-2002
* 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
diff --git a/lib/gui/bmp_layout.h b/lib/gui/bmp_layout.h
index d7db537539..903d6f8d92 100644
--- a/lib/gui/bmp_layout.h
+++ b/lib/gui/bmp_layout.h
@@ -1,9 +1,6 @@
/* (C) Copyright 2002
* Detlev Zundel, DENX Software Engineering, dzu@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
diff --git a/lib/int_sqrt.c b/lib/int_sqrt.c
index bf8b18fcb4..24b3d50782 100644
--- a/lib/int_sqrt.c
+++ b/lib/int_sqrt.c
@@ -1,7 +1,4 @@
/*
- * 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/lib/libfile.c b/lib/libfile.c
index dbeed12ccd..b4d87b624a 100644
--- a/lib/libfile.c
+++ b/lib/libfile.c
@@ -1,9 +1,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/lib/libgen.c b/lib/libgen.c
index 61a8670fb5..94c9db901b 100644
--- a/lib/libgen.c
+++ b/lib/libgen.c
@@ -1,9 +1,6 @@
/*
* libgen.c - some libgen functions needed for barebox
*
- * 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/lib/logo/logo.c b/lib/logo/logo.c
index 9edf212232..8349b060ac 100644
--- a/lib/logo/logo.c
+++ b/lib/logo/logo.c
@@ -1,9 +1,6 @@
/*
* Copyright (c) 2015 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/lib/misc.c b/lib/misc.c
index 7add1fe3b4..532f0bfc1e 100644
--- a/lib/misc.c
+++ b/lib/misc.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/lib/parameter.c b/lib/parameter.c
index 22695634e5..f57b7d07fd 100644
--- a/lib/parameter.c
+++ b/lib/parameter.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/lib/process_escape_sequence.c b/lib/process_escape_sequence.c
index 3747da11fd..2a3b2d928e 100644
--- a/lib/process_escape_sequence.c
+++ b/lib/process_escape_sequence.c
@@ -3,9 +3,6 @@
*
* Copyright (c) 2010 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/lib/readkey.c b/lib/readkey.c
index e72da0066b..fd72951046 100644
--- a/lib/readkey.c
+++ b/lib/readkey.c
@@ -5,9 +5,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/lib/show_progress.c b/lib/show_progress.c
index a32a13c16d..85085790f6 100644
--- a/lib/show_progress.c
+++ b/lib/show_progress.c
@@ -3,9 +3,6 @@
*
* Copyright (c) 2010 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/lib/uncompress.c b/lib/uncompress.c
index 3e4bc5f9e5..c47d319dbb 100644
--- a/lib/uncompress.c
+++ b/lib/uncompress.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/lib/wchar.c b/lib/wchar.c
index b2e9e7545b..4d49431e86 100644
--- a/lib/wchar.c
+++ b/lib/wchar.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/lib/xfuncs.c b/lib/xfuncs.c
index 1942c1e7ff..ac67bf4f55 100644
--- a/lib/xfuncs.c
+++ b/lib/xfuncs.c
@@ -5,9 +5,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.