summaryrefslogtreecommitdiff
path: root/umount.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-20 22:08:37 +0000
committerEric Andersen <andersen@codepoet.org>1999-10-20 22:08:37 +0000
commitc49960189a04b73e033016bd0f43fbb950f800e1 (patch)
tree6447b860dad6dd3a463547fa048a4c635d8864c8 /umount.c
parent887991c78a1e62beee123d58f6a47f93278f03c9 (diff)
downloadbusybox-w32-c49960189a04b73e033016bd0f43fbb950f800e1.tar.gz
busybox-w32-c49960189a04b73e033016bd0f43fbb950f800e1.tar.bz2
busybox-w32-c49960189a04b73e033016bd0f43fbb950f800e1.zip
Fixed up copyright notices and such
Diffstat (limited to 'umount.c')
-rw-r--r--umount.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/umount.c b/umount.c
index 48efbd349..95f7dfb3c 100644
--- a/umount.c
+++ b/umount.c
@@ -1,7 +1,9 @@
1/* 1/*
2 * Mini umount implementation for busybox 2 * Mini umount implementation for busybox
3 * 3 *
4 * Copyright (C) 1998 by Erik Andersen <andersee@debian.org> 4 *
5 * Copyright (C) 1999 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
5 * 7 *
6 * 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
7 * 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