diff --git a/base/common/src/main/java/band/kessoku/lib/api/base/reflect/ModifiersUtil.java b/base/common/src/main/java/band/kessoku/lib/api/base/reflect/ModifiersUtil.java index 5d47f469..97545b7a 100644 --- a/base/common/src/main/java/band/kessoku/lib/api/base/reflect/ModifiersUtil.java +++ b/base/common/src/main/java/band/kessoku/lib/api/base/reflect/ModifiersUtil.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024 KessokuTeaTime + * + * Licensed under the GNU Lesser General Pubic License, Version 3 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.gnu.org/licenses/lgpl-3.0.html + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package band.kessoku.lib.api.base.reflect; import java.lang.reflect.Member; diff --git a/base/common/src/main/java/band/kessoku/lib/api/base/reflect/ReflectUtil.java b/base/common/src/main/java/band/kessoku/lib/api/base/reflect/ReflectUtil.java index ef6df4db..138c347a 100644 --- a/base/common/src/main/java/band/kessoku/lib/api/base/reflect/ReflectUtil.java +++ b/base/common/src/main/java/band/kessoku/lib/api/base/reflect/ReflectUtil.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024 KessokuTeaTime + * + * Licensed under the GNU Lesser General Pubic License, Version 3 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.gnu.org/licenses/lgpl-3.0.html + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package band.kessoku.lib.api.base.reflect; import java.lang.reflect.Field; diff --git a/blockentity/fabric/src/main/java/band/kessoku/lib/impl/blockentity/fabric/KessokuBlockEntityFabric.java b/blockentity/fabric/src/main/java/band/kessoku/lib/impl/blockentity/fabric/KessokuBlockEntityFabric.java index 6828769c..825ca559 100644 --- a/blockentity/fabric/src/main/java/band/kessoku/lib/impl/blockentity/fabric/KessokuBlockEntityFabric.java +++ b/blockentity/fabric/src/main/java/band/kessoku/lib/impl/blockentity/fabric/KessokuBlockEntityFabric.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024 KessokuTeaTime + * + * Licensed under the GNU Lesser General Pubic License, Version 3 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.gnu.org/licenses/lgpl-3.0.html + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package band.kessoku.lib.impl.blockentity.fabric; import net.fabricmc.api.ModInitializer; diff --git a/gradlew b/gradlew old mode 100644 new mode 100755 diff --git a/platform/common/src/main/java/band/kessoku/lib/api/platform/DependencyInfo.java b/platform/common/src/main/java/band/kessoku/lib/api/platform/DependencyInfo.java index 6ae7225e..315dec19 100644 --- a/platform/common/src/main/java/band/kessoku/lib/api/platform/DependencyInfo.java +++ b/platform/common/src/main/java/band/kessoku/lib/api/platform/DependencyInfo.java @@ -15,7 +15,6 @@ */ package band.kessoku.lib.api.platform; -import band.kessoku.lib.service.platform.LoaderService; import org.jetbrains.annotations.Nullable; public interface DependencyInfo {