Skip to content

Commit

Permalink
Update copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoPangxie732 committed Nov 19, 2024
1 parent 162e209 commit c6439cf
Show file tree
Hide file tree
Showing 60 changed files with 1,062 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* MinecraftDecompiler. A tool/library to deobfuscate and decompile jars.
* Copyright (C) 2019-2024 MaxPixelStudios(XiaoPangxie732)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package cn.maxpixel.mcdecompiler.mapping.parchment;

public record FormatVersion(int major, int minor, int patch) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* MinecraftDecompiler. A tool/library to deobfuscate and decompile jars.
* Copyright (C) 2019-2024 MaxPixelStudios(XiaoPangxie732)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package cn.maxpixel.mcdecompiler.mapping.parchment;

import cn.maxpixel.mcdecompiler.api.extension.Extension;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* MinecraftDecompiler. A tool/library to deobfuscate and decompile jars.
* Copyright (C) 2019-2024 MaxPixelStudios(XiaoPangxie732)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package cn.maxpixel.mcdecompiler.mapping.parchment;

import cn.maxpixel.mcdecompiler.mapping.PairedMapping;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* MinecraftDecompiler. A tool/library to deobfuscate and decompile jars.
* Copyright (C) 2019-2024 MaxPixelStudios(XiaoPangxie732)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package cn.maxpixel.mcdecompiler.mapping.parchment;

import cn.maxpixel.mcdecompiler.common.util.Utils;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* MinecraftDecompiler. A tool/library to deobfuscate and decompile jars.
* Copyright (C) 2019-2024 MaxPixelStudios(XiaoPangxie732)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package cn.maxpixel.mcdecompiler.mapping.parchment;

import cn.maxpixel.mcdecompiler.common.util.Utils;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* MinecraftDecompiler. A tool/library to deobfuscate and decompile jars.
* Copyright (C) 2019-2024 MaxPixelStudios(XiaoPangxie732)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package cn.maxpixel.mcdecompiler.test.mapping.parchment;

import cn.maxpixel.mcdecompiler.api.extension.ExtensionManager;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* MinecraftDecompiler. A tool/library to deobfuscate and decompile jars.
* Copyright (C) 2019-2024 MaxPixelStudios(XiaoPangxie732)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package cn.maxpixel.mcdecompiler.api.extension;

import cn.maxpixel.mcdecompiler.common.app.util.DataMap;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* MinecraftDecompiler. A tool/library to deobfuscate and decompile jars.
* Copyright (C) 2019-2024 MaxPixelStudios(XiaoPangxie732)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package cn.maxpixel.mcdecompiler.api.extension;

import cn.maxpixel.mcdecompiler.common.app.util.DataMap;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* MinecraftDecompiler. A tool/library to deobfuscate and decompile jars.
* Copyright (C) 2019-2024 MaxPixelStudios(XiaoPangxie732)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package cn.maxpixel.mcdecompiler.api.extension;

import org.jetbrains.annotations.NotNull;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* MinecraftDecompiler. A tool/library to deobfuscate and decompile jars.
* Copyright (C) 2019-2024 MaxPixelStudios(XiaoPangxie732)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package cn.maxpixel.mcdecompiler.api.extension;

import cn.maxpixel.mcdecompiler.common.util.LambdaUtil;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* MinecraftDecompiler. A tool/library to deobfuscate and decompile jars.
* Copyright (C) 2019-2024 MaxPixelStudios(XiaoPangxie732)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package cn.maxpixel.mcdecompiler.common.app;

import java.nio.file.Path;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* MinecraftDecompiler. A tool/library to deobfuscate and decompile jars.
* Copyright (C) 2019-2024 MaxPixelStudios(XiaoPangxie732)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package cn.maxpixel.mcdecompiler.common.app;

public enum SideType {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* MinecraftDecompiler. A tool/library to deobfuscate and decompile jars.
* Copyright (C) 2019-2024 MaxPixelStudios(XiaoPangxie732)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package cn.maxpixel.mcdecompiler.common.app.util;

import it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* MinecraftDecompiler. A tool/library to deobfuscate and decompile jars.
* Copyright (C) 2019-2024 MaxPixelStudios(XiaoPangxie732)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package cn.maxpixel.mcdecompiler.common.app.util;

import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* MinecraftDecompiler. A tool/library to deobfuscate and decompile jars.
* Copyright (C) 2019-2024 MaxPixelStudios(XiaoPangxie732)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package cn.maxpixel.mcdecompiler.common.app.util;

import cn.maxpixel.rewh.logging.LogManager;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* MinecraftDecompiler. A tool/library to deobfuscate and decompile jars.
* Copyright (C) 2019-2024 MaxPixelStudios(XiaoPangxie732)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package cn.maxpixel.mcdecompiler.common;

import org.intellij.lang.annotations.Language;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* MinecraftDecompiler. A tool/library to deobfuscate and decompile jars.
* Copyright (C) 2019-2024 MaxPixelStudios(XiaoPangxie732)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package cn.maxpixel.mcdecompiler.common.annotation;

import cn.maxpixel.mcdecompiler.common.Constants;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* MinecraftDecompiler. A tool/library to deobfuscate and decompile jars.
* Copyright (C) 2019-2024 MaxPixelStudios(XiaoPangxie732)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package cn.maxpixel.mcdecompiler.common.test;

import cn.maxpixel.mcdecompiler.common.util.DescriptorUtil;
Expand Down
Loading

0 comments on commit c6439cf

Please sign in to comment.