Lachesis
Copyright (C) 2026 Riyan Dhiman

This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at your
option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License
for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

--------------------------------------------------------------------------
Third-party components redistributed with this software
--------------------------------------------------------------------------

TypeScript
Copyright (c) Microsoft Corporation.
Licensed under the Apache License, Version 2.0.

The TypeScript frontend is backed by the TypeScript compiler API, so a copy of
the compiler is included in the built distribution at
lachesis/frontends/typescript/vendor/typescript, which is what lets an installed
package analyse TypeScript without a separate `npm install`. Only the compiler
API (lib/typescript.js) and the default library declaration files (lib/lib.*.d.ts)
are included; the tsc and tsserver executables and the localized diagnostic
catalogues are not.

The Apache 2.0 license text as shipped by that project is retained alongside it
at lachesis/frontends/typescript/vendor/typescript/LICENSE.txt, together with its
own third-party notices in ThirdPartyNoticeText.txt.

The pinned version and the script that fetches it are in
tools/vendor_typescript.py. Upstream: https://github.com/microsoft/TypeScript
