Skip to content

Commit 5bf22dc

Browse files
committed
update license
1 parent 746820e commit 5bf22dc

File tree

98 files changed

+1329
-538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+1329
-538
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
LUMI
1+
Lumi
22

3-
Copyright (C) 2023 FalsePattern, Ven
3+
Copyright (C) 2023-2024 FalsePattern, Ven
44
All Rights Reserved
55

66
The above copyright notice and this permission notice shall be included

src/main/java/com/falsepattern/lumi/api/LumiAPI.java

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
/*
2-
* This file is part of LUMI.
2+
* Lumi
33
*
4-
* LUMI is free software: you can redistribute it and/or modify
4+
* Copyright (C) 2023-2024 FalsePattern, Ven
5+
* All Rights Reserved
6+
*
7+
* The above copyright notice and this permission notice shall be included
8+
* in all copies or substantial portions of the Software.
9+
*
10+
* This program is free software: you can redistribute it and/or modify
511
* it under the terms of the GNU Lesser General Public License as published by
612
* the Free Software Foundation, either version 3 of the License, or
713
* (at your option) any later version.
814
*
9-
* LUMI is distributed in the hope that it will be useful,
15+
* This program is distributed in the hope that it will be useful,
1016
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU Lesser General Public License for more details.
17+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* GNU General Public License for more details.
1319
*
1420
* You should have received a copy of the GNU Lesser General Public License
15-
* along with LUMI. If not, see <https://www.gnu.org/licenses/>.
21+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
22+
*
1623
*/
1724

1825
package com.falsepattern.lumi.api;

src/main/java/com/falsepattern/lumi/api/LumiChunkAPI.java

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
/*
2-
* This file is part of LUMI.
2+
* Lumi
33
*
4-
* LUMI is free software: you can redistribute it and/or modify
4+
* Copyright (C) 2023-2024 FalsePattern, Ven
5+
* All Rights Reserved
6+
*
7+
* The above copyright notice and this permission notice shall be included
8+
* in all copies or substantial portions of the Software.
9+
*
10+
* This program is free software: you can redistribute it and/or modify
511
* it under the terms of the GNU Lesser General Public License as published by
612
* the Free Software Foundation, either version 3 of the License, or
713
* (at your option) any later version.
814
*
9-
* LUMI is distributed in the hope that it will be useful,
15+
* This program is distributed in the hope that it will be useful,
1016
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU Lesser General Public License for more details.
17+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* GNU General Public License for more details.
1319
*
1420
* You should have received a copy of the GNU Lesser General Public License
15-
* along with LUMI. If not, see <https://www.gnu.org/licenses/>.
21+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
22+
*
1623
*/
1724

1825
package com.falsepattern.lumi.api;

src/main/java/com/falsepattern/lumi/api/chunk/LumiChunk.java

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
/*
2-
* This file is part of LUMI.
2+
* Lumi
33
*
4-
* LUMI is free software: you can redistribute it and/or modify
4+
* Copyright (C) 2023-2024 FalsePattern, Ven
5+
* All Rights Reserved
6+
*
7+
* The above copyright notice and this permission notice shall be included
8+
* in all copies or substantial portions of the Software.
9+
*
10+
* This program is free software: you can redistribute it and/or modify
511
* it under the terms of the GNU Lesser General Public License as published by
612
* the Free Software Foundation, either version 3 of the License, or
713
* (at your option) any later version.
814
*
9-
* LUMI is distributed in the hope that it will be useful,
15+
* This program is distributed in the hope that it will be useful,
1016
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU Lesser General Public License for more details.
17+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* GNU General Public License for more details.
1319
*
1420
* You should have received a copy of the GNU Lesser General Public License
15-
* along with LUMI. If not, see <https://www.gnu.org/licenses/>.
21+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
22+
*
1623
*/
1724

1825
package com.falsepattern.lumi.api.chunk;

src/main/java/com/falsepattern/lumi/api/chunk/LumiChunkRoot.java

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
/*
2-
* This file is part of LUMI.
2+
* Lumi
33
*
4-
* LUMI is free software: you can redistribute it and/or modify
4+
* Copyright (C) 2023-2024 FalsePattern, Ven
5+
* All Rights Reserved
6+
*
7+
* The above copyright notice and this permission notice shall be included
8+
* in all copies or substantial portions of the Software.
9+
*
10+
* This program is free software: you can redistribute it and/or modify
511
* it under the terms of the GNU Lesser General Public License as published by
612
* the Free Software Foundation, either version 3 of the License, or
713
* (at your option) any later version.
814
*
9-
* LUMI is distributed in the hope that it will be useful,
15+
* This program is distributed in the hope that it will be useful,
1016
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU Lesser General Public License for more details.
17+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* GNU General Public License for more details.
1319
*
1420
* You should have received a copy of the GNU Lesser General Public License
15-
* along with LUMI. If not, see <https://www.gnu.org/licenses/>.
21+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
22+
*
1623
*/
1724

1825
package com.falsepattern.lumi.api.chunk;

