From 4ff298013c5c7823cfa75052d8dc051820abc3ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Sat, 15 Jun 2024 21:56:58 +0200 Subject: [PATCH] Bump version --- LICENSE | 2 +- files/acp/be.bastelstu.chat_install.php | 2 +- files/acp/be.bastelstu.chat_update.php | 2 +- files/acp/global.php | 2 +- files/acp/index.php | 2 +- files/global.php | 2 +- files/index.php | 2 +- .../lib/acp/form/CommandTriggerAddForm.class.php | 2 +- .../acp/form/CommandTriggerEditForm.class.php | 2 +- files/lib/acp/form/RoomAddForm.class.php | 2 +- files/lib/acp/form/RoomEditForm.class.php | 2 +- .../acp/page/CommandTriggerListPage.class.php | 2 +- files/lib/acp/page/RoomListPage.class.php | 2 +- files/lib/acp/page/SuspensionListPage.class.php | 2 +- files/lib/data/command/Command.class.php | 2 +- files/lib/data/command/CommandCache.class.php | 2 +- files/lib/data/command/CommandEditor.class.php | 2 +- files/lib/data/command/CommandList.class.php | 2 +- files/lib/data/command/CommandTrigger.class.php | 2 +- .../data/command/CommandTriggerAction.class.php | 2 +- .../data/command/CommandTriggerEditor.class.php | 2 +- .../data/command/CommandTriggerList.class.php | 2 +- files/lib/data/message/Message.class.php | 2 +- files/lib/data/message/MessageAction.class.php | 2 +- files/lib/data/message/MessageEditor.class.php | 2 +- files/lib/data/message/MessageList.class.php | 2 +- files/lib/data/message/ViewableMessage.class.php | 2 +- files/lib/data/room/Room.class.php | 2 +- files/lib/data/room/RoomAction.class.php | 2 +- files/lib/data/room/RoomCache.class.php | 2 +- files/lib/data/room/RoomEditor.class.php | 2 +- files/lib/data/room/RoomList.class.php | 2 +- files/lib/data/suspension/Suspension.class.php | 2 +- .../data/suspension/SuspensionAction.class.php | 2 +- .../data/suspension/SuspensionEditor.class.php | 2 +- .../lib/data/suspension/SuspensionList.class.php | 2 +- files/lib/data/user/User.class.php | 2 +- files/lib/data/user/UserAction.class.php | 2 +- files/lib/data/user/UserList.class.php | 2 +- files/lib/page/LogPage.class.php | 2 +- files/lib/page/RoomListPage.class.php | 2 +- files/lib/page/RoomPage.class.php | 2 +- files/lib/page/TConfiguredPage.class.php | 2 +- files/lib/system/CHATCore.class.php | 2 +- .../MessageAttachmentObjectType.class.php | 2 +- .../system/box/RoomListBoxController.class.php | 2 +- .../cache/builder/CommandCacheBuilder.class.php | 2 +- .../cache/builder/RoomCacheBuilder.class.php | 2 +- .../cache/runtime/UserRuntimeCache.class.php | 2 +- .../lib/system/command/AbstractCommand.class.php | 2 +- .../AbstractInputProcessedCommand.class.php | 2 +- .../command/AbstractSuspensionCommand.class.php | 2 +- .../AbstractUnsuspensionCommand.class.php | 2 +- files/lib/system/command/AwayCommand.class.php | 2 +- files/lib/system/command/BackCommand.class.php | 2 +- files/lib/system/command/BanCommand.class.php | 2 +- .../system/command/BroadcastCommand.class.php | 2 +- files/lib/system/command/ColorCommand.class.php | 2 +- files/lib/system/command/ICommand.class.php | 2 +- files/lib/system/command/InfoCommand.class.php | 2 +- files/lib/system/command/MeCommand.class.php | 2 +- files/lib/system/command/MuteCommand.class.php | 2 +- files/lib/system/command/PlainCommand.class.php | 2 +- files/lib/system/command/TNeedsUser.class.php | 2 +- files/lib/system/command/TeamCommand.class.php | 2 +- .../lib/system/command/TemproomCommand.class.php | 2 +- files/lib/system/command/UnbanCommand.class.php | 2 +- files/lib/system/command/UnmuteCommand.class.php | 2 +- files/lib/system/command/WhereCommand.class.php | 2 +- .../lib/system/command/WhisperCommand.class.php | 2 +- .../condition/room/RoomFilledCondition.class.php | 2 +- ...UpCronjobExecuteChatCleanUpListener.class.php | 2 +- ...eanUpCronjobExecuteTemproomListener.class.php | 2 +- .../InfoCommandSuspensionsListener.class.php | 2 +- ...RoomActionGetUsersModeratorListener.class.php | 2 +- .../listener/RoomCanJoinBanListener.class.php | 2 +- .../RoomCanJoinUserLimitListener.class.php | 2 +- .../RoomCanSeeTemproomListener.class.php | 2 +- .../RoomCanWritePubliclyMuteListener.class.php | 2 +- .../RoomEditFormTemproomListener.class.php | 2 +- .../RoomListPageTemproomListener.class.php | 2 +- .../SuspensionListPageTemproomListener.class.php | 2 +- .../message/type/AttachmentMessageType.class.php | 2 +- .../message/type/AwayMessageType.class.php | 2 +- .../message/type/BackMessageType.class.php | 2 +- .../message/type/BroadcastMessageType.class.php | 2 +- .../message/type/ChatUpdateMessageType.class.php | 2 +- .../message/type/ColorMessageType.class.php | 2 +- .../message/type/IDeletableMessageType.class.php | 2 +- .../system/message/type/IMessageType.class.php | 2 +- .../message/type/InfoMessageType.class.php | 2 +- .../message/type/JoinMessageType.class.php | 2 +- .../message/type/LeaveMessageType.class.php | 2 +- .../system/message/type/MeMessageType.class.php | 2 +- .../message/type/PlainMessageType.class.php | 2 +- .../message/type/SuspendMessageType.class.php | 2 +- .../system/message/type/TCanSeeCreator.class.php | 2 +- .../message/type/TCanSeeInSameRoom.class.php | 2 +- .../message/type/TDefaultPayload.class.php | 2 +- .../message/type/TeamMessageType.class.php | 2 +- .../type/TemproomCreatedMessageType.class.php | 2 +- .../type/TemproomInvitedMessageType.class.php | 2 +- .../message/type/TombstoneMessageType.class.php | 2 +- .../message/type/UnsuspendMessageType.class.php | 2 +- .../message/type/WhereMessageType.class.php | 2 +- .../message/type/WhisperMessageType.class.php | 2 +- .../system/page/handler/LogPageHandler.class.php | 2 +- .../page/handler/RoomListPageHandler.class.php | 2 +- .../page/handler/RoomPageHandler.class.php | 2 +- .../page/handler/TRoomPageHandler.class.php | 2 +- .../system/suspension/BanSuspension.class.php | 2 +- .../lib/system/suspension/ISuspension.class.php | 2 +- .../system/suspension/MuteSuspension.class.php | 2 +- files/style/be.bastelstu.chat.messageTypes.scss | 2 +- files/style/be.bastelstu.chat.scss | 2 +- files_wcf/js/Bastelstu.be/Chat.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Autocompleter.js | 2 +- files_wcf/js/Bastelstu.be/Chat/BoxRoomList.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Command.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Command/Away.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Command/Back.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Command/Ban.js | 2 +- .../js/Bastelstu.be/Chat/Command/Broadcast.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Command/Color.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Command/Info.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Command/Me.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Command/Mute.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Command/Plain.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Command/Team.js | 2 +- .../js/Bastelstu.be/Chat/Command/Temproom.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Command/Unban.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Command/Unmute.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Command/Where.js | 2 +- .../js/Bastelstu.be/Chat/Command/Whisper.js | 2 +- .../js/Bastelstu.be/Chat/Command/_Suspension.js | 2 +- .../Bastelstu.be/Chat/Command/_Unsuspension.js | 2 +- files_wcf/js/Bastelstu.be/Chat/CommandHandler.js | 2 +- .../Chat/DataStructure/EventEmitter.js | 2 +- .../js/Bastelstu.be/Chat/DataStructure/LRU.js | 2 +- .../Chat/DataStructure/RedBlackTree/Node.js | 2 +- .../Chat/DataStructure/RedBlackTree/Tree.js | 2 +- .../Bastelstu.be/Chat/DataStructure/Throttle.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Helper.js | 2 +- files_wcf/js/Bastelstu.be/Chat/LocalStorage.js | 2 +- .../js/Bastelstu.be/Chat/LocalStorageEmulator.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Log.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Message.js | 2 +- files_wcf/js/Bastelstu.be/Chat/MessageType.js | 2 +- .../js/Bastelstu.be/Chat/MessageType/Away.js | 2 +- .../js/Bastelstu.be/Chat/MessageType/Back.js | 2 +- .../Bastelstu.be/Chat/MessageType/Broadcast.js | 2 +- .../Bastelstu.be/Chat/MessageType/ChatUpdate.js | 2 +- .../js/Bastelstu.be/Chat/MessageType/Color.js | 2 +- .../js/Bastelstu.be/Chat/MessageType/Info.js | 2 +- .../js/Bastelstu.be/Chat/MessageType/Join.js | 2 +- .../js/Bastelstu.be/Chat/MessageType/Leave.js | 2 +- files_wcf/js/Bastelstu.be/Chat/MessageType/Me.js | 2 +- .../js/Bastelstu.be/Chat/MessageType/Plain.js | 2 +- .../js/Bastelstu.be/Chat/MessageType/Suspend.js | 2 +- .../js/Bastelstu.be/Chat/MessageType/Team.js | 2 +- .../Chat/MessageType/TemproomCreated.js | 2 +- .../Chat/MessageType/TemproomInvited.js | 2 +- .../Bastelstu.be/Chat/MessageType/Tombstone.js | 2 +- .../Bastelstu.be/Chat/MessageType/Unsuspend.js | 2 +- .../js/Bastelstu.be/Chat/MessageType/Where.js | 2 +- .../js/Bastelstu.be/Chat/MessageType/Whisper.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Messenger.js | 2 +- files_wcf/js/Bastelstu.be/Chat/ParseError.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Parser.js | 2 +- files_wcf/js/Bastelstu.be/Chat/ProfileStore.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Room.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Template.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Ui.js | 2 +- .../js/Bastelstu.be/Chat/Ui/Attachment/Upload.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Ui/AutoAway.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Ui/Chat.js | 2 +- .../js/Bastelstu.be/Chat/Ui/ConnectionWarning.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Ui/ErrorDialog.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Ui/Input.js | 2 +- .../Bastelstu.be/Chat/Ui/Input/Autocompleter.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Ui/Log.js | 2 +- .../Chat/Ui/MessageActions/Delete.js | 2 +- .../js/Bastelstu.be/Chat/Ui/MessageStream.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Ui/Mobile.js | 2 +- .../js/Bastelstu.be/Chat/Ui/Notification.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Ui/ReadMarker.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Ui/Settings.js | 2 +- .../Chat/Ui/Settings/AutoscrollButton.js | 2 +- .../js/Bastelstu.be/Chat/Ui/Settings/Button.js | 2 +- .../Chat/Ui/Settings/FullscreenButton.js | 2 +- .../Chat/Ui/Settings/NotificationsButton.js | 2 +- .../Chat/Ui/Settings/RoomListButton.js | 2 +- .../Chat/Ui/Settings/SmiliesButton.js | 2 +- .../Chat/Ui/Settings/ToggleButton.js | 2 +- .../Chat/Ui/Settings/UserListButton.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Ui/Topic.js | 2 +- .../Chat/Ui/UserActionDropdownHandler.js | 2 +- .../Bastelstu.be/Chat/Ui/UserActions/Action.js | 2 +- .../Chat/Ui/UserActions/BanAction.js | 2 +- .../Chat/Ui/UserActions/MuteAction.js | 2 +- .../Chat/Ui/UserActions/WhisperAction.js | 2 +- files_wcf/js/Bastelstu.be/Chat/Ui/UserList.js | 2 +- files_wcf/js/Bastelstu.be/Chat/User.js | 2 +- files_wcf/js/Bastelstu.be/Chat/console.js | 2 +- ...hatCommandPackageInstallationPlugin.class.php | 2 +- package.xml | 16 ++++++++++++++-- 206 files changed, 219 insertions(+), 207 deletions(-) diff --git a/LICENSE b/LICENSE index 62451da..01756bc 100644 --- a/LICENSE +++ b/LICENSE @@ -10,7 +10,7 @@ Additional Use Grant: You may use the Licensed Work when your application uses the Licensed Work for a purpose that does neither directly or indirectly generate revenue. -Change Date: 2028-03-04 +Change Date: 2028-06-15 Change License: Version 2 or later of the GNU General Public License as published by the Free Software Foundation. diff --git a/files/acp/be.bastelstu.chat_install.php b/files/acp/be.bastelstu.chat_install.php index 69e8c3e..95b0908 100644 --- a/files/acp/be.bastelstu.chat_install.php +++ b/files/acp/be.bastelstu.chat_install.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/acp/be.bastelstu.chat_update.php b/files/acp/be.bastelstu.chat_update.php index 63e3d1e..d8dd83b 100644 --- a/files/acp/be.bastelstu.chat_update.php +++ b/files/acp/be.bastelstu.chat_update.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/acp/global.php b/files/acp/global.php index ea68aa4..b593dbd 100644 --- a/files/acp/global.php +++ b/files/acp/global.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/acp/index.php b/files/acp/index.php index 9f52e6d..db49901 100644 --- a/files/acp/index.php +++ b/files/acp/index.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/global.php b/files/global.php index 2bc7393..6f56f5d 100644 --- a/files/global.php +++ b/files/global.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/index.php b/files/index.php index 87c332f..143bc75 100644 --- a/files/index.php +++ b/files/index.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/acp/form/CommandTriggerAddForm.class.php b/files/lib/acp/form/CommandTriggerAddForm.class.php index d81ba32..f0a22b0 100644 --- a/files/lib/acp/form/CommandTriggerAddForm.class.php +++ b/files/lib/acp/form/CommandTriggerAddForm.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/acp/form/CommandTriggerEditForm.class.php b/files/lib/acp/form/CommandTriggerEditForm.class.php index d97e069..91fd172 100644 --- a/files/lib/acp/form/CommandTriggerEditForm.class.php +++ b/files/lib/acp/form/CommandTriggerEditForm.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/acp/form/RoomAddForm.class.php b/files/lib/acp/form/RoomAddForm.class.php index 6a62326..e85f329 100644 --- a/files/lib/acp/form/RoomAddForm.class.php +++ b/files/lib/acp/form/RoomAddForm.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/acp/form/RoomEditForm.class.php b/files/lib/acp/form/RoomEditForm.class.php index f1b6364..c523b0a 100644 --- a/files/lib/acp/form/RoomEditForm.class.php +++ b/files/lib/acp/form/RoomEditForm.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/acp/page/CommandTriggerListPage.class.php b/files/lib/acp/page/CommandTriggerListPage.class.php index adb5e89..6ee9489 100644 --- a/files/lib/acp/page/CommandTriggerListPage.class.php +++ b/files/lib/acp/page/CommandTriggerListPage.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/acp/page/RoomListPage.class.php b/files/lib/acp/page/RoomListPage.class.php index d791e6a..ad7218e 100644 --- a/files/lib/acp/page/RoomListPage.class.php +++ b/files/lib/acp/page/RoomListPage.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/acp/page/SuspensionListPage.class.php b/files/lib/acp/page/SuspensionListPage.class.php index d344700..80eae95 100644 --- a/files/lib/acp/page/SuspensionListPage.class.php +++ b/files/lib/acp/page/SuspensionListPage.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/command/Command.class.php b/files/lib/data/command/Command.class.php index f85a74c..db9d587 100644 --- a/files/lib/data/command/Command.class.php +++ b/files/lib/data/command/Command.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/command/CommandCache.class.php b/files/lib/data/command/CommandCache.class.php index 06b2f7d..19205a6 100644 --- a/files/lib/data/command/CommandCache.class.php +++ b/files/lib/data/command/CommandCache.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/command/CommandEditor.class.php b/files/lib/data/command/CommandEditor.class.php index 818317f..580d082 100644 --- a/files/lib/data/command/CommandEditor.class.php +++ b/files/lib/data/command/CommandEditor.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/command/CommandList.class.php b/files/lib/data/command/CommandList.class.php index 428fed6..b4fe2a3 100644 --- a/files/lib/data/command/CommandList.class.php +++ b/files/lib/data/command/CommandList.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/command/CommandTrigger.class.php b/files/lib/data/command/CommandTrigger.class.php index 28b765f..2f64d7b 100644 --- a/files/lib/data/command/CommandTrigger.class.php +++ b/files/lib/data/command/CommandTrigger.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/command/CommandTriggerAction.class.php b/files/lib/data/command/CommandTriggerAction.class.php index 4dbfc2c..11ae8bc 100644 --- a/files/lib/data/command/CommandTriggerAction.class.php +++ b/files/lib/data/command/CommandTriggerAction.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/command/CommandTriggerEditor.class.php b/files/lib/data/command/CommandTriggerEditor.class.php index 3efcf59..8711004 100644 --- a/files/lib/data/command/CommandTriggerEditor.class.php +++ b/files/lib/data/command/CommandTriggerEditor.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/command/CommandTriggerList.class.php b/files/lib/data/command/CommandTriggerList.class.php index a97fd3f..cfdbd1c 100644 --- a/files/lib/data/command/CommandTriggerList.class.php +++ b/files/lib/data/command/CommandTriggerList.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/message/Message.class.php b/files/lib/data/message/Message.class.php index b8df684..0562275 100644 --- a/files/lib/data/message/Message.class.php +++ b/files/lib/data/message/Message.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/message/MessageAction.class.php b/files/lib/data/message/MessageAction.class.php index bff594f..e4c9569 100644 --- a/files/lib/data/message/MessageAction.class.php +++ b/files/lib/data/message/MessageAction.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/message/MessageEditor.class.php b/files/lib/data/message/MessageEditor.class.php index c3293da..cf2dfcf 100644 --- a/files/lib/data/message/MessageEditor.class.php +++ b/files/lib/data/message/MessageEditor.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/message/MessageList.class.php b/files/lib/data/message/MessageList.class.php index e5ff2f7..1582c2b 100644 --- a/files/lib/data/message/MessageList.class.php +++ b/files/lib/data/message/MessageList.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/message/ViewableMessage.class.php b/files/lib/data/message/ViewableMessage.class.php index a54caa1..8283449 100644 --- a/files/lib/data/message/ViewableMessage.class.php +++ b/files/lib/data/message/ViewableMessage.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/room/Room.class.php b/files/lib/data/room/Room.class.php index 3275de9..03d7544 100644 --- a/files/lib/data/room/Room.class.php +++ b/files/lib/data/room/Room.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/room/RoomAction.class.php b/files/lib/data/room/RoomAction.class.php index 6f4beff..90757f5 100644 --- a/files/lib/data/room/RoomAction.class.php +++ b/files/lib/data/room/RoomAction.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/room/RoomCache.class.php b/files/lib/data/room/RoomCache.class.php index 503e225..8afe44a 100644 --- a/files/lib/data/room/RoomCache.class.php +++ b/files/lib/data/room/RoomCache.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/room/RoomEditor.class.php b/files/lib/data/room/RoomEditor.class.php index 0a5587b..bfe67b4 100644 --- a/files/lib/data/room/RoomEditor.class.php +++ b/files/lib/data/room/RoomEditor.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/room/RoomList.class.php b/files/lib/data/room/RoomList.class.php index 5544cf8..8c5aefd 100644 --- a/files/lib/data/room/RoomList.class.php +++ b/files/lib/data/room/RoomList.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/suspension/Suspension.class.php b/files/lib/data/suspension/Suspension.class.php index 1410218..5b5f8be 100644 --- a/files/lib/data/suspension/Suspension.class.php +++ b/files/lib/data/suspension/Suspension.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/data/suspension/SuspensionAction.class.php b/files/lib/data/suspension/SuspensionAction.class.php index f33401a..d11a6fe 100644 --- a/files/lib/data/suspension/SuspensionAction.class.php +++ b/files/lib/data/suspension/SuspensionAction.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/data/suspension/SuspensionEditor.class.php b/files/lib/data/suspension/SuspensionEditor.class.php index 0d8bf6d..8858b51 100644 --- a/files/lib/data/suspension/SuspensionEditor.class.php +++ b/files/lib/data/suspension/SuspensionEditor.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/data/suspension/SuspensionList.class.php b/files/lib/data/suspension/SuspensionList.class.php index 70aec36..e971d84 100644 --- a/files/lib/data/suspension/SuspensionList.class.php +++ b/files/lib/data/suspension/SuspensionList.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/data/user/User.class.php b/files/lib/data/user/User.class.php index e64832a..e528063 100644 --- a/files/lib/data/user/User.class.php +++ b/files/lib/data/user/User.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/user/UserAction.class.php b/files/lib/data/user/UserAction.class.php index 9d8bb09..2e0f51b 100644 --- a/files/lib/data/user/UserAction.class.php +++ b/files/lib/data/user/UserAction.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/data/user/UserList.class.php b/files/lib/data/user/UserList.class.php index ab733e2..0a6a38f 100644 --- a/files/lib/data/user/UserList.class.php +++ b/files/lib/data/user/UserList.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/page/LogPage.class.php b/files/lib/page/LogPage.class.php index b9eccf4..ec73aa5 100644 --- a/files/lib/page/LogPage.class.php +++ b/files/lib/page/LogPage.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/page/RoomListPage.class.php b/files/lib/page/RoomListPage.class.php index d3da4d0..667091f 100644 --- a/files/lib/page/RoomListPage.class.php +++ b/files/lib/page/RoomListPage.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/page/RoomPage.class.php b/files/lib/page/RoomPage.class.php index a765b73..c2a8dae 100644 --- a/files/lib/page/RoomPage.class.php +++ b/files/lib/page/RoomPage.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/page/TConfiguredPage.class.php b/files/lib/page/TConfiguredPage.class.php index f1a8eb3..1253e8f 100644 --- a/files/lib/page/TConfiguredPage.class.php +++ b/files/lib/page/TConfiguredPage.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/CHATCore.class.php b/files/lib/system/CHATCore.class.php index c5edc27..2b2cc9f 100644 --- a/files/lib/system/CHATCore.class.php +++ b/files/lib/system/CHATCore.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/attachment/MessageAttachmentObjectType.class.php b/files/lib/system/attachment/MessageAttachmentObjectType.class.php index 31273e7..f173652 100644 --- a/files/lib/system/attachment/MessageAttachmentObjectType.class.php +++ b/files/lib/system/attachment/MessageAttachmentObjectType.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/box/RoomListBoxController.class.php b/files/lib/system/box/RoomListBoxController.class.php index ff0a86f..9dad9de 100644 --- a/files/lib/system/box/RoomListBoxController.class.php +++ b/files/lib/system/box/RoomListBoxController.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/cache/builder/CommandCacheBuilder.class.php b/files/lib/system/cache/builder/CommandCacheBuilder.class.php index dd5149a..8ffa2cf 100644 --- a/files/lib/system/cache/builder/CommandCacheBuilder.class.php +++ b/files/lib/system/cache/builder/CommandCacheBuilder.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/cache/builder/RoomCacheBuilder.class.php b/files/lib/system/cache/builder/RoomCacheBuilder.class.php index 8d37ab5..78aca55 100644 --- a/files/lib/system/cache/builder/RoomCacheBuilder.class.php +++ b/files/lib/system/cache/builder/RoomCacheBuilder.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/cache/runtime/UserRuntimeCache.class.php b/files/lib/system/cache/runtime/UserRuntimeCache.class.php index 384e2b5..5a7dab1 100644 --- a/files/lib/system/cache/runtime/UserRuntimeCache.class.php +++ b/files/lib/system/cache/runtime/UserRuntimeCache.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/AbstractCommand.class.php b/files/lib/system/command/AbstractCommand.class.php index 84846ee..97e37a1 100644 --- a/files/lib/system/command/AbstractCommand.class.php +++ b/files/lib/system/command/AbstractCommand.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/AbstractInputProcessedCommand.class.php b/files/lib/system/command/AbstractInputProcessedCommand.class.php index 01303a9..8112b80 100644 --- a/files/lib/system/command/AbstractInputProcessedCommand.class.php +++ b/files/lib/system/command/AbstractInputProcessedCommand.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/AbstractSuspensionCommand.class.php b/files/lib/system/command/AbstractSuspensionCommand.class.php index 7029df3..b594dd7 100644 --- a/files/lib/system/command/AbstractSuspensionCommand.class.php +++ b/files/lib/system/command/AbstractSuspensionCommand.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/command/AbstractUnsuspensionCommand.class.php b/files/lib/system/command/AbstractUnsuspensionCommand.class.php index e4623a9..9cc3abe 100644 --- a/files/lib/system/command/AbstractUnsuspensionCommand.class.php +++ b/files/lib/system/command/AbstractUnsuspensionCommand.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/command/AwayCommand.class.php b/files/lib/system/command/AwayCommand.class.php index e978c85..1d1c475 100644 --- a/files/lib/system/command/AwayCommand.class.php +++ b/files/lib/system/command/AwayCommand.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/BackCommand.class.php b/files/lib/system/command/BackCommand.class.php index c52d5ef..8a0b187 100644 --- a/files/lib/system/command/BackCommand.class.php +++ b/files/lib/system/command/BackCommand.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/BanCommand.class.php b/files/lib/system/command/BanCommand.class.php index 08ce101..8fff789 100644 --- a/files/lib/system/command/BanCommand.class.php +++ b/files/lib/system/command/BanCommand.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/command/BroadcastCommand.class.php b/files/lib/system/command/BroadcastCommand.class.php index 2862f90..110222e 100644 --- a/files/lib/system/command/BroadcastCommand.class.php +++ b/files/lib/system/command/BroadcastCommand.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/ColorCommand.class.php b/files/lib/system/command/ColorCommand.class.php index 2082c3d..6a7c5a2 100644 --- a/files/lib/system/command/ColorCommand.class.php +++ b/files/lib/system/command/ColorCommand.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/ICommand.class.php b/files/lib/system/command/ICommand.class.php index 910e8b7..962708d 100644 --- a/files/lib/system/command/ICommand.class.php +++ b/files/lib/system/command/ICommand.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/InfoCommand.class.php b/files/lib/system/command/InfoCommand.class.php index 3da662d..71bcb8d 100644 --- a/files/lib/system/command/InfoCommand.class.php +++ b/files/lib/system/command/InfoCommand.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/MeCommand.class.php b/files/lib/system/command/MeCommand.class.php index d3e2e62..611c62e 100644 --- a/files/lib/system/command/MeCommand.class.php +++ b/files/lib/system/command/MeCommand.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/MuteCommand.class.php b/files/lib/system/command/MuteCommand.class.php index 89f5ab3..9605a9d 100644 --- a/files/lib/system/command/MuteCommand.class.php +++ b/files/lib/system/command/MuteCommand.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/command/PlainCommand.class.php b/files/lib/system/command/PlainCommand.class.php index 8e62f42..c3a68ae 100644 --- a/files/lib/system/command/PlainCommand.class.php +++ b/files/lib/system/command/PlainCommand.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/TNeedsUser.class.php b/files/lib/system/command/TNeedsUser.class.php index 1cd7c58..50a7b55 100644 --- a/files/lib/system/command/TNeedsUser.class.php +++ b/files/lib/system/command/TNeedsUser.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/TeamCommand.class.php b/files/lib/system/command/TeamCommand.class.php index 5da9065..14d9948 100644 --- a/files/lib/system/command/TeamCommand.class.php +++ b/files/lib/system/command/TeamCommand.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/TemproomCommand.class.php b/files/lib/system/command/TemproomCommand.class.php index 42bddce..8f210cf 100644 --- a/files/lib/system/command/TemproomCommand.class.php +++ b/files/lib/system/command/TemproomCommand.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/UnbanCommand.class.php b/files/lib/system/command/UnbanCommand.class.php index 9bffee1..665d5b5 100644 --- a/files/lib/system/command/UnbanCommand.class.php +++ b/files/lib/system/command/UnbanCommand.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/command/UnmuteCommand.class.php b/files/lib/system/command/UnmuteCommand.class.php index 9a9d373..f6e75c1 100644 --- a/files/lib/system/command/UnmuteCommand.class.php +++ b/files/lib/system/command/UnmuteCommand.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/command/WhereCommand.class.php b/files/lib/system/command/WhereCommand.class.php index e9a6e31..b240dd8 100644 --- a/files/lib/system/command/WhereCommand.class.php +++ b/files/lib/system/command/WhereCommand.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/command/WhisperCommand.class.php b/files/lib/system/command/WhisperCommand.class.php index d64f1e8..527135e 100644 --- a/files/lib/system/command/WhisperCommand.class.php +++ b/files/lib/system/command/WhisperCommand.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/condition/room/RoomFilledCondition.class.php b/files/lib/system/condition/room/RoomFilledCondition.class.php index 3309f00..289e32d 100644 --- a/files/lib/system/condition/room/RoomFilledCondition.class.php +++ b/files/lib/system/condition/room/RoomFilledCondition.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/event/listener/HourlyCleanUpCronjobExecuteChatCleanUpListener.class.php b/files/lib/system/event/listener/HourlyCleanUpCronjobExecuteChatCleanUpListener.class.php index 1a3dea2..574088f 100644 --- a/files/lib/system/event/listener/HourlyCleanUpCronjobExecuteChatCleanUpListener.class.php +++ b/files/lib/system/event/listener/HourlyCleanUpCronjobExecuteChatCleanUpListener.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/event/listener/HourlyCleanUpCronjobExecuteTemproomListener.class.php b/files/lib/system/event/listener/HourlyCleanUpCronjobExecuteTemproomListener.class.php index 8cf8483..f7896c8 100644 --- a/files/lib/system/event/listener/HourlyCleanUpCronjobExecuteTemproomListener.class.php +++ b/files/lib/system/event/listener/HourlyCleanUpCronjobExecuteTemproomListener.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/event/listener/InfoCommandSuspensionsListener.class.php b/files/lib/system/event/listener/InfoCommandSuspensionsListener.class.php index fb399e0..80df97a 100644 --- a/files/lib/system/event/listener/InfoCommandSuspensionsListener.class.php +++ b/files/lib/system/event/listener/InfoCommandSuspensionsListener.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/event/listener/RoomActionGetUsersModeratorListener.class.php b/files/lib/system/event/listener/RoomActionGetUsersModeratorListener.class.php index 12b0abf..467016f 100644 --- a/files/lib/system/event/listener/RoomActionGetUsersModeratorListener.class.php +++ b/files/lib/system/event/listener/RoomActionGetUsersModeratorListener.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/event/listener/RoomCanJoinBanListener.class.php b/files/lib/system/event/listener/RoomCanJoinBanListener.class.php index f4c6bf1..6596da9 100644 --- a/files/lib/system/event/listener/RoomCanJoinBanListener.class.php +++ b/files/lib/system/event/listener/RoomCanJoinBanListener.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/event/listener/RoomCanJoinUserLimitListener.class.php b/files/lib/system/event/listener/RoomCanJoinUserLimitListener.class.php index 04623ac..12d4cd5 100644 --- a/files/lib/system/event/listener/RoomCanJoinUserLimitListener.class.php +++ b/files/lib/system/event/listener/RoomCanJoinUserLimitListener.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/event/listener/RoomCanSeeTemproomListener.class.php b/files/lib/system/event/listener/RoomCanSeeTemproomListener.class.php index 4277017..62e72ad 100644 --- a/files/lib/system/event/listener/RoomCanSeeTemproomListener.class.php +++ b/files/lib/system/event/listener/RoomCanSeeTemproomListener.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/event/listener/RoomCanWritePubliclyMuteListener.class.php b/files/lib/system/event/listener/RoomCanWritePubliclyMuteListener.class.php index fcdd15d..fd9d72c 100644 --- a/files/lib/system/event/listener/RoomCanWritePubliclyMuteListener.class.php +++ b/files/lib/system/event/listener/RoomCanWritePubliclyMuteListener.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/event/listener/RoomEditFormTemproomListener.class.php b/files/lib/system/event/listener/RoomEditFormTemproomListener.class.php index 55b5fed..ebaa0ce 100644 --- a/files/lib/system/event/listener/RoomEditFormTemproomListener.class.php +++ b/files/lib/system/event/listener/RoomEditFormTemproomListener.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/event/listener/RoomListPageTemproomListener.class.php b/files/lib/system/event/listener/RoomListPageTemproomListener.class.php index 6baa681..f6e6469 100644 --- a/files/lib/system/event/listener/RoomListPageTemproomListener.class.php +++ b/files/lib/system/event/listener/RoomListPageTemproomListener.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/event/listener/SuspensionListPageTemproomListener.class.php b/files/lib/system/event/listener/SuspensionListPageTemproomListener.class.php index a16a8ae..f4aa77a 100644 --- a/files/lib/system/event/listener/SuspensionListPageTemproomListener.class.php +++ b/files/lib/system/event/listener/SuspensionListPageTemproomListener.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/message/type/AttachmentMessageType.class.php b/files/lib/system/message/type/AttachmentMessageType.class.php index 20edaff..421d744 100644 --- a/files/lib/system/message/type/AttachmentMessageType.class.php +++ b/files/lib/system/message/type/AttachmentMessageType.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/AwayMessageType.class.php b/files/lib/system/message/type/AwayMessageType.class.php index fad92bb..d2288d1 100644 --- a/files/lib/system/message/type/AwayMessageType.class.php +++ b/files/lib/system/message/type/AwayMessageType.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/BackMessageType.class.php b/files/lib/system/message/type/BackMessageType.class.php index d0a8683..8366790 100644 --- a/files/lib/system/message/type/BackMessageType.class.php +++ b/files/lib/system/message/type/BackMessageType.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/BroadcastMessageType.class.php b/files/lib/system/message/type/BroadcastMessageType.class.php index e3df527..41ae50e 100644 --- a/files/lib/system/message/type/BroadcastMessageType.class.php +++ b/files/lib/system/message/type/BroadcastMessageType.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/ChatUpdateMessageType.class.php b/files/lib/system/message/type/ChatUpdateMessageType.class.php index 86bf8e9..ae46dc5 100644 --- a/files/lib/system/message/type/ChatUpdateMessageType.class.php +++ b/files/lib/system/message/type/ChatUpdateMessageType.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/ColorMessageType.class.php b/files/lib/system/message/type/ColorMessageType.class.php index 3205d15..fd0dd82 100644 --- a/files/lib/system/message/type/ColorMessageType.class.php +++ b/files/lib/system/message/type/ColorMessageType.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/IDeletableMessageType.class.php b/files/lib/system/message/type/IDeletableMessageType.class.php index e7ac6b3..b25a157 100644 --- a/files/lib/system/message/type/IDeletableMessageType.class.php +++ b/files/lib/system/message/type/IDeletableMessageType.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/IMessageType.class.php b/files/lib/system/message/type/IMessageType.class.php index e4216da..c909ee3 100644 --- a/files/lib/system/message/type/IMessageType.class.php +++ b/files/lib/system/message/type/IMessageType.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/InfoMessageType.class.php b/files/lib/system/message/type/InfoMessageType.class.php index 33672fc..de731ea 100644 --- a/files/lib/system/message/type/InfoMessageType.class.php +++ b/files/lib/system/message/type/InfoMessageType.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/JoinMessageType.class.php b/files/lib/system/message/type/JoinMessageType.class.php index cc86895..444dc8f 100644 --- a/files/lib/system/message/type/JoinMessageType.class.php +++ b/files/lib/system/message/type/JoinMessageType.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/LeaveMessageType.class.php b/files/lib/system/message/type/LeaveMessageType.class.php index 2a295a3..e8abd83 100644 --- a/files/lib/system/message/type/LeaveMessageType.class.php +++ b/files/lib/system/message/type/LeaveMessageType.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/MeMessageType.class.php b/files/lib/system/message/type/MeMessageType.class.php index 42f932b..0ee58b8 100644 --- a/files/lib/system/message/type/MeMessageType.class.php +++ b/files/lib/system/message/type/MeMessageType.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/PlainMessageType.class.php b/files/lib/system/message/type/PlainMessageType.class.php index 78fff41..dd2082a 100644 --- a/files/lib/system/message/type/PlainMessageType.class.php +++ b/files/lib/system/message/type/PlainMessageType.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/SuspendMessageType.class.php b/files/lib/system/message/type/SuspendMessageType.class.php index 01aa005..e5aeb0e 100644 --- a/files/lib/system/message/type/SuspendMessageType.class.php +++ b/files/lib/system/message/type/SuspendMessageType.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/TCanSeeCreator.class.php b/files/lib/system/message/type/TCanSeeCreator.class.php index 000df2e..fc83d0c 100644 --- a/files/lib/system/message/type/TCanSeeCreator.class.php +++ b/files/lib/system/message/type/TCanSeeCreator.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/TCanSeeInSameRoom.class.php b/files/lib/system/message/type/TCanSeeInSameRoom.class.php index ebbfe72..77ebc4b 100644 --- a/files/lib/system/message/type/TCanSeeInSameRoom.class.php +++ b/files/lib/system/message/type/TCanSeeInSameRoom.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/TDefaultPayload.class.php b/files/lib/system/message/type/TDefaultPayload.class.php index bc2c9dd..79fc346 100644 --- a/files/lib/system/message/type/TDefaultPayload.class.php +++ b/files/lib/system/message/type/TDefaultPayload.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/TeamMessageType.class.php b/files/lib/system/message/type/TeamMessageType.class.php index 06eafb5..f27016c 100644 --- a/files/lib/system/message/type/TeamMessageType.class.php +++ b/files/lib/system/message/type/TeamMessageType.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/TemproomCreatedMessageType.class.php b/files/lib/system/message/type/TemproomCreatedMessageType.class.php index 9e7f3e2..19cc071 100644 --- a/files/lib/system/message/type/TemproomCreatedMessageType.class.php +++ b/files/lib/system/message/type/TemproomCreatedMessageType.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/TemproomInvitedMessageType.class.php b/files/lib/system/message/type/TemproomInvitedMessageType.class.php index a534a45..ea301fd 100644 --- a/files/lib/system/message/type/TemproomInvitedMessageType.class.php +++ b/files/lib/system/message/type/TemproomInvitedMessageType.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/TombstoneMessageType.class.php b/files/lib/system/message/type/TombstoneMessageType.class.php index daeac48..7ea1517 100644 --- a/files/lib/system/message/type/TombstoneMessageType.class.php +++ b/files/lib/system/message/type/TombstoneMessageType.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/UnsuspendMessageType.class.php b/files/lib/system/message/type/UnsuspendMessageType.class.php index 1ba1943..1141a79 100644 --- a/files/lib/system/message/type/UnsuspendMessageType.class.php +++ b/files/lib/system/message/type/UnsuspendMessageType.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/WhereMessageType.class.php b/files/lib/system/message/type/WhereMessageType.class.php index 1cf2058..3c63808 100644 --- a/files/lib/system/message/type/WhereMessageType.class.php +++ b/files/lib/system/message/type/WhereMessageType.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/message/type/WhisperMessageType.class.php b/files/lib/system/message/type/WhisperMessageType.class.php index 570d6c8..39188da 100644 --- a/files/lib/system/message/type/WhisperMessageType.class.php +++ b/files/lib/system/message/type/WhisperMessageType.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/page/handler/LogPageHandler.class.php b/files/lib/system/page/handler/LogPageHandler.class.php index e06d2a3..1ce6789 100644 --- a/files/lib/system/page/handler/LogPageHandler.class.php +++ b/files/lib/system/page/handler/LogPageHandler.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/page/handler/RoomListPageHandler.class.php b/files/lib/system/page/handler/RoomListPageHandler.class.php index d7e45f8..008eb51 100644 --- a/files/lib/system/page/handler/RoomListPageHandler.class.php +++ b/files/lib/system/page/handler/RoomListPageHandler.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/page/handler/RoomPageHandler.class.php b/files/lib/system/page/handler/RoomPageHandler.class.php index 8903033..d04df54 100644 --- a/files/lib/system/page/handler/RoomPageHandler.class.php +++ b/files/lib/system/page/handler/RoomPageHandler.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/page/handler/TRoomPageHandler.class.php b/files/lib/system/page/handler/TRoomPageHandler.class.php index e9ad9f7..d509d8b 100644 --- a/files/lib/system/page/handler/TRoomPageHandler.class.php +++ b/files/lib/system/page/handler/TRoomPageHandler.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/lib/system/suspension/BanSuspension.class.php b/files/lib/system/suspension/BanSuspension.class.php index ccccb1f..a8a26fe 100644 --- a/files/lib/system/suspension/BanSuspension.class.php +++ b/files/lib/system/suspension/BanSuspension.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/suspension/ISuspension.class.php b/files/lib/system/suspension/ISuspension.class.php index 1a35733..3baba6a 100644 --- a/files/lib/system/suspension/ISuspension.class.php +++ b/files/lib/system/suspension/ISuspension.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/lib/system/suspension/MuteSuspension.class.php b/files/lib/system/suspension/MuteSuspension.class.php index 2f56b0e..c220ed1 100644 --- a/files/lib/system/suspension/MuteSuspension.class.php +++ b/files/lib/system/suspension/MuteSuspension.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files/style/be.bastelstu.chat.messageTypes.scss b/files/style/be.bastelstu.chat.messageTypes.scss index 95f30b8..7c37d89 100644 --- a/files/style/be.bastelstu.chat.messageTypes.scss +++ b/files/style/be.bastelstu.chat.messageTypes.scss @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files/style/be.bastelstu.chat.scss b/files/style/be.bastelstu.chat.scss index 7646ce5..77c759b 100644 --- a/files/style/be.bastelstu.chat.scss +++ b/files/style/be.bastelstu.chat.scss @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat.js b/files_wcf/js/Bastelstu.be/Chat.js index 869cfba..a2e65e3 100644 --- a/files_wcf/js/Bastelstu.be/Chat.js +++ b/files_wcf/js/Bastelstu.be/Chat.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Autocompleter.js b/files_wcf/js/Bastelstu.be/Chat/Autocompleter.js index f57fa1f..c6e2e2c 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Autocompleter.js +++ b/files_wcf/js/Bastelstu.be/Chat/Autocompleter.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/BoxRoomList.js b/files_wcf/js/Bastelstu.be/Chat/BoxRoomList.js index b496e4a..1038121 100644 --- a/files_wcf/js/Bastelstu.be/Chat/BoxRoomList.js +++ b/files_wcf/js/Bastelstu.be/Chat/BoxRoomList.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command.js b/files_wcf/js/Bastelstu.be/Chat/Command.js index 1efa9c2..db77c2a 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Away.js b/files_wcf/js/Bastelstu.be/Chat/Command/Away.js index 7844420..8f5b357 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Away.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Away.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Back.js b/files_wcf/js/Bastelstu.be/Chat/Command/Back.js index 7de1853..ae78ab3 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Back.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Back.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Ban.js b/files_wcf/js/Bastelstu.be/Chat/Command/Ban.js index a1fb905..307d80b 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Ban.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Ban.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Broadcast.js b/files_wcf/js/Bastelstu.be/Chat/Command/Broadcast.js index 13e7fdc..304ca33 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Broadcast.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Broadcast.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Color.js b/files_wcf/js/Bastelstu.be/Chat/Command/Color.js index a20ff08..2e40474 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Color.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Color.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Info.js b/files_wcf/js/Bastelstu.be/Chat/Command/Info.js index d8552cb..8668b5b 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Info.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Info.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Me.js b/files_wcf/js/Bastelstu.be/Chat/Command/Me.js index f647a0e..5aad6c8 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Me.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Me.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Mute.js b/files_wcf/js/Bastelstu.be/Chat/Command/Mute.js index 8eaf60e..8ec425e 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Mute.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Mute.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Plain.js b/files_wcf/js/Bastelstu.be/Chat/Command/Plain.js index 9df32b8..b73415f 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Plain.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Plain.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Team.js b/files_wcf/js/Bastelstu.be/Chat/Command/Team.js index 1474436..84775bf 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Team.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Team.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Temproom.js b/files_wcf/js/Bastelstu.be/Chat/Command/Temproom.js index b2e3e29..97ed2d3 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Temproom.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Temproom.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Unban.js b/files_wcf/js/Bastelstu.be/Chat/Command/Unban.js index 08c2d69..5e9e9e1 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Unban.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Unban.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Unmute.js b/files_wcf/js/Bastelstu.be/Chat/Command/Unmute.js index 42a6215..85e1eef 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Unmute.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Unmute.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Where.js b/files_wcf/js/Bastelstu.be/Chat/Command/Where.js index 933277e..2b92604 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Where.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Where.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/Whisper.js b/files_wcf/js/Bastelstu.be/Chat/Command/Whisper.js index c0caff9..dfad5a5 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/Whisper.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/Whisper.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/_Suspension.js b/files_wcf/js/Bastelstu.be/Chat/Command/_Suspension.js index 66d5fc1..074025c 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/_Suspension.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/_Suspension.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files_wcf/js/Bastelstu.be/Chat/Command/_Unsuspension.js b/files_wcf/js/Bastelstu.be/Chat/Command/_Unsuspension.js index d6a6549..16cebfc 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Command/_Unsuspension.js +++ b/files_wcf/js/Bastelstu.be/Chat/Command/_Unsuspension.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 3 diff --git a/files_wcf/js/Bastelstu.be/Chat/CommandHandler.js b/files_wcf/js/Bastelstu.be/Chat/CommandHandler.js index 45774ef..9ccae91 100644 --- a/files_wcf/js/Bastelstu.be/Chat/CommandHandler.js +++ b/files_wcf/js/Bastelstu.be/Chat/CommandHandler.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/DataStructure/EventEmitter.js b/files_wcf/js/Bastelstu.be/Chat/DataStructure/EventEmitter.js index d59d86c..b1beabe 100644 --- a/files_wcf/js/Bastelstu.be/Chat/DataStructure/EventEmitter.js +++ b/files_wcf/js/Bastelstu.be/Chat/DataStructure/EventEmitter.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/DataStructure/LRU.js b/files_wcf/js/Bastelstu.be/Chat/DataStructure/LRU.js index 1bd7021..d2dc2c1 100644 --- a/files_wcf/js/Bastelstu.be/Chat/DataStructure/LRU.js +++ b/files_wcf/js/Bastelstu.be/Chat/DataStructure/LRU.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/DataStructure/RedBlackTree/Node.js b/files_wcf/js/Bastelstu.be/Chat/DataStructure/RedBlackTree/Node.js index 8e0627c..2327ade 100644 --- a/files_wcf/js/Bastelstu.be/Chat/DataStructure/RedBlackTree/Node.js +++ b/files_wcf/js/Bastelstu.be/Chat/DataStructure/RedBlackTree/Node.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/DataStructure/RedBlackTree/Tree.js b/files_wcf/js/Bastelstu.be/Chat/DataStructure/RedBlackTree/Tree.js index aa2edbf..c0669ff 100644 --- a/files_wcf/js/Bastelstu.be/Chat/DataStructure/RedBlackTree/Tree.js +++ b/files_wcf/js/Bastelstu.be/Chat/DataStructure/RedBlackTree/Tree.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/DataStructure/Throttle.js b/files_wcf/js/Bastelstu.be/Chat/DataStructure/Throttle.js index 790aaff..d8e5ee4 100644 --- a/files_wcf/js/Bastelstu.be/Chat/DataStructure/Throttle.js +++ b/files_wcf/js/Bastelstu.be/Chat/DataStructure/Throttle.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Helper.js b/files_wcf/js/Bastelstu.be/Chat/Helper.js index b9246b6..8786366 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Helper.js +++ b/files_wcf/js/Bastelstu.be/Chat/Helper.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/LocalStorage.js b/files_wcf/js/Bastelstu.be/Chat/LocalStorage.js index 81fe4ca..9899a09 100644 --- a/files_wcf/js/Bastelstu.be/Chat/LocalStorage.js +++ b/files_wcf/js/Bastelstu.be/Chat/LocalStorage.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/LocalStorageEmulator.js b/files_wcf/js/Bastelstu.be/Chat/LocalStorageEmulator.js index 7d09735..6f1551b 100644 --- a/files_wcf/js/Bastelstu.be/Chat/LocalStorageEmulator.js +++ b/files_wcf/js/Bastelstu.be/Chat/LocalStorageEmulator.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Log.js b/files_wcf/js/Bastelstu.be/Chat/Log.js index b342af3..61d3bb1 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Log.js +++ b/files_wcf/js/Bastelstu.be/Chat/Log.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Message.js b/files_wcf/js/Bastelstu.be/Chat/Message.js index 2bca7de..53be6c6 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Message.js +++ b/files_wcf/js/Bastelstu.be/Chat/Message.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType.js b/files_wcf/js/Bastelstu.be/Chat/MessageType.js index 70fdd13..2b615b2 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Away.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Away.js index 260133d..bd7cf59 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Away.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Away.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Back.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Back.js index 3af4423..dc9ebe8 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Back.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Back.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Broadcast.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Broadcast.js index c95bfc8..a77d4a1 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Broadcast.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Broadcast.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/ChatUpdate.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/ChatUpdate.js index b5c21fc..e79371a 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/ChatUpdate.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/ChatUpdate.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Color.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Color.js index e449ff9..4274f88 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Color.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Color.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Info.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Info.js index b379161..bad98c5 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Info.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Info.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Join.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Join.js index b3b12c3..10ef4f6 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Join.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Join.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Leave.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Leave.js index 08a664d..cd3a79e 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Leave.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Leave.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Me.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Me.js index b2ffc38..b4cd98e 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Me.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Me.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Plain.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Plain.js index 709e97c..6d489ff 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Plain.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Plain.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Suspend.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Suspend.js index 85feabd..ff68e38 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Suspend.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Suspend.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Team.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Team.js index dec5698..5b78d7c 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Team.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Team.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/TemproomCreated.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/TemproomCreated.js index cb9a140..2f45fd7 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/TemproomCreated.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/TemproomCreated.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/TemproomInvited.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/TemproomInvited.js index 4a52f69..3d7e344 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/TemproomInvited.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/TemproomInvited.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Tombstone.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Tombstone.js index 2d5e27d..64a4409 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Tombstone.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Tombstone.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Unsuspend.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Unsuspend.js index da928d8..fd8ac3a 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Unsuspend.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Unsuspend.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Where.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Where.js index 1915ce4..91afcde 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Where.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Where.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/MessageType/Whisper.js b/files_wcf/js/Bastelstu.be/Chat/MessageType/Whisper.js index effd5fd..aa93be1 100644 --- a/files_wcf/js/Bastelstu.be/Chat/MessageType/Whisper.js +++ b/files_wcf/js/Bastelstu.be/Chat/MessageType/Whisper.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Messenger.js b/files_wcf/js/Bastelstu.be/Chat/Messenger.js index 2044919..f24be1b 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Messenger.js +++ b/files_wcf/js/Bastelstu.be/Chat/Messenger.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/ParseError.js b/files_wcf/js/Bastelstu.be/Chat/ParseError.js index 8f19fb5..5ce284b 100644 --- a/files_wcf/js/Bastelstu.be/Chat/ParseError.js +++ b/files_wcf/js/Bastelstu.be/Chat/ParseError.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Parser.js b/files_wcf/js/Bastelstu.be/Chat/Parser.js index fd71a64..38e280f 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Parser.js +++ b/files_wcf/js/Bastelstu.be/Chat/Parser.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/ProfileStore.js b/files_wcf/js/Bastelstu.be/Chat/ProfileStore.js index 613402d..f2aa215 100644 --- a/files_wcf/js/Bastelstu.be/Chat/ProfileStore.js +++ b/files_wcf/js/Bastelstu.be/Chat/ProfileStore.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Room.js b/files_wcf/js/Bastelstu.be/Chat/Room.js index 37a386c..0b5fa70 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Room.js +++ b/files_wcf/js/Bastelstu.be/Chat/Room.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Template.js b/files_wcf/js/Bastelstu.be/Chat/Template.js index 1558126..4fff8f7 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Template.js +++ b/files_wcf/js/Bastelstu.be/Chat/Template.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui.js b/files_wcf/js/Bastelstu.be/Chat/Ui.js index f0294fb..51d7ebb 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Attachment/Upload.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Attachment/Upload.js index 2279fb0..9288a3e 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Attachment/Upload.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Attachment/Upload.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/AutoAway.js b/files_wcf/js/Bastelstu.be/Chat/Ui/AutoAway.js index dbb9626..e1effed 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/AutoAway.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/AutoAway.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Chat.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Chat.js index 55b3a46..45988e1 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Chat.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Chat.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/ConnectionWarning.js b/files_wcf/js/Bastelstu.be/Chat/Ui/ConnectionWarning.js index 5ffe598..80a3639 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/ConnectionWarning.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/ConnectionWarning.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/ErrorDialog.js b/files_wcf/js/Bastelstu.be/Chat/Ui/ErrorDialog.js index c8cacbd..72d4b1a 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/ErrorDialog.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/ErrorDialog.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Input.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Input.js index 39302ef..03e2533 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Input.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Input.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Input/Autocompleter.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Input/Autocompleter.js index 927b10b..db83e07 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Input/Autocompleter.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Input/Autocompleter.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Log.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Log.js index 83a3b26..e025e38 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Log.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Log.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/MessageActions/Delete.js b/files_wcf/js/Bastelstu.be/Chat/Ui/MessageActions/Delete.js index e414e94..c9ee89f 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/MessageActions/Delete.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/MessageActions/Delete.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/MessageStream.js b/files_wcf/js/Bastelstu.be/Chat/Ui/MessageStream.js index 136d4dd..312276c 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/MessageStream.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/MessageStream.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Mobile.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Mobile.js index bb1a3e0..e1afd65 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Mobile.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Mobile.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Notification.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Notification.js index 44bd8c2..9d29e89 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Notification.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Notification.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/ReadMarker.js b/files_wcf/js/Bastelstu.be/Chat/Ui/ReadMarker.js index 553d8b6..541b5f9 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/ReadMarker.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/ReadMarker.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings.js index b9327bb..4189468 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/AutoscrollButton.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/AutoscrollButton.js index 84f12cf..4dd8d52 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/AutoscrollButton.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/AutoscrollButton.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/Button.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/Button.js index 25b2c0d..127dcdf 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/Button.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/Button.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/FullscreenButton.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/FullscreenButton.js index c0bdfbd..f79c0c9 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/FullscreenButton.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/FullscreenButton.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/NotificationsButton.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/NotificationsButton.js index 2d9ec5f..bf6b29c 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/NotificationsButton.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/NotificationsButton.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/RoomListButton.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/RoomListButton.js index 297d5d9..1695738 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/RoomListButton.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/RoomListButton.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/SmiliesButton.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/SmiliesButton.js index 7b45d88..501b420 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/SmiliesButton.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/SmiliesButton.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/ToggleButton.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/ToggleButton.js index 63b0145..8a36112 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/ToggleButton.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/ToggleButton.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/UserListButton.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/UserListButton.js index 79c6f48..3270de5 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/UserListButton.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Settings/UserListButton.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Topic.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Topic.js index 0a32f68..24b57f2 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Topic.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Topic.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/UserActionDropdownHandler.js b/files_wcf/js/Bastelstu.be/Chat/Ui/UserActionDropdownHandler.js index a337a97..cb882df 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/UserActionDropdownHandler.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/UserActionDropdownHandler.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/Action.js b/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/Action.js index 49033ac..b81cb15 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/Action.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/Action.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/BanAction.js b/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/BanAction.js index 32cbe24..f300ab0 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/BanAction.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/BanAction.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/MuteAction.js b/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/MuteAction.js index 56fe985..9c1865b 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/MuteAction.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/MuteAction.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/WhisperAction.js b/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/WhisperAction.js index e4308b3..f1317a5 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/WhisperAction.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/UserActions/WhisperAction.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/UserList.js b/files_wcf/js/Bastelstu.be/Chat/Ui/UserList.js index 15fd2bd..43aae84 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/UserList.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/UserList.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/User.js b/files_wcf/js/Bastelstu.be/Chat/User.js index 3f1e45d..abe5329 100644 --- a/files_wcf/js/Bastelstu.be/Chat/User.js +++ b/files_wcf/js/Bastelstu.be/Chat/User.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/js/Bastelstu.be/Chat/console.js b/files_wcf/js/Bastelstu.be/Chat/console.js index 16a8c23..987c9dd 100644 --- a/files_wcf/js/Bastelstu.be/Chat/console.js +++ b/files_wcf/js/Bastelstu.be/Chat/console.js @@ -4,7 +4,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/files_wcf/lib/system/package/plugin/ChatCommandPackageInstallationPlugin.class.php b/files_wcf/lib/system/package/plugin/ChatCommandPackageInstallationPlugin.class.php index 02e533e..f48f32f 100644 --- a/files_wcf/lib/system/package/plugin/ChatCommandPackageInstallationPlugin.class.php +++ b/files_wcf/lib/system/package/plugin/ChatCommandPackageInstallationPlugin.class.php @@ -6,7 +6,7 @@ * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2028-03-14 + * Change Date: 2028-06-15 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 diff --git a/package.xml b/package.xml index 6471bed..3e0b8bd 100644 --- a/package.xml +++ b/package.xml @@ -5,8 +5,8 @@ Tims Chat 1 chat - 4.3.0 Alpha 1 - 2024-03-04 + 4.3.0 RC 1 + 2024-06-15 @@ -94,4 +94,16 @@ acp/be.bastelstu.chat_update.php + + + files_wcf.tar + + + + + + + + acp/be.bastelstu.chat_update.php +