Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and versions are tracked in the repo-root `VERSION` file.

### Changed

- Moved the README license notice out of the opening project summary.
- Relicensed Banyan Labs prospectively from MIT to AGPL-3.0-or-later.

### Added
Expand Down
28 changes: 8 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,6 @@

Banyan Labs is a realistic infrastructure and platform engineering lab.

## License

Copyright (C) 2019-2026 Ramesh Padmanabhaiah

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

Banyan Labs 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 Banyan Labs. If not, see <https://www.gnu.org/licenses/>.

Versions before this relicensing change remain available under the MIT License
as originally published. New versions are licensed under AGPL-3.0-or-later.

The purpose is to build deep DevOps, SRE, and platform engineering knowledge by
assembling real services and infrastructure tools into a meaningful environment.
Certifications can introduce AWS, GCP, Azure, Kubernetes, Terraform, CI/CD,
Expand Down Expand Up @@ -138,3 +118,11 @@ Banyan Labs follows Base's issue-first GitHub workflow:

See [CONTRIBUTING.md](CONTRIBUTING.md) and
[docs/github-workflow.md](docs/github-workflow.md) for the full workflow.

## License

Banyan Labs is licensed under AGPL-3.0-or-later.

Versions before the AGPL relicensing change remain available under the MIT
License as originally published. See [LICENSE](LICENSE) for the current license
terms.
Loading