diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-16 20:14:46 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-16 20:14:46 +0200 |
commit | 0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a (patch) | |
tree | d8a71a3f044857bd36569f535815002367389b29 /util-linux | |
parent | 0d555fc951fa09b2f7efb4b445a468a4bcc262f1 (diff) | |
download | busybox-w32-0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a.tar.gz busybox-w32-0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a.tar.bz2 busybox-w32-0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a.zip |
*: make GNU licensing statement forms more regular
This change retains "or later" state! No licensing _changes_ here,
only form is adjusted (article, space between "GPL" and "v2" and so on).
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
43 files changed, 44 insertions, 44 deletions
diff --git a/util-linux/Kbuild.src b/util-linux/Kbuild.src index afc0db50e..c06d911ec 100644 --- a/util-linux/Kbuild.src +++ b/util-linux/Kbuild.src | |||
@@ -2,7 +2,7 @@ | |||
2 | # | 2 | # |
3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> |
4 | # | 4 | # |
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | 5 | # Licensed under GPLv2, see file LICENSE in this source tree. |
6 | 6 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | 8 | ||
diff --git a/util-linux/acpid.c b/util-linux/acpid.c index 11a9f624a..c3b3c8b0b 100644 --- a/util-linux/acpid.c +++ b/util-linux/acpid.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2008 by Vladimir Dronnikov <dronnikov@gmail.com> | 5 | * Copyright (C) 2008 by Vladimir Dronnikov <dronnikov@gmail.com> |
6 | * | 6 | * |
7 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | #include "libbb.h" | 9 | #include "libbb.h" |
10 | 10 | ||
diff --git a/util-linux/blkid.c b/util-linux/blkid.c index ec699d167..4ce44b144 100644 --- a/util-linux/blkid.c +++ b/util-linux/blkid.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2008 Denys Vlasenko. | 5 | * Copyright (C) 2008 Denys Vlasenko. |
6 | * | 6 | * |
7 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include "libbb.h" | 10 | #include "libbb.h" |
diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c index b0dc592d2..06a03d3fb 100644 --- a/util-linux/dmesg.c +++ b/util-linux/dmesg.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Copyright 2006 Rob Landley <rob@landley.net> | 6 | * Copyright 2006 Rob Landley <rob@landley.net> |
7 | * Copyright 2006 Bernhard Reutner-Fischer <rep.nop@aon.at> | 7 | * Copyright 2006 Bernhard Reutner-Fischer <rep.nop@aon.at> |
8 | * | 8 | * |
9 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 9 | * Licensed under GPLv2, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | #include <sys/klog.h> | 11 | #include <sys/klog.h> |
12 | #include "libbb.h" | 12 | #include "libbb.h" |
diff --git a/util-linux/fbset.c b/util-linux/fbset.c index 2769a371a..07c8f55d1 100644 --- a/util-linux/fbset.c +++ b/util-linux/fbset.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> | 5 | * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> |
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | * | 8 | * |
9 | * This is a from-scratch implementation of fbset; but the de facto fbset | 9 | * This is a from-scratch implementation of fbset; but the de facto fbset |
10 | * implementation was a good reference. fbset (original) is released under | 10 | * implementation was a good reference. fbset (original) is released under |
diff --git a/util-linux/fdformat.c b/util-linux/fdformat.c index 3831ab44e..f5c386c46 100644 --- a/util-linux/fdformat.c +++ b/util-linux/fdformat.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* fdformat.c - Low-level formats a floppy disk - Werner Almesberger | 2 | /* fdformat.c - Low-level formats a floppy disk - Werner Almesberger |
3 | * 5 July 2003 -- modified for Busybox by Erik Andersen | 3 | * 5 July 2003 -- modified for Busybox by Erik Andersen |
4 | * | 4 | * |
5 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 5 | * Licensed under GPLv2, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "libbb.h" | 8 | #include "libbb.h" |
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index fc02000e5..b6417a355 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Copyright (C) 1992 A. V. Le Blanc (LeBlanc@mcc.ac.uk) | 4 | * Copyright (C) 1992 A. V. Le Blanc (LeBlanc@mcc.ac.uk) |
5 | * Copyright (C) 2001,2002 Vladimir Oleynik <dzo@simtreas.ru> (initial bb port) | 5 | * Copyright (C) 2001,2002 Vladimir Oleynik <dzo@simtreas.ru> (initial bb port) |
6 | * | 6 | * |
7 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #ifndef _LARGEFILE64_SOURCE | 10 | #ifndef _LARGEFILE64_SOURCE |
diff --git a/util-linux/fdisk_aix.c b/util-linux/fdisk_aix.c index 2a0ab1744..ee5df50e5 100644 --- a/util-linux/fdisk_aix.c +++ b/util-linux/fdisk_aix.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Copyright (C) Andreas Neuper, Sep 1998. | 3 | * Copyright (C) Andreas Neuper, Sep 1998. |
4 | * | 4 | * |
5 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 5 | * Licensed under GPLv2, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | typedef struct { | 8 | typedef struct { |
diff --git a/util-linux/fdisk_sgi.c b/util-linux/fdisk_sgi.c index 0e3cff50c..785fc661b 100644 --- a/util-linux/fdisk_sgi.c +++ b/util-linux/fdisk_sgi.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) Andreas Neuper, Sep 1998. | 2 | * Copyright (C) Andreas Neuper, Sep 1998. |
3 | * | 3 | * |
4 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 4 | * Licensed under GPLv2, see file LICENSE in this source tree. |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #if ENABLE_FEATURE_SGI_LABEL | 7 | #if ENABLE_FEATURE_SGI_LABEL |
diff --git a/util-linux/fdisk_sun.c b/util-linux/fdisk_sun.c index 463082f6a..6b7940c54 100644 --- a/util-linux/fdisk_sun.c +++ b/util-linux/fdisk_sun.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Sat Mar 20 EST 1999 Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 9 | * Sat Mar 20 EST 1999 Arnaldo Carvalho de Melo <acme@conectiva.com.br> |
10 | * Internationalization | 10 | * Internationalization |
11 | * | 11 | * |
12 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 12 | * Licensed under GPLv2, see file LICENSE in this source tree. |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #if ENABLE_FEATURE_SUN_LABEL | 15 | #if ENABLE_FEATURE_SUN_LABEL |
diff --git a/util-linux/findfs.c b/util-linux/findfs.c index 1e9c68752..e1ec41f1b 100644 --- a/util-linux/findfs.c +++ b/util-linux/findfs.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Copyright (C) 2006 by Jason Schoon <floydpink@gmail.com> | 5 | * Copyright (C) 2006 by Jason Schoon <floydpink@gmail.com> |
6 | * Some portions cribbed from e2fsprogs, util-linux, dosfstools | 6 | * Some portions cribbed from e2fsprogs, util-linux, dosfstools |
7 | * | 7 | * |
8 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include "libbb.h" | 11 | #include "libbb.h" |
diff --git a/util-linux/freeramdisk.c b/util-linux/freeramdisk.c index 4949056a6..7ad443086 100644 --- a/util-linux/freeramdisk.c +++ b/util-linux/freeramdisk.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Adjusted a bit by Erik Andersen <andersen@codepoet.org> | 6 | * Adjusted a bit by Erik Andersen <andersen@codepoet.org> |
7 | * Unified with fdflush by Tito Ragusa <farmatito@tiscali.it> | 7 | * Unified with fdflush by Tito Ragusa <farmatito@tiscali.it> |
8 | * | 8 | * |
9 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 9 | * Licensed under GPLv2, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | #include <sys/mount.h> | 11 | #include <sys/mount.h> |
12 | #include "libbb.h" | 12 | #include "libbb.h" |
diff --git a/util-linux/fsck_minix.c b/util-linux/fsck_minix.c index 970f5f79f..e02e05fa4 100644 --- a/util-linux/fsck_minix.c +++ b/util-linux/fsck_minix.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * (C) 1991, 1992 Linus Torvalds. | 5 | * (C) 1991, 1992 Linus Torvalds. |
6 | * | 6 | * |
7 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | /* | 10 | /* |
diff --git a/util-linux/getopt.c b/util-linux/getopt.c index adb96751f..7c498538f 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * getopt.c - Enhanced implementation of BSD getopt(1) | 3 | * getopt.c - Enhanced implementation of BSD getopt(1) |
4 | * Copyright (c) 1997, 1998, 1999, 2000 Frodo Looijaard <frodol@dds.nl> | 4 | * Copyright (c) 1997, 1998, 1999, 2000 Frodo Looijaard <frodol@dds.nl> |
5 | * | 5 | * |
6 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | 8 | ||
9 | /* | 9 | /* |
diff --git a/util-linux/hexdump.c b/util-linux/hexdump.c index 3db91113d..8c4d521ab 100644 --- a/util-linux/hexdump.c +++ b/util-linux/hexdump.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Copyright (c) 1989 | 6 | * Copyright (c) 1989 |
7 | * The Regents of the University of California. All rights reserved. | 7 | * The Regents of the University of California. All rights reserved. |
8 | * | 8 | * |
9 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include "libbb.h" | 12 | #include "libbb.h" |
diff --git a/util-linux/hwclock.c b/util-linux/hwclock.c index 3da2e23c3..922dd0578 100644 --- a/util-linux/hwclock.c +++ b/util-linux/hwclock.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2002 Robert Griebl <griebl@gmx.de> | 5 | * Copyright (C) 2002 Robert Griebl <griebl@gmx.de> |
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include "libbb.h" | 10 | #include "libbb.h" |
diff --git a/util-linux/ipcrm.c b/util-linux/ipcrm.c index 8b0b226d3..6360c706f 100644 --- a/util-linux/ipcrm.c +++ b/util-linux/ipcrm.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * 01 Sept 2004 - Rodney Radford <rradford@mindspring.com> | 5 | * 01 Sept 2004 - Rodney Radford <rradford@mindspring.com> |
6 | * Adapted for busybox from util-linux-2.12a. | 6 | * Adapted for busybox from util-linux-2.12a. |
7 | * | 7 | * |
8 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include "libbb.h" | 11 | #include "libbb.h" |
diff --git a/util-linux/ipcs.c b/util-linux/ipcs.c index c1103b093..14df65280 100644 --- a/util-linux/ipcs.c +++ b/util-linux/ipcs.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * 01 Sept 2004 - Rodney Radford <rradford@mindspring.com> | 5 | * 01 Sept 2004 - Rodney Radford <rradford@mindspring.com> |
6 | * Adapted for busybox from util-linux-2.12a. | 6 | * Adapted for busybox from util-linux-2.12a. |
7 | * | 7 | * |
8 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | 10 | ||
11 | /* X/OPEN tells us to use <sys/{types,ipc,sem}.h> for semctl() */ | 11 | /* X/OPEN tells us to use <sys/{types,ipc,sem}.h> for semctl() */ |
diff --git a/util-linux/losetup.c b/util-linux/losetup.c index 3873be399..776f784f5 100644 --- a/util-linux/losetup.c +++ b/util-linux/losetup.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2002 Matt Kraai. | 5 | * Copyright (C) 2002 Matt Kraai. |
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include "libbb.h" | 10 | #include "libbb.h" |
diff --git a/util-linux/lspci.c b/util-linux/lspci.c index 514c3a4e0..46e93b04d 100644 --- a/util-linux/lspci.c +++ b/util-linux/lspci.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2009 Malek Degachi <malek-degachi@laposte.net> | 5 | * Copyright (C) 2009 Malek Degachi <malek-degachi@laposte.net> |
6 | * | 6 | * |
7 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | #include "libbb.h" | 9 | #include "libbb.h" |
10 | 10 | ||
diff --git a/util-linux/lsusb.c b/util-linux/lsusb.c index 23b03495f..6f9b54daa 100644 --- a/util-linux/lsusb.c +++ b/util-linux/lsusb.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2009 Malek Degachi <malek-degachi@laposte.net> | 5 | * Copyright (C) 2009 Malek Degachi <malek-degachi@laposte.net> |
6 | * | 6 | * |
7 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | #include "libbb.h" | 9 | #include "libbb.h" |
10 | 10 | ||
diff --git a/util-linux/mdev.c b/util-linux/mdev.c index cd6c1a89d..a970f91f2 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Copyright 2005 Rob Landley <rob@landley.net> | 5 | * Copyright 2005 Rob Landley <rob@landley.net> |
6 | * Copyright 2005 Frank Sorenson <frank@tuxrocks.com> | 6 | * Copyright 2005 Frank Sorenson <frank@tuxrocks.com> |
7 | * | 7 | * |
8 | * Licensed under GPL version 2, see file LICENSE in this tarball for details. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | #include "libbb.h" | 10 | #include "libbb.h" |
11 | #include "xregex.h" | 11 | #include "xregex.h" |
diff --git a/util-linux/mkfs_ext2.c b/util-linux/mkfs_ext2.c index 14feb9288..1c2b3b2e2 100644 --- a/util-linux/mkfs_ext2.c +++ b/util-linux/mkfs_ext2.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * | 5 | * |
6 | * Busybox'ed (2009) by Vladimir Dronnikov <dronnikov@gmail.com> | 6 | * Busybox'ed (2009) by Vladimir Dronnikov <dronnikov@gmail.com> |
7 | * | 7 | * |
8 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | #include "libbb.h" | 10 | #include "libbb.h" |
11 | #include <linux/fs.h> | 11 | #include <linux/fs.h> |
diff --git a/util-linux/mkfs_minix.c b/util-linux/mkfs_minix.c index abfb94226..9e826aef3 100644 --- a/util-linux/mkfs_minix.c +++ b/util-linux/mkfs_minix.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * (C) 1991 Linus Torvalds. | 5 | * (C) 1991 Linus Torvalds. |
6 | * | 6 | * |
7 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | /* | 10 | /* |
diff --git a/util-linux/mkfs_reiser.c b/util-linux/mkfs_reiser.c index f9a0ca82a..6e172d6d3 100644 --- a/util-linux/mkfs_reiser.c +++ b/util-linux/mkfs_reiser.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Busybox'ed (2009) by Vladimir Dronnikov <dronnikov@gmail.com> | 5 | * Busybox'ed (2009) by Vladimir Dronnikov <dronnikov@gmail.com> |
6 | * | 6 | * |
7 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | #include "libbb.h" | 9 | #include "libbb.h" |
10 | #include <linux/fs.h> | 10 | #include <linux/fs.h> |
diff --git a/util-linux/mkfs_vfat.c b/util-linux/mkfs_vfat.c index c57cd9d5a..211e67e97 100644 --- a/util-linux/mkfs_vfat.c +++ b/util-linux/mkfs_vfat.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * | 5 | * |
6 | * Busybox'ed (2009) by Vladimir Dronnikov <dronnikov@gmail.com> | 6 | * Busybox'ed (2009) by Vladimir Dronnikov <dronnikov@gmail.com> |
7 | * | 7 | * |
8 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | #include "libbb.h" | 10 | #include "libbb.h" |
11 | 11 | ||
diff --git a/util-linux/mkswap.c b/util-linux/mkswap.c index 7e32d91ed..3f736faba 100644 --- a/util-linux/mkswap.c +++ b/util-linux/mkswap.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Copyright 2006 Rob Landley <rob@landley.net> | 4 | * Copyright 2006 Rob Landley <rob@landley.net> |
5 | * | 5 | * |
6 | * Licensed under GPL version 2, see file LICENSE in this tarball for details. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | #include "libbb.h" | 8 | #include "libbb.h" |
9 | 9 | ||
diff --git a/util-linux/more.c b/util-linux/more.c index 00a427a6f..1fd6f9ee8 100644 --- a/util-linux/more.c +++ b/util-linux/more.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * | 11 | * |
12 | * Termios corrects by Vladimir Oleynik <dzo@simtreas.ru> | 12 | * Termios corrects by Vladimir Oleynik <dzo@simtreas.ru> |
13 | * | 13 | * |
14 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 14 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include "libbb.h" | 17 | #include "libbb.h" |
diff --git a/util-linux/mount.c b/util-linux/mount.c index aa17872da..5e85f9986 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> | 6 | * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> |
7 | * Copyright (C) 2005-2006 by Rob Landley <rob@landley.net> | 7 | * Copyright (C) 2005-2006 by Rob Landley <rob@landley.net> |
8 | * | 8 | * |
9 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | // Design notes: There is no spec for mount. Remind me to write one. | 11 | // Design notes: There is no spec for mount. Remind me to write one. |
12 | // | 12 | // |
@@ -532,7 +532,7 @@ static int mount_it_now(struct mntent *mp, long vfsflags, char *filteropts) | |||
532 | * Linux NFS mount | 532 | * Linux NFS mount |
533 | * Copyright (C) 1993 Rick Sladkey <jrs@world.std.com> | 533 | * Copyright (C) 1993 Rick Sladkey <jrs@world.std.com> |
534 | * | 534 | * |
535 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 535 | * Licensed under GPLv2, see file LICENSE in this source tree. |
536 | * | 536 | * |
537 | * Wed Feb 8 12:51:48 1995, biro@yggdrasil.com (Ross Biro): allow all port | 537 | * Wed Feb 8 12:51:48 1995, biro@yggdrasil.com (Ross Biro): allow all port |
538 | * numbers to be specified on the command line. | 538 | * numbers to be specified on the command line. |
diff --git a/util-linux/pivot_root.c b/util-linux/pivot_root.c index 28af00cc1..ac52a7aed 100644 --- a/util-linux/pivot_root.c +++ b/util-linux/pivot_root.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * pivot_root syscall stubbed by Erik Andersen, so it will compile | 6 | * pivot_root syscall stubbed by Erik Andersen, so it will compile |
7 | * regardless of the kernel being used. | 7 | * regardless of the kernel being used. |
8 | * | 8 | * |
9 | * Licensed under GPL version 2, see file LICENSE in this tarball for details. | 9 | * Licensed under GPLv2, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | #include "libbb.h" | 11 | #include "libbb.h" |
12 | 12 | ||
diff --git a/util-linux/rdate.c b/util-linux/rdate.c index f5df2f794..2c3de74bc 100644 --- a/util-linux/rdate.c +++ b/util-linux/rdate.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * | 5 | * |
6 | * by Sterling Huxley <sterling@europa.com> | 6 | * by Sterling Huxley <sterling@europa.com> |
7 | * | 7 | * |
8 | * Licensed under GPL v2 or later, see file LICENSE for details. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include "libbb.h" | 11 | #include "libbb.h" |
diff --git a/util-linux/rdev.c b/util-linux/rdev.c index 33abd39dc..2fbb4d377 100644 --- a/util-linux/rdev.c +++ b/util-linux/rdev.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Copyright (c) 2008 Nuovation System Designs, LLC | 5 | * Copyright (c) 2008 Nuovation System Designs, LLC |
6 | * Grant Erickson <gerickson@nuovations.com> | 6 | * Grant Erickson <gerickson@nuovations.com> |
7 | * | 7 | * |
8 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | * | 9 | * |
10 | */ | 10 | */ |
11 | 11 | ||
diff --git a/util-linux/readprofile.c b/util-linux/readprofile.c index 219654496..00b3382d8 100644 --- a/util-linux/readprofile.c +++ b/util-linux/readprofile.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 1994,1996 Alessandro Rubini (rubini@ipvvis.unipv.it) | 5 | * Copyright (C) 1994,1996 Alessandro Rubini (rubini@ipvvis.unipv.it) |
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | /* | 10 | /* |
diff --git a/util-linux/rev.c b/util-linux/rev.c index 8d5ac2f2d..e1e004437 100644 --- a/util-linux/rev.c +++ b/util-linux/rev.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Copyright (C) 2010 Marek Polacek <mmpolacek@gmail.com> | 4 | * Copyright (C) 2010 Marek Polacek <mmpolacek@gmail.com> |
5 | * | 5 | * |
6 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | 8 | ||
9 | //applet:IF_REV(APPLET(rev, _BB_DIR_BIN, _BB_SUID_DROP)) | 9 | //applet:IF_REV(APPLET(rev, _BB_DIR_BIN, _BB_SUID_DROP)) |
diff --git a/util-linux/rtcwake.c b/util-linux/rtcwake.c index b16376655..26e5b4724 100644 --- a/util-linux/rtcwake.c +++ b/util-linux/rtcwake.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * This version was taken from util-linux and scrubbed down for busybox. | 4 | * This version was taken from util-linux and scrubbed down for busybox. |
5 | * | 5 | * |
6 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | * | 7 | * |
8 | * This uses cross-platform Linux interfaces to enter a system sleep state, | 8 | * This uses cross-platform Linux interfaces to enter a system sleep state, |
9 | * and leave it no later than a specified time. It uses any RTC framework | 9 | * and leave it no later than a specified time. It uses any RTC framework |
diff --git a/util-linux/script.c b/util-linux/script.c index ba90b065d..0860bb083 100644 --- a/util-linux/script.c +++ b/util-linux/script.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Copyright (c) 1980 | 8 | * Copyright (c) 1980 |
9 | * The Regents of the University of California. All rights reserved. | 9 | * The Regents of the University of California. All rights reserved. |
10 | * | 10 | * |
11 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 11 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
12 | */ | 12 | */ |
13 | #include "libbb.h" | 13 | #include "libbb.h" |
14 | 14 | ||
diff --git a/util-linux/scriptreplay.c b/util-linux/scriptreplay.c index c87e44dfb..6eaba43fa 100644 --- a/util-linux/scriptreplay.c +++ b/util-linux/scriptreplay.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * pascal.bellard@ads-lu.com | 5 | * pascal.bellard@ads-lu.com |
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | * | 8 | * |
9 | */ | 9 | */ |
10 | #include "libbb.h" | 10 | #include "libbb.h" |
diff --git a/util-linux/setarch.c b/util-linux/setarch.c index 776caf909..7d5dc247c 100644 --- a/util-linux/setarch.c +++ b/util-linux/setarch.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright 2002 Andi Kleen, SuSE Labs. | 5 | * Copyright 2002 Andi Kleen, SuSE Labs. |
6 | * | 6 | * |
7 | * Licensed under GPL v2 or later, see file LICENSE for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include <sys/personality.h> | 10 | #include <sys/personality.h> |
diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c index f2f52fb88..e2c060f30 100644 --- a/util-linux/swaponoff.c +++ b/util-linux/swaponoff.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> | 5 | * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * Licensed under the GPL version 2, see the file LICENSE in this tarball. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include "libbb.h" | 10 | #include "libbb.h" |
diff --git a/util-linux/switch_root.c b/util-linux/switch_root.c index e2da119de..d471437fd 100644 --- a/util-linux/switch_root.c +++ b/util-linux/switch_root.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Switch from rootfs to another filesystem as the root of the mount tree. | 4 | * Switch from rootfs to another filesystem as the root of the mount tree. |
5 | * | 5 | * |
6 | * Licensed under GPL version 2, see file LICENSE in this tarball for details. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | #include <sys/vfs.h> | 8 | #include <sys/vfs.h> |
9 | #include <sys/mount.h> | 9 | #include <sys/mount.h> |
diff --git a/util-linux/umount.c b/util-linux/umount.c index a19f86c3a..7ba46eeb0 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> | 5 | * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 2005 by Rob Landley <rob@landley.net> | 6 | * Copyright (C) 2005 by Rob Landley <rob@landley.net> |
7 | * | 7 | * |
8 | * Licensed under GPL version 2, see file LICENSE in this tarball for details. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | #include <mntent.h> | 10 | #include <mntent.h> |
11 | #include <sys/mount.h> | 11 | #include <sys/mount.h> |
diff --git a/util-linux/volume_id/Kbuild.src b/util-linux/volume_id/Kbuild.src index 8af3ccd81..70da65482 100644 --- a/util-linux/volume_id/Kbuild.src +++ b/util-linux/volume_id/Kbuild.src | |||
@@ -2,7 +2,7 @@ | |||
2 | # | 2 | # |
3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> |
4 | # | 4 | # |
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | 5 | # Licensed under GPLv2, see file LICENSE in this source tree. |
6 | 6 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | 8 | ||
diff --git a/util-linux/volume_id/get_devname.c b/util-linux/volume_id/get_devname.c index 4d9f9ecd0..bf32e6a8c 100644 --- a/util-linux/volume_id/get_devname.c +++ b/util-linux/volume_id/get_devname.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Copyright (C) 2006 by Jason Schoon <floydpink@gmail.com> | 5 | * Copyright (C) 2006 by Jason Schoon <floydpink@gmail.com> |
6 | * Some portions cribbed from e2fsprogs, util-linux, dosfstools | 6 | * Some portions cribbed from e2fsprogs, util-linux, dosfstools |
7 | * | 7 | * |
8 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | #include <sys/mount.h> /* BLKGETSIZE64 */ | 10 | #include <sys/mount.h> /* BLKGETSIZE64 */ |
11 | #if !defined(BLKGETSIZE64) | 11 | #if !defined(BLKGETSIZE64) |