Skip to content

Commit

Permalink
Add test mod license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed May 27, 2021
1 parent b63cafa commit 842cdd7
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ archives_base_name = pal

#Publishing
owners = Ladysnake
display_name = Pal
display_name = PlayerAbilityLib
license_header = LGPL
gpl_version = 3
curseforge_id = 359522
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* PlayerAbilityLib
* Copyright (C) 2019-2021 Ladysnake
*
* 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 io.github.ladysnake.paltest;

import io.github.ladysnake.pal.AbilitySource;
Expand Down
17 changes: 17 additions & 0 deletions src/testmod/java/io/github/ladysnake/paltest/BadFlightItem.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* PlayerAbilityLib
* Copyright (C) 2019-2021 Ladysnake
*
* 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 io.github.ladysnake.paltest;

import net.minecraft.entity.player.PlayerEntity;
Expand Down
17 changes: 17 additions & 0 deletions src/testmod/java/io/github/ladysnake/paltest/FlightEffect.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* PlayerAbilityLib
* Copyright (C) 2019-2021 Ladysnake
*
* 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 io.github.ladysnake.paltest;

import io.github.ladysnake.pal.AbilitySource;
Expand Down
17 changes: 17 additions & 0 deletions src/testmod/java/io/github/ladysnake/paltest/PalTest.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* PlayerAbilityLib
* Copyright (C) 2019-2021 Ladysnake
*
* 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 io.github.ladysnake.paltest;

import io.github.ladysnake.pal.VanillaAbilities;
Expand Down
17 changes: 17 additions & 0 deletions src/testmod/java/io/github/ladysnake/paltest/PalTestAbilities.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* PlayerAbilityLib
* Copyright (C) 2019-2021 Ladysnake
*
* 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 io.github.ladysnake.paltest;

import io.github.ladysnake.pal.*;
Expand Down

0 comments on commit 842cdd7

Please sign in to comment.