aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/Makefile2
-rw-r--r--miscutils/Makefile.in2
-rw-r--r--miscutils/strings.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/miscutils/Makefile b/miscutils/Makefile
index b1765f627..374ce68f8 100644
--- a/miscutils/Makefile
+++ b/miscutils/Makefile
@@ -1,6 +1,6 @@
1# Makefile for busybox 1# Makefile for busybox
2# 2#
3# Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> 3# Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
4# 4#
5# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
diff --git a/miscutils/Makefile.in b/miscutils/Makefile.in
index 535e65467..1fd109e2d 100644
--- a/miscutils/Makefile.in
+++ b/miscutils/Makefile.in
@@ -1,6 +1,6 @@
1# Makefile for busybox 1# Makefile for busybox
2# 2#
3# Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> 3# Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
4# 4#
5# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
diff --git a/miscutils/strings.c b/miscutils/strings.c
index c0d4a3f74..c914338d5 100644
--- a/miscutils/strings.c
+++ b/miscutils/strings.c
@@ -21,7 +21,7 @@
21 * 21 *
22 * Original copyright notice is retained at the end of this file. 22 * Original copyright notice is retained at the end of this file.
23 * 23 *
24 * Modified for BusyBox by Erik Andersen <andersee@debian.org> 24 * Modified for BusyBox by Erik Andersen <andersen@codepoet.org>
25 * Badly hacked by Tito Ragusa <farmatito@tiscali.it> 25 * Badly hacked by Tito Ragusa <farmatito@tiscali.it>
26 */ 26 */
27 27