aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/mknod.c1
-rw-r--r--coreutils/pwd.c1
-rw-r--r--coreutils/sleep.c1
-rw-r--r--coreutils/sync.c1
-rw-r--r--coreutils/usleep.c1
5 files changed, 1 insertions, 4 deletions
diff --git a/coreutils/mknod.c b/coreutils/mknod.c
index b4d4b82a1..10d026ce3 100644
--- a/coreutils/mknod.c
+++ b/coreutils/mknod.c
@@ -3,6 +3,7 @@
* Mini mknod implementation for busybox
*
* Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
+ * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org>
*
* 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
diff --git a/coreutils/pwd.c b/coreutils/pwd.c
index f6a00bf1e..9c5d70cef 100644
--- a/coreutils/pwd.c
+++ b/coreutils/pwd.c
@@ -2,7 +2,6 @@
/*
* Mini pwd implementation for busybox
*
- *
* Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/coreutils/sleep.c b/coreutils/sleep.c
index 3bcab88ee..7bc98d8e8 100644
--- a/coreutils/sleep.c
+++ b/coreutils/sleep.c
@@ -2,7 +2,6 @@
/*
* Mini sleep implementation for busybox
*
- *
* Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/coreutils/sync.c b/coreutils/sync.c
index ee22ae109..d58168065 100644
--- a/coreutils/sync.c
+++ b/coreutils/sync.c
@@ -2,7 +2,6 @@
/*
* Mini sync implementation for busybox
*
- *
* Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/coreutils/usleep.c b/coreutils/usleep.c
index 6023bf430..ac268b485 100644
--- a/coreutils/usleep.c
+++ b/coreutils/usleep.c
@@ -2,7 +2,6 @@
/*
* Mini usleep implementation for busybox
*
- *
* Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
*
* This program is free software; you can redistribute it and/or modify