made 3 license strings to follow the usual form ("or later" bit is not changed!)

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
Denys Vlasenko
2010-09-06 16:22:25 +02:00
parent 264bdadb2c
commit 3d4a8f8646
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
* *
* started life as a busybox implementation of udpkg * started life as a busybox implementation of udpkg
* *
* 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.
*/ */
/* /*

View File

@@ -4,7 +4,7 @@
* *
* Author: Ignacio Garcia Perez (iggarpe at gmail dot com) * Author: Ignacio Garcia Perez (iggarpe at gmail dot com)
* *
* License: GPLv2 or later, see LICENSE file in this tarball. * Licensed under GPLv2 or later, see file LICENSE in this source tree.
* *
* There are some differences from the standard net-tools slattach: * There are some differences from the standard net-tools slattach:
* *

View File

@@ -3,7 +3,7 @@
* *
* Copyright (C) 2010 Sergey Naumov <sknaumov@gmail.com> * Copyright (C) 2010 Sergey Naumov <sknaumov@gmail.com>
* *
* Licensed under GPLv2, see file License in this tarball for details. * Licensed under GPLv2, see file LICENSE in this source tree.
*/ */
//applet:IF_BLOCKDEV(APPLET(blockdev, _BB_DIR_SBIN, _BB_SUID_DROP)) //applet:IF_BLOCKDEV(APPLET(blockdev, _BB_DIR_SBIN, _BB_SUID_DROP))