1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-03-31 10:44:52 +00:00

Compare commits

...

8 Commits

219 changed files with 1012 additions and 986 deletions

View File

@ -4,13 +4,13 @@ License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
Parameters
Licensor: Tim Düsterhus
Licensed Work: Tims Chat 4.2
Licensed Work: Tims Chat 4.3
The Licensed Work is (c) 2010-2024 Tim Düsterhus
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-01-13
Change Date: 2028-06-15
Change License: Version 2 or later of the GNU General Public License as
published by the Free Software Foundation.

View File

@ -16,7 +16,7 @@
<controller>chat\acp\form\RoomAddForm</controller>
<parent>chat.acp.menu.link.room.list</parent>
<permissions>admin.chat.canManageRoom</permissions>
<icon>fa-plus</icon>
<icon>plus</icon>
</acpmenuitem>
<acpmenuitem name="chat.acp.menu.link.command.trigger.list">
@ -29,7 +29,7 @@
<controller>chat\acp\form\CommandTriggerAddForm</controller>
<parent>chat.acp.menu.link.command.trigger.list</parent>
<permissions>admin.chat.canManageTriggers</permissions>
<icon>fa-plus</icon>
<icon>plus</icon>
</acpmenuitem>
<acpmenuitem name="chat.acp.menu.link.suspension.list">

View File

@ -7,7 +7,7 @@
<nav class="contentHeaderNavigation">
<ul>
<li><a href="{link application='chat' controller='CommandTriggerList'}{/link}" class="button"><span class="icon icon16 fa-list"></span> <span>{lang}chat.acp.command.trigger.list{/lang}</span></a></li>
<li><a href="{link application='chat' controller='CommandTriggerList'}{/link}" class="button">{icon name='list'} <span>{lang}chat.acp.command.trigger.list{/lang}</span></a></li>
{event name='contentHeaderNavigation'}
</ul>

View File

@ -14,7 +14,7 @@
<nav class="contentHeaderNavigation">
<ul>
<li><a href="{link controller='CommandTriggerAdd' application='chat'}{/link}" class="button"><span class="icon icon16 fa-plus"></span> <span>{lang}chat.acp.command.trigger.add{/lang}</span></a></li>
<li><a href="{link controller='CommandTriggerAdd' application='chat'}{/link}" class="button">{icon name='plus'} <span>{lang}chat.acp.command.trigger.add{/lang}</span></a></li>
{event name='contentHeaderNavigation'}
</ul>
@ -45,8 +45,8 @@
{foreach from=$objects item=trigger}
<tr class="jsTriggerRow">
<td class="columnIcon">
<a href="{link controller='CommandTriggerEdit' object=$trigger application='chat'}{/link}" title="{lang}wcf.global.button.edit{/lang}" class="jsTooltip"><span class="icon icon16 fa-pencil"></span></a>
<span class="icon icon16 fa-times jsDeleteButton jsTooltip pointer" title="{lang}wcf.global.button.delete{/lang}" data-object-id="{$trigger->triggerID}" data-confirm-message-html="{lang __encode=true}chat.acp.command.trigger.delete.sure{/lang}"></span>
<a href="{link controller='CommandTriggerEdit' object=$trigger application='chat'}{/link}" title="{lang}wcf.global.button.edit{/lang}" class="jsTooltip">{icon name='pencil'}</a>
<span class="jsDeleteButton jsTooltip pointer" title="{lang}wcf.global.button.delete{/lang}" data-object-id="{$trigger->triggerID}" data-confirm-message-html="{lang __encode=true}chat.acp.command.trigger.delete.sure{/lang}">{icon name='xmark'}</span>
{event name='rowButtons'}
</td>
@ -75,7 +75,7 @@
<nav class="contentFooterNavigation">
<ul>
<li><a href="{link controller='CommandTriggerAdd' application='chat'}{/link}" class="button"><span class="icon icon16 fa-plus"></span> <span>{lang}chat.acp.command.trigger.add{/lang}</span></a></li>
<li><a href="{link controller='CommandTriggerAdd' application='chat'}{/link}" class="button">{icon name='plus'} <span>{lang}chat.acp.command.trigger.add{/lang}</span></a></li>
{event name='contentFooterNavigation'}
</ul>

