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 /editors | |
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 'editors')
-rw-r--r-- | editors/Kbuild.src | 2 | ||||
-rw-r--r-- | editors/awk.c | 2 | ||||
-rw-r--r-- | editors/cmp.c | 2 | ||||
-rw-r--r-- | editors/diff.c | 2 | ||||
-rw-r--r-- | editors/patch_bbox.c | 26 | ||||
-rw-r--r-- | editors/sed.c | 2 | ||||
-rw-r--r-- | editors/vi.c | 2 |
7 files changed, 19 insertions, 19 deletions
diff --git a/editors/Kbuild.src b/editors/Kbuild.src index 9d4b9d0..9812806 100644 --- a/editors/Kbuild.src +++ b/editors/Kbuild.src @@ -2,7 +2,7 @@ # # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> # -# Licensed under the GPL v2, see the file LICENSE in this tarball. +# Licensed under GPLv2, see file LICENSE in this source tree. lib-y:= diff --git a/editors/awk.c b/editors/awk.c index 83c5b47..f47d1ab 100644 --- a/editors/awk.c +++ b/editors/awk.c @@ -4,7 +4,7 @@ * * Copyright (C) 2002 by Dmitry Zakharov <dmit@crp.bank.gov.ua> * - * 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. */ #include "libbb.h" diff --git a/editors/cmp.c b/editors/cmp.c index dbfa4be..f495da7 100644 --- a/editors/cmp.c +++ b/editors/cmp.c @@ -4,7 +4,7 @@ * * Copyright (C) 2000,2001 by Matt Kraai <kraai@alumni.carnegiemellon.edu> * - * 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. */ /* BB_AUDIT SUSv3 (virtually) compliant -- uses nicer GNU format for -l. */ diff --git a/editors/diff.c b/editors/diff.c index a3ca2b6..77e8f1d 100644 --- a/editors/diff.c +++ b/editors/diff.c @@ -10,7 +10,7 @@ * Agency (DARPA) and Air Force Research Laboratory, Air Force * Materiel Command, USAF, under agreement number F39502-99-1-0512. * - * 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. */ /* diff --git a/editors/patch_bbox.c b/editors/patch_bbox.c index 62477af..78aa5fd 100644 --- a/editors/patch_bbox.c +++ b/editors/patch_bbox.c @@ -1,22 +1,22 @@ /* vi: set sw=4 ts=4: */ /* - * busybox patch applet to handle the unified diff format. - * Copyright (C) 2003 Glenn McGrath + * busybox patch applet to handle the unified diff format. + * Copyright (C) 2003 Glenn McGrath * - * 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. * - * This applet is written to work with patches generated by GNU diff, - * where there is equivalent functionality busybox patch shall behave - * as per GNU patch. + * This applet is written to work with patches generated by GNU diff, + * where there is equivalent functionality busybox patch shall behave + * as per GNU patch. * - * There is a SUSv3 specification for patch, however it looks to be - * incomplete, it doesnt even mention unified diff format. - * http://www.opengroup.org/onlinepubs/007904975/utilities/patch.html + * There is a SUSv3 specification for patch, however it looks to be + * incomplete, it doesnt even mention unified diff format. + * http://www.opengroup.org/onlinepubs/007904975/utilities/patch.html * - * Issues - * - Non-interactive - * - Patches must apply cleanly or patch (not just one hunk) will fail. - * - Reject file isnt saved + * Issues + * - Non-interactive + * - Patches must apply cleanly or patch (not just one hunk) will fail. + * - Reject file isnt saved */ #include "libbb.h" diff --git a/editors/sed.c b/editors/sed.c index 6cf54af..8d9f7b2 100644 --- a/editors/sed.c +++ b/editors/sed.c @@ -10,7 +10,7 @@ * * MAINTAINER: Rob Landley <rob@landley.net> * - * Licensed under GPL version 2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ /* Code overview. diff --git a/editors/vi.c b/editors/vi.c index 73e095c..602fc61 100644 --- a/editors/vi.c +++ b/editors/vi.c @@ -3,7 +3,7 @@ * tiny vi.c: A small 'vi' clone * Copyright (C) 2000, 2001 Sterling Huxley <sterling@europa.com> * - * 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. */ /* |