rterm-backend 2.4.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 (2) hide show
  1. package/LICENSE.md +4 -7
  2. 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
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "rterm-backend",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "description": "RTerm headless backend \u2014 run RTerm-as-a-service (AI agent, SSH/WinRM/Serial/local terminals, fleet orchestration, advanced automation with event-driven triggers + NATS event mesh, scheduled automation) and drive it over a WebSocket JSON-RPC gateway. No desktop UI required.",
5
- "license": "CC-BY-NC-4.0",
5
+ "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "bin": {
8
8
  "gybackend": "bin/gybackend.js"