View File

@ -19,7 +19,7 @@
<nav class="contentHeaderNavigation">
<ul>
<li><a href="{link application='chat' controller='RoomList'}{/link}" class="button"><span class="icon icon16 fa-list"></span> <span>{lang}chat.acp.room.list{/lang}</span></a></li>
<li><a href="{link application='chat' controller='RoomList'}{/link}" class="button">{icon name='list'} <span>{lang}chat.acp.room.list{/lang}</span></a></li>
{event name='contentHeaderNavigation'}
</ul>

View File

@ -19,7 +19,7 @@
<nav class="contentHeaderNavigation">
<ul>
<li><a href="{link controller='RoomAdd' application='chat'}{/link}" class="button"><span class="icon icon16 fa-plus"></span> <span>{lang}chat.acp.room.add{/lang}</span></a></li>
<li><a href="{link controller='RoomAdd' application='chat'}{/link}" class="button">{icon name='plus'} <span>{lang}chat.acp.room.add{/lang}</span></a></li>
{event name='contentHeaderNavigation'}
</ul>
@ -42,9 +42,9 @@
<a href="{link controller='RoomEdit' application='chat' object=$room}{/link}">{$room}</a>
<span class="statusDisplay sortableButtonContainer">
<span class="icon icon16 fa-arrows sortableNodeHandle"></span>
<a href="{link controller='RoomEdit' application='chat' object=$room}{/link}" title="{lang}wcf.global.button.edit{/lang}" class="jsTooltip"><span class="icon icon16 fa-pencil"></span></a>
<span class="icon icon16 fa-times jsDeleteButton jsTooltip pointer" title="{lang}wcf.global.button.delete{/lang}" data-object-id="{$room->roomID}" data-confirm-message-html="{lang __encode=true}chat.acp.room.delete.sure{/lang}"></span>
<span class="sortableNodeHandle">{icon name='up-down-left-right'}</span>
<a href="{link controller='RoomEdit' application='chat' object=$room}{/link}" title="{lang}wcf.global.button.edit{/lang}" class="jsTooltip">{icon name='pencil'}</a>
<span class="jsDeleteButton jsTooltip pointer" title="{lang}wcf.global.button.delete{/lang}" data-object-id="{$room->roomID}" data-confirm-message-html="{lang __encode=true}chat.acp.room.delete.sure{/lang}">{icon name='xmark'}</span>
{event name='itemButtons'}
</span>
</span>
@ -70,7 +70,7 @@
<nav class="contentFooterNavigation">
<ul>
<li><a href="{link controller='RoomAdd' application='chat'}{/link}" class="button"><span class="icon icon16 fa-plus"></span> <span>{lang}chat.acp.room.add{/lang}</span></a></li>
<li><a href="{link controller='RoomAdd' application='chat'}{/link}" class="button">{icon name='plus'} <span>{lang}chat.acp.room.add{/lang}</span></a></li>
{event name='contentFooterNavigation'}
</ul>

View File

@ -141,7 +141,7 @@ require([ 'Bastelstu.be/PromiseWrap/Ajax', 'Bastelstu.be/PromiseWrap/Ui/Confirma
{foreach from=$objects item=suspension}
<tr class="jsSuspensionRow" data-object-id="{$suspension->suspensionID}">
<td class="columnIcon">
<span class="icon icon16 fa-undo{if !$suspension->isActive()} disabled{else} pointer{/if} jsRevokeButton" title="{lang}chat.acp.suspension.revoke{/lang}" data-confirm-message-html="{lang}chat.acp.suspension.revoke.sure{/lang}"></span>
<span class="jsRevokeButton{if !$suspension->isActive()} disabled{else} pointer{/if}" title="{lang}chat.acp.suspension.revoke{/lang}" data-confirm-message-html="{lang}chat.acp.suspension.revoke.sure{/lang}">{icon name='arrow-rotate-left'}</span>
{event name='rowButtons'}
</td>

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

View File

@ -6,7 +6,7 @@
* Use of this software is governed by the Business Source License
* included in the LICENSE file.
*
* Change Date: 2028-01-13
* 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

Some files were not shown because too many files have changed in this diff Show More