aboutsummaryrefslogtreecommitdiff
path: root/coreutils/mknod.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-04-13 08:31:59 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-04-13 08:31:59 +0000
commit95d774d481240046034965521c28dcec192281cc (patch)
treeb8760df75f9b4670f7d72e4edc5e46f69d7821bc /coreutils/mknod.c
parent79972471c93065c7f605a75a8f08429317f215f1 (diff)
downloadbusybox-w32-95d774d481240046034965521c28dcec192281cc.tar.gz
busybox-w32-95d774d481240046034965521c28dcec192281cc.tar.bz2
busybox-w32-95d774d481240046034965521c28dcec192281cc.zip
Update some missing copyright notices
git-svn-id: svn://busybox.net/trunk/busybox@4599 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/mknod.c')
-rw-r--r--coreutils/mknod.c1
1 files changed, 1 insertions, 0 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