diff options
author | Denys Vlasenko | 2010-08-16 20:14:46 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-08-16 20:14:46 +0200 |
commit | 0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a (patch) | |
tree | d8a71a3f044857bd36569f535815002367389b29 /include | |
parent | 0d555fc951fa09b2f7efb4b445a468a4bcc262f1 (diff) | |
download | busybox-0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a.zip busybox-0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a.tar.gz |
*: 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 'include')
-rw-r--r-- | include/ar.h | 2 | ||||
-rw-r--r-- | include/busybox.h | 2 | ||||
-rw-r--r-- | include/fix_u32.h | 2 | ||||
-rw-r--r-- | include/libbb.h | 4 | ||||
-rw-r--r-- | include/platform.h | 4 | ||||
-rw-r--r-- | include/rtc_.h | 2 | ||||
-rw-r--r-- | include/unicode.h | 2 | ||||
-rw-r--r-- | include/xatonum.h | 2 | ||||
-rw-r--r-- | include/xregex.h | 4 |
9 files changed, 12 insertions, 12 deletions
diff --git a/include/ar.h b/include/ar.h index 2667889..386fe04 100644 --- a/include/ar.h +++ b/include/ar.h @@ -1,6 +1,6 @@ /* * busybox ar archive data structures - * Licensed under the GPL v2 or later, see the file LICENSE in this source tree. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #ifndef AR_H #define AR_H diff --git a/include/busybox.h b/include/busybox.h index 48fc0b4..76415dd 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -2,7 +2,7 @@ /* * Busybox main internal header file * - * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #ifndef BUSYBOX_H #define BUSYBOX_H 1 diff --git a/include/fix_u32.h b/include/fix_u32.h index c26e5d1..a2ba6d0 100644 --- a/include/fix_u32.h +++ b/include/fix_u32.h @@ -3,7 +3,7 @@ * This header makes it easier to include kernel headers * which use u32 and such. * - * Licensed under the GPL version 2, see the file LICENSE in this tarball. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #ifndef FIX_U32_H #define FIX_U32_H 1 diff --git a/include/libbb.h b/include/libbb.h index 21e1441..ac818a9 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -3,9 +3,9 @@ * Busybox main internal header file * * Based in part on code from sash, Copyright (c) 1999 by David I. Bell - * Permission has been granted to redistribute this code under the GPL. + * Permission has been granted to redistribute this code under GPL. * - * Licensed under the GPL version 2, see the file LICENSE in this tarball. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #ifndef LIBBB_H #define LIBBB_H 1 diff --git a/include/platform.h b/include/platform.h index dd41dbc..85efa53 100644 --- a/include/platform.h +++ b/include/platform.h @@ -1,8 +1,8 @@ /* vi: set sw=4 ts=4: */ /* - * Copyright 2006, Bernhard Reutner-Fischer + * Copyright 2006, Bernhard Reutner-Fischer * - * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #ifndef BB_PLATFORM_H #define BB_PLATFORM_H 1 diff --git a/include/rtc_.h b/include/rtc_.h index b5fe8ec..bd322c9 100644 --- a/include/rtc_.h +++ b/include/rtc_.h @@ -1,7 +1,7 @@ /* * Common defines/structures/etc... for applets that need to work with the RTC. * - * Licensed under the GPL-2 or later. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #ifndef BB_RTC_H diff --git a/include/unicode.h b/include/unicode.h index e9e2bd1..1dd55e6 100644 --- a/include/unicode.h +++ b/include/unicode.h @@ -1,6 +1,6 @@ /* vi: set sw=4 ts=4: */ /* - * Licensed under the GPL version 2, see the file LICENSE in this tarball. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #ifndef UNICODE_H #define UNICODE_H 1 diff --git a/include/xatonum.h b/include/xatonum.h index 978c502..6f76a3c 100644 --- a/include/xatonum.h +++ b/include/xatonum.h @@ -4,7 +4,7 @@ * * Copyright (C) 2003 Manuel Novoa III <mjn3@codepoet.org> * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN diff --git a/include/xregex.h b/include/xregex.h index 44a2297..5e5e6a2 100644 --- a/include/xregex.h +++ b/include/xregex.h @@ -4,9 +4,9 @@ * C library we're linking against may not support regex.h. * * Based in part on code from sash, Copyright (c) 1999 by David I. Bell - * Permission has been granted to redistribute this code under the GPL. + * Permission has been granted to redistribute this code under GPL. * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #ifndef BB_REGEX_H #define BB_REGEX_H 1 |