Skip to content

Commit

Permalink
License
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed May 3, 2024
1 parent 4698e5b commit fb6293a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) NeoForged and contributors
* SPDX-License-Identifier: LGPL-2.1-only
*/

package net.neoforged.fml.test;

import com.google.errorprone.annotations.CheckReturnValue;
Expand Down
5 changes: 5 additions & 0 deletions loader/src/test/java/net/neoforged/fml/test/TestModFile.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) NeoForged and contributors
* SPDX-License-Identifier: LGPL-2.1-only
*/

package net.neoforged.fml.test;

import com.electronwill.nightconfig.toml.TomlFormat;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) NeoForged and contributors
* SPDX-License-Identifier: LGPL-2.1-only
*/

package net.neoforged.neoforgespi.language;

import java.io.IOException;
Expand Down

0 comments on commit fb6293a

Please sign in to comment.