add license headers

This commit is contained in:
dfsek 2021-11-19 15:42:24 -07:00
parent c03c230e70
commit ade6a7685b
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,10 @@
/*
* Copyright (c) 2020-2021 Polyhedral Development
*
* The Terra Core Addons are licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in this module's root directory.
*/
package com.dfsek.terra.addons.sponge;
import net.querz.nbt.io.NBTDeserializer;

View File

@ -1,3 +1,10 @@
/*
* Copyright (c) 2020-2021 Polyhedral Development
*
* The Terra Core Addons are licensed under the terms of the MIT License. For more details,
* reference the LICENSE file in this module's root directory.
*/
package com.dfsek.terra.addons.sponge;
import net.jafama.FastMath;