diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-06-26 21:46:24 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-06-26 21:46:24 +0800 |
| commit | 518b3085443a2f0d6ffdcef8c6981dc0160eb09c (patch) | |
| tree | e79ec31c9efe4f4f683a3632e0b1acac72e1ba12 /api | |
| parent | e4e61025dc25eefec3dfd419a5c9f0a11000e163 (diff) | |
| download | RoughlyEnoughItems-518b3085443a2f0d6ffdcef8c6981dc0160eb09c.tar.gz RoughlyEnoughItems-518b3085443a2f0d6ffdcef8c6981dc0160eb09c.tar.bz2 RoughlyEnoughItems-518b3085443a2f0d6ffdcef8c6981dc0160eb09c.zip | |
CloseableScissors
Diffstat (limited to 'api')
| -rw-r--r-- | api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/CloseableScissors.java | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/CloseableScissors.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/CloseableScissors.java index 226c33ffc..4b16dedc5 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/CloseableScissors.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/CloseableScissors.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 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.api.client.gui.widgets; import org.jetbrains.annotations.ApiStatus; |
