diff options
author | "Robert P. J. Day" <rpjday@mindspring.com> | 2006-07-12 07:56:04 +0000 |
---|---|---|
committer | "Robert P. J. Day" <rpjday@mindspring.com> | 2006-07-12 07:56:04 +0000 |
commit | 801ab140132a111e9524371c9b8d425579692389 (patch) | |
tree | 4b77edc66fa955584108e01f7e8c025d73d00e51 /miscutils/devfsd.c | |
parent | ab7d9be17cd75772c015b8eab885e176f271691e (diff) | |
download | busybox-w32-801ab140132a111e9524371c9b8d425579692389.tar.gz busybox-w32-801ab140132a111e9524371c9b8d425579692389.tar.bz2 busybox-w32-801ab140132a111e9524371c9b8d425579692389.zip |
Add one-line GPL boilerplate to numerous (but not all yet) source files.
Diffstat (limited to 'miscutils/devfsd.c')
-rw-r--r-- | miscutils/devfsd.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/miscutils/devfsd.c b/miscutils/devfsd.c index c8af688a4..39f04780a 100644 --- a/miscutils/devfsd.c +++ b/miscutils/devfsd.c | |||
@@ -1,5 +1,9 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | ||
4 | */ | ||
5 | |||
6 | /* | ||
3 | devfsd implementation for busybox | 7 | devfsd implementation for busybox |
4 | 8 | ||
5 | Copyright (C) 2003 by Tito Ragusa <farmatito@tiscali.it> | 9 | Copyright (C) 2003 by Tito Ragusa <farmatito@tiscali.it> |