new year new copyright date

This commit is contained in:
minjaesong
2022-01-01 22:05:54 +09:00
parent ebefe97b59
commit bc6a1c4463
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
*Terrarum* *Terrarum*
Copyright (C) 2013-2021 Minjae Song ("CuriousTorvald") Copyright (C) 2013-2022 Minjae Song ("CuriousTorvald")
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*Terrarum Sans Bitmap* *Terrarum Sans Bitmap*
Copyright (c) 2017-2021 Minjae Song ("CuriousTorvald") and the contributors Copyright (c) 2017-2022 Minjae Song ("CuriousTorvald") and the contributors
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@@ -16,7 +16,7 @@ object CreditSingleton {
$BULLET Terrarum $BULLET Terrarum
Copyright (C) 2013-2021 CuriousTorvald (minjaesong) Copyright (C) 2013-2022 CuriousTorvald (minjaesong)
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by
@@ -37,7 +37,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
$BULLET Terrarum Sans Bitmap $BULLET Terrarum Sans Bitmap
Copyright (c) 2017-2021 Minjae Song ("CuriousTorvald") and the contributors Copyright (c) 2017-2022 Minjae Song ("CuriousTorvald") and the contributors
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@@ -71,7 +71,7 @@ Veuillez reconfigurer votre ordre de chargement sur :
gdxClearAndSetBlend(.094f, .094f, .094f, 1f) gdxClearAndSetBlend(.094f, .094f, .094f, 1f)
batch.inUse { batch.inUse {
batch.color = Color.WHITE batch.color = Color.WHITE
wot.forEachIndexed { index, s -> wot.reversed().forEachIndexed { index, s ->
if (s.startsWith('\\')) { if (s.startsWith('\\')) {
val tagsSplit = s.indexOfFirst { it == ' ' } val tagsSplit = s.indexOfFirst { it == ' ' }
val tagsBulk = s.substring(0, tagsSplit) val tagsBulk = s.substring(0, tagsSplit)

View File

@@ -12,7 +12,7 @@ object TerrarumAppConfiguration {
// CONFIGURATION FOR THE APP ITSELF // // CONFIGURATION FOR THE APP ITSELF //
////////////////////////////////////// //////////////////////////////////////
const val GAME_NAME = "Terrarum" const val GAME_NAME = "Terrarum"
const val COPYRIGHT_DATE_NAME = "Copyright 2013-2021 CuriousToꝛvald (minjaesong)" const val COPYRIGHT_DATE_NAME = "Copyright 2013-2022 CuriousToꝛvald (minjaesong)"
val COPYRIGHT_LICENSE: String; get() = Lang["COPYRIGHT_GNU_GPL_3"] val COPYRIGHT_LICENSE: String; get() = Lang["COPYRIGHT_GNU_GPL_3"]
const val COPYRIGHT_LICENSE_ENGLISH = "Distributed under GNU GPL 3" const val COPYRIGHT_LICENSE_ENGLISH = "Distributed under GNU GPL 3"
const val COPYRIGHT_LICENSE_TERMS_SHORT = """ const val COPYRIGHT_LICENSE_TERMS_SHORT = """