Skip to content

Commit

Permalink
fix version and bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
spl1nes committed May 20, 2024
1 parent 658e690 commit 1bba6cf
Show file tree
Hide file tree
Showing 62 changed files with 65 additions and 68 deletions.
2 changes: 1 addition & 1 deletion 3D/Loader/ObjLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Account/Account.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Account/AccountManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Account/AccountType.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Animation/Animation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Animation/Canvas/Particle.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Animation/Canvas/ParticleAnimation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Asset/AssetManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Auth/Auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Autoloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Config/Options.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion DataStorage/LocalStorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Event/EventManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
11 changes: 4 additions & 7 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
The OMS License
Version 2.0

Version 2.2

1. Definitions

Expand All @@ -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.

Expand All @@ -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

Expand All @@ -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.
2 changes: 1 addition & 1 deletion Log/LogLevel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Log/Logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Math/MathProcessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Message/Notification/App/AppNotification.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Message/Notification/Browser/BrowserNotification.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Message/Notification/NotificationLevel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Message/Notification/NotificationManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Message/Notification/NotificationMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Message/Notification/NotificationType.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Message/Request/Request.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion Message/Request/RequestMethod.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Message/Request/RequestType.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Message/Response/Response.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Message/Response/ResponseManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Message/Response/ResponseType.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Module/ModuleFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion Module/ModuleManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion System/BrowserType.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion System/OSType.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion System/SystemUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion UI/ActionManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion UI/Component/AdvancedSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion UI/Component/CodeArea.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion UI/Component/Form.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion UI/Component/SmartTextInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion UI/Component/Tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion UI/Component/Table.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down
Loading

0 comments on commit 1bba6cf

Please sign in to comment.