Skip to content

Commit

Permalink
update license
Browse files Browse the repository at this point in the history
  • Loading branch information
khjxiaogu committed Sep 23, 2024
1 parent 8256240 commit 6418384
Show file tree
Hide file tree
Showing 15 changed files with 315 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/main/java/com/teammoeg/caupona/compat/top/TOPRegister.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* Copyright (c) 2024 TeamMoeg
*
* This file is part of Caupona.
*
* Caupona 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, version 3.
*
* Caupona 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.
*
* Specially, we allow this software to be used alongside with closed source software Minecraft(R) and Forge or other modloader.
* Any mods or plugins can also use apis provided by forge or com.teammoeg.caupona.api without using GPL or open source.
*
* You should have received a copy of the GNU General Public License
* along with Caupona. If not, see <https://www.gnu.org/licenses/>.
*/

package com.teammoeg.caupona.compat.top;

import com.teammoeg.caupona.CPMain;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* Copyright (c) 2024 TeamMoeg
*
* This file is part of Caupona.
*
* Caupona 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, version 3.
*
* Caupona 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.
*
* Specially, we allow this software to be used alongside with closed source software Minecraft(R) and Forge or other modloader.
* Any mods or plugins can also use apis provided by forge or com.teammoeg.caupona.api without using GPL or open source.
*
* You should have received a copy of the GNU General Public License
* along with Caupona. If not, see <https://www.gnu.org/licenses/>.
*/

package com.teammoeg.caupona.compat.top.providers;

import com.teammoeg.caupona.blocks.hypocaust.BathHeatingBlockEntity;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* Copyright (c) 2024 TeamMoeg
*
* This file is part of Caupona.
*
* Caupona 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, version 3.
*
* Caupona 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.
*
* Specially, we allow this software to be used alongside with closed source software Minecraft(R) and Forge or other modloader.
* Any mods or plugins can also use apis provided by forge or com.teammoeg.caupona.api without using GPL or open source.
*
* You should have received a copy of the GNU General Public License
* along with Caupona. If not, see <https://www.gnu.org/licenses/>.
*/

package com.teammoeg.caupona.compat.top.providers;

import com.teammoeg.caupona.blocks.foods.BowlBlockEntity;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* Copyright (c) 2024 TeamMoeg
*
* This file is part of Caupona.
*
* Caupona 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, version 3.
*
* Caupona 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.
*
* Specially, we allow this software to be used alongside with closed source software Minecraft(R) and Forge or other modloader.
* Any mods or plugins can also use apis provided by forge or com.teammoeg.caupona.api without using GPL or open source.
*
* You should have received a copy of the GNU General Public License
* along with Caupona. If not, see <https://www.gnu.org/licenses/>.
*/

package com.teammoeg.caupona.compat.top.providers;

import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* Copyright (c) 2024 TeamMoeg
*
* This file is part of Caupona.
*
* Caupona 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, version 3.
*
* Caupona 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.
*
* Specially, we allow this software to be used alongside with closed source software Minecraft(R) and Forge or other modloader.
* Any mods or plugins can also use apis provided by forge or com.teammoeg.caupona.api without using GPL or open source.
*
* You should have received a copy of the GNU General Public License
* along with Caupona. If not, see <https://www.gnu.org/licenses/>.
*/

package com.teammoeg.caupona.compat.top.providers;

import com.teammoeg.caupona.blocks.fumarole.FumaroleVentBlock;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* Copyright (c) 2024 TeamMoeg
*
* This file is part of Caupona.
*
* Caupona 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, version 3.
*
* Caupona 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.
*
* Specially, we allow this software to be used alongside with closed source software Minecraft(R) and Forge or other modloader.
* Any mods or plugins can also use apis provided by forge or com.teammoeg.caupona.api without using GPL or open source.
*
* You should have received a copy of the GNU General Public License
* along with Caupona. If not, see <https://www.gnu.org/licenses/>.
*/

package com.teammoeg.caupona.compat.top.providers;

import com.teammoeg.caupona.blocks.pan.GravyBoatBlock;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* Copyright (c) 2024 TeamMoeg
*
* This file is part of Caupona.
*
* Caupona 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, version 3.
*
* Caupona 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.
*
* Specially, we allow this software to be used alongside with closed source software Minecraft(R) and Forge or other modloader.
* Any mods or plugins can also use apis provided by forge or com.teammoeg.caupona.api without using GPL or open source.
*
* You should have received a copy of the GNU General Public License
* along with Caupona. If not, see <https://www.gnu.org/licenses/>.
*/

package com.teammoeg.caupona.compat.top.providers;

import com.teammoeg.caupona.CPItems;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* Copyright (c) 2024 TeamMoeg
*
* This file is part of Caupona.
*
* Caupona 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, version 3.
*
* Caupona 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.
*
* Specially, we allow this software to be used alongside with closed source software Minecraft(R) and Forge or other modloader.
* Any mods or plugins can also use apis provided by forge or com.teammoeg.caupona.api without using GPL or open source.
*
* You should have received a copy of the GNU General Public License
* along with Caupona. If not, see <https://www.gnu.org/licenses/>.
*/

