@asor-studio/asor-core 1.1.2 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +4 -3
- package/README.md +3 -3
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
Software: asor-core
|
|
1
2
|
Proprietary / All Rights Reserved
|
|
2
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2026 robrosc (Owner of asor-studio). All rights reserved.
|
|
3
4
|
|
|
4
|
-
NOTICE: All information contained herein is, and remains the property of robrosc
|
|
5
|
-
The intellectual and technical concepts contained herein are proprietary to robrosc
|
|
5
|
+
NOTICE: All information contained herein is, and remains the property of robrosc (Owner of asor-studio).
|
|
6
|
+
The intellectual and technical concepts contained herein are proprietary to robrosc (Owner of asor-studio) and may be covered by patents, patents in process, and are protected by trade secret or copyright law.
|
|
6
7
|
|
|
7
8
|
1. LICENSE GRANT
|
|
8
9
|
Subject to the terms of this Agreement, you are granted a non-exclusive, non-transferable, revocable license to download and use the "asor-core" library (the "Software") solely as a dependency in your software projects.
|
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ import { ConsoleLogsUtility, StateService } from '@asor-studio/asor-core';
|
|
|
31
31
|
|
|
32
32
|
**Proprietary / All Rights Reserved**
|
|
33
33
|
|
|
34
|
-
This software is the property of **robrosc
|
|
34
|
+
This software is the property of **robrosc**, owner and creator of the **asor-studio** organization—a container for the **asor-core** library and future projects.
|
|
35
35
|
|
|
36
36
|
- **Allowed**: Using this library as a dependency in your software projects.
|
|
37
37
|
- **Prohibited**: Modifying, decompiling, reverse engineering, or redistributing this library.
|
|
@@ -40,6 +40,6 @@ See the [LICENSE](./LICENSE) file for the full license agreement.
|
|
|
40
40
|
|
|
41
41
|
## Documentation
|
|
42
42
|
|
|
43
|
-
For detailed documentation and usage examples,
|
|
44
|
-
[
|
|
43
|
+
For detailed documentation and usage examples,
|
|
44
|
+
please visit my Wiki: [ASOR Studio Wiki](https://asor-studio.github.io/asor-angular-wiki)
|
|
45
45
|
|