From 1d1d2f9b1879775a8e04bcd189b66a058405c9c1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 13 Apr 2002 08:31:59 +0000 Subject: Update some missing copyright notices --- coreutils/mknod.c | 1 + coreutils/pwd.c | 1 - coreutils/sleep.c | 1 - coreutils/sync.c | 1 - coreutils/usleep.c | 1 - 5 files changed, 1 insertion(+), 4 deletions(-) (limited to 'coreutils') 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 . + * Copyright (C) 1999-2002 by Erik Andersen * * 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 . * * 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 . * * 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 . * * 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 . * * This program is free software; you can redistribute it and/or modify -- cgit v1.2.3