chore: add license headers
Prevents a massive inload of Scrumplex ditto's :) I didn't add it to every file modified in this PR because the other changes are pretty minor, and would explode the diff of the PR. I hope that's not a problem O_O
This commit is contained in:
		| @@ -1,7 +1,25 @@ | |||||||
|  | // SPDX-License-Identifier: GPL-3.0-only | ||||||
|  | /* | ||||||
|  | *  PolyMC - Minecraft Launcher | ||||||
|  | *  Copyright (c) 2022 flowln <flowlnlnln@gmail.com> | ||||||
|  | * | ||||||
|  | *  This program 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. | ||||||
|  | * | ||||||
|  | *  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 General Public License for more details. | ||||||
|  | * | ||||||
|  | *  You should have received a copy of the GNU General Public License | ||||||
|  | *  along with this program.  If not, see <https://www.gnu.org/licenses/>. | ||||||
|  | */ | ||||||
|  |  | ||||||
| #include "ModDownloadTask.h" | #include "ModDownloadTask.h" | ||||||
|  |  | ||||||
| #include "Application.h" | #include "Application.h" | ||||||
| #include "minecraft/mod/tasks/LocalModUpdateTask.h" | #include "minecraft/mod/ModFolderModel.h" | ||||||
|  |  | ||||||
| ModDownloadTask::ModDownloadTask(ModPlatform::IndexedPack mod, ModPlatform::IndexedVersion version, const std::shared_ptr<ModFolderModel> mods) | ModDownloadTask::ModDownloadTask(ModPlatform::IndexedPack mod, ModPlatform::IndexedVersion version, const std::shared_ptr<ModFolderModel> mods) | ||||||
|     : m_mod(mod), m_mod_version(version), mods(mods) |     : m_mod(mod), m_mod_version(version), mods(mods) | ||||||
|   | |||||||
| @@ -1,14 +1,31 @@ | |||||||
|  | // SPDX-License-Identifier: GPL-3.0-only | ||||||
|  | /* | ||||||
|  | *  PolyMC - Minecraft Launcher | ||||||
|  | *  Copyright (c) 2022 flowln <flowlnlnln@gmail.com> | ||||||
|  | * | ||||||
|  | *  This program 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. | ||||||
|  | * | ||||||
|  | *  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 General Public License for more details. | ||||||
|  | * | ||||||
|  | *  You should have received a copy of the GNU General Public License | ||||||
|  | *  along with this program.  If not, see <https://www.gnu.org/licenses/>. | ||||||
|  | */ | ||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
|  |  | ||||||
| #include <QUrl> |  | ||||||
| #include "QObjectPtr.h" |  | ||||||
| #include "minecraft/mod/ModFolderModel.h" |  | ||||||
| #include "modplatform/ModIndex.h" |  | ||||||
| #include "net/NetJob.h" | #include "net/NetJob.h" | ||||||
|  |  | ||||||
| #include "tasks/SequentialTask.h" | #include "tasks/SequentialTask.h" | ||||||
|  |  | ||||||
|  | #include "modplatform/ModIndex.h" | ||||||
| #include "minecraft/mod/tasks/LocalModUpdateTask.h" | #include "minecraft/mod/tasks/LocalModUpdateTask.h" | ||||||
|  |  | ||||||
|  | class ModFolderModel; | ||||||
|  |  | ||||||
| class ModDownloadTask : public SequentialTask { | class ModDownloadTask : public SequentialTask { | ||||||
|     Q_OBJECT |     Q_OBJECT | ||||||
| public: | public: | ||||||
|   | |||||||
| @@ -1,3 +1,21 @@ | |||||||
|  | // SPDX-License-Identifier: GPL-3.0-only | ||||||
|  | /* | ||||||
|  | *  PolyMC - Minecraft Launcher | ||||||
|  | *  Copyright (c) 2022 flowln <flowlnlnln@gmail.com> | ||||||
|  | * | ||||||
|  | *  This program 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. | ||||||
|  | * | ||||||
|  | *  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 General Public License for more details. | ||||||
|  | * | ||||||
|  | *  You should have received a copy of the GNU General Public License | ||||||
|  | *  along with this program.  If not, see <https://www.gnu.org/licenses/>. | ||||||
|  | */ | ||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
|  |  | ||||||
| #include <memory> | #include <memory> | ||||||
|   | |||||||
| @@ -1,17 +1,37 @@ | |||||||
| /* Copyright 2013-2021 MultiMC Contributors | // SPDX-License-Identifier: GPL-3.0-only | ||||||
|  * | /* | ||||||
|  * Licensed under the Apache License, Version 2.0 (the "License"); | *  PolyMC - Minecraft Launcher | ||||||
|  * you may not use this file except in compliance with the License. | *  Copyright (c) 2022 flowln <flowlnlnln@gmail.com> | ||||||
|  * You may obtain a copy of the License at | * | ||||||
|  * | *  This program is free software: you can redistribute it and/or modify | ||||||
|  *     http://www.apache.org/licenses/LICENSE-2.0 | *  it under the terms of the GNU General Public License as published by | ||||||
|  * | *  the Free Software Foundation, version 3. | ||||||
|  * Unless required by applicable law or agreed to in writing, software | * | ||||||
|  * distributed under the License is distributed on an "AS IS" BASIS, | *  This program is distributed in the hope that it will be useful, | ||||||
|  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  * See the License for the specific language governing permissions and | *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  * limitations under the License. | *  GNU General Public License for more details. | ||||||
|  */ | * | ||||||
|  | *  You should have received a copy of the GNU General Public License | ||||||
|  | *  along with this program.  If not, see <https://www.gnu.org/licenses/>. | ||||||
|  | * | ||||||
|  | * This file incorporates work covered by the following copyright and | ||||||
|  | * permission notice: | ||||||
|  | * | ||||||
|  | *      Copyright 2013-2021 MultiMC Contributors | ||||||
|  | * | ||||||
|  | *      Licensed under the Apache License, Version 2.0 (the "License"); | ||||||
|  | *      you may not use this file except in compliance with the License. | ||||||
|  | *      You may obtain a copy of the License at | ||||||
|  | * | ||||||
|  | *          http://www.apache.org/licenses/LICENSE-2.0 | ||||||
|  | * | ||||||
|  | *      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. | ||||||
|  | */ | ||||||
|  |  | ||||||
| #include "Mod.h" | #include "Mod.h" | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,17 +1,37 @@ | |||||||
| /* Copyright 2013-2021 MultiMC Contributors | // SPDX-License-Identifier: GPL-3.0-only | ||||||
|  * | /* | ||||||
|  * Licensed under the Apache License, Version 2.0 (the "License"); | *  PolyMC - Minecraft Launcher | ||||||
|  * you may not use this file except in compliance with the License. | *  Copyright (c) 2022 flowln <flowlnlnln@gmail.com> | ||||||
|  * You may obtain a copy of the License at | * | ||||||
|  * | *  This program is free software: you can redistribute it and/or modify | ||||||
|  *     http://www.apache.org/licenses/LICENSE-2.0 | *  it under the terms of the GNU General Public License as published by | ||||||
|  * | *  the Free Software Foundation, version 3. | ||||||
|  * Unless required by applicable law or agreed to in writing, software | * | ||||||
|  * distributed under the License is distributed on an "AS IS" BASIS, | *  This program is distributed in the hope that it will be useful, | ||||||
|  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  * See the License for the specific language governing permissions and | *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  * limitations under the License. | *  GNU General Public License for more details. | ||||||
|  */ | * | ||||||
|  | *  You should have received a copy of the GNU General Public License | ||||||
|  | *  along with this program.  If not, see <https://www.gnu.org/licenses/>. | ||||||
|  | * | ||||||
|  | * This file incorporates work covered by the following copyright and | ||||||
|  | * permission notice: | ||||||
|  | * | ||||||
|  | *      Copyright 2013-2021 MultiMC Contributors | ||||||
|  | * | ||||||
|  | *      Licensed under the Apache License, Version 2.0 (the "License"); | ||||||
|  | *      you may not use this file except in compliance with the License. | ||||||
|  | *      You may obtain a copy of the License at | ||||||
|  | * | ||||||
|  | *          http://www.apache.org/licenses/LICENSE-2.0 | ||||||
|  | * | ||||||
|  | *      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. | ||||||
|  | */ | ||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,3 +1,38 @@ | |||||||
|  | // SPDX-License-Identifier: GPL-3.0-only | ||||||
|  | /* | ||||||
|  | *  PolyMC - Minecraft Launcher | ||||||
|  | *  Copyright (c) 2022 flowln <flowlnlnln@gmail.com> | ||||||
|  | * | ||||||
|  | *  This program 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. | ||||||
|  | * | ||||||
|  | *  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 General Public License for more details. | ||||||
|  | * | ||||||
|  | *  You should have received a copy of the GNU General Public License | ||||||
|  | *  along with this program.  If not, see <https://www.gnu.org/licenses/>. | ||||||
|  | * | ||||||
|  | * This file incorporates work covered by the following copyright and | ||||||
|  | * permission notice: | ||||||
|  | * | ||||||
|  | *      Copyright 2013-2021 MultiMC Contributors | ||||||
|  | * | ||||||
|  | *      Licensed under the Apache License, Version 2.0 (the "License"); | ||||||
|  | *      you may not use this file except in compliance with the License. | ||||||
|  | *      You may obtain a copy of the License at | ||||||
|  | * | ||||||
|  | *          http://www.apache.org/licenses/LICENSE-2.0 | ||||||
|  | * | ||||||
|  | *      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. | ||||||
|  | */ | ||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
|  |  | ||||||
| #include <memory> | #include <memory> | ||||||
|   | |||||||
| @@ -1,6 +1,22 @@ | |||||||
| #include "LocalModUpdateTask.h" | // SPDX-License-Identifier: GPL-3.0-only | ||||||
|  | /* | ||||||
|  | *  PolyMC - Minecraft Launcher | ||||||
|  | *  Copyright (c) 2022 flowln <flowlnlnln@gmail.com> | ||||||
|  | * | ||||||
|  | *  This program 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. | ||||||
|  | * | ||||||
|  | *  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 General Public License for more details. | ||||||
|  | * | ||||||
|  | *  You should have received a copy of the GNU General Public License | ||||||
|  | *  along with this program.  If not, see <https://www.gnu.org/licenses/>. | ||||||
|  | */ | ||||||
|  |  | ||||||
| #include <toml.h> | #include "LocalModUpdateTask.h" | ||||||
|  |  | ||||||
| #include "Application.h" | #include "Application.h" | ||||||
| #include "FileSystem.h" | #include "FileSystem.h" | ||||||
|   | |||||||
| @@ -1,3 +1,21 @@ | |||||||
|  | // SPDX-License-Identifier: GPL-3.0-only | ||||||
|  | /* | ||||||
|  | *  PolyMC - Minecraft Launcher | ||||||
|  | *  Copyright (c) 2022 flowln <flowlnlnln@gmail.com> | ||||||
|  | * | ||||||
|  | *  This program 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. | ||||||
|  | * | ||||||
|  | *  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 General Public License for more details. | ||||||
|  | * | ||||||
|  | *  You should have received a copy of the GNU General Public License | ||||||
|  | *  along with this program.  If not, see <https://www.gnu.org/licenses/>. | ||||||
|  | */ | ||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
|  |  | ||||||
| #include <QDir> | #include <QDir> | ||||||
|   | |||||||
| @@ -1,5 +1,39 @@ | |||||||
|  | // SPDX-License-Identifier: GPL-3.0-only | ||||||
|  | /* | ||||||
|  | *  PolyMC - Minecraft Launcher | ||||||
|  | *  Copyright (c) 2022 flowln <flowlnlnln@gmail.com> | ||||||
|  | * | ||||||
|  | *  This program 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. | ||||||
|  | * | ||||||
|  | *  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 General Public License for more details. | ||||||
|  | * | ||||||
|  | *  You should have received a copy of the GNU General Public License | ||||||
|  | *  along with this program.  If not, see <https://www.gnu.org/licenses/>. | ||||||
|  | * | ||||||
|  | * This file incorporates work covered by the following copyright and | ||||||
|  | * permission notice: | ||||||
|  | * | ||||||
|  | *      Copyright 2013-2021 MultiMC Contributors | ||||||
|  | * | ||||||
|  | *      Licensed under the Apache License, Version 2.0 (the "License"); | ||||||
|  | *      you may not use this file except in compliance with the License. | ||||||
|  | *      You may obtain a copy of the License at | ||||||
|  | * | ||||||
|  | *          http://www.apache.org/licenses/LICENSE-2.0 | ||||||
|  | * | ||||||
|  | *      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. | ||||||
|  | */ | ||||||
|  |  | ||||||
| #include "ModFolderLoadTask.h" | #include "ModFolderLoadTask.h" | ||||||
| #include <QDebug> |  | ||||||
|  |  | ||||||
| #include "Application.h" | #include "Application.h" | ||||||
| #include "minecraft/mod/MetadataHandler.h" | #include "minecraft/mod/MetadataHandler.h" | ||||||
|   | |||||||
| @@ -1,3 +1,38 @@ | |||||||
|  | // SPDX-License-Identifier: GPL-3.0-only | ||||||
|  | /* | ||||||
|  | *  PolyMC - Minecraft Launcher | ||||||
|  | *  Copyright (c) 2022 flowln <flowlnlnln@gmail.com> | ||||||
|  | * | ||||||
|  | *  This program 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. | ||||||
|  | * | ||||||
|  | *  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 General Public License for more details. | ||||||
|  | * | ||||||
|  | *  You should have received a copy of the GNU General Public License | ||||||
|  | *  along with this program.  If not, see <https://www.gnu.org/licenses/>. | ||||||
|  | * | ||||||
|  | * This file incorporates work covered by the following copyright and | ||||||
|  | * permission notice: | ||||||
|  | * | ||||||
|  | *      Copyright 2013-2021 MultiMC Contributors | ||||||
|  | * | ||||||
|  | *      Licensed under the Apache License, Version 2.0 (the "License"); | ||||||
|  | *      you may not use this file except in compliance with the License. | ||||||
|  | *      You may obtain a copy of the License at | ||||||
|  | * | ||||||
|  | *          http://www.apache.org/licenses/LICENSE-2.0 | ||||||
|  | * | ||||||
|  | *      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. | ||||||
|  | */ | ||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
|  |  | ||||||
| #include <QDir> | #include <QDir> | ||||||
|   | |||||||
| @@ -1,3 +1,21 @@ | |||||||
|  | // SPDX-License-Identifier: GPL-3.0-only | ||||||
|  | /* | ||||||
|  | *  PolyMC - Minecraft Launcher | ||||||
|  | *  Copyright (c) 2022 flowln <flowlnlnln@gmail.com> | ||||||
|  | * | ||||||
|  | *  This program 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. | ||||||
|  | * | ||||||
|  | *  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 General Public License for more details. | ||||||
|  | * | ||||||
|  | *  You should have received a copy of the GNU General Public License | ||||||
|  | *  along with this program.  If not, see <https://www.gnu.org/licenses/>. | ||||||
|  | */ | ||||||
|  |  | ||||||
| #include "modplatform/ModIndex.h" | #include "modplatform/ModIndex.h" | ||||||
|  |  | ||||||
| #include <QCryptographicHash> | #include <QCryptographicHash> | ||||||
|   | |||||||
| @@ -1,3 +1,21 @@ | |||||||
|  | // SPDX-License-Identifier: GPL-3.0-only | ||||||
|  | /* | ||||||
|  | *  PolyMC - Minecraft Launcher | ||||||
|  | *  Copyright (c) 2022 flowln <flowlnlnln@gmail.com> | ||||||
|  | * | ||||||
|  | *  This program 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. | ||||||
|  | * | ||||||
|  | *  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 General Public License for more details. | ||||||
|  | * | ||||||
|  | *  You should have received a copy of the GNU General Public License | ||||||
|  | *  along with this program.  If not, see <https://www.gnu.org/licenses/>. | ||||||
|  | */ | ||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
|  |  | ||||||
| #include <QList> | #include <QList> | ||||||
|   | |||||||
| @@ -1,19 +1,20 @@ | |||||||
| // SPDX-License-Identifier: GPL-3.0-only | // SPDX-License-Identifier: GPL-3.0-only | ||||||
| /* | /* | ||||||
|  *  PolyMC - Minecraft Launcher | *  PolyMC - Minecraft Launcher | ||||||
|  * | *  Copyright (c) 2022 flowln <flowlnlnln@gmail.com> | ||||||
|  *  This program is free software: you can redistribute it and/or modify | * | ||||||
|  *  it under the terms of the GNU General Public License as published by | *  This program is free software: you can redistribute it and/or modify | ||||||
|  *  the Free Software Foundation, version 3. | *  it under the terms of the GNU General Public License as published by | ||||||
|  * | *  the Free Software Foundation, version 3. | ||||||
|  *  This program is distributed in the hope that it will be useful, | * | ||||||
|  *  but WITHOUT ANY WARRANTY; without even the implied warranty of | *  This program is distributed in the hope that it will be useful, | ||||||
|  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | *  but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  *  GNU General Public License for more details. | *  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 program.  If not, see <https://www.gnu.org/licenses/>. | *  You should have received a copy of the GNU General Public License | ||||||
|  */ | *  along with this program.  If not, see <https://www.gnu.org/licenses/>. | ||||||
|  | */ | ||||||
|  |  | ||||||
| #include "ModrinthPackIndex.h" | #include "ModrinthPackIndex.h" | ||||||
| #include "ModrinthAPI.h" | #include "ModrinthAPI.h" | ||||||
|   | |||||||
| @@ -1,3 +1,21 @@ | |||||||
|  | // SPDX-License-Identifier: GPL-3.0-only | ||||||
|  | /* | ||||||
|  | *  PolyMC - Minecraft Launcher | ||||||
|  | *  Copyright (c) 2022 flowln <flowlnlnln@gmail.com> | ||||||
|  | * | ||||||
|  | *  This program 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. | ||||||
|  | * | ||||||
|  | *  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 General Public License for more details. | ||||||
|  | * | ||||||
|  | *  You should have received a copy of the GNU General Public License | ||||||
|  | *  along with this program.  If not, see <https://www.gnu.org/licenses/>. | ||||||
|  | */ | ||||||
|  |  | ||||||
| #include "Packwiz.h" | #include "Packwiz.h" | ||||||
|  |  | ||||||
| #include <QDebug> | #include <QDebug> | ||||||
|   | |||||||
| @@ -1,3 +1,21 @@ | |||||||
|  | // SPDX-License-Identifier: GPL-3.0-only | ||||||
|  | /* | ||||||
|  | *  PolyMC - Minecraft Launcher | ||||||
|  | *  Copyright (c) 2022 flowln <flowlnlnln@gmail.com> | ||||||
|  | * | ||||||
|  | *  This program 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. | ||||||
|  | * | ||||||
|  | *  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 General Public License for more details. | ||||||
|  | * | ||||||
|  | *  You should have received a copy of the GNU General Public License | ||||||
|  | *  along with this program.  If not, see <https://www.gnu.org/licenses/>. | ||||||
|  | */ | ||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
|  |  | ||||||
| #include "modplatform/ModIndex.h" | #include "modplatform/ModIndex.h" | ||||||
|   | |||||||
| @@ -1,3 +1,21 @@ | |||||||
|  | // SPDX-License-Identifier: GPL-3.0-only | ||||||
|  | /* | ||||||
|  | *  PolyMC - Minecraft Launcher | ||||||
|  | *  Copyright (c) 2022 flowln <flowlnlnln@gmail.com> | ||||||
|  | * | ||||||
|  | *  This program 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. | ||||||
|  | * | ||||||
|  | *  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 General Public License for more details. | ||||||
|  | * | ||||||
|  | *  You should have received a copy of the GNU General Public License | ||||||
|  | *  along with this program.  If not, see <https://www.gnu.org/licenses/>. | ||||||
|  | */ | ||||||
|  |  | ||||||
| #include <QTemporaryDir> | #include <QTemporaryDir> | ||||||
| #include <QTest> | #include <QTest> | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user