> ## Documentation Index
> Fetch the complete documentation index at: https://site.aspect.build/llms.txt
> Use this file to discover all available pages before exploring further.

# Open Source Licenses

> The open source packages distributed with or used by Aspect's products and services, the license each one is published under, and the full text of those licenses.

export const MarketingPage = () => <div className="marketing-page-marker" style={{
  display: "none"
}} />;

export const Section = ({children, className = "", gray = false, dark = false, id}) => <section id={id} className={`w-full flex justify-center px-4 py-16 md:py-24 ${gray ? "bg-gray-50 dark:bg-zinc-900" : dark ? "bg-zinc-900 dark:bg-zinc-950" : ""} ${className}`}>
    <div className="w-full" style={{
  maxWidth: "1140px"
}}>
      {children}
    </div>
  </section>;

<MarketingPage />

<Section>
  <div className="mx-auto prose dark:prose-invert prose-zinc" style={{ maxWidth: "900px" }}>
    <h1>Open Source Licenses</h1>

    <p>Last updated: September 18, 2026</p>

    <p>Aspect's products are built on open source. This page lists the third-party packages distributed with or used by the Services, the license each one is published under, and the full text of every one of those licenses. It is the list of Additional Software referenced in Section 1.4 of the <a href="/terms">Cloud Service Terms</a>, and "Services" carries the meaning given to it there.</p>

    <h2>Scope</h2>

    <p>The list covers the third-party packages resolved from the Cargo, Go module and pnpm manifests of the components that make up the Services: the libraries compiled into or bundled with the services Aspect operates, the infrastructure modules and functions customers deploy, and the web interfaces. Development, build and test tooling is excluded, as is Aspect-internal software that is never distributed.</p>

    <p>Third-party services that a deployment runs as upstream container images alongside Aspect's own software — for example Prometheus, BuildBarn and etcd — are separate programs rather than dependencies of it, and are governed by the licenses their own projects publish. The same is true of Aspect software published under its own open source license, which carries that license with it.</p>

    <p>Every license below is a permissive one. Where a package offers a choice of licenses, Aspect takes it under the first of MIT, Apache-2.0, ISC, BSD-3-Clause or BSD-2-Clause that the package offers; the package remains available to you under any of its stated licenses. Each package also ships its own copyright notice, which is preserved in the distributed artifacts.</p>

    <h2>Packages by license</h2>

    <p><a href="#mit">MIT</a> · <a href="#apache-2-0">Apache-2.0</a> · <a href="#isc">ISC</a> · <a href="#bsd-3-clause">BSD-3-Clause</a> · <a href="#unicode-3-0">Unicode-3.0</a> · <a href="#bsd-2-clause">BSD-2-Clause</a> · <a href="#blueoak-1-0-0">BlueOak-1.0.0</a> · <a href="#unlicense">Unlicense</a> · <a href="#apache-2-0-and-bsd-3-clause">Apache-2.0 AND BSD-3-Clause</a> · <a href="#apache-2-0-and-isc">Apache-2.0 AND ISC</a> · <a href="#bsd-3-clause-and-mit">BSD-3-Clause AND MIT</a> · <a href="#zlib">Zlib</a> · <a href="#0bsd">0BSD</a> · <a href="#apache-2-0-and-bsd-3-clause-and-isc-and-mit">Apache-2.0 AND BSD-3-Clause AND ISC AND MIT</a> · <a href="#cdla-permissive-2-0">CDLA-Permissive-2.0</a> · <a href="#isc-and-mit">ISC AND MIT</a> · <a href="#mit-and-unicode-3-0">MIT AND Unicode-3.0</a> · <a href="#python-2-0">Python-2.0</a></p>

    <h3 id="mit">MIT</h3>

    <Accordion title="Rust crates (crates.io)">
      <p>addr2line, adler2, aho-corasick, allocator-api2, android\_system\_properties, anstream, anstyle, anstyle-parse, anstyle-query, anstyle-wincon, anyhow, arc-swap, askama\_escape, assert-json-diff, async-stream, async-stream-impl, async-trait, atomic, atomic-waker, axum, axum-core, axum-extra, backtrace, backtrace-ext, base16ct, base64, base64-simd, base64ct, bb8, bincode, bitflags, block-buffer, bs58, bumpalo, bytemuck, byteorder, bytes, bytes-utils, cbor-diag, cfg-if, chacha20, chrono, clap, clap\_builder, clap\_derive, clap\_lex, cmov, colorchoice, combine, const-oid, convert\_case, cookie, core-foundation, core-foundation-sys, cpufeatures, crc-fast, crc32c, crc32fast, crossbeam-utils, crunchy, crypto-bigint, crypto-common, ctutils, curve25519-dalek-derive, darling, darling\_core, darling\_macro, dashmap, data-encoding, der, der\_derive, deranged, derive\_builder, derive\_builder\_core, derive\_builder\_macro, diesel, diesel-async, diesel\_derives, diesel\_migrations, diesel\_table\_macro\_syntax, diff, digest, displaydoc, downcast-rs, dsl\_auto\_type, duct, duration-string, dyn-clone, ecdsa, ed25519, either, elliptic-curve, env\_filter, env\_logger, equivalent, errno, fallible-iterator, fastrand, ff, fiat-crypto, fixedbitset, flate2, fnv, form\_urlencoded, futures, futures-channel, futures-core, futures-executor, futures-io, futures-macro, futures-sink, futures-task, futures-util, gcloud-metadata, generic-array, getrandom, gimli, group, h2, half, hashbrown, heck, hex, hkdf, hmac, http, http-body, http-body-util, http-range-header, http-serde, httparse, httpdate, humantime, hybrid-array, hyper, hyper-rustls, hyper-timeout, hyper-util, iana-time-zone, iana-time-zone-haiku, id-arena, ident\_case, idna, idna\_adapter, indexmap, ipnet, is\_terminal\_polyfill, itertools, itoa, jiff, jiff-static, jni, jni-macros, jni-sys, jni-sys-macros, js-sys, jsonwebtoken, lazy\_static, leb128fmt, libc, libm, libmimalloc-sys, libredox, libsqlite3-sys, linux-raw-sys, lock\_api, log, lru, lru-slab, matchers, md-5, md5, memchr, migrations\_internals, migrations\_macros, mimalloc, mime, mime\_guess, minimal-lexical, miniz\_oxide, mio, multimap, nom, nu-ansi-term, num-bigint, num-bigint-dig, num-conv, num-integer, num-iter, num-rational, num-traits, objc2-core-foundation, objc2-system-configuration, object, object\_store, octocrab, once\_cell, once\_cell\_polyfill, openssl-probe, os\_pipe, outref, owo-colors, p256, p384, parking\_lot, parking\_lot\_core, parse-size, paste, pbjson, pbjson-build, pbjson-types, pem, pem-rfc7468, percent-encoding, petgraph, phf, phf\_shared, pin-project, pin-project-internal, pin-project-lite, pin-utils, pkcs1, pkcs8, portable-atomic, portable-atomic-util, postgres-protocol, postgres-types, powerfmt, ppv-lite86, pq-sys, pretty\_assertions, prettyplease, primeorder, proc-macro2, quick-xml, quinn, quinn-proto, quinn-udp, quote, r-efi, rand, rand\_chacha, rand\_core, rand\_pcg, redox\_syscall, ref-cast, ref-cast-impl, regex, regex-automata, regex-lite, regex-syntax, reqwest, rfc6979, roxmltree, rsa, rsqlite-vfs, rust-embed, rust-embed-impl, rust-embed-utils, rustc-demangle, rustc-hash, rustix, rustls, rustls-native-certs, rustls-pki-types, rustls-platform-verifier, rustls-platform-verifier-android, rustversion, same-file, schannel, schemars, scoped-futures, scopeguard, sec1, secrecy, security-framework, security-framework-sys, semver, separator, serde, serde\_core, serde\_derive, serde\_html\_form, serde\_json, serde\_path\_to\_error, serde\_spanned, serde\_urlencoded, serde\_with, serde\_with\_macros, serde\_yaml\_ng, sha1, sha2, sharded-slab, shared\_child, shared\_thread, sigchld, signal-hook, signal-hook-registry, signature, simd-adler32, simd\_cesu8, simdutf8, siphasher, slab, smallvec, snafu, snafu-derive, socket2, specta, specta-macros, specta-typescript, spin, spki, sqlite-wasm-rs, stable\_deref\_trait, stringprep, strsim, stylish, stylish-ansi, stylish-core, stylish-html, stylish-macros, stylish-plain, stylish-style, syn, synstructure, sys-info, system-configuration, system-configuration-sys, temp-env, tempfile, terminal\_size, textwrap, thiserror, thiserror-impl, thread\_local, time, time-core, time-macros, tinyvec, tinyvec\_macros, tls\_codec, tls\_codec\_derive, tokio, tokio-macros, tokio-postgres, tokio-postgres-rustls, tokio-rustls, tokio-stream, tokio-tungstenite, tokio-util, toml, toml\_datetime, toml\_parser, tonic, tonic-build, tonic-health, tonic-prost, tonic-prost-build, tonic-reflection, tonic-types, tonic-web, tower, tower-http, tower-layer, tower-service, tracing, tracing-attributes, tracing-core, tracing-log, tracing-opentelemetry, tracing-serde, tracing-subscriber, try-lock, tungstenite, typenum, unicase, unicode-bidi, unicode-normalization, unicode-properties, unicode-segmentation, unicode-width, unicode-xid, unsafe-libyaml, url, urlencoding, utf8\_iter, utf8parse, utoipa, utoipa-axum, utoipa-gen, utoipa-swagger-ui, uuid, valuable, vsimd, walkdir, want, wasi, wasip2, wasip3, wasite, wasm-bindgen, wasm-bindgen-futures, wasm-bindgen-macro, wasm-bindgen-macro-support, wasm-bindgen-shared, wasm-encoder, wasm-metadata, wasm-streams, wasmparser, web-sys, web-time, whoami, winapi-util, windows-core, windows-implement, windows-interface, windows-link, windows-registry, windows-result, windows-strings, windows-sys, windows-targets, windows\_aarch64\_gnullvm, windows\_aarch64\_msvc, windows\_i686\_gnu, windows\_i686\_gnullvm, windows\_i686\_msvc, windows\_x86\_64\_gnu, windows\_x86\_64\_gnullvm, windows\_x86\_64\_msvc, winnow, wit-bindgen, wit-bindgen-core, wit-bindgen-rust, wit-bindgen-rust-macro, wit-component, wit-parser, with\_builtin\_macros, with\_builtin\_macros-proc\_macros, x509-cert, xmlparser, yansi, zerocopy, zerocopy-derive, zeroize, zeroize\_derive, zmij, zstd, zstd-safe, zstd-sys</p>
    </Accordion>

    <Accordion title="JavaScript packages (npm)">
      <p>@ant-design/colors, @ant-design/cssinjs, @ant-design/cssinjs-utils, @ant-design/fast-color, @ant-design/icons, @ant-design/icons-svg, @ant-design/react-slick, @babel/helper-string-parser, @babel/helper-validator-identifier, @babel/parser, @babel/runtime, @babel/types, @datastructures-js/heap, @emotion/hash, @emotion/unitless, @floating-ui/core, @floating-ui/devtools, @floating-ui/dom, @floating-ui/utils, @fluentui/dom-utilities, @fluentui/keyboard-keys, @fluentui/merge-styles, @fluentui/priority-overflow, @fluentui/react-accordion, @fluentui/react-alert, @fluentui/react-aria, @fluentui/react-avatar, @fluentui/react-badge, @fluentui/react-breadcrumb, @fluentui/react-button, @fluentui/react-card, @fluentui/react-carousel, @fluentui/react-checkbox, @fluentui/react-combobox, @fluentui/react-components, @fluentui/react-context-selector, @fluentui/react-dialog, @fluentui/react-divider, @fluentui/react-drawer, @fluentui/react-field, @fluentui/react-hooks, @fluentui/react-icons, @fluentui/react-image, @fluentui/react-infobutton, @fluentui/react-infolabel, @fluentui/react-input, @fluentui/react-jsx-runtime, @fluentui/react-label, @fluentui/react-link, @fluentui/react-list, @fluentui/react-menu, @fluentui/react-message-bar, @fluentui/react-motion, @fluentui/react-motion-components-preview, @fluentui/react-overflow, @fluentui/react-persona, @fluentui/react-popover, @fluentui/react-portal, @fluentui/react-positioning, @fluentui/react-progress, @fluentui/react-provider, @fluentui/react-radio, @fluentui/react-rating, @fluentui/react-search, @fluentui/react-select, @fluentui/react-shared-contexts, @fluentui/react-skeleton, @fluentui/react-slider, @fluentui/react-spinbutton, @fluentui/react-spinner, @fluentui/react-swatch-picker, @fluentui/react-switch, @fluentui/react-table, @fluentui/react-tabs, @fluentui/react-tabster, @fluentui/react-tag-picker, @fluentui/react-tags, @fluentui/react-teaching-popover, @fluentui/react-text, @fluentui/react-textarea, @fluentui/react-theme, @fluentui/react-toast, @fluentui/react-toolbar, @fluentui/react-tooltip, @fluentui/react-tree, @fluentui/react-utilities, @fluentui/react-virtualizer, @fluentui/react-window-provider, @fluentui/set-version, @fluentui/tokens, @fluentui/utilities, @gitbeaker/core, @gitbeaker/requester-utils, @gitbeaker/rest, @griffel/core, @griffel/react, @griffel/style-types, @lukeed/csprng, @nestjs/common, @nestjs/core, @nestjs/platform-express, @nodable/entities, @nuxtjs/opencollective, @octokit/auth-app, @octokit/auth-oauth-app, @octokit/auth-oauth-device, @octokit/auth-oauth-user, @octokit/auth-token, @octokit/core, @octokit/endpoint, @octokit/graphql, @octokit/oauth-authorization-url, @octokit/oauth-methods, @octokit/openapi-types, @octokit/plugin-paginate-rest, @octokit/plugin-request-log, @octokit/plugin-rest-endpoint-methods, @octokit/request, @octokit/request-error, @octokit/rest, @octokit/types, @octokit/webhooks, @octokit/webhooks-methods, @octokit/webhooks-types, @rc-component/async-validator, @rc-component/color-picker, @rc-component/context, @rc-component/mini-decimal, @rc-component/mutate-observer, @rc-component/portal, @rc-component/qrcode, @rc-component/tour, @rc-component/trigger, @react-rxjs/core, @react-rxjs/utils, @react-spring/animated, @react-spring/core, @react-spring/rafz, @react-spring/shared, @react-spring/types, @react-spring/web, @rx-state/core, @tanstack/history, @tanstack/query-core, @tanstack/query-devtools, @tanstack/react-query, @tanstack/react-query-devtools, @tanstack/react-router, @tanstack/react-router-devtools, @tanstack/react-store, @tanstack/router-core, @tanstack/router-devtools-core, @tanstack/store, @tootallnate/once, @types/btoa-lite, @types/caseless, @types/d3-array, @types/d3-color, @types/d3-delaunay, @types/d3-format, @types/d3-geo, @types/d3-interpolate, @types/d3-path, @types/d3-scale, @types/d3-shape, @types/d3-time, @types/d3-time-format, @types/docker-modem, @types/dockerode, @types/geojson, @types/glob, @types/jsonwebtoken, @types/linkify-it, @types/lodash, @types/long, @types/markdown-it, @types/mdurl, @types/minimatch, @types/node, @types/prop-types, @types/react, @types/react-dom, @types/request, @types/rimraf, @types/ssh2, @types/ssh2-streams, @types/tough-cookie, @types/validator, @types/ws, @visx/curve, @visx/group, @visx/scale, @visx/shape, @xterm/addon-search, @xterm/addon-serialize, @xterm/addon-unicode11, @xterm/addon-webgl, @xterm/xterm, abort-controller, accepts, acorn, acorn-jsx, agent-base, aggregate-error, ansi-colors, ansi-regex, ansi-styles, antd, append-field, archiver, archiver-utils, array-flatten, arrify, asn1, async, async-limiter, async-lock, asynckit, axios, balanced-match, base64-js, bignumber.js, bl, bluebird, body-parser, bowser, brace-expansion, btoa-lite, buffer, buffer-crc32, buffer-from, buildcheck, busboy, byline, bytes, call-bind-apply-helpers, call-bound, catharsis, chalk, class-transformer, class-validator, classnames, clean-stack, clsx, color-convert, color-name, combined-stream, commander, commist, compress-commons, compute-scroll-into-view, concat-stream, consola, content-disposition, content-type, cookie, cookie-es, cookie-signature, copy-to-clipboard, core-util-is, cors, cpu-features, crc32-stream, crypto-js, csstype, dayjs, debug, deep-is, deep-rename-keys, delayed-stream, depd, destroy, docker-compose, dunder-proto, duplexify, ee-first, embla-carousel, embla-carousel-autoplay, embla-carousel-fade, emoji-regex, encodeurl, encoding, end-of-stream, es-define-property, es-errors, es-object-atoms, es-set-tostringtag, escalade, escape-html, escape-string-regexp, etag, event-target-polyfill, event-target-shim, eventemitter3, events, express, extend, fast-deep-equal, fast-fifo, fast-levenshtein, fast-safe-stringify, fast-xml-builder, fast-xml-parser, finalhandler, follow-redirects, form-data, forwarded, fresh, fs-constants, function-bind, get-intrinsic, get-port, get-proto, goober, google-p12-pem, gopd, gtoken, has-flag, has-symbols, has-tostringtag, hasown, help-me, http-errors, http-proxy-agent, https-proxy-agent, iconv-lite, indent-string, ipaddr.js, is-buffer, is-fullwidth-code-point, is-plain-object, is-retry-allowed, is-stream, is-stream-ended, isarray, isomorphic-ws, js-sdsl, js-tokens, json-bigint, json2mq, jsonwebtoken, jwa, jws, keyborg, kind-of, klaw, lazystream, leven, levn, libphonenumber-js, linkify-it, liquidjs, lodash, lodash.camelcase, lodash.debounce, loose-envify, markdown-it, marked, material-icon-theme, math-intrinsics, mdurl, media-typer, merge-descriptors, methods, mime, mime-db, mime-types, minimist, mkdirp, mkdirp-classic, mnemonist, mqtt, mqtt-packet, ms, multer, nan, negotiator, node-fetch, normalize-path, normalize.css, number-allocator, object-assign, object-hash, object-inspect, obliterator, on-finished, optionator, parseurl, partysocket, path-expression-matcher, path-is-absolute, path-to-regexp, prelude-ls, process, process-nextick-args, prop-types, proper-lockfile, properties-reader, proxy-addr, proxy-from-env, pump, queue-tick, range-parser, raw-body, rc-cascader, rc-checkbox, rc-collapse, rc-dialog, rc-drawer, rc-dropdown, rc-field-form, rc-image, rc-input, rc-input-number, rc-mentions, rc-menu, rc-motion, rc-notification, rc-overflow, rc-pagination, rc-picker, rc-progress, rc-rate, rc-resize-observer, rc-segmented, rc-select, rc-slider, rc-steps, rc-switch, rc-table, rc-tabs, rc-textarea, rc-tooltip, rc-tree, rc-tree-select, rc-upload, rc-util, rc-virtual-list, react, react-dom, react-is, readable-stream, regenerator-runtime, reinterval, rename-keys, require-directory, requizzle, resize-observer-polyfill, retry, retry-request, rfdc, rtl-css-js, safe-buffer, safer-buffer, scheduler, scroll-into-view-if-needed, send, seroval, seroval-plugins, serve-static, side-channel, side-channel-list, side-channel-map, side-channel-weakmap, source-map-support, ssh-remote-port-forward, ssh2, statuses, stream-events, stream-shift, streamsearch, streamx, string-convert, string-width, string\_decoder, strip-ansi, strip-json-comments, strnum, stubs, stylis, supports-color, svgson, tabster, tailwind-merge, tar-fs, tar-stream, testcontainers, throttle-debounce, tiny-invariant, tiny-warning, tmp, toggle-selection, toidentifier, tr46, type-check, type-is, typedarray, uc.micro, uid, underscore, undici, undici-types, universal-github-app-jwt, unpipe, use-disposable, use-sync-external-store, usehooks-ts, util-deprecate, utils-merge, uuid, validator, vary, whatwg-url, word-wrap, wrap-ansi, ws, xcase, xml-lexer, xml-reader, xtend, yargs, zip-stream, zod</p>
    </Accordion>

    <Accordion title="Go modules">
      <p>github.com/cespare/xxhash/v2, github.com/dgryski/go-rendezvous</p>
    </Accordion>

    <h3 id="apache-2-0">Apache-2.0</h3>

    <Accordion title="Rust crates (crates.io)">
      <p>aws-config, aws-credential-types, aws-runtime, aws-sdk-apigateway, aws-sdk-athena, aws-sdk-autoscaling, aws-sdk-cloudwatchlogs, aws-sdk-cognitoidentityprovider, aws-sdk-costexplorer, aws-sdk-dynamodb, aws-sdk-ec2, aws-sdk-kinesis, aws-sdk-rds, aws-sdk-s3, aws-sdk-secretsmanager, aws-sdk-sso, aws-sdk-ssooidc, aws-sdk-sts, aws-sigv4, aws-smithy-async, aws-smithy-checksums, aws-smithy-eventstream, aws-smithy-http, aws-smithy-http-client, aws-smithy-json, aws-smithy-mocks, aws-smithy-observability, aws-smithy-protocol-test, aws-smithy-query, aws-smithy-runtime, aws-smithy-runtime-api, aws-smithy-runtime-api-macros, aws-smithy-schema, aws-smithy-types, aws-smithy-xml, aws-types, ciborium, ciborium-io, ciborium-ll, flagset, google-cloud-api, google-cloud-auth, google-cloud-compute-v1, google-cloud-gax, google-cloud-gax-internal, google-cloud-iam-v1, google-cloud-logging-type, google-cloud-logging-v2, google-cloud-longrunning, google-cloud-lro, google-cloud-pubsub, google-cloud-rpc, google-cloud-storage, google-cloud-type, google-cloud-wkt, lambda\_runtime, lambda\_runtime\_api\_client, miette, miette-derive, opentelemetry, opentelemetry-appender-tracing, opentelemetry-http, opentelemetry-otlp, opentelemetry-proto, opentelemetry-semantic-conventions, opentelemetry\_sdk, prost, prost-build, prost-derive, prost-types, ryu, supports-color, supports-hyperlinks, supports-unicode, sync\_wrapper, unicode-linebreak</p>
    </Accordion>

    <Accordion title="JavaScript packages (npm)">
      <p>@aws-crypto/crc32, @aws-crypto/crc32c, @aws-crypto/sha1-browser, @aws-crypto/sha256-browser, @aws-crypto/sha256-js, @aws-crypto/supports-web-crypto, @aws-crypto/util, @aws-sdk/client-athena, @aws-sdk/client-auto-scaling, @aws-sdk/client-cognito-identity-provider, @aws-sdk/client-dynamodb, @aws-sdk/client-ec2, @aws-sdk/client-kinesis, @aws-sdk/client-s3, @aws-sdk/client-secrets-manager, @aws-sdk/client-sqs, @aws-sdk/client-ssm, @aws-sdk/core, @aws-sdk/crc64-nvme, @aws-sdk/credential-provider-env, @aws-sdk/credential-provider-http, @aws-sdk/credential-provider-ini, @aws-sdk/credential-provider-login, @aws-sdk/credential-provider-node, @aws-sdk/credential-provider-process, @aws-sdk/credential-provider-sso, @aws-sdk/credential-provider-web-identity, @aws-sdk/dynamodb-codec, @aws-sdk/endpoint-cache, @aws-sdk/lib-dynamodb, @aws-sdk/middleware-bucket-endpoint, @aws-sdk/middleware-endpoint-discovery, @aws-sdk/middleware-expect-continue, @aws-sdk/middleware-flexible-checksums, @aws-sdk/middleware-host-header, @aws-sdk/middleware-location-constraint, @aws-sdk/middleware-logger, @aws-sdk/middleware-recursion-detection, @aws-sdk/middleware-sdk-ec2, @aws-sdk/middleware-sdk-s3, @aws-sdk/middleware-sdk-sqs, @aws-sdk/middleware-ssec, @aws-sdk/middleware-user-agent, @aws-sdk/nested-clients, @aws-sdk/node-config-provider, @aws-sdk/property-provider, @aws-sdk/region-config-resolver, @aws-sdk/shared-ini-file-loader, @aws-sdk/signature-v4-multi-region, @aws-sdk/token-providers, @aws-sdk/types, @aws-sdk/util-arn-parser, @aws-sdk/util-dynamodb, @aws-sdk/util-endpoints, @aws-sdk/util-format-url, @aws-sdk/util-locate-window, @aws-sdk/util-user-agent-browser, @aws-sdk/util-user-agent-node, @aws-sdk/util-utf8-browser, @aws-sdk/xml-builder, @aws/lambda-invoke-store, @balena/dockerignore, @connectrpc/connect, @connectrpc/connect-query, @connectrpc/connect-query-core, @connectrpc/connect-web, @google-cloud/compute, @google-cloud/secret-manager, @grafana/grafana-foundation-sdk, @grpc/grpc-js, @grpc/proto-loader, @jsdoc/salty, @smithy/abort-controller, @smithy/chunked-blob-reader, @smithy/chunked-blob-reader-native, @smithy/config-resolver, @smithy/core, @smithy/credential-provider-imds, @smithy/eventstream-codec, @smithy/eventstream-serde-browser, @smithy/eventstream-serde-config-resolver, @smithy/eventstream-serde-node, @smithy/eventstream-serde-universal, @smithy/fetch-http-handler, @smithy/hash-blob-browser, @smithy/hash-node, @smithy/hash-stream-node, @smithy/invalid-dependency, @smithy/is-array-buffer, @smithy/md5-js, @smithy/middleware-content-length, @smithy/middleware-endpoint, @smithy/middleware-retry, @smithy/middleware-serde, @smithy/middleware-stack, @smithy/node-config-provider, @smithy/node-http-handler, @smithy/property-provider, @smithy/protocol-http, @smithy/querystring-builder, @smithy/querystring-parser, @smithy/service-error-classification, @smithy/shared-ini-file-loader, @smithy/signature-v4, @smithy/smithy-client, @smithy/types, @smithy/url-parser, @smithy/util-base64, @smithy/util-body-length-browser, @smithy/util-body-length-node, @smithy/util-buffer-from, @smithy/util-config-provider, @smithy/util-defaults-mode-browser, @smithy/util-defaults-mode-node, @smithy/util-endpoints, @smithy/util-hex-encoding, @smithy/util-middleware, @smithy/util-retry, @smithy/util-stream, @smithy/util-uri-escape, @smithy/util-utf8, @smithy/util-waiter, @smithy/uuid, @swc/helpers, aws-crt, aws-embedded-metrics, aws-jwt-verify, axios-retry, b4a, bare-events, bare-fs, bare-os, bare-path, bare-stream, bare-url, before-after-hook, crc-32, docker-modem, dockerode, ecdsa-sig-formatter, eslint-visitor-keys, events-universal, fast-text-encoding, gaxios, gcp-metadata, google-auth-library, google-gax, js2xmlparser, jsdoc, long, proto3-json-serializer, readdir-glob, reflect-metadata, rxjs, teeny-request, text-decoder, xmlcreate</p>
    </Accordion>

    <h3 id="isc">ISC</h3>

    <Accordion title="Rust crates (crates.io)">
      <p>bloomfilter, is\_ci, rustls-webpki, simple\_asn1, untrusted</p>
    </Accordion>

    <Accordion title="JavaScript packages (npm)">
      <p>chownr, cliui, d3-array, d3-color, d3-delaunay, d3-format, d3-geo, d3-interpolate, d3-scale, d3-time, d3-time-format, delaunator, deprecation, fs.realpath, get-caller-file, glob, graceful-fs, inflight, inherits, internmap, iterare, lru-cache, lucide-react, minimatch, minipass, once, semver, setprototypeof, signal-exit, split-ca, split2, universal-user-agent, wrappy, xterm-theme, y18n, yallist, yaml, yargs-parser</p>
    </Accordion>

    <h3 id="bsd-3-clause">BSD-3-Clause</h3>

    <Accordion title="Rust crates (crates.io)">
      <p>curve25519-dalek, ed25519-dalek, sha1\_smol, subtle</p>
    </Accordion>

    <Accordion title="JavaScript packages (npm)">
      <p>@protobufjs/aspromise, @protobufjs/base64, @protobufjs/codegen, @protobufjs/eventemitter, @protobufjs/fetch, @protobufjs/float, @protobufjs/inquire, @protobufjs/path, @protobufjs/pool, @protobufjs/utf8, bcrypt-pbkdf, buffer-equal-constant-time, d3-path, d3-shape, highlight.js, ieee754, node-forge, protobufjs, protobufjs-cli, qs, source-map</p>
    </Accordion>

    <Accordion title="Go modules">
      <p>google.golang.org/protobuf</p>
    </Accordion>

    <h3 id="unicode-3-0">Unicode-3.0</h3>

    <Accordion title="Rust crates (crates.io)">
      <p>icu\_collections, icu\_locale\_core, icu\_normalizer, icu\_normalizer\_data, icu\_properties, icu\_properties\_data, icu\_provider, litemap, potential\_utf, tinystr, writeable, yoke, yoke-derive, zerofrom, zerofrom-derive, zerotrie, zerovec, zerovec-derive</p>
    </Accordion>

    <h3 id="bsd-2-clause">BSD-2-Clause</h3>

    <Accordion title="Rust crates (crates.io)">
      <p>Inflector, human\_bytes</p>
    </Accordion>

    <Accordion title="JavaScript packages (npm)">
      <p>@httptoolkit/websocket-stream, entities, escodegen, espree, esprima, estraverse, esutils, uglify-js, webidl-conversions</p>
    </Accordion>

    <Accordion title="Go modules">
      <p>github.com/redis/go-redis/v9</p>
    </Accordion>

    <h3 id="blueoak-1-0-0">BlueOak-1.0.0</h3>

    <Accordion title="JavaScript packages (npm)">
      <p>glob, lru-cache, minimatch, path-scurry</p>
    </Accordion>

    <h3 id="unlicense">Unlicense</h3>

    <Accordion title="JavaScript packages (npm)">
      <p>isbot, markdown-it-anchor, robust-predicates, tweetnacl</p>
    </Accordion>

    <h3 id="apache-2-0-and-bsd-3-clause">Apache-2.0 AND BSD-3-Clause</h3>

    <p>Each package here is subject to all of these licenses together, not a choice between them.</p>

    <Accordion title="JavaScript packages (npm)">
      <p>@bufbuild/protobuf, chroma-js</p>
    </Accordion>

    <h3 id="apache-2-0-and-isc">Apache-2.0 AND ISC</h3>

    <p>Each package here is subject to all of these licenses together, not a choice between them.</p>

    <Accordion title="Rust crates (crates.io)">
      <p>aws-lc-rs, ring</p>
    </Accordion>

    <h3 id="bsd-3-clause-and-mit">BSD-3-Clause AND MIT</h3>

    <p>Each package here is subject to all of these licenses together, not a choice between them.</p>

    <Accordion title="Rust crates (crates.io)">
      <p>encoding\_rs, matchit</p>
    </Accordion>

    <h3 id="zlib">Zlib</h3>

    <Accordion title="Rust crates (crates.io)">
      <p>foldhash, zlib-rs</p>
    </Accordion>

    <h3 id="0bsd">0BSD</h3>

    <Accordion title="JavaScript packages (npm)">
      <p>tslib</p>
    </Accordion>

    <h3 id="apache-2-0-and-bsd-3-clause-and-isc-and-mit">Apache-2.0 AND BSD-3-Clause AND ISC AND MIT</h3>

    <p>Each package here is subject to all of these licenses together, not a choice between them.</p>

    <Accordion title="Rust crates (crates.io)">
      <p>aws-lc-sys</p>
    </Accordion>

    <h3 id="cdla-permissive-2-0">CDLA-Permissive-2.0</h3>

    <Accordion title="Rust crates (crates.io)">
      <p>webpki-root-certs</p>
    </Accordion>

    <h3 id="isc-and-mit">ISC AND MIT</h3>

    <p>Each package here is subject to all of these licenses together, not a choice between them.</p>

    <Accordion title="JavaScript packages (npm)">
      <p>@visx/vendor</p>
    </Accordion>

    <h3 id="mit-and-unicode-3-0">MIT AND Unicode-3.0</h3>

    <p>Each package here is subject to all of these licenses together, not a choice between them.</p>

    <Accordion title="Rust crates (crates.io)">
      <p>unicode-ident</p>
    </Accordion>

    <h3 id="python-2-0">Python-2.0</h3>

    <Accordion title="JavaScript packages (npm)">
      <p>argparse</p>
    </Accordion>

    <h2>License texts</h2>

    <Accordion title="BSD Zero Clause License (0BSD)">
      ```plaintext theme={null}
      Copyright (c) <year> <copyright holders>

      Permission to use, copy, modify, and/or distribute this software for any
      purpose with or without fee is hereby granted.

      THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
      REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
      AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
      INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
      LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
      OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
      PERFORMANCE OF THIS SOFTWARE.
      ```
    </Accordion>

    <Accordion title="Apache License 2.0 (Apache-2.0)">
      ```plaintext theme={null}
                                    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
      ```
    </Accordion>

    <Accordion title="BSD 2-Clause License (BSD-2-Clause)">
      ```plaintext theme={null}
      Copyright (c) <year> <copyright holders>
      All rights reserved.

      Redistribution and use in source and binary forms, with or without
      modification, are permitted provided that the following conditions are
      met:

         * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
         * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following disclaimer
      in the documentation and/or other materials provided with the
      distribution.

      THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
      "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
      LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
      A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
      OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
      SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
      LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
      DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
      THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
      (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
      OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
      ```
    </Accordion>

    <Accordion title="BSD 3-Clause License (BSD-3-Clause)">
      ```plaintext theme={null}
      Copyright (c) <year> <copyright holders>
      All rights reserved.

      Redistribution and use in source and binary forms, with or without
      modification, are permitted provided that the following conditions are met:
      * Redistributions of source code must retain the above copyright
        notice, this list of conditions and the following disclaimer.
      * Redistributions in binary form must reproduce the above copyright
        notice, this list of conditions and the following disclaimer in the
        documentation and/or other materials provided with the distribution.
      * Neither the name of this software nor the names of its contributors may be
        used to endorse or promote products derived from this software without
        specific prior written permission.

      THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
      ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
      WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
      DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
      ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
      (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
      LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
      ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
      (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
      SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
      ```
    </Accordion>

    <Accordion title="Blue Oak Model License 1.0.0 (BlueOak-1.0.0)">
      ```plaintext theme={null}
      # Blue Oak Model License

      Version 1.0.0

      ## Purpose

      This license gives everyone as much permission to work with
      this software as possible, while protecting contributors
      from liability.

      ## Acceptance

      In order to receive this license, you must agree to its
      rules.  The rules of this license are both obligations
      under that agreement and conditions to your license.
      You must not do anything with this software that triggers
      a rule that you cannot or will not follow.

      ## Copyright

      Each contributor licenses you to do everything with this
      software that would otherwise infringe that contributor's
      copyright in it.

      ## Notices

      You must ensure that everyone who gets a copy of
      any part of this software from you, with or without
      changes, also gets the text of this license or a link to
      <https://blueoakcouncil.org/license/1.0.0>.

      ## Excuse

      If anyone notifies you in writing that you have not
      complied with [Notices](#notices), you can keep your
      license by taking all practical steps to comply within 30
      days after the notice.  If you do not do so, your license
      ends immediately.

      ## Patent

      Each contributor licenses you to do everything with this
      software that would otherwise infringe any patent claims
      they can license or become able to license.

      ## Reliability

      No contributor can revoke this license.

      ## No Liability

      ***As far as the law allows, this software comes as is,
      without any warranty or condition, and no contributor
      will be liable to anyone for any damages related to this
      software or this license, under any kind of legal claim.***
      ```
    </Accordion>

    <Accordion title="Community Data License Agreement – Permissive 2.0 (CDLA-Permissive-2.0)">
      ```plaintext theme={null}
      # Community Data License Agreement - Permissive - Version 2.0

      This is the Community Data License Agreement - Permissive, Version
      2.0 (the "agreement"). Data Provider(s) and Data Recipient(s) agree
      as follows:

      ## 1. Provision of the Data

      1.1. A Data Recipient may use, modify, and share the Data made
      available by Data Provider(s) under this agreement if that Data
      Recipient follows the terms of this agreement.

      1.2. This agreement does not impose any restriction on a Data
      Recipient's use, modification, or sharing of any portions of the
      Data that are in the public domain or that may be used, modified,
      or shared under any other legal exception or limitation.

      ## 2. Conditions for Sharing Data

      2.1. A Data Recipient may share Data, with or without modifications, so
      long as the Data Recipient makes available the text of this agreement
      with the shared Data.

      ## 3. No Restrictions on Results

      3.1. This agreement does not impose any restriction or obligations
      with respect to the use, modification, or sharing of Results.

      ## 4. No Warranty; Limitation of Liability

      4.1. All Data Recipients receive the Data subject to the following
      terms:

      THE DATA IS PROVIDED ON AN "AS IS" BASIS, WITHOUT REPRESENTATIONS,
      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.

      NO DATA PROVIDER SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
      INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
      WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
      LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
      NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE DATA OR RESULTS,
      EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

      ## 5. Definitions

      5.1. "Data" means the material received by a Data Recipient under
      this agreement.

      5.2. "Data Provider" means any person who is the source of Data
      provided under this agreement and in reliance on a Data Recipient's
      agreement to its terms.

      5.3. "Data Recipient" means any person who receives Data directly
      or indirectly from a Data Provider and agrees to the terms of this
      agreement.

      5.4. "Results" means any outcome obtained by computational analysis
      of Data, including for example machine learning models and models'
      insights.
      ```
    </Accordion>

    <Accordion title="ISC License (ISC)">
      ```plaintext theme={null}
      The ISC License

      Copyright (c) <year> <copyright holders>

      Permission to use, copy, modify, and/or distribute this software for any
      purpose with or without fee is hereby granted, provided that the above
      copyright notice and this permission notice appear in all copies.

      THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
      WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
      MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
      ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
      WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
      ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
      IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
      ```
    </Accordion>

    <Accordion title="MIT License (MIT)">
      ```plaintext theme={null}
      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.
      ```
    </Accordion>

    <Accordion title="Python Software Foundation License 2.0 (Python-2.0)">
      ```plaintext theme={null}
      A. HISTORY OF THE SOFTWARE
      ==========================

      Python was created in the early 1990s by Guido van Rossum at Stichting
      Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
      as a successor of a language called ABC.  Guido remains Python's
      principal author, although it includes many contributions from others.

      In 1995, Guido continued his work on Python at the Corporation for
      National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
      in Reston, Virginia where he released several versions of the
      software.

      In May 2000, Guido and the Python core development team moved to
      BeOpen.com to form the BeOpen PythonLabs team.  In October of the same
      year, the PythonLabs team moved to Digital Creations, which became
      Zope Corporation.  In 2001, the Python Software Foundation (PSF, see
      https://www.python.org/psf/) was formed, a non-profit organization
      created specifically to own Python-related Intellectual Property.
      Zope Corporation was a sponsoring member of the PSF.

      All Python releases are Open Source (see http://www.opensource.org for
      the Open Source Definition).  Historically, most, but not all, Python
      releases have also been GPL-compatible; the table below summarizes
      the various releases.

          Release         Derived     Year        Owner       GPL-
                          from                                compatible? (1)

          0.9.0 thru 1.2              1991-1995   CWI         yes
          1.3 thru 1.5.2  1.2         1995-1999   CNRI        yes
          1.6             1.5.2       2000        CNRI        no
          2.0             1.6         2000        BeOpen.com  no
          1.6.1           1.6         2001        CNRI        yes (2)
          2.1             2.0+1.6.1   2001        PSF         no
          2.0.1           2.0+1.6.1   2001        PSF         yes
          2.1.1           2.1+2.0.1   2001        PSF         yes
          2.1.2           2.1.1       2002        PSF         yes
          2.1.3           2.1.2       2002        PSF         yes
          2.2 and above   2.1.1       2001-now    PSF         yes

      Footnotes:

      (1) GPL-compatible doesn't mean that we're distributing Python under
          the GPL.  All Python licenses, unlike the GPL, let you distribute
          a modified version without making your changes open source.  The
          GPL-compatible licenses make it possible to combine Python with
          other software that is released under the GPL; the others don't.

      (2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
          because its license has a choice of law clause.  According to
          CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
          is "not incompatible" with the GPL.

      Thanks to the many outside volunteers who have worked under Guido's
      direction to make these releases possible.


      B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
      ===============================================================

      PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
      --------------------------------------------

      1. This LICENSE AGREEMENT is between the Python Software Foundation
      ("PSF"), and the Individual or Organization ("Licensee") accessing and
      otherwise using this software ("Python") in source or binary form and
      its associated documentation.

      2. Subject to the terms and conditions of this License Agreement, PSF hereby
      grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
      analyze, test, perform and/or display publicly, prepare derivative works,
      distribute, and otherwise use Python alone or in any derivative version,
      provided, however, that PSF's License Agreement and PSF's notice of copyright,
      i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
      2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Python Software Foundation;
      All Rights Reserved" are retained in Python alone or in any derivative version
      prepared by Licensee.

      3. In the event Licensee prepares a derivative work that is based on
      or incorporates Python or any part thereof, and wants to make
      the derivative work available to others as provided herein, then
      Licensee hereby agrees to include in any such work a brief summary of
      the changes made to Python.

      4. PSF is making Python available to Licensee on an "AS IS"
      basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
      IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
      DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
      FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
      INFRINGE ANY THIRD PARTY RIGHTS.

      5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
      FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
      A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
      OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.

      6. This License Agreement will automatically terminate upon a material
      breach of its terms and conditions.

      7. Nothing in this License Agreement shall be deemed to create any
      relationship of agency, partnership, or joint venture between PSF and
      Licensee.  This License Agreement does not grant permission to use PSF
      trademarks or trade name in a trademark sense to endorse or promote
      products or services of Licensee, or any third party.

      8. By copying, installing or otherwise using Python, Licensee
      agrees to be bound by the terms and conditions of this License
      Agreement.


      BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
      -------------------------------------------

      BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1

      1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
      office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
      Individual or Organization ("Licensee") accessing and otherwise using
      this software in source or binary form and its associated
      documentation ("the Software").

      2. Subject to the terms and conditions of this BeOpen Python License
      Agreement, BeOpen hereby grants Licensee a non-exclusive,
      royalty-free, world-wide license to reproduce, analyze, test, perform
      and/or display publicly, prepare derivative works, distribute, and
      otherwise use the Software alone or in any derivative version,
      provided, however, that the BeOpen Python License is retained in the
      Software, alone or in any derivative version prepared by Licensee.

      3. BeOpen is making the Software available to Licensee on an "AS IS"
      basis.  BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
      IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
      DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
      FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
      INFRINGE ANY THIRD PARTY RIGHTS.

      4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
      SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
      AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
      DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.

      5. This License Agreement will automatically terminate upon a material
      breach of its terms and conditions.

      6. This License Agreement shall be governed by and interpreted in all
      respects by the law of the State of California, excluding conflict of
      law provisions.  Nothing in this License Agreement shall be deemed to
      create any relationship of agency, partnership, or joint venture
      between BeOpen and Licensee.  This License Agreement does not grant
      permission to use BeOpen trademarks or trade names in a trademark
      sense to endorse or promote products or services of Licensee, or any
      third party.  As an exception, the "BeOpen Python" logos available at
      http://www.pythonlabs.com/logos.html may be used according to the
      permissions granted on that web page.

      7. By copying, installing or otherwise using the software, Licensee
      agrees to be bound by the terms and conditions of this License
      Agreement.


      CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
      ---------------------------------------

      1. This LICENSE AGREEMENT is between the Corporation for National
      Research Initiatives, having an office at 1895 Preston White Drive,
      Reston, VA 20191 ("CNRI"), and the Individual or Organization
      ("Licensee") accessing and otherwise using Python 1.6.1 software in
      source or binary form and its associated documentation.

      2. Subject to the terms and conditions of this License Agreement, CNRI
      hereby grants Licensee a nonexclusive, royalty-free, world-wide
      license to reproduce, analyze, test, perform and/or display publicly,
      prepare derivative works, distribute, and otherwise use Python 1.6.1
      alone or in any derivative version, provided, however, that CNRI's
      License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
      1995-2001 Corporation for National Research Initiatives; All Rights
      Reserved" are retained in Python 1.6.1 alone or in any derivative
      version prepared by Licensee.  Alternately, in lieu of CNRI's License
      Agreement, Licensee may substitute the following text (omitting the
      quotes): "Python 1.6.1 is made available subject to the terms and
      conditions in CNRI's License Agreement.  This Agreement together with
      Python 1.6.1 may be located on the Internet using the following
      unique, persistent identifier (known as a handle): 1895.22/1013.  This
      Agreement may also be obtained from a proxy server on the Internet
      using the following URL: http://hdl.handle.net/1895.22/1013".

      3. In the event Licensee prepares a derivative work that is based on
      or incorporates Python 1.6.1 or any part thereof, and wants to make
      the derivative work available to others as provided herein, then
      Licensee hereby agrees to include in any such work a brief summary of
      the changes made to Python 1.6.1.

      4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
      basis.  CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
      IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
      DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
      FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
      INFRINGE ANY THIRD PARTY RIGHTS.

      5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
      1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
      A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
      OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.

      6. This License Agreement will automatically terminate upon a material
      breach of its terms and conditions.

      7. This License Agreement shall be governed by the federal
      intellectual property law of the United States, including without
      limitation the federal copyright law, and, to the extent such
      U.S. federal law does not apply, by the law of the Commonwealth of
      Virginia, excluding Virginia's conflict of law provisions.
      Notwithstanding the foregoing, with regard to derivative works based
      on Python 1.6.1 that incorporate non-separable material that was
      previously distributed under the GNU General Public License (GPL), the
      law of the Commonwealth of Virginia shall govern this License
      Agreement only as to issues arising under or with respect to
      Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in this
      License Agreement shall be deemed to create any relationship of
      agency, partnership, or joint venture between CNRI and Licensee.  This
      License Agreement does not grant permission to use CNRI trademarks or
      trade name in a trademark sense to endorse or promote products or
      services of Licensee, or any third party.

      8. By clicking on the "ACCEPT" button where indicated, or by copying,
      installing or otherwise using Python 1.6.1, Licensee agrees to be
      bound by the terms and conditions of this License Agreement.

              ACCEPT


      CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
      --------------------------------------------------

      Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
      The Netherlands.  All rights reserved.

      Permission to use, copy, modify, and distribute this software and its
      documentation for any purpose and without fee is hereby granted,
      provided that the above copyright notice appear in all copies and that
      both that copyright notice and this permission notice appear in
      supporting documentation, and that the name of Stichting Mathematisch
      Centrum or CWI not be used in advertising or publicity pertaining to
      distribution of the software without specific, written prior
      permission.

      STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
      THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
      FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
      FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
      WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
      ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
      OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
      ```
    </Accordion>

    <Accordion title="Unicode License v3 (Unicode-3.0)">
      ```plaintext theme={null}
      UNICODE LICENSE V3

      COPYRIGHT AND PERMISSION NOTICE

      Copyright © 2020-2024 Unicode, Inc.

      NOTICE TO USER: Carefully read the following legal agreement. BY
      DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
      SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
      TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
      DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.

      Permission is hereby granted, free of charge, to any person obtaining a
      copy of data files and any associated documentation (the "Data Files") or
      software and any associated documentation (the "Software") to deal in the
      Data Files or Software without restriction, including without limitation
      the rights to use, copy, modify, merge, publish, distribute, and/or sell
      copies of the Data Files or Software, and to permit persons to whom the
      Data Files or Software are furnished to do so, provided that either (a)
      this copyright and permission notice appear with all copies of the Data
      Files or Software, or (b) this copyright and permission notice appear in
      associated Documentation.

      THE DATA FILES AND SOFTWARE ARE 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 OF
      THIRD PARTY RIGHTS.

      IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
      BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
      OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
      WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
      ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
      FILES OR SOFTWARE.

      Except as contained in this notice, the name of a copyright holder shall
      not be used in advertising or otherwise to promote the sale, use or other
      dealings in these Data Files or Software without prior written
      authorization of the copyright holder.

      SPDX-License-Identifier: Unicode-3.0

      —

      Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
      ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
      ```
    </Accordion>

    <Accordion title="The Unlicense (Unlicense)">
      ```plaintext theme={null}
      # Unlicense

      This is free and unencumbered software released into the public domain.

      Anyone is free to copy, modify, publish, use, compile, sell, or
      distribute this software, either in source code form or as a compiled
      binary, for any purpose, commercial or non-commercial, and by any
      means.

      In jurisdictions that recognize copyright laws, the author or authors
      of this software dedicate any and all copyright interest in the
      software to the public domain. We make this dedication for the benefit
      of the public at large and to the detriment of our heirs and
      successors. We intend this dedication to be an overt act of
      relinquishment in perpetuity of all present and future rights to this
      software under copyright law.

      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 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.

      For more information, please refer to <http://unlicense.org/>
      ```
    </Accordion>

    <Accordion title="zlib License (Zlib)">
      ```plaintext theme={null}
      Copyright (c) <year> <copyright holders>

      This software is provided 'as-is', without any express or implied warranty. In
      no event will the authors be held liable for any damages arising from the use of
      this software.

      Permission is granted to anyone to use this software for any purpose, including
      commercial applications, and to alter it and redistribute it freely, subject to
      the following restrictions:

      1. The origin of this software must not be misrepresented; you must not claim
          that you wrote the original software. If you use this software in a product,
          an acknowledgment in the product documentation would be appreciated but is
          not required.

      2. Altered source versions must be plainly marked as such, and must not be
          misrepresented as being the original software.

      3. This notice may not be removed or altered from any source distribution.
      ```
    </Accordion>
  </div>
</Section>
