diff --git a/installer/licenses/Kojo-examples-license.txt b/installer/licenses/Kojo-examples-license.txt index 2df791a2..76e5e27c 100644 --- a/installer/licenses/Kojo-examples-license.txt +++ b/installer/licenses/Kojo-examples-license.txt @@ -1,7 +1,7 @@ Kojo examples (files ending in .kojo) are licensed under The MIT License: -Copyright (C) 2009-2018 Lalit Pant and the Kojo Dev Team. +Copyright (C) 2009-2024 Lalit Pant and the Kojo Dev Team. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/installer/licenses/Kojo-license.txt b/installer/licenses/Kojo-license.txt index 34735ca5..0ee7ebc3 100644 --- a/installer/licenses/Kojo-license.txt +++ b/installer/licenses/Kojo-license.txt @@ -1,5 +1,5 @@ -Copyright (C) 2009-2023 Lalit Pant as per contributions. +Copyright (C) 2009-2024 Lalit Pant as per contributions. Copyright (C) Project contributors as per contributions. Contributors retain copyright to their own contributions, diff --git a/installer/licenses/Kojoi-license.txt b/installer/licenses/Kojoi-license.txt index c3c8a9f7..4625bd5a 100644 --- a/installer/licenses/Kojoi-license.txt +++ b/installer/licenses/Kojoi-license.txt @@ -1,5 +1,5 @@ -Copyright (C) 2009-2023 Lalit Pant as per contributions. Copyright (C) Project contributors as per contributions. Contributors retain copyright to their own contributions, and contribute their work to this project under the license specified below. 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-2024 Lalit Pant as per contributions. Copyright (C) Project contributors as per contributions. Contributors retain copyright to their own contributions, and contribute their work to this project under the license specified below. 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 b643bf82..c6f774cc 100644 --- a/src/main/scala/net/kogics/kojo/lite/Versions.scala +++ b/src/main/scala/net/kogics/kojo/lite/Versions.scala @@ -3,8 +3,8 @@ package net.kogics.kojo.lite object Versions { val KojoMajorVersion = "2.9" val KojoVersion = "2.9.28" - val KojoRevision = "r2" - val KojoBuildDate = "26 April 2024" + val KojoRevision = "r3" + val KojoBuildDate = "27 April 2024" val JavaVersion = { val jrv = System.getProperty("java.runtime.version") val arch = System.getProperty("os.arch") diff --git a/src/main/scala/net/kogics/kojo/xscala/CodeTemplates.scala b/src/main/scala/net/kogics/kojo/xscala/CodeTemplates.scala index e01bf517..8db241f5 100644 --- a/src/main/scala/net/kogics/kojo/xscala/CodeTemplates.scala +++ b/src/main/scala/net/kogics/kojo/xscala/CodeTemplates.scala @@ -95,7 +95,7 @@ draw(pic)
  • """, - "def_function" -> """def ${funcName}(${in1}: ${Type1}) = { + "def_function_1" -> """def ${funcName}(${in1}: ${Type1}) = { ${cursor} } """,