# Vonode Third-Party Notices Last generated: 2026-07-19 Vonode's first-party code is proprietary. The components below remain subject to their own licenses and copyright notices. Canonical Go dependency license texts are preserved under `third_party/github-modules/`; npm license texts are preserved in the locked package trees used to build the web and Worker bundles; Swift package source locations are pinned by `Package.resolved`. Distribution packages must keep the corresponding license and NOTICE files. This inventory is generated with `node scripts/audit-licenses.mjs --write`. The command fails if an AGPL, GPL, or LGPL identifier is detected in a runtime dependency, or if a runtime license is missing/unknown. Build-only tools are isolated from deployable bundles; their copyleft transitive binaries are listed but are not linked into or shipped with Vonode products. ## Go modules | Component | Version | Scope | License | Evidence | | --- | --- | --- | --- | --- | | aead.dev/minisign | v0.2.0 | runtime | MIT | Go module cache: aead.dev/minisign/LICENSE | | github.com/bytedance/sonic | v1.14.0 | runtime | Apache-2.0 | third_party/github-modules/bytedance/sonic/LICENSE | | github.com/bytedance/sonic/loader | v0.3.0 | runtime | Apache-2.0 | third_party/github-modules/bytedance/sonic/loader/LICENSE | | github.com/cloudwego/base64x | v0.1.6 | runtime | Apache-2.0 | third_party/github-modules/cloudwego/base64x/LICENSE | | github.com/creack/goselect | v0.1.2 | runtime | MIT | third_party/github-modules/creack/goselect/LICENSE | | github.com/damonto/euicc-go | v1.1.3-0.20260628013808-8d873a2dfc98 | runtime | MIT | third_party/github-modules/damonto/euicc-go/LICENSE | | github.com/damonto/uicc-go | v0.0.0-20260622025011-5cf36d6c8626 | runtime | MIT | third_party/github-modules/damonto/uicc-go/LICENSE | | github.com/davecgh/go-spew | v1.1.2-0.20180830191138-d8f796af33cc | runtime | ISC | third_party/github-modules/davecgh/go-spew/LICENSE | | github.com/dustin/go-humanize | v1.0.1 | runtime | MIT | third_party/github-modules/dustin/go-humanize/LICENSE | | github.com/emiago/sipgo | v1.4.0 | runtime | BSD | third_party/github-modules/emiago/sipgo/LICENSE | | github.com/fsnotify/fsnotify | v1.9.0 | runtime | BSD | third_party/github-modules/fsnotify/fsnotify/LICENSE | | github.com/gabriel-vasile/mimetype | v1.4.8 | runtime | MIT | third_party/github-modules/gabriel-vasile/mimetype/LICENSE | | github.com/gin-contrib/sse | v1.1.0 | runtime | MIT | third_party/github-modules/gin-contrib/sse/LICENSE | | github.com/gin-gonic/gin | v1.11.0 | runtime | MIT | third_party/github-modules/gin-gonic/gin/LICENSE | | github.com/glebarez/go-sqlite | v1.21.2 | runtime | BSD | third_party/github-modules/glebarez/go-sqlite/LICENSE | | github.com/glebarez/sqlite | v1.11.0 | runtime | MIT | third_party/github-modules/glebarez/sqlite/License | | github.com/go-playground/locales | v0.14.1 | runtime | MIT | third_party/github-modules/go-playground/locales/LICENSE | | github.com/go-playground/universal-translator | v0.18.1 | runtime | MIT | third_party/github-modules/go-playground/universal-translator/LICENSE | | github.com/go-playground/validator/v10 | v10.27.0 | runtime | MIT | third_party/github-modules/go-playground/validator/v10/LICENSE | | github.com/go-telegram-bot-api/telegram-bot-api/v5 | v5.5.1 | runtime | MIT | third_party/github-modules/go-telegram-bot-api/telegram-bot-api/v5/LICENSE.txt | | github.com/go-viper/mapstructure/v2 | v2.4.0 | runtime | MIT | third_party/github-modules/go-viper/mapstructure/v2/LICENSE | | github.com/gobwas/httphead | v0.1.0 | runtime | MIT | third_party/github-modules/gobwas/httphead/LICENSE | | github.com/gobwas/pool | v0.2.1 | runtime | MIT | third_party/github-modules/gobwas/pool/LICENSE | | github.com/gobwas/ws | v1.4.0 | runtime | MIT | third_party/github-modules/gobwas/ws/LICENSE | | github.com/goccy/go-json | v0.10.2 | runtime | MIT | third_party/github-modules/goccy/go-json/LICENSE | | github.com/goccy/go-yaml | v1.18.0 | runtime | MIT | third_party/github-modules/goccy/go-yaml/LICENSE | | github.com/gogo/protobuf | v1.3.2 | runtime | BSD | third_party/github-modules/gogo/protobuf/LICENSE | | github.com/golang/protobuf | v1.5.0 | runtime | BSD | third_party/github-modules/golang/protobuf/LICENSE | | github.com/google/go-cmp | v0.7.0 | runtime | BSD | third_party/github-modules/google/go-cmp/LICENSE | | github.com/google/pprof | v0.0.0-20231101202521-4ca4178f5c7a | runtime | Apache-2.0 | third_party/github-modules/google/pprof/LICENSE | | github.com/google/uuid | v1.6.0 | runtime | BSD | third_party/github-modules/google/uuid/LICENSE | | github.com/gorilla/websocket | v1.5.3 | runtime | BSD | third_party/github-modules/gorilla/websocket/LICENSE | | github.com/iniwex5/netlink | v1.3.3 | runtime | Apache-2.0 | third_party/github-modules/iniwex5/netlink/LICENSE | | github.com/iniwex5/qqbot | v1.0.1 | runtime | Apache-2.0 | third_party/github-modules/iniwex5/qqbot/LICENSE | | github.com/iniwex5/quectel-qmi-go | v0.6.0 | runtime | MIT | third_party/github-modules/iniwex5/quectel-qmi-go/LICENSE | | github.com/jinzhu/inflection | v1.0.0 | runtime | MIT | third_party/github-modules/jinzhu/inflection/LICENSE | | github.com/jinzhu/now | v1.1.5 | runtime | MIT | third_party/github-modules/jinzhu/now/License | | github.com/json-iterator/go | v1.1.12 | runtime | MIT | third_party/github-modules/json-iterator/go/LICENSE | | github.com/kballard/go-shellquote | v0.0.0-20180428030007-95032a82bc51 | runtime | MIT | third_party/github-modules/kballard/go-shellquote/LICENSE | | github.com/klauspost/cpuid/v2 | v2.3.0 | runtime | MIT | third_party/github-modules/klauspost/cpuid/v2/LICENSE | | github.com/kr/text | v0.2.0 | runtime | MIT | third_party/github-modules/kr/text/License | | github.com/larksuite/oapi-sdk-go/v3 | v3.5.3 | runtime | MIT | third_party/github-modules/larksuite/oapi-sdk-go/v3/LICENSE | | github.com/leodido/go-urn | v1.4.0 | runtime | MIT | third_party/github-modules/leodido/go-urn/LICENSE | | github.com/lestrrat-go/file-rotatelogs | v2.4.0+incompatible | runtime | MIT | third_party/github-modules/lestrrat-go/file-rotatelogs/LICENSE | | github.com/lestrrat-go/strftime | v1.2.0 | runtime | MIT | third_party/github-modules/lestrrat-go/strftime/LICENSE | | github.com/mattn/go-isatty | v0.0.20 | runtime | MIT | third_party/github-modules/mattn/go-isatty/LICENSE | | github.com/mattn/go-sqlite3 | v1.14.16 | runtime | MIT | third_party/github-modules/mattn/go-sqlite3/LICENSE | | github.com/miekg/dns | v1.1.67 | runtime | BSD | third_party/github-modules/miekg/dns/LICENSE | | github.com/minio/selfupdate | v0.6.0 | runtime | Apache-2.0 | third_party/github-modules/minio/selfupdate/LICENSE | | github.com/modern-go/concurrent | v0.0.0-20180306012644-bacd9c7ef1dd | runtime | Apache-2.0 | third_party/github-modules/modern-go/concurrent/LICENSE | | github.com/modern-go/reflect2 | v1.0.2 | runtime | Apache-2.0 | third_party/github-modules/modern-go/reflect2/LICENSE | | github.com/pelletier/go-toml/v2 | v2.2.4 | runtime | MIT | third_party/github-modules/pelletier/go-toml/v2/LICENSE | | github.com/pion/logging | v0.2.4 | runtime | MIT | third_party/github-modules/pion/logging/LICENSE | | github.com/pion/randutil | v0.1.0 | runtime | MIT | third_party/github-modules/pion/randutil/LICENSE | | github.com/pion/rtcp | v1.2.16 | runtime | MIT | third_party/github-modules/pion/rtcp/LICENSE | | github.com/pion/rtp | v1.10.2 | runtime | MIT | third_party/github-modules/pion/rtp/LICENSE | | github.com/pion/srtp/v3 | v3.0.12 | runtime | MIT | third_party/github-modules/pion/srtp/v3/LICENSE | | github.com/pion/transport/v4 | v4.0.2 | runtime | MIT | third_party/github-modules/pion/transport/v4/LICENSE | | github.com/pkg/errors | v0.9.1 | runtime | BSD | third_party/github-modules/pkg/errors/LICENSE | | github.com/pmezard/go-difflib | v1.0.1-0.20181226105442-5d4384ee4fb2 | runtime | BSD | third_party/github-modules/pmezard/go-difflib/LICENSE | | github.com/quic-go/qpack | v0.5.1 | runtime | MIT | third_party/github-modules/quic-go/qpack/LICENSE.md | | github.com/quic-go/quic-go | v0.54.0 | runtime | MIT | third_party/github-modules/quic-go/quic-go/LICENSE | | github.com/remyoudompheng/bigfft | v0.0.0-20230129092748-24d4a6f8daec | runtime | BSD | third_party/github-modules/remyoudompheng/bigfft/LICENSE | | github.com/rogpeppe/go-internal | v1.13.1 | runtime | BSD | third_party/github-modules/rogpeppe/go-internal/LICENSE | | github.com/sagikazarmark/locafero | v0.11.0 | runtime | MIT | third_party/github-modules/sagikazarmark/locafero/LICENSE | | github.com/sirupsen/logrus | v1.9.4 | runtime | MIT | third_party/github-modules/sirupsen/logrus/LICENSE | | github.com/sourcegraph/conc | v0.3.1-0.20240121214520-5f936abd7ae8 | runtime | MIT | third_party/github-modules/sourcegraph/conc/LICENSE | | github.com/spf13/afero | v1.15.0 | runtime | Apache-2.0 | third_party/github-modules/spf13/afero/LICENSE.txt | | github.com/spf13/cast | v1.10.0 | runtime | MIT | third_party/github-modules/spf13/cast/LICENSE | | github.com/spf13/pflag | v1.0.10 | runtime | BSD | third_party/github-modules/spf13/pflag/LICENSE | | github.com/spf13/viper | v1.21.0 | runtime | MIT | third_party/github-modules/spf13/viper/LICENSE | | github.com/stretchr/testify | v1.11.1 | runtime | MIT | third_party/github-modules/stretchr/testify/LICENSE | | github.com/subosito/gotenv | v1.6.0 | runtime | MIT | third_party/github-modules/subosito/gotenv/LICENSE | | github.com/things-go/go-socks5 | v0.1.1 | runtime | MIT | third_party/github-modules/things-go/go-socks5/LICENSE | | github.com/twitchyliquid64/golang-asm | v0.15.1 | runtime | BSD | third_party/github-modules/twitchyliquid64/golang-asm/LICENSE | | github.com/ugorji/go/codec | v1.3.0 | runtime | MIT | third_party/github-modules/ugorji/go/codec/LICENSE | | github.com/vishvananda/netlink | v1.3.1 | runtime | Apache-2.0 | third_party/github-modules/vishvananda/netlink/LICENSE | | github.com/vishvananda/netns | v0.0.5 | runtime | Apache-2.0 | third_party/github-modules/vishvananda/netns/LICENSE | | github.com/warthog618/sms | v0.3.0 | runtime | MIT | third_party/github-modules/warthog618/sms/LICENSE | | github.com/yuin/goldmark | v1.4.13 | runtime | MIT | third_party/github-modules/yuin/goldmark/LICENSE | | go.bug.st/serial | v1.6.4 | runtime | BSD | Go module cache: go.bug.st/serial/LICENSE | | go.uber.org/goleak | v1.3.0 | runtime | MIT | Go module cache: go.uber.org/goleak/LICENSE | | go.uber.org/mock | v0.5.0 | runtime | Apache-2.0 | Go module cache: go.uber.org/mock/LICENSE | | go.uber.org/multierr | v1.11.0 | runtime | MIT | Go module cache: go.uber.org/multierr/LICENSE.txt | | go.uber.org/zap | v1.27.1 | runtime | MIT | Go module cache: go.uber.org/zap/LICENSE | | go.yaml.in/yaml/v3 | v3.0.4 | runtime | Apache-2.0 | Go module cache: go.yaml.in/yaml/v3/LICENSE | | golang.org/x/arch | v0.20.0 | runtime | BSD | Go module cache: golang.org/x/arch/LICENSE | | golang.org/x/crypto | v0.49.0 | runtime | BSD | Go module cache: golang.org/x/crypto/LICENSE | | golang.org/x/mod | v0.34.0 | runtime | BSD | Go module cache: golang.org/x/mod/LICENSE | | golang.org/x/net | v0.52.0 | runtime | BSD | Go module cache: golang.org/x/net/LICENSE | | golang.org/x/sync | v0.20.0 | runtime | BSD | Go module cache: golang.org/x/sync/LICENSE | | golang.org/x/sys | v0.46.0 | runtime | BSD | Go module cache: golang.org/x/sys/LICENSE | | golang.org/x/telemetry | v0.0.0-20260311193753-579e4da9a98c | runtime | BSD | Go module cache: golang.org/x/telemetry/LICENSE | | golang.org/x/term | v0.41.0 | runtime | BSD | Go module cache: golang.org/x/term/LICENSE | | golang.org/x/text | v0.36.0 | runtime | BSD | Go module cache: golang.org/x/text/LICENSE | | golang.org/x/tools | v0.43.0 | runtime | BSD | Go module cache: golang.org/x/tools/LICENSE | | golang.org/x/xerrors | v0.0.0-20200804184101-5ec99f83aff1 | runtime | BSD | Go module cache: golang.org/x/xerrors/LICENSE | | google.golang.org/protobuf | v1.36.11 | runtime | BSD | Go module cache: google.golang.org/protobuf/LICENSE | | gopkg.in/check.v1 | v0.0.0-20161208181325-20d25e280405 | runtime | BSD | Go module cache: gopkg.in/check.v1/LICENSE | | gopkg.in/yaml.v3 | v3.0.1 | runtime | Apache-2.0 | Go module cache: gopkg.in/yaml.v3/LICENSE | | gorm.io/gorm | v1.30.5 | runtime | MIT | Go module cache: gorm.io/gorm/LICENSE | | lukechampine.com/uint128 | v1.2.0 | runtime | MIT | Go module cache: lukechampine.com/uint128/LICENSE | | modernc.org/cc/v3 | v3.40.0 | runtime | BSD | Go module cache: modernc.org/cc/v3/LICENSE | | modernc.org/ccgo/v3 | v3.16.13 | runtime | BSD | Go module cache: modernc.org/ccgo/v3/LICENSE | | modernc.org/httpfs | v1.0.6 | runtime | BSD | Go module cache: modernc.org/httpfs/LICENSE | | modernc.org/libc | v1.22.5 | runtime | BSD | Go module cache: modernc.org/libc/LICENSE | | modernc.org/mathutil | v1.5.0 | runtime | BSD | Go module cache: modernc.org/mathutil/LICENSE | | modernc.org/memory | v1.5.0 | runtime | BSD | Go module cache: modernc.org/memory/LICENSE | | modernc.org/opt | v0.1.3 | runtime | BSD | Go module cache: modernc.org/opt/LICENSE | | modernc.org/sqlite | v1.23.1 | runtime | BSD | Go module cache: modernc.org/sqlite/LICENSE | | modernc.org/strutil | v1.1.3 | runtime | BSD | Go module cache: modernc.org/strutil/LICENSE | | modernc.org/tcl | v1.15.2 | runtime | BSD OR TCL | Go module cache: modernc.org/tcl/LICENSE, Go module cache: modernc.org/tcl/license.terms | | modernc.org/token | v1.0.1 | runtime | BSD | Go module cache: modernc.org/token/LICENSE | | modernc.org/z | v1.7.3 | runtime | BSD | Go module cache: modernc.org/z/LICENSE | | rsc.io/pdf | v0.1.1 | runtime | BSD | Go module cache: rsc.io/pdf/LICENSE | ## npm packages | Component | Version | Scope | License | Evidence | | --- | --- | --- | --- | --- | | @ampproject/remapping | 2.3.0 | build-only | Apache-2.0 | deploy/cloudflare/review-demo/package-lock.json | | @babel/helper-string-parser | 7.27.1 | runtime | MIT | web/package-lock.json | | @babel/helper-string-parser | 7.29.7 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | @babel/helper-validator-identifier | 7.28.5 | runtime | MIT | web/package-lock.json | | @babel/helper-validator-identifier | 7.29.7 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | @babel/parser | 7.28.6 | runtime | MIT | web/package-lock.json | | @babel/parser | 7.29.7 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | @babel/types | 7.28.6 | runtime | MIT | web/package-lock.json | | @babel/types | 7.29.7 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | @bcoe/v8-coverage | 1.0.2 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | @bufbuild/protobuf | 2.11.0 | build-only | (Apache-2.0 AND BSD-3-Clause) | web/package-lock.json | | @cloudflare/kv-asset-handler | 0.5.0 | build-only | MIT OR Apache-2.0 | site/package-lock.json | | @cloudflare/unenv-preset | 2.16.1 | build-only | MIT OR Apache-2.0 | site/package-lock.json | | @cloudflare/workerd-darwin-64 | 1.20260714.1 | build-only | Apache-2.0 | site/package-lock.json | | @cloudflare/workerd-darwin-arm64 | 1.20260714.1 | build-only | Apache-2.0 | site/package-lock.json | | @cloudflare/workerd-linux-64 | 1.20260714.1 | build-only | Apache-2.0 | site/package-lock.json | | @cloudflare/workerd-linux-arm64 | 1.20260714.1 | build-only | Apache-2.0 | site/package-lock.json | | @cloudflare/workerd-windows-64 | 1.20260714.1 | build-only | Apache-2.0 | site/package-lock.json | | @cspotcode/source-map-support | 0.8.1 | build-only | MIT | site/package-lock.json | | @ctrl/tinycolor | 3.6.1 | runtime | MIT | web/package-lock.json | | @element-plus/icons-vue | 2.3.2 | runtime | MIT | web/package-lock.json | | @emnapi/runtime | 1.11.2 | build-only | MIT | site/package-lock.json | | @esbuild/aix-ppc64 | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/aix-ppc64 | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/android-arm | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/android-arm | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/android-arm64 | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/android-arm64 | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/android-x64 | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/android-x64 | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/darwin-arm64 | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/darwin-arm64 | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/darwin-x64 | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/darwin-x64 | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/freebsd-arm64 | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/freebsd-arm64 | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/freebsd-x64 | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/freebsd-x64 | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/linux-arm | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/linux-arm | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/linux-arm64 | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/linux-arm64 | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/linux-ia32 | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/linux-ia32 | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/linux-loong64 | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/linux-loong64 | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/linux-mips64el | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/linux-mips64el | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/linux-ppc64 | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/linux-ppc64 | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/linux-riscv64 | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/linux-riscv64 | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/linux-s390x | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/linux-s390x | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/linux-x64 | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/linux-x64 | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/netbsd-arm64 | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/netbsd-arm64 | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/netbsd-x64 | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/netbsd-x64 | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/openbsd-arm64 | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/openbsd-arm64 | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/openbsd-x64 | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/openbsd-x64 | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/openharmony-arm64 | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/openharmony-arm64 | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/sunos-x64 | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/sunos-x64 | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/win32-arm64 | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/win32-arm64 | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/win32-ia32 | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/win32-ia32 | 0.28.1 | build-only | MIT | web/package-lock.json | | @esbuild/win32-x64 | 0.25.12 | build-only | MIT | web/package-lock.json | | @esbuild/win32-x64 | 0.28.1 | build-only | MIT | web/package-lock.json | | @eslint-community/eslint-utils | 4.9.1 | build-only | MIT | web/package-lock.json | | @eslint-community/regexpp | 4.12.2 | build-only | MIT | web/package-lock.json | | @eslint/config-array | 0.21.2 | build-only | Apache-2.0 | web/package-lock.json | | @eslint/config-helpers | 0.4.2 | build-only | Apache-2.0 | web/package-lock.json | | @eslint/core | 0.17.0 | build-only | Apache-2.0 | web/package-lock.json | | @eslint/eslintrc | 3.3.5 | build-only | MIT | web/package-lock.json | | @eslint/js | 9.39.4 | build-only | MIT | web/package-lock.json | | @eslint/object-schema | 2.1.7 | build-only | Apache-2.0 | web/package-lock.json | | @eslint/plugin-kit | 0.4.1 | build-only | Apache-2.0 | web/package-lock.json | | @floating-ui/core | 1.7.3 | runtime | MIT | web/package-lock.json | | @floating-ui/dom | 1.7.4 | runtime | MIT | web/package-lock.json | | @floating-ui/utils | 0.2.10 | runtime | MIT | web/package-lock.json | | @humanfs/core | 0.19.1 | build-only | Apache-2.0 | web/package-lock.json | | @humanfs/node | 0.16.7 | build-only | Apache-2.0 | web/package-lock.json | | @humanwhocodes/module-importer | 1.0.1 | build-only | Apache-2.0 | web/package-lock.json | | @humanwhocodes/retry | 0.4.3 | build-only | Apache-2.0 | web/package-lock.json | | @img/colour | 1.1.0 | build-only | MIT | site/package-lock.json | | @img/sharp-darwin-arm64 | 0.34.5 | build-only | Apache-2.0 | site/package-lock.json | | @img/sharp-darwin-x64 | 0.34.5 | build-only | Apache-2.0 | site/package-lock.json | | @img/sharp-libvips-darwin-arm64 | 1.2.4 | build-only | LGPL-3.0-or-later | site/package-lock.json | | @img/sharp-libvips-darwin-x64 | 1.2.4 | build-only | LGPL-3.0-or-later | site/package-lock.json | | @img/sharp-libvips-linux-arm | 1.2.4 | build-only | LGPL-3.0-or-later | site/package-lock.json | | @img/sharp-libvips-linux-arm64 | 1.2.4 | build-only | LGPL-3.0-or-later | site/package-lock.json | | @img/sharp-libvips-linux-ppc64 | 1.2.4 | build-only | LGPL-3.0-or-later | site/package-lock.json | | @img/sharp-libvips-linux-riscv64 | 1.2.4 | build-only | LGPL-3.0-or-later | site/package-lock.json | | @img/sharp-libvips-linux-s390x | 1.2.4 | build-only | LGPL-3.0-or-later | site/package-lock.json | | @img/sharp-libvips-linux-x64 | 1.2.4 | build-only | LGPL-3.0-or-later | site/package-lock.json | | @img/sharp-libvips-linuxmusl-arm64 | 1.2.4 | build-only | LGPL-3.0-or-later | site/package-lock.json | | @img/sharp-libvips-linuxmusl-x64 | 1.2.4 | build-only | LGPL-3.0-or-later | site/package-lock.json | | @img/sharp-linux-arm | 0.34.5 | build-only | Apache-2.0 | site/package-lock.json | | @img/sharp-linux-arm64 | 0.34.5 | build-only | Apache-2.0 | site/package-lock.json | | @img/sharp-linux-ppc64 | 0.34.5 | build-only | Apache-2.0 | site/package-lock.json | | @img/sharp-linux-riscv64 | 0.34.5 | build-only | Apache-2.0 | site/package-lock.json | | @img/sharp-linux-s390x | 0.34.5 | build-only | Apache-2.0 | site/package-lock.json | | @img/sharp-linux-x64 | 0.34.5 | build-only | Apache-2.0 | site/package-lock.json | | @img/sharp-linuxmusl-arm64 | 0.34.5 | build-only | Apache-2.0 | site/package-lock.json | | @img/sharp-linuxmusl-x64 | 0.34.5 | build-only | Apache-2.0 | site/package-lock.json | | @img/sharp-wasm32 | 0.34.5 | build-only | Apache-2.0 AND LGPL-3.0-or-later AND MIT | site/package-lock.json | | @img/sharp-win32-arm64 | 0.34.5 | build-only | Apache-2.0 AND LGPL-3.0-or-later | site/package-lock.json | | @img/sharp-win32-ia32 | 0.34.5 | build-only | Apache-2.0 AND LGPL-3.0-or-later | site/package-lock.json | | @img/sharp-win32-x64 | 0.34.5 | build-only | Apache-2.0 AND LGPL-3.0-or-later | site/package-lock.json | | @isaacs/cliui | 8.0.2 | build-only | ISC | deploy/cloudflare/review-demo/package-lock.json | | @istanbuljs/schema | 0.1.6 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | @jridgewell/gen-mapping | 0.3.13 | build-only | MIT | web/package-lock.json | | @jridgewell/remapping | 2.3.5 | build-only | MIT | web/package-lock.json | | @jridgewell/resolve-uri | 3.1.2 | build-only | MIT | web/package-lock.json | | @jridgewell/sourcemap-codec | 1.5.5 | runtime | MIT | web/package-lock.json | | @jridgewell/trace-mapping | 0.3.31 | build-only | MIT | web/package-lock.json | | @jridgewell/trace-mapping | 0.3.9 | build-only | MIT | site/package-lock.json | | @nodelib/fs.scandir | 2.1.5 | build-only | MIT | web/package-lock.json | | @nodelib/fs.stat | 2.0.5 | build-only | MIT | web/package-lock.json | | @nodelib/fs.walk | 1.2.8 | build-only | MIT | web/package-lock.json | | @parcel/watcher | 2.5.6 | build-only | MIT | web/package-lock.json | | @parcel/watcher-android-arm64 | 2.5.6 | build-only | MIT | web/package-lock.json | | @parcel/watcher-darwin-arm64 | 2.5.6 | build-only | MIT | web/package-lock.json | | @parcel/watcher-darwin-x64 | 2.5.6 | build-only | MIT | web/package-lock.json | | @parcel/watcher-freebsd-x64 | 2.5.6 | build-only | MIT | web/package-lock.json | | @parcel/watcher-linux-arm-glibc | 2.5.6 | build-only | MIT | web/package-lock.json | | @parcel/watcher-linux-arm-musl | 2.5.6 | build-only | MIT | web/package-lock.json | | @parcel/watcher-linux-arm64-glibc | 2.5.6 | build-only | MIT | web/package-lock.json | | @parcel/watcher-linux-arm64-musl | 2.5.6 | build-only | MIT | web/package-lock.json | | @parcel/watcher-linux-x64-glibc | 2.5.6 | build-only | MIT | web/package-lock.json | | @parcel/watcher-linux-x64-musl | 2.5.6 | build-only | MIT | web/package-lock.json | | @parcel/watcher-win32-arm64 | 2.5.6 | build-only | MIT | web/package-lock.json | | @parcel/watcher-win32-ia32 | 2.5.6 | build-only | MIT | web/package-lock.json | | @parcel/watcher-win32-x64 | 2.5.6 | build-only | MIT | web/package-lock.json | | @pkgjs/parseargs | 0.11.0 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | @poppinss/colors | 4.1.6 | build-only | MIT | site/package-lock.json | | @poppinss/dumper | 0.6.5 | build-only | MIT | site/package-lock.json | | @poppinss/exception | 1.2.3 | build-only | MIT | site/package-lock.json | | @rollup/rollup-android-arm-eabi | 4.62.2 | build-only | MIT | web/package-lock.json | | @rollup/rollup-android-arm64 | 4.62.2 | build-only | MIT | web/package-lock.json | | @rollup/rollup-darwin-arm64 | 4.62.2 | build-only | MIT | web/package-lock.json | | @rollup/rollup-darwin-x64 | 4.62.2 | build-only | MIT | web/package-lock.json | | @rollup/rollup-freebsd-arm64 | 4.62.2 | build-only | MIT | web/package-lock.json | | @rollup/rollup-freebsd-x64 | 4.62.2 | build-only | MIT | web/package-lock.json | | @rollup/rollup-linux-arm-gnueabihf | 4.62.2 | build-only | MIT | web/package-lock.json | | @rollup/rollup-linux-arm-musleabihf | 4.62.2 | build-only | MIT | web/package-lock.json | | @rollup/rollup-linux-arm64-gnu | 4.62.2 | build-only | MIT | web/package-lock.json | | @rollup/rollup-linux-arm64-musl | 4.62.2 | build-only | MIT | web/package-lock.json | | @rollup/rollup-linux-loong64-gnu | 4.62.2 | build-only | MIT | web/package-lock.json | | @rollup/rollup-linux-loong64-musl | 4.62.2 | build-only | MIT | web/package-lock.json | | @rollup/rollup-linux-ppc64-gnu | 4.62.2 | build-only | MIT | web/package-lock.json | | @rollup/rollup-linux-ppc64-musl | 4.62.2 | build-only | MIT | web/package-lock.json | | @rollup/rollup-linux-riscv64-gnu | 4.62.2 | build-only | MIT | web/package-lock.json | | @rollup/rollup-linux-riscv64-musl | 4.62.2 | build-only | MIT | web/package-lock.json | | @rollup/rollup-linux-s390x-gnu | 4.62.2 | build-only | MIT | web/package-lock.json | | @rollup/rollup-linux-x64-gnu | 4.62.2 | build-only | MIT | web/package-lock.json | | @rollup/rollup-linux-x64-musl | 4.62.2 | build-only | MIT | web/package-lock.json | | @rollup/rollup-openbsd-x64 | 4.62.2 | build-only | MIT | web/package-lock.json | | @rollup/rollup-openharmony-arm64 | 4.62.2 | build-only | MIT | web/package-lock.json | | @rollup/rollup-win32-arm64-msvc | 4.62.2 | build-only | MIT | web/package-lock.json | | @rollup/rollup-win32-ia32-msvc | 4.62.2 | build-only | MIT | web/package-lock.json | | @rollup/rollup-win32-x64-gnu | 4.62.2 | build-only | MIT | web/package-lock.json | | @rollup/rollup-win32-x64-msvc | 4.62.2 | build-only | MIT | web/package-lock.json | | @sindresorhus/is | 7.2.0 | build-only | MIT | site/package-lock.json | | @speed-highlight/core | 1.2.17 | build-only | CC0-1.0 | site/package-lock.json | | @sxzz/popperjs-es | 2.11.7 | runtime | MIT | web/package-lock.json | | @types/chai | 5.2.3 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | @types/deep-eql | 4.0.2 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | @types/estree | 1.0.9 | build-only | MIT | web/package-lock.json | | @types/json-schema | 7.0.15 | build-only | MIT | web/package-lock.json | | @types/lodash | 4.17.23 | runtime | MIT | web/package-lock.json | | @types/lodash-es | 4.17.12 | runtime | MIT | web/package-lock.json | | @types/web-bluetooth | 0.0.20 | runtime | MIT | web/package-lock.json | | @typescript-eslint/eslint-plugin | 8.57.1 | build-only | MIT | web/package-lock.json | | @typescript-eslint/parser | 8.57.1 | build-only | MIT | web/package-lock.json | | @typescript-eslint/project-service | 8.57.1 | build-only | MIT | web/package-lock.json | | @typescript-eslint/scope-manager | 8.57.1 | build-only | MIT | web/package-lock.json | | @typescript-eslint/tsconfig-utils | 8.57.1 | build-only | MIT | web/package-lock.json | | @typescript-eslint/type-utils | 8.57.1 | build-only | MIT | web/package-lock.json | | @typescript-eslint/types | 8.57.1 | build-only | MIT | web/package-lock.json | | @typescript-eslint/typescript-estree | 8.57.1 | build-only | MIT | web/package-lock.json | | @typescript-eslint/utils | 8.57.1 | build-only | MIT | web/package-lock.json | | @typescript-eslint/visitor-keys | 8.57.1 | build-only | MIT | web/package-lock.json | | @vicons/fluent | 0.13.0 | runtime | MIT | web/package-lock.json | | @vicons/ionicons5 | 0.13.0 | runtime | MIT | web/package-lock.json | | @vitejs/plugin-vue | 5.2.4 | build-only | MIT | web/package-lock.json | | @vitest/coverage-v8 | 3.2.7 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | @vitest/expect | 3.2.7 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | @vitest/mocker | 3.2.7 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | @vitest/pretty-format | 3.2.7 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | @vitest/runner | 3.2.7 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | @vitest/snapshot | 3.2.7 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | @vitest/spy | 3.2.7 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | @vitest/utils | 3.2.7 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | @volar/language-core | 2.4.15 | build-only | MIT | web/package-lock.json | | @volar/source-map | 2.4.15 | build-only | MIT | web/package-lock.json | | @volar/typescript | 2.4.15 | build-only | MIT | web/package-lock.json | | @vue/compiler-core | 3.5.27 | runtime | MIT | web/package-lock.json | | @vue/compiler-dom | 3.5.27 | runtime | MIT | web/package-lock.json | | @vue/compiler-sfc | 3.5.27 | runtime | MIT | web/package-lock.json | | @vue/compiler-ssr | 3.5.27 | runtime | MIT | web/package-lock.json | | @vue/compiler-vue2 | 2.7.16 | build-only | MIT | web/package-lock.json | | @vue/devtools-api | 6.6.4 | runtime | MIT | web/package-lock.json | | @vue/devtools-api | 7.7.9 | runtime | MIT | web/package-lock.json | | @vue/devtools-kit | 7.7.9 | runtime | MIT | web/package-lock.json | | @vue/devtools-shared | 7.7.9 | runtime | MIT | web/package-lock.json | | @vue/language-core | 2.2.12 | build-only | MIT | web/package-lock.json | | @vue/reactivity | 3.5.27 | runtime | MIT | web/package-lock.json | | @vue/runtime-core | 3.5.27 | runtime | MIT | web/package-lock.json | | @vue/runtime-dom | 3.5.27 | runtime | MIT | web/package-lock.json | | @vue/server-renderer | 3.5.27 | runtime | MIT | web/package-lock.json | | @vue/shared | 3.5.27 | runtime | MIT | web/package-lock.json | | @vueuse/core | 10.11.1 | runtime | MIT | web/package-lock.json | | @vueuse/metadata | 10.11.1 | runtime | MIT | web/package-lock.json | | @vueuse/shared | 10.11.1 | runtime | MIT | web/package-lock.json | | acorn | 8.15.0 | build-only | MIT | web/package-lock.json | | acorn-jsx | 5.3.2 | build-only | MIT | web/package-lock.json | | agent-base | 6.0.2 | runtime | MIT | web/package-lock.json | | ajv | 6.14.0 | build-only | MIT | web/package-lock.json | | alien-signals | 1.0.13 | build-only | MIT | web/package-lock.json | | ansi-regex | 5.0.1 | build-only | MIT | site/package-lock.json | | ansi-regex | 6.2.2 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | ansi-styles | 4.3.0 | build-only | MIT | web/package-lock.json | | ansi-styles | 6.2.3 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | any-promise | 1.3.0 | build-only | MIT | web/package-lock.json | | anymatch | 3.1.3 | build-only | ISC | web/package-lock.json | | arg | 5.0.2 | build-only | MIT | web/package-lock.json | | argparse | 2.0.1 | build-only | Python-2.0 | web/package-lock.json | | assertion-error | 2.0.1 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | ast-v8-to-istanbul | 0.3.12 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | async-validator | 4.2.5 | runtime | MIT | web/package-lock.json | | asynckit | 0.4.0 | runtime | MIT | web/package-lock.json | | autoprefixer | 10.4.23 | build-only | MIT | web/package-lock.json | | axios | 1.18.1 | runtime | MIT | web/package-lock.json | | balanced-match | 1.0.2 | build-only | MIT | web/package-lock.json | | balanced-match | 4.0.4 | build-only | MIT | web/package-lock.json | | baseline-browser-mapping | 2.9.17 | build-only | Apache-2.0 | web/package-lock.json | | binary-extensions | 2.3.0 | build-only | MIT | web/package-lock.json | | birpc | 2.9.0 | runtime | MIT | web/package-lock.json | | blake3-wasm | 2.1.5 | build-only | MIT | site/package-lock.json | | boolbase | 1.0.0 | build-only | ISC | web/package-lock.json | | brace-expansion | 1.1.16 | build-only | MIT | web/package-lock.json | | brace-expansion | 2.1.2 | build-only | MIT | web/package-lock.json | | brace-expansion | 5.0.7 | build-only | MIT | web/package-lock.json | | braces | 3.0.3 | build-only | MIT | web/package-lock.json | | browserslist | 4.28.1 | build-only | MIT | web/package-lock.json | | cac | 6.7.14 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | call-bind-apply-helpers | 1.0.2 | runtime | MIT | web/package-lock.json | | callsites | 3.1.0 | build-only | MIT | web/package-lock.json | | camelcase | 5.3.1 | build-only | MIT | site/package-lock.json | | camelcase-css | 2.0.1 | build-only | MIT | web/package-lock.json | | caniuse-lite | 1.0.30001765 | build-only | CC-BY-4.0 | web/package-lock.json | | chai | 5.3.3 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | chalk | 4.1.2 | build-only | MIT | web/package-lock.json | | check-error | 2.1.3 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | chokidar | 3.6.0 | build-only | MIT | web/package-lock.json | | chokidar | 4.0.3 | build-only | MIT | web/package-lock.json | | chokidar | 5.0.0 | build-only | MIT | web/package-lock.json | | cliui | 6.0.0 | build-only | ISC | site/package-lock.json | | color-convert | 2.0.1 | build-only | MIT | web/package-lock.json | | color-name | 1.1.4 | build-only | MIT | web/package-lock.json | | colorjs.io | 0.5.2 | build-only | MIT | web/package-lock.json | | combined-stream | 1.0.8 | runtime | MIT | web/package-lock.json | | commander | 4.1.1 | build-only | MIT | web/package-lock.json | | concat-map | 0.0.1 | build-only | MIT | web/package-lock.json | | confbox | 0.1.8 | build-only | MIT | web/package-lock.json | | confbox | 0.2.2 | build-only | MIT | web/package-lock.json | | cookie | 1.1.1 | build-only | MIT | site/package-lock.json | | copy-anything | 4.0.5 | runtime | MIT | web/package-lock.json | | cross-spawn | 7.0.6 | build-only | MIT | web/package-lock.json | | cssesc | 3.0.0 | build-only | MIT | web/package-lock.json | | csstype | 3.2.3 | runtime | MIT | web/package-lock.json | | dayjs | 1.11.19 | runtime | MIT | web/package-lock.json | | de-indent | 1.0.2 | build-only | MIT | web/package-lock.json | | debug | 4.4.3 | runtime | MIT | web/package-lock.json | | decamelize | 1.2.0 | build-only | MIT | site/package-lock.json | | deep-eql | 5.0.2 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | deep-is | 0.1.4 | build-only | MIT | web/package-lock.json | | delayed-stream | 1.0.0 | runtime | MIT | web/package-lock.json | | detect-libc | 2.1.2 | build-only | Apache-2.0 | web/package-lock.json | | didyoumean | 1.2.2 | build-only | Apache-2.0 | web/package-lock.json | | dijkstrajs | 1.0.3 | build-only | MIT | site/package-lock.json | | dlv | 1.1.3 | build-only | MIT | web/package-lock.json | | dunder-proto | 1.0.1 | runtime | MIT | web/package-lock.json | | eastasianwidth | 0.2.0 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | echarts | 6.1.0 | runtime | Apache-2.0 | web/package-lock.json | | electron-to-chromium | 1.5.267 | build-only | ISC | web/package-lock.json | | element-plus | 2.13.1 | runtime | MIT | web/package-lock.json | | emoji-regex | 8.0.0 | build-only | MIT | site/package-lock.json | | emoji-regex | 9.2.2 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | entities | 7.0.1 | runtime | BSD-2-Clause | web/package-lock.json | | error-stack-parser-es | 1.0.5 | build-only | MIT | site/package-lock.json | | es-define-property | 1.0.1 | runtime | MIT | web/package-lock.json | | es-errors | 1.3.0 | runtime | MIT | web/package-lock.json | | es-module-lexer | 1.7.0 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | es-object-atoms | 1.1.1 | runtime | MIT | web/package-lock.json | | es-set-tostringtag | 2.1.0 | runtime | MIT | web/package-lock.json | | esbuild | 0.25.12 | build-only | MIT | web/package-lock.json | | esbuild | 0.28.1 | build-only | MIT | web/package-lock.json | | escalade | 3.2.0 | build-only | MIT | web/package-lock.json | | escape-string-regexp | 4.0.0 | build-only | MIT | web/package-lock.json | | escape-string-regexp | 5.0.0 | build-only | MIT | web/package-lock.json | | eslint | 9.39.4 | build-only | MIT | web/package-lock.json | | eslint-plugin-vue | 9.33.0 | build-only | MIT | web/package-lock.json | | eslint-scope | 7.2.2 | build-only | BSD-2-Clause | web/package-lock.json | | eslint-scope | 8.4.0 | build-only | BSD-2-Clause | web/package-lock.json | | eslint-visitor-keys | 3.4.3 | build-only | Apache-2.0 | web/package-lock.json | | eslint-visitor-keys | 4.2.1 | build-only | Apache-2.0 | web/package-lock.json | | eslint-visitor-keys | 5.0.1 | build-only | Apache-2.0 | web/package-lock.json | | espree | 10.4.0 | build-only | BSD-2-Clause | web/package-lock.json | | espree | 9.6.1 | build-only | BSD-2-Clause | web/package-lock.json | | esquery | 1.7.0 | build-only | BSD-3-Clause | web/package-lock.json | | esrecurse | 4.3.0 | build-only | BSD-2-Clause | web/package-lock.json | | estraverse | 5.3.0 | build-only | BSD-2-Clause | web/package-lock.json | | estree-walker | 2.0.2 | runtime | MIT | web/package-lock.json | | estree-walker | 3.0.3 | build-only | MIT | web/package-lock.json | | esutils | 2.0.3 | build-only | BSD-2-Clause | web/package-lock.json | | expect-type | 1.4.0 | build-only | Apache-2.0 | deploy/cloudflare/review-demo/package-lock.json | | exsolve | 1.0.8 | build-only | MIT | web/package-lock.json | | fast-deep-equal | 3.1.3 | build-only | MIT | web/package-lock.json | | fast-glob | 3.3.3 | build-only | MIT | web/package-lock.json | | fast-json-stable-stringify | 2.1.0 | build-only | MIT | web/package-lock.json | | fast-levenshtein | 2.0.6 | build-only | MIT | web/package-lock.json | | fastq | 1.20.1 | build-only | ISC | web/package-lock.json | | fdir | 6.5.0 | build-only | MIT | web/package-lock.json | | file-entry-cache | 8.0.0 | build-only | MIT | web/package-lock.json | | fill-range | 7.1.1 | build-only | MIT | web/package-lock.json | | find-up | 4.1.0 | build-only | MIT | site/package-lock.json | | find-up | 5.0.0 | build-only | MIT | web/package-lock.json | | flat-cache | 4.0.1 | build-only | MIT | web/package-lock.json | | flatted | 3.4.2 | build-only | ISC | web/package-lock.json | | follow-redirects | 1.16.0 | runtime | MIT | web/package-lock.json | | foreground-child | 3.3.1 | build-only | ISC | deploy/cloudflare/review-demo/package-lock.json | | form-data | 4.0.6 | runtime | MIT | web/package-lock.json | | fraction.js | 5.3.4 | build-only | MIT | web/package-lock.json | | fsevents | 2.3.3 | build-only | UNKNOWN | web/package-lock.json | | function-bind | 1.1.2 | runtime | MIT | web/package-lock.json | | get-caller-file | 2.0.5 | build-only | ISC | site/package-lock.json | | get-intrinsic | 1.3.0 | runtime | MIT | web/package-lock.json | | get-proto | 1.0.1 | runtime | MIT | web/package-lock.json | | glob | 10.5.0 | build-only | ISC | deploy/cloudflare/review-demo/package-lock.json | | glob-parent | 5.1.2 | build-only | ISC | web/package-lock.json | | glob-parent | 6.0.2 | build-only | ISC | web/package-lock.json | | globals | 13.24.0 | build-only | MIT | web/package-lock.json | | globals | 14.0.0 | build-only | MIT | web/package-lock.json | | globals | 16.5.0 | build-only | MIT | web/package-lock.json | | gopd | 1.2.0 | runtime | MIT | web/package-lock.json | | has-flag | 4.0.0 | build-only | MIT | web/package-lock.json | | has-symbols | 1.1.0 | runtime | MIT | web/package-lock.json | | has-tostringtag | 1.0.2 | runtime | MIT | web/package-lock.json | | hasown | 2.0.4 | runtime | MIT | web/package-lock.json | | he | 1.2.0 | build-only | MIT | web/package-lock.json | | hookable | 5.5.3 | runtime | MIT | web/package-lock.json | | html-escaper | 2.0.2 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | https-proxy-agent | 5.0.1 | runtime | MIT | web/package-lock.json | | ignore | 5.3.2 | build-only | MIT | web/package-lock.json | | ignore | 7.0.5 | build-only | MIT | web/package-lock.json | | immutable | 5.1.9 | build-only | MIT | web/package-lock.json | | import-fresh | 3.3.1 | build-only | MIT | web/package-lock.json | | imurmurhash | 0.1.4 | build-only | MIT | web/package-lock.json | | is-binary-path | 2.1.0 | build-only | MIT | web/package-lock.json | | is-core-module | 2.16.1 | build-only | MIT | web/package-lock.json | | is-extglob | 2.1.1 | build-only | MIT | web/package-lock.json | | is-fullwidth-code-point | 3.0.0 | build-only | MIT | site/package-lock.json | | is-glob | 4.0.3 | build-only | MIT | web/package-lock.json | | is-number | 7.0.0 | build-only | MIT | web/package-lock.json | | is-what | 5.5.0 | runtime | MIT | web/package-lock.json | | isexe | 2.0.0 | build-only | ISC | web/package-lock.json | | istanbul-lib-coverage | 3.2.2 | build-only | BSD-3-Clause | deploy/cloudflare/review-demo/package-lock.json | | istanbul-lib-report | 3.0.1 | build-only | BSD-3-Clause | deploy/cloudflare/review-demo/package-lock.json | | istanbul-lib-source-maps | 5.0.6 | build-only | BSD-3-Clause | deploy/cloudflare/review-demo/package-lock.json | | istanbul-reports | 3.2.0 | build-only | BSD-3-Clause | deploy/cloudflare/review-demo/package-lock.json | | jackspeak | 3.4.3 | build-only | BlueOak-1.0.0 | deploy/cloudflare/review-demo/package-lock.json | | jiti | 1.21.7 | build-only | MIT | web/package-lock.json | | js-tokens | 10.0.0 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | js-tokens | 9.0.1 | build-only | MIT | web/package-lock.json | | js-yaml | 4.3.0 | build-only | MIT | web/package-lock.json | | json-buffer | 3.0.1 | build-only | MIT | web/package-lock.json | | json-schema-traverse | 0.4.1 | build-only | MIT | web/package-lock.json | | json-stable-stringify-without-jsonify | 1.0.1 | build-only | MIT | web/package-lock.json | | keyv | 4.5.4 | build-only | MIT | web/package-lock.json | | kleur | 4.1.5 | build-only | MIT | site/package-lock.json | | levn | 0.4.1 | build-only | MIT | web/package-lock.json | | lilconfig | 2.1.0 | build-only | MIT | web/package-lock.json | | lines-and-columns | 1.2.4 | build-only | MIT | web/package-lock.json | | local-pkg | 1.1.2 | build-only | MIT | web/package-lock.json | | locate-path | 5.0.0 | build-only | MIT | site/package-lock.json | | locate-path | 6.0.0 | build-only | MIT | web/package-lock.json | | lodash | 4.18.1 | runtime | MIT | web/package-lock.json | | lodash-es | 4.18.1 | runtime | MIT | web/package-lock.json | | lodash-unified | 1.0.3 | runtime | MIT | web/package-lock.json | | lodash.merge | 4.6.2 | build-only | MIT | web/package-lock.json | | loupe | 3.2.1 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | lru-cache | 10.4.3 | build-only | ISC | deploy/cloudflare/review-demo/package-lock.json | | magic-string | 0.30.21 | runtime | MIT | web/package-lock.json | | magicast | 0.3.5 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | make-dir | 4.0.0 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | math-intrinsics | 1.1.0 | runtime | MIT | web/package-lock.json | | memoize-one | 6.0.0 | runtime | MIT | web/package-lock.json | | merge2 | 1.4.1 | build-only | MIT | web/package-lock.json | | micromatch | 4.0.8 | build-only | MIT | web/package-lock.json | | mime-db | 1.52.0 | runtime | MIT | web/package-lock.json | | mime-types | 2.1.35 | runtime | MIT | web/package-lock.json | | miniflare | 4.20260714.0 | build-only | MIT | site/package-lock.json | | minimatch | 10.2.5 | build-only | BlueOak-1.0.0 | web/package-lock.json | | minimatch | 3.1.5 | build-only | ISC | web/package-lock.json | | minimatch | 9.0.9 | build-only | ISC | web/package-lock.json | | minipass | 7.1.3 | build-only | BlueOak-1.0.0 | deploy/cloudflare/review-demo/package-lock.json | | mitt | 2.1.0 | runtime | MIT | web/package-lock.json | | mitt | 3.0.1 | runtime | MIT | web/package-lock.json | | mlly | 1.8.0 | build-only | MIT | web/package-lock.json | | ms | 2.1.3 | runtime | MIT | web/package-lock.json | | muggle-string | 0.4.1 | build-only | MIT | web/package-lock.json | | mz | 2.7.0 | build-only | MIT | web/package-lock.json | | nanoid | 3.3.15 | runtime | MIT | web/package-lock.json | | nanoid | 3.3.16 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | natural-compare | 1.4.0 | build-only | MIT | web/package-lock.json | | node-addon-api | 7.1.1 | build-only | MIT | web/package-lock.json | | node-releases | 2.0.27 | build-only | MIT | web/package-lock.json | | normalize-path | 3.0.0 | build-only | MIT | web/package-lock.json | | normalize-wheel-es | 1.2.0 | runtime | BSD-3-Clause | web/package-lock.json | | nth-check | 2.1.1 | build-only | BSD-2-Clause | web/package-lock.json | | object-assign | 4.1.1 | build-only | MIT | web/package-lock.json | | object-hash | 3.0.0 | build-only | MIT | web/package-lock.json | | obug | 2.1.1 | build-only | MIT | web/package-lock.json | | optionator | 0.9.4 | build-only | MIT | web/package-lock.json | | p-limit | 2.3.0 | build-only | MIT | site/package-lock.json | | p-limit | 3.1.0 | build-only | MIT | web/package-lock.json | | p-locate | 4.1.0 | build-only | MIT | site/package-lock.json | | p-locate | 5.0.0 | build-only | MIT | web/package-lock.json | | p-try | 2.2.0 | build-only | MIT | site/package-lock.json | | package-json-from-dist | 1.0.1 | build-only | BlueOak-1.0.0 | deploy/cloudflare/review-demo/package-lock.json | | parent-module | 1.0.1 | build-only | MIT | web/package-lock.json | | path-browserify | 1.0.1 | build-only | MIT | web/package-lock.json | | path-exists | 4.0.0 | build-only | MIT | web/package-lock.json | | path-key | 3.1.1 | build-only | MIT | web/package-lock.json | | path-parse | 1.0.7 | build-only | MIT | web/package-lock.json | | path-scurry | 1.11.1 | build-only | BlueOak-1.0.0 | deploy/cloudflare/review-demo/package-lock.json | | path-to-regexp | 6.3.0 | build-only | MIT | site/package-lock.json | | pathe | 2.0.3 | build-only | MIT | web/package-lock.json | | pathval | 2.0.1 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | perfect-debounce | 1.0.0 | runtime | MIT | web/package-lock.json | | picocolors | 1.1.1 | runtime | ISC | web/package-lock.json | | picomatch | 2.3.2 | build-only | MIT | web/package-lock.json | | picomatch | 4.0.5 | build-only | MIT | web/package-lock.json | | pify | 2.3.0 | build-only | MIT | web/package-lock.json | | pinia | 3.0.4 | runtime | MIT | web/package-lock.json | | pirates | 4.0.7 | build-only | MIT | web/package-lock.json | | pkg-types | 1.3.1 | build-only | MIT | web/package-lock.json | | pkg-types | 2.3.0 | build-only | MIT | web/package-lock.json | | pngjs | 5.0.0 | build-only | MIT | site/package-lock.json | | postcss | 8.5.16 | runtime | MIT | web/package-lock.json | | postcss | 8.5.19 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | postcss-import | 14.1.0 | build-only | MIT | web/package-lock.json | | postcss-js | 4.1.0 | build-only | MIT | web/package-lock.json | | postcss-load-config | 3.1.4 | build-only | MIT | web/package-lock.json | | postcss-nested | 6.0.0 | build-only | MIT | web/package-lock.json | | postcss-selector-parser | 6.1.2 | build-only | MIT | web/package-lock.json | | postcss-value-parser | 4.2.0 | build-only | MIT | web/package-lock.json | | prelude-ls | 1.2.1 | build-only | MIT | web/package-lock.json | | proxy-from-env | 2.1.0 | runtime | MIT | web/package-lock.json | | punycode | 2.3.1 | build-only | MIT | web/package-lock.json | | qrcode | 1.5.4 | build-only | MIT | site/package-lock.json | | qrcode.vue | 3.6.0 | runtime | MIT | web/package-lock.json | | quansync | 0.2.11 | build-only | MIT | web/package-lock.json | | queue-microtask | 1.2.3 | build-only | MIT | web/package-lock.json | | quick-lru | 5.1.1 | build-only | MIT | web/package-lock.json | | read-cache | 1.0.0 | build-only | MIT | web/package-lock.json | | readdirp | 3.6.0 | build-only | MIT | web/package-lock.json | | readdirp | 4.1.2 | build-only | MIT | web/package-lock.json | | readdirp | 5.0.0 | build-only | MIT | web/package-lock.json | | require-directory | 2.1.1 | build-only | MIT | site/package-lock.json | | require-main-filename | 2.0.0 | build-only | ISC | site/package-lock.json | | resolve | 1.22.11 | build-only | MIT | web/package-lock.json | | resolve-from | 4.0.0 | build-only | MIT | web/package-lock.json | | reusify | 1.1.0 | build-only | MIT | web/package-lock.json | | rfdc | 1.4.1 | runtime | MIT | web/package-lock.json | | rollup | 4.62.2 | build-only | MIT | web/package-lock.json | | run-parallel | 1.2.0 | build-only | MIT | web/package-lock.json | | rxjs | 7.8.2 | build-only | Apache-2.0 | web/package-lock.json | | sass | 1.97.3 | build-only | MIT | web/package-lock.json | | sass-embedded | 1.97.3 | build-only | MIT | web/package-lock.json | | sass-embedded-all-unknown | 1.97.3 | build-only | MIT | web/package-lock.json | | sass-embedded-android-arm | 1.97.3 | build-only | MIT | web/package-lock.json | | sass-embedded-android-arm64 | 1.97.3 | build-only | MIT | web/package-lock.json | | sass-embedded-android-riscv64 | 1.97.3 | build-only | MIT | web/package-lock.json | | sass-embedded-android-x64 | 1.97.3 | build-only | MIT | web/package-lock.json | | sass-embedded-darwin-arm64 | 1.97.3 | build-only | MIT | web/package-lock.json | | sass-embedded-darwin-x64 | 1.97.3 | build-only | MIT | web/package-lock.json | | sass-embedded-linux-arm | 1.97.3 | build-only | MIT | web/package-lock.json | | sass-embedded-linux-arm64 | 1.97.3 | build-only | MIT | web/package-lock.json | | sass-embedded-linux-musl-arm | 1.97.3 | build-only | MIT | web/package-lock.json | | sass-embedded-linux-musl-arm64 | 1.97.3 | build-only | MIT | web/package-lock.json | | sass-embedded-linux-musl-riscv64 | 1.97.3 | build-only | MIT | web/package-lock.json | | sass-embedded-linux-musl-x64 | 1.97.3 | build-only | MIT | web/package-lock.json | | sass-embedded-linux-riscv64 | 1.97.3 | build-only | MIT | web/package-lock.json | | sass-embedded-linux-x64 | 1.97.3 | build-only | MIT | web/package-lock.json | | sass-embedded-unknown-all | 1.97.3 | build-only | MIT | web/package-lock.json | | sass-embedded-win32-arm64 | 1.97.3 | build-only | MIT | web/package-lock.json | | sass-embedded-win32-x64 | 1.97.3 | build-only | MIT | web/package-lock.json | | scule | 1.3.0 | build-only | MIT | web/package-lock.json | | semver | 7.7.4 | build-only | ISC | web/package-lock.json | | semver | 7.8.5 | build-only | ISC | site/package-lock.json | | set-blocking | 2.0.0 | build-only | ISC | site/package-lock.json | | sharp | 0.34.5 | build-only | Apache-2.0 | site/package-lock.json | | shebang-command | 2.0.0 | build-only | MIT | web/package-lock.json | | shebang-regex | 3.0.0 | build-only | MIT | web/package-lock.json | | siginfo | 2.0.0 | build-only | ISC | deploy/cloudflare/review-demo/package-lock.json | | signal-exit | 4.1.0 | build-only | ISC | deploy/cloudflare/review-demo/package-lock.json | | source-map-js | 1.2.1 | runtime | BSD-3-Clause | web/package-lock.json | | speakingurl | 14.0.1 | runtime | BSD-3-Clause | web/package-lock.json | | stackback | 0.0.2 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | std-env | 3.10.0 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | string-width | 4.2.3 | build-only | MIT | site/package-lock.json | | string-width | 5.1.2 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | strip-ansi | 6.0.1 | build-only | MIT | site/package-lock.json | | strip-ansi | 7.2.0 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | strip-json-comments | 3.1.1 | build-only | MIT | web/package-lock.json | | strip-literal | 3.1.0 | build-only | MIT | web/package-lock.json | | sucrase | 3.35.1 | build-only | MIT | web/package-lock.json | | superjson | 2.2.6 | runtime | MIT | web/package-lock.json | | supports-color | 10.2.2 | build-only | MIT | site/package-lock.json | | supports-color | 7.2.0 | build-only | MIT | web/package-lock.json | | supports-color | 8.1.1 | build-only | MIT | web/package-lock.json | | supports-preserve-symlinks-flag | 1.0.0 | build-only | MIT | web/package-lock.json | | sync-child-process | 1.0.2 | build-only | MIT | web/package-lock.json | | sync-message-port | 1.1.3 | build-only | MIT | web/package-lock.json | | tailwindcss | 3.3.0 | build-only | MIT | web/package-lock.json | | test-exclude | 7.0.2 | build-only | ISC | deploy/cloudflare/review-demo/package-lock.json | | thenify | 3.3.1 | build-only | MIT | web/package-lock.json | | thenify-all | 1.6.0 | build-only | MIT | web/package-lock.json | | tinybench | 2.9.0 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | tinyexec | 0.3.2 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | tinyglobby | 0.2.15 | build-only | MIT | web/package-lock.json | | tinyglobby | 0.2.17 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | tinypool | 1.1.1 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | tinyrainbow | 2.0.0 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | tinyspy | 4.0.4 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | to-regex-range | 5.0.1 | build-only | MIT | web/package-lock.json | | ts-api-utils | 2.5.0 | build-only | MIT | web/package-lock.json | | ts-interface-checker | 0.1.13 | build-only | Apache-2.0 | web/package-lock.json | | tslib | 2.3.0 | runtime | 0BSD | web/package-lock.json | | tslib | 2.8.1 | build-only | 0BSD | site/package-lock.json | | tsx | 4.22.4 | build-only | MIT | web/package-lock.json | | type-check | 0.4.0 | build-only | MIT | web/package-lock.json | | type-fest | 0.20.2 | build-only | (MIT OR CC0-1.0) | web/package-lock.json | | typescript | 5.9.3 | build-only | Apache-2.0 | web/package-lock.json | | ufo | 1.6.3 | build-only | MIT | web/package-lock.json | | undici | 7.28.0 | build-only | MIT | site/package-lock.json | | unenv | 2.0.0-rc.24 | build-only | MIT | site/package-lock.json | | unimport | 5.6.0 | build-only | MIT | web/package-lock.json | | unplugin | 2.3.11 | build-only | MIT | web/package-lock.json | | unplugin-auto-import | 21.0.0 | build-only | MIT | web/package-lock.json | | unplugin-utils | 0.3.1 | build-only | MIT | web/package-lock.json | | unplugin-vue-components | 31.0.0 | build-only | MIT | web/package-lock.json | | update-browserslist-db | 1.2.3 | build-only | MIT | web/package-lock.json | | uri-js | 4.4.1 | build-only | BSD-2-Clause | web/package-lock.json | | util-deprecate | 1.0.2 | build-only | MIT | web/package-lock.json | | varint | 6.0.0 | build-only | MIT | web/package-lock.json | | vfonts | 0.0.3 | runtime | MIT | web/package-lock.json | | vite | 6.4.3 | build-only | MIT | web/package-lock.json | | vite-node | 3.2.4 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | vitest | 3.2.7 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | vscode-uri | 3.1.0 | build-only | MIT | web/package-lock.json | | vue | 3.5.27 | runtime | MIT | web/package-lock.json | | vue-demi | 0.14.10 | runtime | MIT | web/package-lock.json | | vue-echarts | 8.0.1 | runtime | MIT | web/package-lock.json | | vue-eslint-parser | 9.4.3 | build-only | MIT | web/package-lock.json | | vue-observe-visibility | 2.0.0-alpha.1 | runtime | MIT | web/package-lock.json | | vue-resize | 2.0.0-alpha.1 | runtime | MIT | web/package-lock.json | | vue-router | 4.6.4 | runtime | MIT | web/package-lock.json | | vue-tsc | 2.2.12 | build-only | MIT | web/package-lock.json | | vue-virtual-scroller | 2.0.0-beta.8 | runtime | MIT | web/package-lock.json | | webpack-virtual-modules | 0.6.2 | build-only | MIT | web/package-lock.json | | which | 2.0.2 | build-only | ISC | web/package-lock.json | | which-module | 2.0.1 | build-only | ISC | site/package-lock.json | | why-is-node-running | 2.3.0 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | word-wrap | 1.2.5 | build-only | MIT | web/package-lock.json | | workerd | 1.20260714.1 | build-only | Apache-2.0 | site/package-lock.json | | wrangler | 4.112.0 | build-only | MIT OR Apache-2.0 | site/package-lock.json | | wrap-ansi | 6.2.0 | build-only | MIT | site/package-lock.json | | wrap-ansi | 7.0.0 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | wrap-ansi | 8.1.0 | build-only | MIT | deploy/cloudflare/review-demo/package-lock.json | | ws | 8.21.0 | build-only | MIT | site/package-lock.json | | xml-name-validator | 4.0.0 | build-only | Apache-2.0 | web/package-lock.json | | y18n | 4.0.3 | build-only | ISC | site/package-lock.json | | yaml | 1.10.3 | build-only | ISC | web/package-lock.json | | yaml | 2.9.0 | build-only | ISC | web/package-lock.json | | yargs | 15.4.1 | build-only | MIT | site/package-lock.json | | yargs-parser | 18.1.3 | build-only | ISC | site/package-lock.json | | yocto-queue | 0.1.0 | build-only | MIT | web/package-lock.json | | youch | 4.1.0-beta.10 | build-only | MIT | site/package-lock.json | | youch-core | 0.3.3 | build-only | MIT | site/package-lock.json | | zrender | 6.1.0 | runtime | BSD-3-Clause | web/package-lock.json | ## Swift packages | Component | Version | Scope | License | Evidence | | --- | --- | --- | --- | --- | | openapikit | 3.9.0 | build-only | MIT | https://github.com/mattpolzin/OpenAPIKit (LICENSE.txt) | | swift-algorithms | 1.2.1 | build-only | Apache-2.0 WITH Swift-exception | https://github.com/apple/swift-algorithms (LICENSE.txt) | | swift-argument-parser | 1.8.2 | build-only | Apache-2.0 WITH Swift-exception | https://github.com/apple/swift-argument-parser (LICENSE.txt) | | swift-asn1 | 1.7.1 | resolved-only | Apache-2.0 | https://github.com/apple/swift-asn1.git (LICENSE.txt, NOTICE.txt) | | swift-atomics | 1.3.1 | runtime | Apache-2.0 WITH Swift-exception | https://github.com/apple/swift-atomics.git (LICENSE.txt) | | swift-collections | 1.6.0 | runtime | Apache-2.0 WITH Swift-exception | https://github.com/apple/swift-collections (LICENSE.txt) | | swift-crypto | 3.15.1 | runtime | Apache-2.0 | https://github.com/apple/swift-crypto.git (LICENSE.txt, NOTICE.txt) | | swift-http-types | 1.6.0 | runtime | Apache-2.0 | https://github.com/apple/swift-http-types (LICENSE.txt, NOTICE.txt) | | swift-nio | 2.101.3 | runtime | Apache-2.0 | https://github.com/apple/swift-nio.git (LICENSE.txt, NOTICE.txt) | | swift-nio-ssh | 0.14.1 | runtime | Apache-2.0 | https://github.com/apple/swift-nio-ssh.git (LICENSE.txt) | | swift-numerics | 1.1.1 | build-only | Apache-2.0 WITH Swift-exception | https://github.com/apple/swift-numerics.git (LICENSE.txt) | | swift-openapi-generator | 1.11.1 | build-only | Apache-2.0 | https://github.com/apple/swift-openapi-generator.git (LICENSE.txt, NOTICE.txt) | | swift-openapi-runtime | 1.12.0 | runtime | Apache-2.0 | https://github.com/apple/swift-openapi-runtime.git (LICENSE.txt, NOTICE.txt) | | swift-openapi-urlsession | 1.3.1 | runtime | Apache-2.0 | https://github.com/apple/swift-openapi-urlsession.git (LICENSE.txt, NOTICE.txt) | | swift-system | 1.7.4 | runtime | Apache-2.0 WITH Swift-exception | https://github.com/apple/swift-system.git (LICENSE.txt) | | yams | 6.2.2 | build-only | MIT | https://github.com/jpsim/Yams (LICENSE) | ## Embedded browser assets | Component | Version | Scope | License | Evidence | | --- | --- | --- | --- | --- | | swagger-ui | vendored bundle | runtime | Apache-2.0 | internal/api/docs_assets/swagger-ui/LICENSE, NOTICE, *.LICENSE.txt | ## Audit result - Copyleft blockers (AGPL/GPL/LGPL): 0 - Isolated build-only copyleft tools: 14 - Missing or unknown classifications: 0 VONODE THIRD-PARTY SOFTWARE NOTICES Vonode first-party software is proprietary. The following notices apply only to the separately identified third-party Swift Package Manager components. This file includes every exact pin in Package.resolved, including build tools and transitive packages, so notices remain available without network access. Package.resolved origin hash: 8bc11e0e9a25ab2952df213ad7d4325114fef683b3713cdd02ec8a5489166432 ================================================================================ openapikit 3.9.0 Source: https://github.com/mattpolzin/OpenAPIKit Revision: 343b2c1793058fcc53c1bd7e2907f8e3a4d640fb --- LICENSE.txt --- Copyright 2020 Mathew Polzin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================================================ swift-algorithms 1.2.1 Source: https://github.com/apple/swift-algorithms Revision: 87e50f483c54e6efd60e885f7f5aa946cee68023 --- LICENSE.txt --- Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ## Runtime Library Exception to the Apache 2.0 License: ## As an exception, if you use this Software to compile your source code and portions of this Software are embedded into the binary product as a result, you may redistribute such product without providing attribution as would otherwise be required by Sections 4(a), 4(b) and 4(d) of the License. ================================================================================ swift-argument-parser 1.8.2 Source: https://github.com/apple/swift-argument-parser Revision: 6a52f3251125d74daf04fcbd5e6f08a75d074382 --- LICENSE.txt --- Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ## Runtime Library Exception to the Apache 2.0 License: ## As an exception, if you use this Software to compile your source code and portions of this Software are embedded into the binary product as a result, you may redistribute such product without providing attribution as would otherwise be required by Sections 4(a), 4(b) and 4(d) of the License. ================================================================================ swift-asn1 1.7.1 Source: https://github.com/apple/swift-asn1.git Revision: a9a5efd40eaf558a2bcd48d64b1d1646be686008 --- LICENSE.txt --- Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --- NOTICE.txt --- The SwiftASN1 Project ===================== Please visit the SwiftASN1 web site for more information: * https://github.com/apple/swift-asn1 Copyright 2022 The SwiftASN1 Project The SwiftASN1 Project licenses this file to you under the Apache License, version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Also, please refer to each LICENSE.txt file, which is located in the 'license' directory of the distribution file, for the license terms of the components that this product depends on. --- This product contains derivations of various scripts from SwiftNIO. * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/apple/swift-nio --- This product contains derivations of various scripts from Swift OpenAPI Generator. * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/apple/swift-openapi-generator ================================================================================ swift-atomics 1.3.1 Source: https://github.com/apple/swift-atomics.git Revision: 0442cb5a3f98ab802acb777929fdb446bda11a34 --- LICENSE.txt --- Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ## Runtime Library Exception to the Apache 2.0 License: ## As an exception, if you use this Software to compile your source code and portions of this Software are embedded into the binary product as a result, you may redistribute such product without providing attribution as would otherwise be required by Sections 4(a), 4(b) and 4(d) of the License. ================================================================================ swift-collections 1.6.0 Source: https://github.com/apple/swift-collections Revision: a0cb0954ecb21e4e31b0070e6ed5674e8556685a --- LICENSE.txt --- Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ## Runtime Library Exception to the Apache 2.0 License: ## As an exception, if you use this Software to compile your source code and portions of this Software are embedded into the binary product as a result, you may redistribute such product without providing attribution as would otherwise be required by Sections 4(a), 4(b) and 4(d) of the License. ================================================================================ swift-crypto 3.15.1 Source: https://github.com/apple/swift-crypto.git Revision: 95ba0316a9b733e92bb6b071255ff46263bbe7dc --- LICENSE.txt --- Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --- NOTICE.txt --- The SwiftCrypto Project ======================= Please visit the SwiftCrypto web site for more information: * https://github.com/apple/swift-crypto Copyright 2019 The SwiftCrypto Project The SwiftCrypto Project licenses this file to you under the Apache License, version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Also, please refer to each LICENSE..txt file, which is located in the 'license' directory of the distribution file, for the license terms of the components that this product depends on. ------------------------------------------------------------------------------- This product contains test vectors from Google's wycheproof project. * LICENSE (Apache License 2.0): * https://github.com/C2SP/wycheproof/blob/31387e2cd596587c859c611027b6a44d2e2b65ff/LICENSE * HOMEPAGE: * https://github.com/google/wycheproof --- This product contains a derivation of various files from SwiftNIO. * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/apple/swift-nio ================================================================================ swift-http-types 1.6.0 Source: https://github.com/apple/swift-http-types Revision: db774a277f60063a32d854f2980299caf06da041 --- LICENSE.txt --- Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --- NOTICE.txt --- The Swift HTTP Types Project ==================================== Please visit the Swift HTTP Types web site for more information: * https://github.com/apple/swift-http-types Copyright 2023 The Swift HTTP Types Project The Swift HTTP Types Project licenses this file to you under the Apache License, version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Also, please refer to each LICENSE..txt file, which is located in the 'license' directory of the distribution file, for the license terms of the components that this product depends on. ------------------------------------------------------------------------------- This product contains a derivation of various scripts from SwiftNIO. * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/apple/swift-nio ================================================================================ swift-nio 2.101.3 Source: https://github.com/apple/swift-nio.git Revision: 0b18836bd8b0162e7e17a995a3fbee20ed8f3b2b --- LICENSE.txt --- Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --- NOTICE.txt --- The SwiftNIO Project ==================== Please visit the SwiftNIO web site for more information: * https://github.com/apple/swift-nio Copyright 2017, 2018 The SwiftNIO Project The SwiftNIO Project licenses this file to you under the Apache License, version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Also, please refer to each LICENSE..txt file, which is located in the 'license' directory of the distribution file, for the license terms of the components that this product depends on. ------------------------------------------------------------------------------- This product is heavily influenced by Netty. * LICENSE (Apache License 2.0): * https://github.com/netty/netty/blob/4.1/LICENSE.txt * HOMEPAGE: * https://netty.io --- This product contains NodeJS's llhttp. * LICENSE (MIT): * https://github.com/nodejs/llhttp/blob/1e1c5b43326494e97cf8244ff57475eb72a1b62c/LICENSE-MIT * HOMEPAGE: * https://github.com/nodejs/llhttp --- This product contains "cpp_magic.h" from Thomas Nixon & Jonathan Heathcote's uSHET * LICENSE (MIT): * https://github.com/18sg/uSHET/blob/c09e0acafd86720efe42dc15c63e0cc228244c32/lib/cpp_magic.h * HOMEPAGE: * https://github.com/18sg/uSHET --- This product contains "sha1.c" and "sha1.h" from FreeBSD (Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project) * LICENSE (BSD-3): * https://opensource.org/licenses/BSD-3-Clause * HOMEPAGE: * https://github.com/freebsd/freebsd-src --- This product contains a derivation of Fabian Fett's 'Base64.swift'. * LICENSE (Apache License 2.0): * https://github.com/swift-extras/swift-extras-base64/blob/b8af49699d59ad065b801715a5009619100245ca/LICENSE * HOMEPAGE: * https://github.com/fabianfett/swift-base64-kit --- This product contains a derivation of "XCTest+AsyncAwait.swift" & "StructuredConcurrencyHelpers" from AsyncHTTPClient. * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/swift-server/async-http-client --- This product contains a derivation of "_TinyArray.swift" from SwiftCertificates. * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/apple/swift-certificates --- This product contains a derivation of the mocking infrastructure from Swift System. * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/apple/swift-system --- This product contains a derivation of "TokenBucket.swift" from Swift Package Manager. * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/swiftlang/swift-package-manager ================================================================================ swift-nio-ssh 0.14.1 Source: https://github.com/apple/swift-nio-ssh.git Revision: 31cdc3c3391a10460dedf1170530cf651d2ca496 --- LICENSE.txt --- Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ================================================================================ swift-numerics 1.1.1 Source: https://github.com/apple/swift-numerics.git Revision: 0c0290ff6b24942dadb83a929ffaaa1481df04a2 --- LICENSE.txt --- Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ## Runtime Library Exception to the Apache 2.0 License: ## As an exception, if you use this Software to compile your source code and portions of this Software are embedded into the binary product as a result, you may redistribute such product without providing attribution as would otherwise be required by Sections 4(a), 4(b) and 4(d) of the License. ================================================================================ swift-openapi-generator 1.11.1 Source: https://github.com/apple/swift-openapi-generator.git Revision: 73997cc62c2193d5046e431c9d546119dda14502 --- LICENSE.txt --- Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --- NOTICE.txt --- The SwiftOpenAPIGenerator Project ================================= Please visit the SwiftOpenAPIGenerator web site for more information: * https://github.com/apple/swift-openapi-generator Copyright 2023 The SwiftOpenAPIGenerator Project The SwiftOpenAPIGenerator Project licenses this file to you under the Apache License, version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Also, please refer to each LICENSE.txt file, which is located in the 'license' directory of the distribution file, for the license terms of the components that this product depends on. ------------------------------------------------------------------------------- This product contains derivations of various scripts and templates from SwiftNIO. * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/apple/swift-nio ------------------------------------------------------------------------------- This product contains derivations of templates and proposal workflows from Swift. * LICENSE (Apache License 2.0): * https://swift.org/LICENSE.txt * HOMEPAGE: * https://github.com/apple/swift ------------------------------------------------------------------------------- This product contains derivations of examples from the OpenAPI project. * LICENSE (Apache License 2.0): * https://github.com/OAI/OpenAPI-Specification/blob/main/LICENSE * HOMEPAGE: * https://github.com/OAI/OpenAPI-Specification ------------------------------------------------------------------------------- This product contains OpenAPI document(s) for compatibility testing from: * AWS Lambda for .NET Core * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/aws/aws-lambda-dotnet * Azure IoT Identity Service * LICENSE (MIT License): * https://mit-license.org * HOMEPAGE: * https://github.com/Azure/iot-identity-service * OpenAPI 3.0 Specification for the Box APIs * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/box/box-openapi * MindMeld Conversational AI Platform * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/cisco/mindmeld * Cloud Hypervisor * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/cloud-hypervisor/cloud-hypervisor * Discourse API Documentation * LICENSE (MIT License): * https://mit-license.org * HOMEPAGE: * https://github.com/discourse/discourse_api_docs * GitHub's REST API OpenAPI Description * LICENSE (MIT License): * https://mit-license.org * HOMEPAGE: * https://github.com/github/rest-api-description * Kubernetes (K8s) * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/kubernetes/kubernetes * ConsoleMe * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/Netflix/consoleme * OpenAPI spec for the OpenAI API * LICENSE (MIT License): * https://mit-license.org * HOMEPAGE: * https://github.com/openai/openai-openapi * The OpenAPI Specification * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/OAI/OpenAPI-Specification * Swift Package Manager Project * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/apple/swift-package-manager ------------------------------------------------------------------------------- This product contains samples of how to use Swift OpenAPI Generator with the following other projects: * AsyncHTTPClient * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/swift-server/swift-openapi-async-http-client * Hummingbird * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/hummingbird-project/hummingbird * Swagger UI * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/swagger-api/swagger-ui * Swift Argument Parser * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/apple/swift-argument-parser * Swift Distributed Tracing * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/apple/swift-distributed-tracing * Swift Logging API * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/apple/swift-log * Swift Metrics * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/apple/swift-metrics * SwiftNIO * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/apple/swift-nio * Swift OTel * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/slashmo/swift-otel * SwiftPrometheus * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/swift-server/swift-prometheus * Vapor * LICENSE (MIT License): * https://mit-license.org * HOMEPAGE: * https://github.com/vapor/vapor ================================================================================ swift-openapi-runtime 1.12.0 Source: https://github.com/apple/swift-openapi-runtime.git Revision: 3d3a8457661daf7fb260ceeb9f0e24e5204ba5fb --- LICENSE.txt --- Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --- NOTICE.txt --- The SwiftOpenAPIGenerator Project ================================= Please visit the SwiftOpenAPIGenerator web site for more information: * https://github.com/apple/swift-openapi-runtime Copyright 2023 The SwiftOpenAPIGenerator Project The SwiftOpenAPIGenerator Project licenses this file to you under the Apache License, version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Also, please refer to each LICENSE.txt file, which is located in the 'license' directory of the distribution file, for the license terms of the components that this product depends on. ------------------------------------------------------------------------------- This product contains derivations of various scripts and templates from SwiftNIO. * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/apple/swift-nio --- This product contains coder implementations inspired by swift-http-structured-headers. * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/apple/swift-http-structured-headers --- This product contains header character set validation logic inspired by swift-http-types. * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/apple/swift-http-types ================================================================================ swift-openapi-urlsession 1.3.1 Source: https://github.com/apple/swift-openapi-urlsession.git Revision: 08796d36c99ad2318929bfa1d1e40f82194b65cc --- LICENSE.txt --- Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --- NOTICE.txt --- The SwiftOpenAPIGenerator Project ================================= Please visit the SwiftOpenAPIGenerator web site for more information: * https://github.com/apple/swift-openapi-urlsession Copyright 2023 The SwiftOpenAPIGenerator Project The SwiftOpenAPIGenerator Project licenses this file to you under the Apache License, version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Also, please refer to each LICENSE.txt file, which is located in the 'license' directory of the distribution file, for the license terms of the components that this product depends on. ------------------------------------------------------------------------------- This product contains derivations of various scripts from SwiftNIO. * LICENSE (Apache License 2.0): * https://www.apache.org/licenses/LICENSE-2.0 * HOMEPAGE: * https://github.com/apple/swift-nio ------------------------------------------------------------------------------- This product contains AsyncSequence implementations from Swift Async Algorithms. * LICENSE (Apache License 2.0): * https://github.com/apple/swift-async-algorithms/blob/main/LICENSE.txt * HOMEPAGE: * https://github.com/apple/swift-async-algorithms ------------------------------------------------------------------------------- This product contains AsyncSequence implementations from Swift. * LICENSE (Apache License 2.0): * https://github.com/apple/swift/blob/main/LICENSE.txt * HOMEPAGE: * https://github.com/apple/swift ================================================================================ swift-system 1.7.4 Source: https://github.com/apple/swift-system.git Revision: b5544ba79a70a0cb3563e75bf26dc198d6b40ed3 --- LICENSE.txt --- Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ## Runtime Library Exception to the Apache 2.0 License: ## As an exception, if you use this Software to compile your source code and portions of this Software are embedded into the binary product as a result, you may redistribute such product without providing attribution as would otherwise be required by Sections 4(a), 4(b) and 4(d) of the License. ================================================================================ yams 6.2.2 Source: https://github.com/jpsim/Yams Revision: a27b21e0c81c5bf42049b897a62aaf387e80f279 --- LICENSE --- The MIT License (MIT) Copyright (c) 2016 JP Simard. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.