diff --git a/src/net/torvald/terrarum/CreditSingleton.kt b/src/net/torvald/terrarum/CreditSingleton.kt index cf1706211..a0f68a539 100644 --- a/src/net/torvald/terrarum/CreditSingleton.kt +++ b/src/net/torvald/terrarum/CreditSingleton.kt @@ -13,13 +13,12 @@ object CreditSingleton { "Music by Orstphone\n" + "Translation Databases:\n" + "$ENDASH © 2018 The Polyglot Project. Distributed under CC0.\n" + - "$ENDASH Entry from the Microsoft Language Portal. © 2018 Microsoft Corporation. All rights reserved.\n" + """ $BULLET Terrarum -© 2013-2024 CuriousTorvald (minjaesong) +${TerrarumAppConfiguration.COPYRIGHT_DATE_NAME} This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -38,7 +37,7 @@ along with this program. If not, see . $BULLET Terrarum Sans Bitmap -© 2017-2024 CuriousTorvald (minjaesong) +© 2017-2025 CuriousTorvald (minjaesong) 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/src/net/torvald/terrarum/TerrarumAppConfiguration.kt b/src/net/torvald/terrarum/TerrarumAppConfiguration.kt index 27d89c317..67b0894ba 100644 --- a/src/net/torvald/terrarum/TerrarumAppConfiguration.kt +++ b/src/net/torvald/terrarum/TerrarumAppConfiguration.kt @@ -17,7 +17,7 @@ object TerrarumAppConfiguration { // CONFIGURATION FOR THE APP ITSELF // ////////////////////////////////////// const val GAME_NAME = "Terrarum" - const val COPYRIGHT_DATE_NAME = "© 2013-2025 CuriousToꝛvald (minjaesong)" + const val COPYRIGHT_DATE_NAME = "© 2013-2026 CuriousToꝛvald (minjaesong)" val COPYRIGHT_LICENSE: String; get() = Lang["COPYRIGHT_GNU_GPL_3"] const val COPYRIGHT_LICENSE_ENGLISH = "Distributed under GNU GPL 3" const val COPYRIGHT_LICENSE_TERMS_SHORT = """