aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-08-29 19:44:45 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-08-29 19:44:45 +0200
commitf41ffff2dce2c08d96a11a21a01437e6354e659e (patch)
tree5e058c57c372d0a1b29d310fdbaf1124d0300e52
parent3256111efb6c059400218676cbf78d226d904917 (diff)
downloadbusybox-w32-f41ffff2dce2c08d96a11a21a01437e6354e659e.tar.gz
busybox-w32-f41ffff2dce2c08d96a11a21a01437e6354e659e.tar.bz2
busybox-w32-f41ffff2dce2c08d96a11a21a01437e6354e659e.zip
klibc-utils: remove accidental "or later" licensing wording.
I (slightly) prefer my code to be under "GPLv2 only" license. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--klibc-utils/nuke.c2
-rw-r--r--klibc-utils/resume.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/klibc-utils/nuke.c b/klibc-utils/nuke.c
index a5d2f8d70..6b65f705f 100644
--- a/klibc-utils/nuke.c
+++ b/klibc-utils/nuke.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * Copyright (c) 2017 Denys Vlasenko <vda.linux@googlemail.com> 2 * Copyright (c) 2017 Denys Vlasenko <vda.linux@googlemail.com>
3 * 3 *
4 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 4 * Licensed under GPLv2, see file LICENSE in this source tree.
5 */ 5 */
6//config:config NUKE 6//config:config NUKE
7//config: bool "nuke" 7//config: bool "nuke"
diff --git a/klibc-utils/resume.c b/klibc-utils/resume.c
index de142f350..f85384853 100644
--- a/klibc-utils/resume.c
+++ b/klibc-utils/resume.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * Copyright (c) 2017 Denys Vlasenko <vda.linux@googlemail.com> 2 * Copyright (c) 2017 Denys Vlasenko <vda.linux@googlemail.com>
3 * 3 *
4 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 4 * Licensed under GPLv2, see file LICENSE in this source tree.
5 */ 5 */
6//config:config RESUME 6//config:config RESUME
7//config: bool "resume" 7//config: bool "resume"