From 1b18e93607386af8d868a0d06764f89cb0283d91 Mon Sep 17 00:00:00 2001 From: Aikar Date: Sat, 31 Dec 2016 21:51:49 -0500 Subject: [PATCH] Remove my copyright headers, copy/pasted --- .../0048-PlayerTeleportEndGatewayEvent.patch | 29 ++----------------- 1 file changed, 3 insertions(+), 26 deletions(-) diff --git a/Spigot-API-Patches/0048-PlayerTeleportEndGatewayEvent.patch b/Spigot-API-Patches/0048-PlayerTeleportEndGatewayEvent.patch index 8ef63ac07c..e87b740bc5 100644 --- a/Spigot-API-Patches/0048-PlayerTeleportEndGatewayEvent.patch +++ b/Spigot-API-Patches/0048-PlayerTeleportEndGatewayEvent.patch @@ -1,4 +1,4 @@ -From d9236080686e571fbec54783baccfbbcafb22116 Mon Sep 17 00:00:00 2001 +From 5d15ce969e0294506f6924f548bebbfbd30d3bdf Mon Sep 17 00:00:00 2001 From: Aikar Date: Sat, 31 Dec 2016 20:29:33 -0500 Subject: [PATCH] PlayerTeleportEndGatewayEvent @@ -7,33 +7,10 @@ Allows you to access the Gateway being used in a teleport event diff --git a/src/main/java/com/destroystokyo/paper/event/player/PlayerTeleportEndGatewayEvent.java b/src/main/java/com/destroystokyo/paper/event/player/PlayerTeleportEndGatewayEvent.java new file mode 100644 -index 00000000..8ce7ec5a +index 00000000..84eb0a54 --- /dev/null +++ b/src/main/java/com/destroystokyo/paper/event/player/PlayerTeleportEndGatewayEvent.java -@@ -0,0 +1,49 @@ -+/* -+ * Copyright (c) 2016 Starlis LLC / Daniel Ennis (Aikar) - MIT License -+ * -+ * Permission is hereby granted, free of charge, to any person obtaining -+ * a copy of this software and associated documentation files (the -+ * "Software"), to deal in the Software without restriction, including -+ * without limitation the rights to use, copy, modify, merge, publish, -+ * distribute, sublicense, and/or sell copies of the Software, and to -+ * permit persons to whom the Software is furnished to do so, subject to -+ * the following conditions: -+ * -+ * The above copyright notice and this permission notice shall be -+ * included in all copies or substantial portions of the Software. -+ * -+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -+ */ -+ +@@ -0,0 +1,26 @@ +package com.destroystokyo.paper.event.player; + +import org.bukkit.Location;