From 2636c47b5811b505be219eb005023b0eac6cbf1d Mon Sep 17 00:00:00 2001 From: havey Date: Mon, 21 Oct 2024 22:02:39 +0800 Subject: [PATCH] Update copyright --- .../thepoetryofwinter/ThePoetryOfWinter.java | 17 +++++++++++++++++ .../ThePoetryOfWinterClient.java | 17 +++++++++++++++++ .../ThePoetryOfWinterDataGenerator.java | 17 +++++++++++++++++ .../thepoetryofwinter/mixin/ExampleMixin.java | 17 +++++++++++++++++ 4 files changed, 68 insertions(+) diff --git a/src/main/java/org/decdev/thepoetryofwinter/ThePoetryOfWinter.java b/src/main/java/org/decdev/thepoetryofwinter/ThePoetryOfWinter.java index a75a483..80f8bb7 100644 --- a/src/main/java/org/decdev/thepoetryofwinter/ThePoetryOfWinter.java +++ b/src/main/java/org/decdev/thepoetryofwinter/ThePoetryOfWinter.java @@ -1,3 +1,20 @@ +/* + * Copyright (c) 2024 DEC-Dev. + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This code is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this work. If not, see . + */ + package org.decdev.thepoetryofwinter; import net.fabricmc.api.ModInitializer; diff --git a/src/main/java/org/decdev/thepoetryofwinter/ThePoetryOfWinterClient.java b/src/main/java/org/decdev/thepoetryofwinter/ThePoetryOfWinterClient.java index 4559766..889b144 100644 --- a/src/main/java/org/decdev/thepoetryofwinter/ThePoetryOfWinterClient.java +++ b/src/main/java/org/decdev/thepoetryofwinter/ThePoetryOfWinterClient.java @@ -1,3 +1,20 @@ +/* + * Copyright (c) 2024 DEC-Dev. + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This code is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this work. If not, see . + */ + package org.decdev.thepoetryofwinter; import net.fabricmc.api.ClientModInitializer; diff --git a/src/main/java/org/decdev/thepoetryofwinter/ThePoetryOfWinterDataGenerator.java b/src/main/java/org/decdev/thepoetryofwinter/ThePoetryOfWinterDataGenerator.java index dff82f5..7e51f8b 100644 --- a/src/main/java/org/decdev/thepoetryofwinter/ThePoetryOfWinterDataGenerator.java +++ b/src/main/java/org/decdev/thepoetryofwinter/ThePoetryOfWinterDataGenerator.java @@ -1,3 +1,20 @@ +/* + * Copyright (c) 2024 DEC-Dev. + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This code is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this work. If not, see . + */ + package org.decdev.thepoetryofwinter; import net.fabricmc.fabric.api.datagen.v1.DataGeneratorEntrypoint; diff --git a/src/main/java/org/decdev/thepoetryofwinter/mixin/ExampleMixin.java b/src/main/java/org/decdev/thepoetryofwinter/mixin/ExampleMixin.java index d5c3eb2..3d23bb8 100644 --- a/src/main/java/org/decdev/thepoetryofwinter/mixin/ExampleMixin.java +++ b/src/main/java/org/decdev/thepoetryofwinter/mixin/ExampleMixin.java @@ -1,3 +1,20 @@ +/* + * Copyright (c) 2024 DEC-Dev. + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This code is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this work. If not, see . + */ + package org.decdev.thepoetryofwinter.mixin; import net.minecraft.server.MinecraftServer;