diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-22 02:52:41 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-22 02:52:41 +0000 |
commit | 310cb43afb101eacc9588643530c41873cd7869a (patch) | |
tree | ba1df1897eef7f654781e15b48fb55c6918e9465 /util-linux/umount.c | |
parent | 3eb65dbcebaa64597976d3b13c0777359dfdd7b0 (diff) | |
download | busybox-w32-310cb43afb101eacc9588643530c41873cd7869a.tar.gz busybox-w32-310cb43afb101eacc9588643530c41873cd7869a.tar.bz2 busybox-w32-310cb43afb101eacc9588643530c41873cd7869a.zip |
Change license statements (and clean up headers) on some of the files that
Erik or I are primary copyright holders on.
git-svn-id: svn://busybox.net/trunk/busybox@16175 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | util-linux/umount.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/util-linux/umount.c b/util-linux/umount.c index f19586a0d..e4308e547 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c | |||
@@ -5,10 +5,7 @@ | |||
5 | * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> | 5 | * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 2005 by Rob Landley <rob@landley.net> | 6 | * Copyright (C) 2005 by Rob Landley <rob@landley.net> |
7 | * | 7 | * |
8 | * This program is licensed under the GNU General Public license (GPL) | 8 | * Licensed under GPL version 2, see file LICENSE in this tarball for details. |
9 | * version 2 or later, see http://www.fsf.org/licensing/licenses/gpl.html | ||
10 | * or the file "LICENSE" in the busybox source tarball for the full text. | ||
11 | * | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #include "busybox.h" | 11 | #include "busybox.h" |