# Third-Party Licenses
SAME uses the following open-source dependencies:
## Go Standard Library
**License:** BSD 3-Clause
**Copyright:** The Go Authors
https://go.dev/LICENSE
## Direct Dependencies
### github.com/BurntSushi/toml
**License:** MIT
**Copyright:** (c) 2013 TOML authors
https://github.com/BurntSushi/toml/blob/master/COPYING
### github.com/adrg/frontmatter
**License:** MIT
**Copyright:** (c) 2020 Adrian-George Bostan
https://github.com/adrg/frontmatter/blob/master/LICENSE
### github.com/asg017/sqlite-vec-go-bindings
**License:** MIT
**Copyright:** (c) 2024 Alex Garcia
https://github.com/asg017/sqlite-vec/blob/main/LICENSE
### github.com/fsnotify/fsnotify
**License:** BSD 3-Clause
**Copyright:** (c) The fsnotify Authors
https://github.com/fsnotify/fsnotify/blob/main/LICENSE
### github.com/mattn/go-sqlite3
**License:** MIT
**Copyright:** (c) 2014 Yasuhiro Matsumoto
https://github.com/mattn/go-sqlite3/blob/master/LICENSE
### github.com/mdombrov-33/go-promptguard
**License:** MIT
**Copyright:** (c) 2024 mdombrov-33
https://github.com/mdombrov-33/go-promptguard/blob/main/LICENSE
### github.com/modelcontextprotocol/go-sdk
**License:** MIT
**Copyright:** (c) 2024 Anthropic
https://github.com/modelcontextprotocol/go-sdk/blob/main/LICENSE
### github.com/spf13/cobra
**License:** Apache 2.0
**Copyright:** (c) 2013 Steve Francia
https://github.com/spf13/cobra/blob/main/LICENSE.txt
## Indirect Dependencies
### github.com/spf13/pflag
**License:** BSD 3-Clause
https://github.com/spf13/pflag/blob/master/LICENSE
### github.com/inconshreveable/mousetrap
**License:** Apache 2.0
https://github.com/inconshreveable/mousetrap/blob/master/LICENSE
### gopkg.in/yaml.v2
**License:** Apache 2.0
https://github.com/go-yaml/yaml/blob/v2/LICENSE
### golang.org/x/sys
**License:** BSD 3-Clause
https://pkg.go.dev/golang.org/x/sys?tab=licenses
### golang.org/x/oauth2
**License:** BSD 3-Clause
https://pkg.go.dev/golang.org/x/oauth2?tab=licenses
## SQLite
**License:** Public Domain
SQLite is in the public domain and does not require a license.
https://www.sqlite.org/copyright.html
## Embedding Models
### nomic-embed-text (default, via Ollama)
**License:** Apache 2.0
https://huggingface.co/nomic-ai/nomic-embed-text-v1
### OpenAI text-embedding-3-small (optional)
Subject to OpenAI Terms of Service
https://openai.com/policies/terms-of-use
---
All licenses permit commercial use, modification, and distribution. SAME is licensed under BSL 1.1, which is more restrictive than these dependencies.