[PR #4285] [MERGED] License Change to AGPLv3 #22901

Open
opened 2026-08-05 06:06:32 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/4285
Author: @braginini
Created: 8/5/2025
Status: Merged
Merged: 8/5/2025
Merged by: @braginini

Base: mainHead: misc/license-change


📝 Commits (4)

  • 5aa211b Add a note about AGPLv3 in teh subfolders to the mai nlicense
  • 83eed08 Add separate licenses to relay, management, and signal
  • f8f7038 Add LICENSE note in the README file
  • 70f7fa4 Add LICENSES folder for machine processing

📊 Changes

8 files changed (+2671 additions, -1 deletions)

View changed files

📝 LICENSE (+3 -0)
LICENSES/AGPL-3.0.txt (+661 -0)
LICENSES/BSD-3-Clause.txt (+13 -0)
LICENSES/REUSE.toml (+6 -0)
📝 README.md (+5 -1)
management/LICENSE (+661 -0)
relay/LICENSE (+661 -0)
signal/LICENSE (+661 -0)

📄 Description

Describe your changes

Dual license: apply AGPL‑3.0 to management/, signal/, and relay directories (BSD‑3 remains for the rest).

Stack

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

By submitting this pull request, you confirm that you have read and agree to the terms of the Contributor License Agreement.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/4285 **Author:** [@braginini](https://github.com/braginini) **Created:** 8/5/2025 **Status:** ✅ Merged **Merged:** 8/5/2025 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `misc/license-change` --- ### 📝 Commits (4) - [`5aa211b`](https://github.com/netbirdio/netbird/commit/5aa211bf94ece83ea5bb5275ea370abb360ec773) Add a note about AGPLv3 in teh subfolders to the mai nlicense - [`83eed08`](https://github.com/netbirdio/netbird/commit/83eed080d02b702a85373016ed3973af02ab0a47) Add separate licenses to relay, management, and signal - [`f8f7038`](https://github.com/netbirdio/netbird/commit/f8f7038a72190c9131e03b0426b26e03253ba55a) Add LICENSE note in the README file - [`70f7fa4`](https://github.com/netbirdio/netbird/commit/70f7fa49bf5265a77a6ab6c4e3ed7347dbc603a1) Add LICENSES folder for machine processing ### 📊 Changes **8 files changed** (+2671 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `LICENSE` (+3 -0) ➕ `LICENSES/AGPL-3.0.txt` (+661 -0) ➕ `LICENSES/BSD-3-Clause.txt` (+13 -0) ➕ `LICENSES/REUSE.toml` (+6 -0) 📝 `README.md` (+5 -1) ➕ `management/LICENSE` (+661 -0) ➕ `relay/LICENSE` (+661 -0) ➕ `signal/LICENSE` (+661 -0) </details> ### 📄 Description ## Describe your changes Dual license: apply AGPL‑3.0 to management/, signal/, and relay directories (BSD‑3 remains for the rest). ## Issue ticket number and link ## Stack <!-- branch-stack --> ### Checklist - [ ] Is it a bug fix - [x] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [x] Extended the README / documentation, if necessary > By submitting this pull request, you confirm that you have read and agree to the terms of the [Contributor License Agreement](https://github.com/netbirdio/netbird/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.md). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 06:06:32 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#22901