summaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-04-13 08:31:59 +0000
committerEric Andersen <andersen@codepoet.org>2002-04-13 08:31:59 +0000
commit1d1d2f9b1879775a8e04bcd189b66a058405c9c1 (patch)
treeb8760df75f9b4670f7d72e4edc5e46f69d7821bc /coreutils
parent497a88506e796d20ea07f1a6acad7fe3c48c4690 (diff)
downloadbusybox-w32-1d1d2f9b1879775a8e04bcd189b66a058405c9c1.tar.gz
busybox-w32-1d1d2f9b1879775a8e04bcd189b66a058405c9c1.tar.bz2
busybox-w32-1d1d2f9b1879775a8e04bcd189b66a058405c9c1.zip
Update some missing copyright notices
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 @@
3 * Mini mknod implementation for busybox 3 * Mini mknod implementation for busybox
4 * 4 *
5 * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. 5 * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
6 * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org>
6 * 7 *
7 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 9 * 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 @@
2/* 2/*
3 * Mini pwd implementation for busybox 3 * Mini pwd implementation for busybox
4 * 4 *
5 *
6 * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. 5 * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
7 * 6 *
8 * This program is free software; you can redistribute it and/or modify 7 * 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 @@
2/* 2/*
3 * Mini sleep implementation for busybox 3 * Mini sleep implementation for busybox
4 * 4 *
5 *
6 * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. 5 * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
7 * 6 *
8 * This program is free software; you can redistribute it and/or modify 7 * 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 @@
2/* 2/*
3 * Mini sync implementation for busybox 3 * Mini sync implementation for busybox
4 * 4 *
5 *
6 * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. 5 * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
7 * 6 *
8 * This program is free software; you can redistribute it and/or modify 7 * 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 @@
2/* 2/*
3 * Mini usleep implementation for busybox 3 * Mini usleep implementation for busybox
4 * 4 *
5 *
6 * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. 5 * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
7 * 6 *
8 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify