diff --git a/gradle.properties b/gradle.properties index ded9a04..1ce1cb0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/testmod/java/io/github/ladysnake/paltest/AbilityToggleItem.java b/src/testmod/java/io/github/ladysnake/paltest/AbilityToggleItem.java index 37b0e24..db0e185 100644 --- a/src/testmod/java/io/github/ladysnake/paltest/AbilityToggleItem.java +++ b/src/testmod/java/io/github/ladysnake/paltest/AbilityToggleItem.java @@ -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 . + */ package io.github.ladysnake.paltest; import io.github.ladysnake.pal.AbilitySource; diff --git a/src/testmod/java/io/github/ladysnake/paltest/BadFlightItem.java b/src/testmod/java/io/github/ladysnake/paltest/BadFlightItem.java index 275e25a..3ea7e88 100644 --- a/src/testmod/java/io/github/ladysnake/paltest/BadFlightItem.java +++ b/src/testmod/java/io/github/ladysnake/paltest/BadFlightItem.java @@ -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 . + */ package io.github.ladysnake.paltest; import net.minecraft.entity.player.PlayerEntity; diff --git a/src/testmod/java/io/github/ladysnake/paltest/FlightEffect.java b/src/testmod/java/io/github/ladysnake/paltest/FlightEffect.java index 3e5cb1e..86c6250 100644 --- a/src/testmod/java/io/github/ladysnake/paltest/FlightEffect.java +++ b/src/testmod/java/io/github/ladysnake/paltest/FlightEffect.java @@ -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 . + */ package io.github.ladysnake.paltest; import io.github.ladysnake.pal.AbilitySource; diff --git a/src/testmod/java/io/github/ladysnake/paltest/PalTest.java b/src/testmod/java/io/github/ladysnake/paltest/PalTest.java index 1e64e31..ede8f6c 100644 --- a/src/testmod/java/io/github/ladysnake/paltest/PalTest.java +++ b/src/testmod/java/io/github/ladysnake/paltest/PalTest.java @@ -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 . + */ package io.github.ladysnake.paltest; import io.github.ladysnake.pal.VanillaAbilities; diff --git a/src/testmod/java/io/github/ladysnake/paltest/PalTestAbilities.java b/src/testmod/java/io/github/ladysnake/paltest/PalTestAbilities.java index 90c206a..71b5f9e 100644 --- a/src/testmod/java/io/github/ladysnake/paltest/PalTestAbilities.java +++ b/src/testmod/java/io/github/ladysnake/paltest/PalTestAbilities.java @@ -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 . + */ package io.github.ladysnake.paltest; import io.github.ladysnake.pal.*;