Skip to content

Commit

Permalink
Update license year. Plus tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
litan committed Apr 27, 2024
1 parent 34220fb commit e431abb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion installer/licenses/Kojo-examples-license.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Kojo examples (files ending in .kojo) are licensed under The MIT License:

Copyright (C) 2009-2018 Lalit Pant <[email protected]> and the Kojo Dev Team.
Copyright (C) 2009-2024 Lalit Pant <[email protected]> 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
Expand Down
2 changes: 1 addition & 1 deletion installer/licenses/Kojo-license.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Copyright (C) 2009-2023 Lalit Pant <[email protected]> as per contributions.
Copyright (C) 2009-2024 Lalit Pant <[email protected]> as per contributions.
Copyright (C) Project contributors as per contributions.

Contributors retain copyright to their own contributions,
Expand Down
2 changes: 1 addition & 1 deletion installer/licenses/Kojoi-license.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Copyright (C) 2009-2023 Lalit Pant <[email protected]> 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 <[email protected]> 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.

Expand Down
4 changes: 2 additions & 2 deletions src/main/scala/net/kogics/kojo/lite/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/net/kogics/kojo/xscala/CodeTemplates.scala
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ draw(pic)
<li></li>
</ul>
""",
"def_function" -> """def ${funcName}(${in1}: ${Type1}) = {
"def_function_1" -> """def ${funcName}(${in1}: ${Type1}) = {
${cursor}
}
""",
Expand Down

0 comments on commit e431abb

Please sign in to comment.