diff options
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/dc.c | 4 | ||||
-rw-r--r-- | miscutils/devfsd.c | 4 | ||||
-rw-r--r-- | miscutils/mt.c | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/miscutils/dc.c b/miscutils/dc.c index e9c695507..95cf0d0ad 100644 --- a/miscutils/dc.c +++ b/miscutils/dc.c @@ -1,4 +1,8 @@ /* vi: set sw=4 ts=4: */ +/* + * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + */ + #include "busybox.h" #include <ctype.h> #include <stdio.h> 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 @@ /* vi: set sw=4 ts=4: */ /* + * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + */ + +/* devfsd implementation for busybox Copyright (C) 2003 by Tito Ragusa <farmatito@tiscali.it> diff --git a/miscutils/mt.c b/miscutils/mt.c index 3057158d8..2720f7eab 100644 --- a/miscutils/mt.c +++ b/miscutils/mt.c @@ -1,4 +1,8 @@ /* vi: set sw=4 ts=4: */ +/* + * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + */ + #include "busybox.h" #include <stdio.h> #include <stdlib.h> |