Skip to content

Commit fd995f1

Browse files
committed
[ci skip] propagate new license to files
1 parent 5bc4e53 commit fd995f1

23 files changed

+92
-261
lines changed

src/main/java/com/falsepattern/chunk/api/ChunkDataManager.java

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
/*
2-
* -------------------------------------------------------------------------------
3-
* @author FalsePattern
4-
*
5-
* Copyright 2023
6-
*
7-
* All rights reserved.
8-
* Distribution of the software in any form is only allowed with
9-
* explicit, prior permission from the owner.
10-
* -------------------------------------------------------------------------------
2+
* Copyright (c) 2023 FalsePattern
3+
* This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
4+
* To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
116
*/
127

138
package com.falsepattern.chunk.api;

src/main/java/com/falsepattern/chunk/api/ChunkDataRegistry.java

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
/*
2-
* -------------------------------------------------------------------------------
3-
* @author FalsePattern
4-
*
5-
* Copyright 2023
6-
*
7-
* All rights reserved.
8-
* Distribution of the software in any form is only allowed with
9-
* explicit, prior permission from the owner.
10-
* -------------------------------------------------------------------------------
2+
* Copyright (c) 2023 FalsePattern
3+
* This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
4+
* To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
116
*/
127

138
package com.falsepattern.chunk.api;

src/main/java/com/falsepattern/chunk/api/package-info.java

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
/*
2-
* -------------------------------------------------------------------------------
3-
* @author FalsePattern
4-
*
5-
* Copyright 2023
6-
*
7-
* All rights reserved.
8-
* Distribution of the software in any form is only allowed with
9-
* explicit, prior permission from the owner.
10-
* -------------------------------------------------------------------------------
2+
* Copyright (c) 2023 FalsePattern
3+
* This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
4+
* To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
116
*/
127

138
/**

src/main/java/com/falsepattern/chunk/internal/ChunkAPI.java

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
/*
2-
* -------------------------------------------------------------------------------
3-
* @author FalsePattern
4-
*
5-
* Copyright 2023
6-
*
7-
* All rights reserved.
8-
* Distribution of the software in any form is only allowed with
9-
* explicit, prior permission from the owner.
10-
* -------------------------------------------------------------------------------
2+
* Copyright (c) 2023 FalsePattern
3+
* This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
4+
* To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
116
*/
127

138
package com.falsepattern.chunk.internal;

src/main/java/com/falsepattern/chunk/internal/ChunkDataRegistryImpl.java

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
/*
2-
* -------------------------------------------------------------------------------
3-
* @author FalsePattern
4-
*
5-
* Copyright 2023
6-
*
7-
* All rights reserved.
8-
* Distribution of the software in any form is only allowed with
9-
* explicit, prior permission from the owner.
10-
* -------------------------------------------------------------------------------
2+
* Copyright (c) 2023 FalsePattern
3+
* This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
4+
* To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
116
*/
127

138
package com.falsepattern.chunk.internal;

src/main/java/com/falsepattern/chunk/internal/Common.java

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
/*
2-
* -------------------------------------------------------------------------------
3-
* @author FalsePattern
4-
*
5-
* Copyright 2023
6-
*
7-
* All rights reserved.
8-
* Distribution of the software in any form is only allowed with
9-
* explicit, prior permission from the owner.
10-
* -------------------------------------------------------------------------------
2+
* Copyright (c) 2023 FalsePattern
3+
* This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
4+
* To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
116
*/
127

138
package com.falsepattern.chunk.internal;

src/main/java/com/falsepattern/chunk/internal/Tags.java

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
/*
2-
* -------------------------------------------------------------------------------
3-
* @author FalsePattern
4-
*
5-
* Copyright 2023
6-
*
7-
* All rights reserved.
8-
* Distribution of the software in any form is only allowed with
9-
* explicit, prior permission from the owner.
10-
* -------------------------------------------------------------------------------
2+
* Copyright (c) 2023 FalsePattern
3+
* This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
4+
* To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
116
*/
127

138
package com.falsepattern.chunk.internal;

src/main/java/com/falsepattern/chunk/internal/mixin/mixins/client/vanilla/ChunkMixin.java

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
/*
2-
* -------------------------------------------------------------------------------
3-
* @author FalsePattern
4-
*
5-
* Copyright 2023
6-
*
7-
* All rights reserved.
8-
* Distribution of the software in any form is only allowed with
9-
* explicit, prior permission from the owner.
10-
* -------------------------------------------------------------------------------
2+
* Copyright (c) 2023 FalsePattern
3+
* This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
4+
* To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
116
*/
127

138
package com.falsepattern.chunk.internal.mixin.mixins.client.vanilla;

src/main/java/com/falsepattern/chunk/internal/mixin/mixins/common/vanilla/AnvilChunkLoaderMixin.java

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
/*
2-
* -------------------------------------------------------------------------------
3-
* @author FalsePattern
4-
*
5-
* Copyright 2023
6-
*
7-
* All rights reserved.
8-
* Distribution of the software in any form is only allowed with
9-
* explicit, prior permission from the owner.
10-
* -------------------------------------------------------------------------------
2+
* Copyright (c) 2023 FalsePattern
3+
* This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
4+
* To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
116
*/
127

138
package com.falsepattern.chunk.internal.mixin.mixins.common.vanilla;

src/main/java/com/falsepattern/chunk/internal/mixin/mixins/common/vanilla/S21PacketChunkDataMixin.java

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
/*
2-
* -------------------------------------------------------------------------------
3-
* @author FalsePattern
4-
*
5-
* Copyright 2023
6-
*
7-
* All rights reserved.
8-
* Distribution of the software in any form is only allowed with
9-
* explicit, prior permission from the owner.
10-
* -------------------------------------------------------------------------------
2+
* Copyright (c) 2023 FalsePattern
3+
* This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
4+
* To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/
5+
* or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
116
*/
127

138
package com.falsepattern.chunk.internal.mixin.mixins.common.vanilla;

0 commit comments

Comments
 (0)