aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-09-06 16:22:25 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2010-09-06 16:22:25 +0200
commit3d4a8f864693e6a079a78db2290708554b130cb8 (patch)
tree35c3fc9c94130b6e968f5ded99e229837a1e12dc
parent264bdadb2c0406474a4e874a3b16cb57661e6b3a (diff)
downloadbusybox-w32-3d4a8f864693e6a079a78db2290708554b130cb8.tar.gz
busybox-w32-3d4a8f864693e6a079a78db2290708554b130cb8.tar.bz2
busybox-w32-3d4a8f864693e6a079a78db2290708554b130cb8.zip
made 3 license strings to follow the usual form ("or later" bit is not changed!)
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
-rw-r--r--archival/dpkg.c2
-rw-r--r--networking/slattach.c2
-rw-r--r--util-linux/blockdev.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/archival/dpkg.c b/archival/dpkg.c
index 219512b9a..b36c26198 100644
--- a/archival/dpkg.c
+++ b/archival/dpkg.c
@@ -12,7 +12,7 @@
12 * 12 *
13 * started life as a busybox implementation of udpkg 13 * started life as a busybox implementation of udpkg
14 * 14 *
15 * licensed under gplv2 or later, see file license in this tarball for details. 15 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
16 */ 16 */
17 17
18/* 18/*
diff --git a/networking/slattach.c b/networking/slattach.c
index 12a3067de..921ec552d 100644
--- a/networking/slattach.c
+++ b/networking/slattach.c
@@ -4,7 +4,7 @@
4 * 4 *
5 * Author: Ignacio Garcia Perez (iggarpe at gmail dot com) 5 * Author: Ignacio Garcia Perez (iggarpe at gmail dot com)
6 * 6 *
7 * License: GPLv2 or later, see LICENSE file in this tarball. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 * 8 *
9 * There are some differences from the standard net-tools slattach: 9 * There are some differences from the standard net-tools slattach:
10 * 10 *
diff --git a/util-linux/blockdev.c b/util-linux/blockdev.c
index 2b48c28c9..9b5d86d00 100644
--- a/util-linux/blockdev.c
+++ b/util-linux/blockdev.c
@@ -3,7 +3,7 @@
3 * 3 *
4 * Copyright (C) 2010 Sergey Naumov <sknaumov@gmail.com> 4 * Copyright (C) 2010 Sergey Naumov <sknaumov@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_BLOCKDEV(APPLET(blockdev, _BB_DIR_SBIN, _BB_SUID_DROP)) 9//applet:IF_BLOCKDEV(APPLET(blockdev, _BB_DIR_SBIN, _BB_SUID_DROP))