diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-11-05 19:10:31 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-11-05 19:34:38 +0800 |
| commit | 30a0f16c1395e99efaa13216f0a4994e8c7c9c91 (patch) | |
| tree | 568a04b8e430e8405823e3967962f47b2a60c796 | |
| parent | ff8cd3e6fb20fffd1d05d59fd34db519e42a0e38 (diff) | |
| download | RoughlyEnoughItems-30a0f16c1395e99efaa13216f0a4994e8c7c9c91.tar.gz RoughlyEnoughItems-30a0f16c1395e99efaa13216f0a4994e8c7c9c91.tar.bz2 RoughlyEnoughItems-30a0f16c1395e99efaa13216f0a4994e8c7c9c91.zip | |
Add license headers
| -rw-r--r-- | runtime/src/main/java/me/shedaniel/rei/impl/client/gui/widget/TabContainerWidget.java | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/runtime/src/main/java/me/shedaniel/rei/impl/client/gui/widget/TabContainerWidget.java b/runtime/src/main/java/me/shedaniel/rei/impl/client/gui/widget/TabContainerWidget.java index b204b73ec..950328d84 100644 --- a/runtime/src/main/java/me/shedaniel/rei/impl/client/gui/widget/TabContainerWidget.java +++ b/runtime/src/main/java/me/shedaniel/rei/impl/client/gui/widget/TabContainerWidget.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.impl.client.gui.widget; import com.mojang.blaze3d.vertex.PoseStack; |
