copyright message: renaming Torvald into CuriousTorvald

This commit is contained in:
minjaesong
2021-07-27 16:22:51 +09:00
parent 67a5e2e1e6
commit 2013e41d38
6 changed files with 11 additions and 12 deletions

View File

@@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*Terrarum Sans Bitmap*
Copyright (c) 2017-2020 Minjae Song ("CuriousTorvald") and the contributors
Copyright (c) 2017-2021 Minjae Song ("CuriousTorvald") and the contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@@ -58,8 +58,7 @@ Just in case, use this software at your own risk.
## Copyright ##
Copyright 2015-2016 Torvald (skyhi14 _at_ icloud _dot_ com). All rights reserved. This game is proprietary until things are completed enough to be playable.
Please refer to [```COPYING.md```](COPYING.md).
## 개요 ##

View File

@@ -5,8 +5,8 @@ import net.torvald.terrarum.langpack.Lang
object CreditSingleton {
val credit: List<String>; get() =
("${Lang["CREDITS_PROGRAMMER"]}\n\nTorvald (minjaesong)\n\n\n" +
"${Lang["CREDITS_ARTIST_PLURAL"]}\n\nTorvald (minjaesong)\nRoundworld (leedonggeun)\n\n\n" +
("${Lang["CREDITS_PROGRAMMER"]}\n\nCuriousTorvald (minjaesong)\n\n\n" +
"${Lang["CREDITS_ARTIST_PLURAL"]}\n\nCuriousTorvald (minjaesong)\nRoundworld (leedonggeun)\n\n\n" +
"${Lang["CREDITS_POLYGLOT"]}\n\n\n" +
"${Lang["CREDITS_SOUNDTRACK"]}: FreeSound.org\n" +
"""
@@ -23,7 +23,7 @@ Copyright Information
Terrarum
Copyright (C) 2013-2017 Torvald (minjaesong)
Copyright (C) 2013-2021 CuriousTorvald (minjaesong)
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
@@ -44,7 +44,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
Terrarum Sans Bitmap
Copyright (c) 2017 Minjae Song (Torvald) and the contributors
Copyright (c) 2017-2021 Minjae Song ("CuriousTorvald") and the contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -144,7 +144,7 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Kotlin translated and modified code Copyright (C) 2016 Minjaesong (Torvald)
Kotlin translated and modified code Copyright (C) 2016 Minjaesong (CuriousTorvald)
""").split('\n')

View File

@@ -10,7 +10,7 @@ object TerrarumAppConfiguration {
// CONFIGURATION FOR THE APP ITSELF //
//////////////////////////////////////
const val GAME_NAME = "Terrarum"
const val COPYRIGHT_DATE_NAME = "Copyright 2013-2021 Torvald (minjaesong)"
const val COPYRIGHT_DATE_NAME = "Copyright 2013-2021 CuriousTorvald (minjaesong)"
/**
*

View File

@@ -22,7 +22,7 @@
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/* Kotlin modified code (c) 2017 Torvald (minjaesong) */
/* Kotlin modified code (c) 2017 CuriousTorvald (minjaesong) */
package org.dyn4j
/**

View File

@@ -23,7 +23,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/*
* Kotlin translated and modified code Copyright (c) 2016 Minjaesong (Torvald).
* Kotlin translated and modified code Copyright (c) 2016 Minjaesong (CuriousTorvald).
*/
package org.dyn4j.geometry
@@ -57,7 +57,7 @@ import org.dyn4j.Epsilon
* |a rotate th|Vector2(a).rotate(th)|
* |a to b |Vector2(a).to(b) |
*
* @author William Bittle and Minjaesong (Torvald)
* @author William Bittle and Minjaesong (CuriousTorvald)
* *
* @version 3.1.11
* *