src/main/java/com/falsepattern/lumi/api/chunk/LumiSubChunk.java

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
/*
2-
* This file is part of LUMI.
2+
* Lumi
33
*
4-
* LUMI is free software: you can redistribute it and/or modify
4+
* Copyright (C) 2023-2024 FalsePattern, Ven
5+
* All Rights Reserved
6+
*
7+
* The above copyright notice and this permission notice shall be included
8+
* in all copies or substantial portions of the Software.
9+
*
10+
* This program is free software: you can redistribute it and/or modify
511
* it under the terms of the GNU Lesser General Public License as published by
612
* the Free Software Foundation, either version 3 of the License, or
713
* (at your option) any later version.
814
*
9-
* LUMI is distributed in the hope that it will be useful,
15+
* This program is distributed in the hope that it will be useful,
1016
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU Lesser General Public License for more details.
17+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* GNU General Public License for more details.
1319
*
1420
* You should have received a copy of the GNU Lesser General Public License
15-
* along with LUMI. If not, see <https://www.gnu.org/licenses/>.
21+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
22+
*
1623
*/
1724

1825
package com.falsepattern.lumi.api.chunk;

src/main/java/com/falsepattern/lumi/api/chunk/LumiSubChunkRoot.java

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
/*
2-
* This file is part of LUMI.
2+
* Lumi
33
*
4-
* LUMI is free software: you can redistribute it and/or modify
4+
* Copyright (C) 2023-2024 FalsePattern, Ven
5+
* All Rights Reserved
6+
*
7+
* The above copyright notice and this permission notice shall be included
8+
* in all copies or substantial portions of the Software.
9+
*
10+
* This program is free software: you can redistribute it and/or modify
511
* it under the terms of the GNU Lesser General Public License as published by
612
* the Free Software Foundation, either version 3 of the License, or
713
* (at your option) any later version.
814
*
9-
* LUMI is distributed in the hope that it will be useful,
15+
* This program is distributed in the hope that it will be useful,
1016
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU Lesser General Public License for more details.
17+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* GNU General Public License for more details.
1319
*
1420
* You should have received a copy of the GNU Lesser General Public License
15-
* along with LUMI. If not, see <https://www.gnu.org/licenses/>.
21+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
22+
*
1623
*/
1724

1825
package com.falsepattern.lumi.api.chunk;

src/main/java/com/falsepattern/lumi/api/event/ChunkPacketSizeEvent.java

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
/*
2-
* This file is part of LUMI.
2+
* Lumi
33
*
4-
* LUMI is free software: you can redistribute it and/or modify
4+
* Copyright (C) 2023-2024 FalsePattern, Ven
5+
* All Rights Reserved
6+
*
7+
* The above copyright notice and this permission notice shall be included
8+
* in all copies or substantial portions of the Software.
9+
*
10+
* This program is free software: you can redistribute it and/or modify
511
* it under the terms of the GNU Lesser General Public License as published by
612
* the Free Software Foundation, either version 3 of the License, or
713
* (at your option) any later version.
814
*
9-
* LUMI is distributed in the hope that it will be useful,
15+
* This program is distributed in the hope that it will be useful,
1016
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU Lesser General Public License for more details.
17+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* GNU General Public License for more details.
1319
*
1420
* You should have received a copy of the GNU Lesser General Public License
15-
* along with LUMI. If not, see <https://www.gnu.org/licenses/>.
21+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
22+
*
1623
*/
1724

1825
package com.falsepattern.lumi.api.event;

src/main/java/com/falsepattern/lumi/api/event/LumiLightingEngineRegistrationEvent.java

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
/*
2-
* This file is part of LUMI.
2+
* Lumi
33
*
4-
* LUMI is free software: you can redistribute it and/or modify
4+
* Copyright (C) 2023-2024 FalsePattern, Ven
5+
* All Rights Reserved
6+
*
7+
* The above copyright notice and this permission notice shall be included
8+
* in all copies or substantial portions of the Software.
9+
*
10+
* This program is free software: you can redistribute it and/or modify
511
* it under the terms of the GNU Lesser General Public License as published by
612
* the Free Software Foundation, either version 3 of the License, or
713
* (at your option) any later version.
814
*
9-
* LUMI is distributed in the hope that it will be useful,
15+
* This program is distributed in the hope that it will be useful,
1016
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU Lesser General Public License for more details.
17+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* GNU General Public License for more details.
1319
*
1420
* You should have received a copy of the GNU Lesser General Public License
15-
* along with LUMI. If not, see <https://www.gnu.org/licenses/>.
21+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
22+
*
1623
*/
1724

1825
package com.falsepattern.lumi.api.event;

src/main/java/com/falsepattern/lumi/api/event/LumiWorldProviderRegistrationEvent.java

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
/*
2-
* This file is part of LUMI.
2+
* Lumi
33
*
4-
* LUMI is free software: you can redistribute it and/or modify
4+
* Copyright (C) 2023-2024 FalsePattern, Ven
5+
* All Rights Reserved
6+
*
7+
* The above copyright notice and this permission notice shall be included
8+
* in all copies or substantial portions of the Software.
9+
*
10+
* This program is free software: you can redistribute it and/or modify
511
* it under the terms of the GNU Lesser General Public License as published by
612
* the Free Software Foundation, either version 3 of the License, or
713
* (at your option) any later version.
814
*
9-
* LUMI is distributed in the hope that it will be useful,
15+
* This program is distributed in the hope that it will be useful,
1016
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU Lesser General Public License for more details.
17+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* GNU General Public License for more details.
1319
*
1420
* You should have received a copy of the GNU Lesser General Public License
15-
* along with LUMI. If not, see <https://www.gnu.org/licenses/>.
21+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
22+
*
1623
*/
1724

1825
package com.falsepattern.lumi.api.event;

0 commit comments

Comments
 (0)