From 801ab140132a111e9524371c9b8d425579692389 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Wed, 12 Jul 2006 07:56:04 +0000 Subject: Add one-line GPL boilerplate to numerous (but not all yet) source files. --- miscutils/dc.c | 4 ++++ miscutils/devfsd.c | 4 ++++ miscutils/mt.c | 4 ++++ 3 files changed, 12 insertions(+) (limited to 'miscutils') diff --git a/miscutils/dc.c b/miscutils/dc.c index e9c6955..95cf0d0 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 #include diff --git a/miscutils/devfsd.c b/miscutils/devfsd.c index c8af688..39f0478 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 diff --git a/miscutils/mt.c b/miscutils/mt.c index 3057158..2720f7e 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 #include -- cgit v1.1