Change license statements (and clean up headers) on some of the files that

Erik or I are primary copyright holders on.
This commit is contained in:
Rob Landley
2006-09-22 02:52:41 +00:00
parent 05592ac00c
commit e9a7a6212b
20 changed files with 20 additions and 85 deletions

View File

@ -6,7 +6,7 @@
* Copyright 2006 Rob Landley <rob@landley.net>
* Copyright 2006 Bernhard Fischer <rep.nop@aon.at>
*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include "busybox.h"

View File

@ -6,7 +6,7 @@
* Adjusted a bit by Erik Andersen <andersen@codepoet.org>
* Unified with fdflush by Tito Ragusa <farmatito@tiscali.it>
*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
#include "busybox.h"

View File

@ -6,7 +6,7 @@
* Copyright 2005 Rob Landley <rob@landley.net>
* Copyright 2005 Frank Sorenson <frank@tuxrocks.com>
*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
* Licensed under GPL version 2, see file LICENSE in this tarball for details.
*/
#include "busybox.h"

View File

@ -3,7 +3,7 @@
*
* Copyright 2006 Rob Landley <rob@landley.net>
*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
* Licensed under GPL version 2, see file LICENSE in this tarball for details.
*/
#include <busybox.h>

View File

@ -6,11 +6,8 @@
* pivot_root syscall stubbed by Erik Andersen, so it will compile
* regardless of the kernel being used.
*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
* Licensed under GPL version 2, see file LICENSE in this tarball for details.
*/
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include "busybox.h"
extern int pivot_root(const char * new_root,const char * put_old);

View File

@ -4,14 +4,11 @@
*
* Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
*
* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
* Licensed under the GPL version 2, see the file LICENSE in this tarball.
*/
#include "busybox.h"
#include <mntent.h>
#include <dirent.h>
#include <errno.h>
#include <string.h>
#include <sys/swap.h>

View File

@ -3,14 +3,11 @@
*
* Switch from rootfs to another filesystem as the root of the mount tree.
*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
* Licensed under GPL version 2, see file LICENSE in this tarball for details.
*/
#include "busybox.h"
#include <fcntl.h>
#include <string.h>
#include <sys/vfs.h>
#include <unistd.h>
// Make up for header deficiencies.

View File

@ -5,10 +5,7 @@
* Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
* Copyright (C) 2005 by Rob Landley <rob@landley.net>
*
* This program is licensed under the GNU General Public license (GPL)
* version 2 or later, see http://www.fsf.org/licensing/licenses/gpl.html
* or the file "LICENSE" in the busybox source tarball for the full text.
*
* Licensed under GPL version 2, see file LICENSE in this tarball for details.
*/
#include "busybox.h"