Skip to content

Commit

Permalink
license tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
FalsePattern committed Feb 2, 2025
1 parent 9e1bb57 commit 3662601
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 14 deletions.
24 changes: 10 additions & 14 deletions src/main/java/mega/fluidlogged/internal/core/CoreLoadingPlugin.java
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
/*
* ChunkAPI
* This file is part of FluidLogged.
*
* Copyright (C) 2023-2024 FalsePattern
* Copyright (C) 2025 The MEGA Team, FalsePattern
* All Rights Reserved
*
* The above copyright notice and this permission notice
* The above copyright notice, this permission notice and the word "MEGA"
* shall be included in all copies or substantial portions of the Software.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* FluidLogged 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, only version 3 of the License.
*
* This program is distributed in the hope that it will be useful,
* FluidLogged 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 Affero General Public License for more details.
* GNU General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* This program comes with additional permissions according to Section 7 of the
* GNU Affero General Public License. See the full LICENSE file for details.
* You should have received a copy of the GNU Lesser General Public License
* along with FluidLogged. If not, see <https://www.gnu.org/licenses/>.
*/

package mega.fluidlogged.internal.core;
Expand Down
19 changes: 19 additions & 0 deletions src/main/resources/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
FluidLogged

Copyright (C) 2025 The MEGA Team, FalsePattern
All Rights Reserved

The above copyright notice, this permission notice and the word "MEGA"
shall be included in all copies or substantial portions of the Software.

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, only version 3 of the License.

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 Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.

0 comments on commit 3662601

Please sign in to comment.