Add one-line GPL boilerplate to numerous (but not all yet) source files.

This commit is contained in:
"Robert P. J. Day" 2006-07-12 07:56:04 +00:00
parent ab7d9be17c
commit 801ab14013
65 changed files with 111 additions and 721 deletions

View file

@ -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>

View file

@ -1,4 +1,8 @@
/* vi: set sw=4 ts=4: */
/*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
/*
devfsd implementation for busybox

View file

@ -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>