Skip to content

Commit

Permalink
(chore) Updated license information to be more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-DT committed Feb 8, 2024
1 parent 3f5f3ff commit 143f525
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@

### License

This contribution is licensed under [Mozilla Public License v2.0](LICENSE) (or <https://www.mozilla.org/en-US/MPL/2.0/>).
All files in this repository are licensed under the [Mozilla Public License 2.0](LICENSE)
(also available at <https://www.mozilla.org/en-US/MPL/2.0/>), unless stated otherwise.

Unless you explicitly state otherwise,
any contribution intentionally submitted for inclusion in the work by you,
shall be licensed under the MPL-2.0 license as stated above.
1 change: 1 addition & 0 deletions src/main/java/nl/jandt/SurvivalTools.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* Licensed under MPL 2.0, available at https://www.mozilla.org/en-US/MPL/2.0/ */
package nl.jandt;

import net.fabricmc.api.ModInitializer;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/nl/jandt/information/InfoCommand.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* Licensed under MPL 2.0, available at https://www.mozilla.org/en-US/MPL/2.0/ */
package nl.jandt.information;

import com.mojang.brigadier.Command;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/nl/jandt/information/MotdCommand.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* Licensed under MPL 2.0, available at https://www.mozilla.org/en-US/MPL/2.0/ */
package nl.jandt.information;

import com.mojang.brigadier.Command;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/nl/jandt/utils/SrvConfigModel.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* Licensed under MPL 2.0, available at https://www.mozilla.org/en-US/MPL/2.0/ */
package nl.jandt.utils;

import io.wispforest.owo.config.annotation.Config;
Expand Down

0 comments on commit 143f525

Please sign in to comment.