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.
Files changed (3) hide show
  1. package/LICENSE.md +4 -7
  2. package/bin/gybackend.js +6227 -3539
  3. 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 **Creative Commons Attribution-NonCommercial 4.0
6
- International (CC BY-NC 4.0)**.
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
- You are free to share and adapt the material for **non-commercial** purposes,
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