aboutsummaryrefslogtreecommitdiff
path: root/forge/src/main/java
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2023-06-08 14:56:32 +0800
committershedaniel <daniel@shedaniel.me>2023-06-08 14:58:29 +0800
commit3b1e371aca065a69d4469e497917485ec096123c (patch)
tree8c6879a6005194d0afb9deef15a781a5903664aa /forge/src/main/java
parenta5c727c6f21d8c6dcedd51b0f66f209027580375 (diff)
parent8e30d26beb4672fd69bbd5d7f44e2114265abd0c (diff)
downloadRoughlyEnoughItems-3b1e371aca065a69d4469e497917485ec096123c.tar.gz
RoughlyEnoughItems-3b1e371aca065a69d4469e497917485ec096123c.tar.bz2
RoughlyEnoughItems-3b1e371aca065a69d4469e497917485ec096123c.zip
Merge remote-tracking branch 'shedaniel/11.x-1.19.4' into 12.x-1.20
# Conflicts: # fabric/src/main/resources/error_notifier.json
Diffstat (limited to 'forge/src/main/java')
-rw-r--r--forge/src/main/java/me/shedaniel/rei/impl/client/CodepointMapWrapper.java23
1 files changed, 23 insertions, 0 deletions
diff --git a/forge/src/main/java/me/shedaniel/rei/impl/client/CodepointMapWrapper.java b/forge/src/main/java/me/shedaniel/rei/impl/client/CodepointMapWrapper.java
index 2362d48da..fcc396b9c 100644
--- a/forge/src/main/java/me/shedaniel/rei/impl/client/CodepointMapWrapper.java
+++ b/forge/src/main/java/me/shedaniel/rei/impl/client/CodepointMapWrapper.java
@@ -1,3 +1,26 @@
+/*
+ * This file is licensed under the MIT License, part of Roughly Enough Items.
+ * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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.impl.client;
import it.unimi.dsi.fastutil.ints.IntSet;