forked from aergic-labs/artizo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
81 lines (64 loc) · 3.01 KB
/
Copy pathNOTICE
File metadata and controls
81 lines (64 loc) · 3.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Artizo Dev Containers
Copyright 2026 Aergic Labs, LLC
Licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
This product includes software developed by third parties.
================================================================================
THIRD-PARTY DEPENDENCIES (Production)
================================================================================
The following third-party packages are included in the distributed extension:
--------------------------------------------------------------------------------
@devcontainers/cli
Version: 0.87.0
License: MIT
Author: Microsoft Corporation
Repository: https://github.com/devcontainers/cli
Note: Open-source CLI for building and running dev containers.
Used under the MIT license for container build/run operations.
--------------------------------------------------------------------------------
ajv
Version: 8.20.0
License: MIT
Author: Evgeny Poberezkin
Homepage: https://ajv.js.org
Note: JSON Schema validator used for devcontainer.json validation.
Transitive dependencies of ajv:
fast-deep-equal (3.1.3) - MIT - Evgeny Poberezkin
fast-uri (3.1.2) - BSD-3-Clause - Vincent Le Goff
json-schema-traverse (1.0.0) - MIT - Evgeny Poberezkin
require-from-string (2.0.2) - MIT - Vsevolod Strukchinsky
--------------------------------------------------------------------------------
jsonc-parser
Version: 3.3.1
License: MIT
Author: Microsoft Corporation
Repository: https://github.com/microsoft/node-jsonc-parser
Note: JSONC (JSON with Comments) parser for devcontainer.json files.
--------------------------------------------------------------------------------
vscode-uri
Version: 3.1.0
License: MIT
Author: Microsoft
Repository: https://github.com/microsoft/vscode-uri
Note: URI handling utilities for VS Code extension development.
--------------------------------------------------------------------------------
ws
Version: 8.20.1
License: MIT
Author: Einar Otto Stangvik
Repository: https://github.com/websockets/ws
Note: WebSocket client/server library for container communication.
================================================================================
LICENSE SUMMARY
================================================================================
This project uses open source software under the following licenses:
- MIT: @devcontainers/cli, ajv, jsonc-parser, vscode-uri, ws,
fast-deep-equal, json-schema-traverse, require-from-string
- BSD-3-Clause: fast-uri
================================================================================
COMPLIANCE NOTES
================================================================================
1. The @devcontainers/cli package is the open-source MIT-licensed CLI from the
devcontainers organization (https://github.com/devcontainers/cli), not a
proprietary Microsoft component.
2. Development dependencies (vitest, typescript, esbuild, fast-check, etc.) are
NOT included in the distributed extension and are not listed here.