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

@@ -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
* *