package com.teammoeg.caupona.compat.top.providers;

import com.teammoeg.caupona.CPConfig;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* Copyright (c) 2024 TeamMoeg
*
* This file is part of Caupona.
*
* Caupona 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, version 3.
*
* Caupona 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.
*
* Specially, we allow this software to be used alongside with closed source software Minecraft(R) and Forge or other modloader.
* Any mods or plugins can also use apis provided by forge or com.teammoeg.caupona.api without using GPL or open source.
*
* You should have received a copy of the GNU General Public License
* along with Caupona. If not, see <https://www.gnu.org/licenses/>.
*/

package com.teammoeg.caupona.compat.top.providers;

import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* Copyright (c) 2024 TeamMoeg
*
* This file is part of Caupona.
*
* Caupona 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, version 3.
*
* Caupona 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.
*
* Specially, we allow this software to be used alongside with closed source software Minecraft(R) and Forge or other modloader.
* Any mods or plugins can also use apis provided by forge or com.teammoeg.caupona.api without using GPL or open source.
*
* You should have received a copy of the GNU General Public License
* along with Caupona. If not, see <https://www.gnu.org/licenses/>.
*/

package com.teammoeg.caupona.compat.top.providers;

import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* Copyright (c) 2024 TeamMoeg
*
* This file is part of Caupona.
*
* Caupona 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, version 3.
*
* Caupona 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.
*
* Specially, we allow this software to be used alongside with closed source software Minecraft(R) and Forge or other modloader.
* Any mods or plugins can also use apis provided by forge or com.teammoeg.caupona.api without using GPL or open source.
*
* You should have received a copy of the GNU General Public License
* along with Caupona. If not, see <https://www.gnu.org/licenses/>.
*/

package com.teammoeg.caupona.compat.top.providers;

import com.teammoeg.caupona.blocks.hypocaust.WolfStatueBlock;
Expand Down
21 changes: 21 additions & 0 deletions src/main/java/com/teammoeg/caupona/data/recipes/TimedRecipe.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* Copyright (c) 2024 TeamMoeg
*
* This file is part of Caupona.
*
* Caupona 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, version 3.
*
* Caupona 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.
*
* Specially, we allow this software to be used alongside with closed source software Minecraft(R) and Forge or other modloader.
* Any mods or plugins can also use apis provided by forge or com.teammoeg.caupona.api without using GPL or open source.
*
* You should have received a copy of the GNU General Public License
* along with Caupona. If not, see <https://www.gnu.org/licenses/>.
*/

package com.teammoeg.caupona.data.recipes;

public interface TimedRecipe {
Expand Down
21 changes: 21 additions & 0 deletions src/main/java/com/teammoeg/caupona/generated/CPStewTexture.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* Copyright (c) 2024 TeamMoeg
*
* This file is part of Caupona.
*
* Caupona 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, version 3.
*
* Caupona 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.
*
* Specially, we allow this software to be used alongside with closed source software Minecraft(R) and Forge or other modloader.
* Any mods or plugins can also use apis provided by forge or com.teammoeg.caupona.api without using GPL or open source.
*
* You should have received a copy of the GNU General Public License
* along with Caupona. If not, see <https://www.gnu.org/licenses/>.
*/

/** Copyright (c) 2022 TeamMoeg
*
*
Expand Down
21 changes: 21 additions & 0 deletions src/main/java/com/teammoeg/caupona/util/RecipeHandler.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* Copyright (c) 2024 TeamMoeg
*
* This file is part of Caupona.
*
* Caupona 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, version 3.
*
* Caupona 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.
*
* Specially, we allow this software to be used alongside with closed source software Minecraft(R) and Forge or other modloader.
* Any mods or plugins can also use apis provided by forge or com.teammoeg.caupona.api without using GPL or open source.
*
* You should have received a copy of the GNU General Public License
* along with Caupona. If not, see <https://www.gnu.org/licenses/>.
*/

package com.teammoeg.caupona.util;

import com.teammoeg.caupona.data.recipes.TimedRecipe;
Expand Down
21 changes: 21 additions & 0 deletions src/main/java/com/teammoeg/caupona/util/RegistryAccessor.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* Copyright (c) 2024 TeamMoeg
*
* This file is part of Caupona.
*
* Caupona 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, version 3.
*
* Caupona 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.
*
* Specially, we allow this software to be used alongside with closed source software Minecraft(R) and Forge or other modloader.
* Any mods or plugins can also use apis provided by forge or com.teammoeg.caupona.api without using GPL or open source.
*
* You should have received a copy of the GNU General Public License
* along with Caupona. If not, see <https://www.gnu.org/licenses/>.
*/

package com.teammoeg.caupona.util;

import java.util.LinkedList;
Expand Down

0 comments on commit 6418384

Please sign in to comment.