From f41ffff2dce2c08d96a11a21a01437e6354e659e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 29 Aug 2017 19:44:45 +0200 Subject: klibc-utils: remove accidental "or later" licensing wording. I (slightly) prefer my code to be under "GPLv2 only" license. Signed-off-by: Denys Vlasenko --- klibc-utils/nuke.c | 2 +- klibc-utils/resume.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'klibc-utils') 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 @@ /* * Copyright (c) 2017 Denys Vlasenko * - * Licensed under GPLv2 or later, see file LICENSE in this source tree. + * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config NUKE //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 @@ /* * Copyright (c) 2017 Denys Vlasenko * - * Licensed under GPLv2 or later, see file LICENSE in this source tree. + * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config RESUME //config: bool "resume" -- cgit v1.2.1