aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2020-03-05 15:57:57 +0800
committershedaniel <daniel@shedaniel.me>2020-03-05 15:57:57 +0800
commit14a47ac2df9c9b0862d4dcdd3c62763f5273ca8e (patch)
tree074bf7a776de82d302250629add8a85c4947f40a /src/main/java/me
parent7baaacb421ebc55b7360cd76574c421c41e10859 (diff)
downloadRoughlyEnoughItems-14a47ac2df9c9b0862d4dcdd3c62763f5273ca8e.tar.gz
RoughlyEnoughItems-14a47ac2df9c9b0862d4dcdd3c62763f5273ca8e.tar.bz2
RoughlyEnoughItems-14a47ac2df9c9b0862d4dcdd3c62763f5273ca8e.zip
fix license
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src/main/java/me')
-rw-r--r--src/main/java/me/shedaniel/rei/listeners/BucketItemHooks.java23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/main/java/me/shedaniel/rei/listeners/BucketItemHooks.java b/src/main/java/me/shedaniel/rei/listeners/BucketItemHooks.java
index e49ded38e..4092d2369 100644
--- a/src/main/java/me/shedaniel/rei/listeners/BucketItemHooks.java
+++ b/src/main/java/me/shedaniel/rei/listeners/BucketItemHooks.java
@@ -1,3 +1,26 @@
+/*
+ * This file is licensed under the MIT License, part of Roughly Enough Items.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ *
+ * 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.
+ */
+
package me.shedaniel.rei.listeners;
import net.minecraft.fluid.Fluid;