From 1f7c3c02f516db2fb497ba3218e8f17a6ea0d77e Mon Sep 17 00:00:00 2001 From: "Reichenbach, Michael" Date: Thu, 3 Mar 2022 16:12:53 +0100 Subject: [PATCH] chore: update licenses --- .../channel/ChannelSettingChangedEvent.java | 23 +++++++++++++++++++ .../channel/ChannelSettingsChanged.java | 23 +++++++++++++++++++ .../message/SendGlobalMessageEvent.java | 23 +++++++++++++++++++ .../ui/placeholder/ReplacementProvider.java | 23 +++++++++++++++++++ 4 files changed, 92 insertions(+) diff --git a/core/src/main/java/net/silthus/schat/events/channel/ChannelSettingChangedEvent.java b/core/src/main/java/net/silthus/schat/events/channel/ChannelSettingChangedEvent.java index 7f3d04fab..8ea88dc62 100644 --- a/core/src/main/java/net/silthus/schat/events/channel/ChannelSettingChangedEvent.java +++ b/core/src/main/java/net/silthus/schat/events/channel/ChannelSettingChangedEvent.java @@ -1,3 +1,26 @@ +/* + * This file is part of sChat, licensed under the MIT License. + * Copyright (C) Silthus + * Copyright (C) sChat team and contributors + * + * 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 net.silthus.schat.events.channel; import net.silthus.schat.channel.Channel; diff --git a/core/src/main/java/net/silthus/schat/events/channel/ChannelSettingsChanged.java b/core/src/main/java/net/silthus/schat/events/channel/ChannelSettingsChanged.java index c330cbc06..619c91565 100644 --- a/core/src/main/java/net/silthus/schat/events/channel/ChannelSettingsChanged.java +++ b/core/src/main/java/net/silthus/schat/events/channel/ChannelSettingsChanged.java @@ -1,3 +1,26 @@ +/* + * This file is part of sChat, licensed under the MIT License. + * Copyright (C) Silthus + * Copyright (C) sChat team and contributors + * + * 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 net.silthus.schat.events.channel; import net.silthus.schat.channel.Channel; diff --git a/core/src/main/java/net/silthus/schat/events/message/SendGlobalMessageEvent.java b/core/src/main/java/net/silthus/schat/events/message/SendGlobalMessageEvent.java index fa59c7f2a..2d9512fb8 100644 --- a/core/src/main/java/net/silthus/schat/events/message/SendGlobalMessageEvent.java +++ b/core/src/main/java/net/silthus/schat/events/message/SendGlobalMessageEvent.java @@ -1,3 +1,26 @@ +/* + * This file is part of sChat, licensed under the MIT License. + * Copyright (C) Silthus + * Copyright (C) sChat team and contributors + * + * 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 net.silthus.schat.events.message; import java.util.concurrent.atomic.AtomicBoolean; diff --git a/ui/src/main/java/net/silthus/schat/ui/placeholder/ReplacementProvider.java b/ui/src/main/java/net/silthus/schat/ui/placeholder/ReplacementProvider.java index c8b45d9f2..51faa353a 100644 --- a/ui/src/main/java/net/silthus/schat/ui/placeholder/ReplacementProvider.java +++ b/ui/src/main/java/net/silthus/schat/ui/placeholder/ReplacementProvider.java @@ -1,3 +1,26 @@ +/* + * This file is part of sChat, licensed under the MIT License. + * Copyright (C) Silthus + * Copyright (C) sChat team and contributors + * + * 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 net.silthus.schat.ui.placeholder; import net.silthus.schat.message.Message;