Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 2.15 KB

File metadata and controls

42 lines (23 loc) · 2.15 KB

Third-Party Notices

Bifrost is licensed under the Apache License, Version 2.0. This file lists third-party components with license terms beyond the common MIT/BSD/Apache-2.0 permissive set — specifically, code carrying Mozilla Public License 2.0 (MPL-2.0) terms — along with third-party source code embedded directly in this repository. All components below are used unmodified and combined as a "Larger Work" per MPL-2.0 Section 3.3; no Bifrost source files are themselves MPL-licensed.

This file does not enumerate the full dependency tree (see go.sum / package-lock.json in each module for that) — only the entries that need attribution beyond what those permissive licenses require.

Embedded source code

framework/migrator/migrator.go

Portions of this file are derived from go-gormigrate/gormigrate.

MIT License
Copyright (c) 2016 Andrey Nering

Full license text is preserved in the file's header comment.

MPL-2.0 components — Go (compiled into the binary)

github.com/cyphar/filepath-securejoin

Dual-licensed: most files are BSD-3-Clause; a subset of files (see the package's own COPYING.md) are MPL-2.0. Used unmodified as an upstream dependency. Source: https://github.com/cyphar/filepath-securejoin

github.com/hashicorp/go-version

Licensed under MPL-2.0. Copyright IBM Corp. Used unmodified as an upstream dependency. Source: https://github.com/hashicorp/go-version

MPL-2.0 / dual-licensed components — npm (build tooling only, not shipped)

lightningcss

Licensed under MPL-2.0. Pulled in transitively via vite/tailwindcss as a build-time devDependency — it runs during the UI build and is never bundled into the built output shipped to end users. Source: https://github.com/parcel-bundler/lightningcss

dompurify

Dual-licensed MPL-2.0 OR Apache-2.0. Bifrost elects the Apache-2.0 option; no MPL-2.0 obligations apply to Bifrost's use of this package. Source: https://github.com/cure53/DOMPurify


This file covers MPL-2.0 attribution only. It is not a complete open-source license inventory and is not a substitute for legal review.