@nimbus21.ai/the-link 3.15.11 → 3.16.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 +10 -0
- package/bin/the-link.js +328 -131
- package/package.json +2 -1
- package/vendor/NOTICE +83 -0
- package/vendor/tmux-linux-x64 +0 -0
package/LICENSE
CHANGED
|
@@ -3,3 +3,13 @@ Copyright (c) 2026 NIMBUS21 LLC. All rights reserved.
|
|
|
3
3
|
This software is proprietary and confidential. Unauthorized copying, distribution, modification, or use of this software, via any medium, is strictly prohibited.
|
|
4
4
|
|
|
5
5
|
For licensing inquiries: issue@nimbus21.ai
|
|
6
|
+
|
|
7
|
+
--------------------------------------------------------------------------------
|
|
8
|
+
BUNDLED THIRD-PARTY SOFTWARE
|
|
9
|
+
|
|
10
|
+
This package may bundle a fully-static build of tmux (ISC) together with its
|
|
11
|
+
statically-linked dependencies libevent (BSD-3-Clause), ncurses (MIT/X11), and
|
|
12
|
+
musl libc (MIT), under vendor/. Those components are redistributed under their
|
|
13
|
+
own permissive licenses; full attribution and license texts are in
|
|
14
|
+
vendor/tmux/NOTICE. The proprietary terms above apply only to the-link itself,
|
|
15
|
+
not to these third-party components.
|