From 1bba6cf8a7ca764124eecdcc1156e1a10615be18 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 21 May 2024 00:09:21 +0200 Subject: [PATCH] fix version and bugs --- 3D/Loader/ObjLoader.js | 2 +- Account/Account.js | 2 +- Account/AccountManager.js | 2 +- Account/AccountType.js | 2 +- Animation/Animation.js | 2 +- Animation/Canvas/Particle.js | 2 +- Animation/Canvas/ParticleAnimation.js | 2 +- Asset/AssetManager.js | 2 +- Auth/Auth.js | 2 +- Autoloader.js | 2 +- Config/Options.js | 2 +- DataStorage/LocalStorage.js | 2 +- Event/EventManager.js | 2 +- LICENSE.txt | 11 ++++------- Log/LogLevel.js | 2 +- Log/Logger.js | 2 +- Math/MathProcessor.js | 2 +- Message/Notification/App/AppNotification.js | 2 +- Message/Notification/Browser/BrowserNotification.js | 2 +- Message/Notification/NotificationLevel.js | 2 +- Message/Notification/NotificationManager.js | 2 +- Message/Notification/NotificationMessage.js | 2 +- Message/Notification/NotificationType.js | 2 +- Message/Request/Request.js | 2 +- Message/Request/RequestMethod.js | 2 +- Message/Request/RequestType.js | 2 +- Message/Response/Response.js | 2 +- Message/Response/ResponseManager.js | 2 +- Message/Response/ResponseType.js | 2 +- Module/ModuleFactory.js | 2 +- Module/ModuleManager.js | 2 +- System/BrowserType.js | 2 +- System/OSType.js | 2 +- System/SystemUtils.js | 2 +- UI/ActionManager.js | 2 +- UI/Component/AdvancedSelect.js | 2 +- UI/Component/CodeArea.js | 2 +- UI/Component/Form.js | 2 +- UI/Component/SmartTextInput.js | 2 +- UI/Component/Tab.js | 2 +- UI/Component/Table.js | 2 +- UI/Component/TagInput.js | 2 +- UI/DragNDrop.js | 2 +- UI/GeneralUI.js | 2 +- UI/Input/InputManager.js | 2 +- UI/Input/Keyboard/KeyboardManager.js | 2 +- UI/Input/Mouse/ClickType.js | 2 +- UI/Input/Mouse/EventType.js | 2 +- UI/Input/Mouse/MouseManager.js | 2 +- UI/Input/Touch/TouchManager.js | 2 +- UI/Input/Voice/ReadManager.js | 2 +- UI/Input/Voice/VoiceManager.js | 2 +- UI/Order.js | 2 +- UI/RemoteData.js | 2 +- UI/UIManager.js | 2 +- UI/UIStateManager.js | 2 +- UnhandledException.js | 2 +- Uri/HttpUri.js | 2 +- Uri/UriFactory.js | 2 +- Utils/oLib.js | 2 +- Views/FormView.js | 2 +- Views/TableView.js | 2 +- 62 files changed, 65 insertions(+), 68 deletions(-) diff --git a/3D/Loader/ObjLoader.js b/3D/Loader/ObjLoader.js index 68bf610..34c36d7 100755 --- a/3D/Loader/ObjLoader.js +++ b/3D/Loader/ObjLoader.js @@ -2,7 +2,7 @@ * Form manager class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Account/Account.js b/Account/Account.js index 9d4b0c5..d3148c4 100755 --- a/Account/Account.js +++ b/Account/Account.js @@ -2,7 +2,7 @@ * Account. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Account/AccountManager.js b/Account/AccountManager.js index b0b0033..bfee0b9 100755 --- a/Account/AccountManager.js +++ b/Account/AccountManager.js @@ -6,7 +6,7 @@ * Account Manager. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Account/AccountType.js b/Account/AccountType.js index 56669c9..808e5b4 100755 --- a/Account/AccountType.js +++ b/Account/AccountType.js @@ -2,7 +2,7 @@ * Account type. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Animation/Animation.js b/Animation/Animation.js index 0760fb1..32d107f 100755 --- a/Animation/Animation.js +++ b/Animation/Animation.js @@ -2,7 +2,7 @@ * Particle class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Animation/Canvas/Particle.js b/Animation/Canvas/Particle.js index 874be6e..db19569 100755 --- a/Animation/Canvas/Particle.js +++ b/Animation/Canvas/Particle.js @@ -2,7 +2,7 @@ * Particle class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Animation/Canvas/ParticleAnimation.js b/Animation/Canvas/ParticleAnimation.js index 1ebd027..ce8cf62 100755 --- a/Animation/Canvas/ParticleAnimation.js +++ b/Animation/Canvas/ParticleAnimation.js @@ -2,7 +2,7 @@ * Particle animation class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Asset/AssetManager.js b/Asset/AssetManager.js index 1031aca..0a26465 100755 --- a/Asset/AssetManager.js +++ b/Asset/AssetManager.js @@ -4,7 +4,7 @@ import { jsOMS } from '../Utils/oLib.js'; * Asset manager. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Auth/Auth.js b/Auth/Auth.js index f90af35..c073c17 100755 --- a/Auth/Auth.js +++ b/Auth/Auth.js @@ -10,7 +10,7 @@ import { RequestType } from '../Message/Request/RequestType.js'; * Auth class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Autoloader.js b/Autoloader.js index 1f1dbde..c00c347 100755 --- a/Autoloader.js +++ b/Autoloader.js @@ -9,7 +9,7 @@ import { AssetManager } from './Asset/AssetManager.js'; * referenced classes. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Config/Options.js b/Config/Options.js index 74c53fe..54c7dc5 100755 --- a/Config/Options.js +++ b/Config/Options.js @@ -5,7 +5,7 @@ * without redefining the same behaviour multiple times. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/DataStorage/LocalStorage.js b/DataStorage/LocalStorage.js index cef6943..3bf448e 100755 --- a/DataStorage/LocalStorage.js +++ b/DataStorage/LocalStorage.js @@ -2,7 +2,7 @@ * LocalStorage class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Event/EventManager.js b/Event/EventManager.js index e0574e8..60c2f9e 100755 --- a/Event/EventManager.js +++ b/Event/EventManager.js @@ -6,7 +6,7 @@ import { Logger } from '../Log/Logger.js'; * Used for pooling requests. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/LICENSE.txt b/LICENSE.txt index 02b1ff5..4974faf 100755 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,6 @@ The OMS License -Version 2.0 + +Version 2.2 1. Definitions @@ -15,7 +16,7 @@ Version 2.0 "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. -"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work. "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. @@ -25,7 +26,7 @@ Version 2.0 2. Grant of Copyright License -Subject to the terms and conditions of this License, each Contributor grants to You after purchase a perpetual, worldwide, non-exclusive, irrevocable copyright license to prepare Derivative Works of, publicly display, publicly perform the Work and such Derivative Works in Source or Object form. You are not allowed to sublicense, reproduce, or distribute the Work and such Derivative Works in Source or Object form. +Subject to the terms and conditions of this License, each Contributor grants to You after purchase a temporary, worldwide, non-exclusive copyright license to publicly display or publicly perform the Work in Source or Object form. You are not allowed to sublicense, reproduce, or distribute the Work and such Derivative Works in Source or Object form. 3. Redistribution @@ -46,7 +47,3 @@ Unless required by applicable law or agreed to in writing, Licensor provides the 7. Limitation of Liability In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. - -8. Future Changes - -The Licensor may change the License for future versions as he sees fit. diff --git a/Log/LogLevel.js b/Log/LogLevel.js index 7e9f155..aa03208 100755 --- a/Log/LogLevel.js +++ b/Log/LogLevel.js @@ -2,7 +2,7 @@ * Log Level enum. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Log/Logger.js b/Log/Logger.js index 99f7b3b..8091b64 100755 --- a/Log/Logger.js +++ b/Log/Logger.js @@ -6,7 +6,7 @@ import { SystemUtils } from '../System/SystemUtils.js'; * Logger class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Math/MathProcessor.js b/Math/MathProcessor.js index e2611da..b9867d2 100755 --- a/Math/MathProcessor.js +++ b/Math/MathProcessor.js @@ -2,7 +2,7 @@ * Math processor. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Message/Notification/App/AppNotification.js b/Message/Notification/App/AppNotification.js index cb500e4..3c52786 100755 --- a/Message/Notification/App/AppNotification.js +++ b/Message/Notification/App/AppNotification.js @@ -7,7 +7,7 @@ import { NotificationLevel } from '../NotificationLevel.js'; * App notification. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Message/Notification/Browser/BrowserNotification.js b/Message/Notification/Browser/BrowserNotification.js index 8d200e7..f6a6aae 100755 --- a/Message/Notification/Browser/BrowserNotification.js +++ b/Message/Notification/Browser/BrowserNotification.js @@ -6,7 +6,7 @@ * Browser notification. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Message/Notification/NotificationLevel.js b/Message/Notification/NotificationLevel.js index d56469c..a439a77 100755 --- a/Message/Notification/NotificationLevel.js +++ b/Message/Notification/NotificationLevel.js @@ -2,7 +2,7 @@ * Notification data enum. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Message/Notification/NotificationManager.js b/Message/Notification/NotificationManager.js index c527c04..a0379d1 100755 --- a/Message/Notification/NotificationManager.js +++ b/Message/Notification/NotificationManager.js @@ -6,7 +6,7 @@ import { NotificationType } from '../../Message/Notification/NotificationType * Notification manager. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Message/Notification/NotificationMessage.js b/Message/Notification/NotificationMessage.js index 8ace5ec..d5e4869 100755 --- a/Message/Notification/NotificationMessage.js +++ b/Message/Notification/NotificationMessage.js @@ -2,7 +2,7 @@ * App notification message. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Message/Notification/NotificationType.js b/Message/Notification/NotificationType.js index c46f590..a9e67ff 100755 --- a/Message/Notification/NotificationType.js +++ b/Message/Notification/NotificationType.js @@ -2,7 +2,7 @@ * Notification data enum. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Message/Request/Request.js b/Message/Request/Request.js index b649b2c..860329b 100755 --- a/Message/Request/Request.js +++ b/Message/Request/Request.js @@ -7,7 +7,7 @@ import { RequestType } from './RequestType.js'; * Request class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 * diff --git a/Message/Request/RequestMethod.js b/Message/Request/RequestMethod.js index 10a59e3..20cd93b 100755 --- a/Message/Request/RequestMethod.js +++ b/Message/Request/RequestMethod.js @@ -2,7 +2,7 @@ * Http request method. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Message/Request/RequestType.js b/Message/Request/RequestType.js index 647979f..9a006fa 100755 --- a/Message/Request/RequestType.js +++ b/Message/Request/RequestType.js @@ -2,7 +2,7 @@ * Request type enum. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Message/Response/Response.js b/Message/Response/Response.js index f758d8e..229b4f0 100755 --- a/Message/Response/Response.js +++ b/Message/Response/Response.js @@ -4,7 +4,7 @@ * Used for auto handling different responses. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Message/Response/ResponseManager.js b/Message/Response/ResponseManager.js index 35e5935..2aab07f 100755 --- a/Message/Response/ResponseManager.js +++ b/Message/Response/ResponseManager.js @@ -9,7 +9,7 @@ import { Logger } from '../../Log/Logger.js'; * Used for auto handling different responses. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Message/Response/ResponseType.js b/Message/Response/ResponseType.js index 0625089..abbd6ff 100755 --- a/Message/Response/ResponseType.js +++ b/Message/Response/ResponseType.js @@ -2,7 +2,7 @@ * Response type enum. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Module/ModuleFactory.js b/Module/ModuleFactory.js index 8d26f60..df539fd 100755 --- a/Module/ModuleFactory.js +++ b/Module/ModuleFactory.js @@ -2,7 +2,7 @@ * Module factory. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Module/ModuleManager.js b/Module/ModuleManager.js index e08761a..43c16ff 100755 --- a/Module/ModuleManager.js +++ b/Module/ModuleManager.js @@ -3,7 +3,7 @@ import { ModuleFactory } from './ModuleFactory.js'; * Module manager. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/System/BrowserType.js b/System/BrowserType.js index 1ff726c..02d85aa 100755 --- a/System/BrowserType.js +++ b/System/BrowserType.js @@ -2,7 +2,7 @@ * Request data enum. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/System/OSType.js b/System/OSType.js index ab3055a..078e520 100755 --- a/System/OSType.js +++ b/System/OSType.js @@ -2,7 +2,7 @@ * Request data enum. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/System/SystemUtils.js b/System/SystemUtils.js index a9470e2..7420baa 100755 --- a/System/SystemUtils.js +++ b/System/SystemUtils.js @@ -5,7 +5,7 @@ import { OSType } from './OSType.js'; * System utils class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/UI/ActionManager.js b/UI/ActionManager.js index d05291a..695774c 100755 --- a/UI/ActionManager.js +++ b/UI/ActionManager.js @@ -5,7 +5,7 @@ import { Logger } from '../Log/Logger.js'; * Action manager class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 * diff --git a/UI/Component/AdvancedSelect.js b/UI/Component/AdvancedSelect.js index ce8604e..25ce78b 100755 --- a/UI/Component/AdvancedSelect.js +++ b/UI/Component/AdvancedSelect.js @@ -13,7 +13,7 @@ import { Request } from '../../Message/Request/Request.js'; * Advanced input class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 * diff --git a/UI/Component/CodeArea.js b/UI/Component/CodeArea.js index bb6c353..0d70baa 100644 --- a/UI/Component/CodeArea.js +++ b/UI/Component/CodeArea.js @@ -4,7 +4,7 @@ import { jsOMS } from '../../Utils/oLib.js'; * Code text area. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/UI/Component/Form.js b/UI/Component/Form.js index 06c8344..9e8527a 100755 --- a/UI/Component/Form.js +++ b/UI/Component/Form.js @@ -15,7 +15,7 @@ import { UriFactory } from '../../Uri/UriFactory.js'; * Form manager class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 * diff --git a/UI/Component/SmartTextInput.js b/UI/Component/SmartTextInput.js index e998a23..9c45dc7 100644 --- a/UI/Component/SmartTextInput.js +++ b/UI/Component/SmartTextInput.js @@ -9,7 +9,7 @@ import { Request } from '../../Message/Request/Request.js'; * Smart input class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/UI/Component/Tab.js b/UI/Component/Tab.js index 252522e..716bc61 100755 --- a/UI/Component/Tab.js +++ b/UI/Component/Tab.js @@ -6,7 +6,7 @@ import { UriFactory } from '../../Uri/UriFactory.js'; * Tab manager class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/UI/Component/Table.js b/UI/Component/Table.js index c176ea8..b166e70 100755 --- a/UI/Component/Table.js +++ b/UI/Component/Table.js @@ -7,7 +7,7 @@ import { ResponseType } from '../../Message/Response/ResponseType.js'; * Table manager class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 * diff --git a/UI/Component/TagInput.js b/UI/Component/TagInput.js index 0946526..9d61edf 100644 --- a/UI/Component/TagInput.js +++ b/UI/Component/TagInput.js @@ -9,7 +9,7 @@ import { Request } from '../../Message/Request/Request.js'; * Advanced input class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/UI/DragNDrop.js b/UI/DragNDrop.js index a6a2052..07cd3b2 100755 --- a/UI/DragNDrop.js +++ b/UI/DragNDrop.js @@ -3,7 +3,7 @@ import { jsOMS } from '../Utils/oLib.js'; * Drag and drop class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/UI/GeneralUI.js b/UI/GeneralUI.js index 0d9ec3e..22680aa 100755 --- a/UI/GeneralUI.js +++ b/UI/GeneralUI.js @@ -11,7 +11,7 @@ import { SmartTextInput } from './Component/SmartTextInput.js'; * UI manager for handling basic ui elements. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/UI/Input/InputManager.js b/UI/Input/InputManager.js index 68b0fa7..b5d647f 100755 --- a/UI/Input/InputManager.js +++ b/UI/Input/InputManager.js @@ -6,7 +6,7 @@ import { VoiceManager } from '../../../jsOMS/UI/Input/Voice/VoiceManager.js'; * UI manager class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/UI/Input/Keyboard/KeyboardManager.js b/UI/Input/Keyboard/KeyboardManager.js index 930b738..3579710 100755 --- a/UI/Input/Keyboard/KeyboardManager.js +++ b/UI/Input/Keyboard/KeyboardManager.js @@ -3,7 +3,7 @@ import { jsOMS } from '../../../Utils/oLib.js'; * Keyboard manager class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/UI/Input/Mouse/ClickType.js b/UI/Input/Mouse/ClickType.js index 2af23a8..acee2fc 100755 --- a/UI/Input/Mouse/ClickType.js +++ b/UI/Input/Mouse/ClickType.js @@ -2,7 +2,7 @@ * Click type. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/UI/Input/Mouse/EventType.js b/UI/Input/Mouse/EventType.js index ca2244d..18ecf71 100755 --- a/UI/Input/Mouse/EventType.js +++ b/UI/Input/Mouse/EventType.js @@ -2,7 +2,7 @@ * Event type. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/UI/Input/Mouse/MouseManager.js b/UI/Input/Mouse/MouseManager.js index 34da2a4..337c88b 100755 --- a/UI/Input/Mouse/MouseManager.js +++ b/UI/Input/Mouse/MouseManager.js @@ -5,7 +5,7 @@ import { EventType } from '../../../../jsOMS/UI/Input/Mouse/EventType.js'; * Mouse manager class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/UI/Input/Touch/TouchManager.js b/UI/Input/Touch/TouchManager.js index 0ddfb94..4aa898c 100755 --- a/UI/Input/Touch/TouchManager.js +++ b/UI/Input/Touch/TouchManager.js @@ -2,7 +2,7 @@ * Touch manager class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/UI/Input/Voice/ReadManager.js b/UI/Input/Voice/ReadManager.js index 020a872..151a62c 100755 --- a/UI/Input/Voice/ReadManager.js +++ b/UI/Input/Voice/ReadManager.js @@ -2,7 +2,7 @@ * Form manager class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/UI/Input/Voice/VoiceManager.js b/UI/Input/Voice/VoiceManager.js index c96b2da..f9bc2f6 100755 --- a/UI/Input/Voice/VoiceManager.js +++ b/UI/Input/Voice/VoiceManager.js @@ -5,7 +5,7 @@ import { Logger } from '../../../Log/Logger.js'; * Voice manager class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/UI/Order.js b/UI/Order.js index c9022a4..56c6cec 100755 --- a/UI/Order.js +++ b/UI/Order.js @@ -3,7 +3,7 @@ import { jsOMS } from '../Utils/oLib.js'; * Manual order class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/UI/RemoteData.js b/UI/RemoteData.js index d3f3549..29148ce 100755 --- a/UI/RemoteData.js +++ b/UI/RemoteData.js @@ -8,7 +8,7 @@ import { GeneralUI } from './GeneralUI.js'; * Remote data class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/UI/UIManager.js b/UI/UIManager.js index ca70c7d..bb69d16 100755 --- a/UI/UIManager.js +++ b/UI/UIManager.js @@ -12,7 +12,7 @@ import { UIStateManager } from './UIStateManager.js'; * UI manager for handling basic ui elements. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/UI/UIStateManager.js b/UI/UIStateManager.js index 5215677..dd2c2b5 100755 --- a/UI/UIStateManager.js +++ b/UI/UIStateManager.js @@ -2,7 +2,7 @@ * UI state manager class. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/UnhandledException.js b/UnhandledException.js index d0a9cff..4975610 100755 --- a/UnhandledException.js +++ b/UnhandledException.js @@ -4,7 +4,7 @@ * This class handles all unhandled exceptions depending on the configuration. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Uri/HttpUri.js b/Uri/HttpUri.js index 077d01d..aac7e9b 100755 --- a/Uri/HttpUri.js +++ b/Uri/HttpUri.js @@ -5,7 +5,7 @@ import { jsOMS } from '../Utils/oLib.js'; * This class is for creating, modifying and analyzing http uris. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Uri/UriFactory.js b/Uri/UriFactory.js index 8651420..281ed89 100755 --- a/Uri/UriFactory.js +++ b/Uri/UriFactory.js @@ -6,7 +6,7 @@ import { FormView } from './../Views/FormView.js'; * Uri factory. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Utils/oLib.js b/Utils/oLib.js index 46f8c54..3415243 100755 --- a/Utils/oLib.js +++ b/Utils/oLib.js @@ -4,7 +4,7 @@ * This library provides useful functionalities for the DOM and other manipulations. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ diff --git a/Views/FormView.js b/Views/FormView.js index d26ecf3..952bd33 100755 --- a/Views/FormView.js +++ b/Views/FormView.js @@ -8,7 +8,7 @@ import { jsOMS } from '../Utils/oLib.js'; * form elements such as canvas etc. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 * diff --git a/Views/TableView.js b/Views/TableView.js index 681862d..b980ead 100755 --- a/Views/TableView.js +++ b/Views/TableView.js @@ -2,7 +2,7 @@ * Table view. * * @copyright Dennis Eichhorn - * @license OMS License 2.0 + * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 *