MBARI Source Code Repository and Licensing Guidelines
This site details out the guidelines for MBARI's software repositories and licensing.
Software Repositories
MBARI is consolidating it's software repositories to GitHub.
- GitHub Organization and Responsibilities
- Information on Our Non Profit Status
- GitHub Recommendations
- Architecture
- GitHub Organization Level README Template
Repository Stats as of January 15, 2026: CSV,JSON,Excel
Licensing
Resources
Templates
License Templates
- LICENSE-Apache-2.0 - Apache License 2.0 template (recommended default)
- LICENSE-MIT - MIT License template (for simple utilities)
- LICENSE-BSD-3-Clause - BSD 3-Clause License template
GitHub Templates
- README-template.md - Project README template with license section
- CONTRIBUTING.md - Contributing guidelines template
- ORGANIZATION-PROFILE-README.md - GitHub organization profile page
Tools
- init-license.sh - Interactive script to set up licensing for a new repository. Download to a Git repo you are working on locally and make it executable. Then run it.