rterm-backend 2.3.1 → 2.4.2
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.md +4 -7
- package/bin/gybackend.js +6227 -3539
- package/package.json +2 -2
package/LICENSE.md
CHANGED
|
@@ -2,14 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
**rterm-backend** is part of RTerm, by Hyperspace Technologies.
|
|
4
4
|
|
|
5
|
-
This project is licensed under **
|
|
6
|
-
|
|
5
|
+
This project is licensed under the **Apache License, Version 2.0**. You may use,
|
|
6
|
+
reproduce, and distribute the material for any purpose, including commercial use,
|
|
7
|
+
subject to the terms of the Apache 2.0 license.
|
|
7
8
|
|
|
8
|
-
|
|
9
|
-
with attribution. Commercial use requires a separate license from Hyperspace
|
|
10
|
-
Technologies.
|
|
11
|
-
|
|
12
|
-
Full legal text: https://creativecommons.org/licenses/by-nc/4.0/legalcode
|
|
9
|
+
Full legal text: https://www.apache.org/licenses/LICENSE-2.0
|
|
13
10
|
|
|
14
11
|
---
|
|
15
12
|
|