Skip to content

Commit 9f36917

Browse files
committed
add missing license header
1 parent 8796b7c commit 9f36917

File tree

1 file changed

+22
-0
lines changed
  • src/main/java/io/github/axolotlclient/modules/hypixel/skyblock

1 file changed

+22
-0
lines changed

src/main/java/io/github/axolotlclient/modules/hypixel/skyblock/Skyblock.java

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
/*
2+
* Copyright © 2021-2022 moehreag <[email protected]> & Contributors
3+
*
4+
* This file is part of AxolotlClient.
5+
*
6+
* This program is free software; you can redistribute it and/or
7+
* modify it under the terms of the GNU Lesser General Public
8+
* License as published by the Free Software Foundation; either
9+
* version 3 of the License, or (at your option) any later version.
10+
*
11+
* This program is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14+
* Lesser General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU Lesser General Public License
17+
* along with this program; if not, write to the Free Software Foundation,
18+
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19+
*
20+
* For more information, see the LICENSE file.
21+
*/
22+
123
package io.github.axolotlclient.modules.hypixel.skyblock;
224

325
import com.mojang.blaze3d.platform.InputUtil;

0 commit comments

Comments
 (0)