Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 75a8195

Browse files
committed
Fix license headers.
1 parent b23d090 commit 75a8195

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

patchwork-events-world/src/main/java/com/patchworkmc/impl/event/world/IGetWorldFromChunkGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Minecraft Forge, Patchwork Project
3-
* Copyright (c) 2016-2019, 2019
3+
* Copyright (c) 2016-2020, 2019-2020
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

patchwork-events-world/src/main/java/com/patchworkmc/impl/event/world/WorldEvents.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Minecraft Forge, Patchwork Project
3-
* Copyright (c) 2016-2019, 2019
3+
* Copyright (c) 2016-2020, 2019-2020
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

patchwork-events-world/src/main/java/com/patchworkmc/mixin/event/world/MixinChunkGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Minecraft Forge, Patchwork Project
3-
* Copyright (c) 2016-2019, 2019
3+
* Copyright (c) 2016-2020, 2019-2020
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

patchwork-events-world/src/main/java/com/patchworkmc/mixin/event/world/MixinClientWorld.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Minecraft Forge, Patchwork Project
3-
* Copyright (c) 2016-2019, 2019
3+
* Copyright (c) 2016-2020, 2019-2020
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

patchwork-events-world/src/main/java/com/patchworkmc/mixin/event/world/MixinMinecraftClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Minecraft Forge, Patchwork Project
3-
* Copyright (c) 2016-2019, 2019
3+
* Copyright (c) 2016-2020, 2019-2020
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

patchwork-events-world/src/main/java/com/patchworkmc/mixin/event/world/MixinMinecraftServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Minecraft Forge, Patchwork Project
3-
* Copyright (c) 2016-2019, 2019
3+
* Copyright (c) 2016-2020, 2019-2020
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

patchwork-events-world/src/main/java/com/patchworkmc/mixin/event/world/MixinServerWorld.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Minecraft Forge, Patchwork Project
3-
* Copyright (c) 2016-2019, 2019
3+
* Copyright (c) 2016-2020, 2019-2020
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

patchwork-events-world/src/main/java/com/patchworkmc/mixin/event/world/MixinSpawnHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Minecraft Forge, Patchwork Project
3-
* Copyright (c) 2016-2019, 2019
3+
* Copyright (c) 2016-2020, 2019-2020
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

patchwork-events-world/src/main/java/net/minecraftforge/event/world/WorldEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Minecraft Forge, Patchwork Project
3-
* Copyright (c) 2016-2019, 2019
3+
* Copyright (c) 2016-2020, 2019-2020
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)