klibc-utils: remove accidental "or later" licensing wording.
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 29 Aug 2017 17:44:45 +0000 (19:44 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 29 Aug 2017 17:44:45 +0000 (19:44 +0200)
I (slightly) prefer my code to be under "GPLv2 only" license.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
klibc-utils/nuke.c
klibc-utils/resume.c

index a5d2f8d70325894a68956d2b318048ae10ce5bee..6b65f705f1b4551d7bd8532d21d006c480046f7c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2017 Denys Vlasenko <vda.linux@googlemail.com>
  *
- * 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"
index de142f3509525136b822e0cf549baa6aff21d23a..f85384853b4513daaf17fa448dd3b0eb8ec004cd 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2017 Denys Vlasenko <vda.linux@googlemail.com>
  *
- * 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"