From b3c8df81af9d293f3ea2140ba4b6605faa3c12d4 Mon Sep 17 00:00:00 2001 From: Lalit Pant Date: Sat, 22 Jan 2022 19:57:00 +0530 Subject: [PATCH] Bump up license year. --- installer/licenses/Kojo-license.txt | 2 +- installer/licenses/Kojoi-license.txt | 2 +- src/main/scala/net/kogics/kojo/lite/Versions.scala | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/licenses/Kojo-license.txt b/installer/licenses/Kojo-license.txt index 65aa5f03..e4a42a93 100644 --- a/installer/licenses/Kojo-license.txt +++ b/installer/licenses/Kojo-license.txt @@ -1,5 +1,5 @@ -Copyright (C) 2009-2021 Lalit Pant and the Kojo Dev Team. +Copyright (C) 2009-2022 Lalit Pant and the Kojo Dev Team. Kojo is licensed under The GNU General Public License, Version 3. The full text of the license is available at: http://www.gnu.org/licenses/gpl.html, and is also reproduced below for quick reference. diff --git a/installer/licenses/Kojoi-license.txt b/installer/licenses/Kojoi-license.txt index 38dc7ede..e53c1f71 100644 --- a/installer/licenses/Kojoi-license.txt +++ b/installer/licenses/Kojoi-license.txt @@ -1,5 +1,5 @@ -Copyright (C) 2009-2021 Lalit Pant and the Kojo Dev Team. Kojo is licensed under The GNU General Public License, Version 3. The full text of the license is available at: http://www.gnu.org/licenses/gpl.html, and is also reproduced below for quick reference. +Copyright (C) 2009-2022 Lalit Pant and the Kojo Dev Team. Kojo is licensed under The GNU General Public License, Version 3. The full text of the license is available at: http://www.gnu.org/licenses/gpl.html, and is also reproduced below for quick reference. Kojo makes use of third-party software. A list of this software is available in the 'Help -> About' menu item in Kojo. diff --git a/src/main/scala/net/kogics/kojo/lite/Versions.scala b/src/main/scala/net/kogics/kojo/lite/Versions.scala index 6a7ab5e6..02cf57b5 100644 --- a/src/main/scala/net/kogics/kojo/lite/Versions.scala +++ b/src/main/scala/net/kogics/kojo/lite/Versions.scala @@ -3,7 +3,7 @@ package net.kogics.kojo.lite object Versions { val KojoMajorVersion = "2.9" val KojoVersion = "2.9.16" - val KojoRevision = "r19" + val KojoRevision = "r20" val KojoBuildDate = "22 January 2022" val JavaVersion = { val jrv = System.getProperty("java.runtime.version")