Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change license to AGPLv3 #12663

Merged
merged 3 commits into from
Dec 12, 2023
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
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Unless mentioned otherwise in a specific file's header, all code in this
project is released under the Apache 2.0 license.
project is released under AGPLv3.

The list of authors and contributors can be retrieved from the git
commit history and in some cases, the file headers.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ When contributing, you must adhere to the Code of Conduct, which is available at

## License and copyright

By default, any contribution to this project is made under the Apache
2.0 license.
By default, any contribution to this project is made under AGPLv3.

The author of a change remains the copyright holder of their code
(no copyright assignment).
All contributors must sign the [Canonical contributor license agreement](https://ubuntu.com/legal/contributors), which gives Canonical permission to use the contributions. The author of a change remains the copyright holder of their code (no copyright assignment).

All contributions made by Canonical are AGPLv3. Others may be under the Apache 2.0 license.

## Pull requests

Expand Down
863 changes: 661 additions & 202 deletions COPYING

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions doc/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ AAAA
ABI
ACL
ACLs
AGPLv
AIO
allocator
AMD
Expand Down
2 changes: 1 addition & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ LXD (<a href="#" title="Listen" onclick="document.getElementById('player').play(

## Project and community

LXD is free software and developed under the [Apache 2 license](https://www.apache.org/licenses/LICENSE-2.0).
LXD is free software and released under [AGPLv3](https://www.gnu.org/licenses/agpl-3.0.en.html).
It’s an open source project that warmly welcomes community projects, contributions, suggestions, fixes and constructive feedback.

The LXD project is sponsored by [Canonical Ltd](https://www.canonical.com).
Expand Down
4 changes: 2 additions & 2 deletions doc/rest-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6217,8 +6217,8 @@ info:
certificates with a macaroon based (candid) authentication method also
supported.
license:
name: Apache-2.0
url: https://www.apache.org/licenses/LICENSE-2.0
name: AGPLv3
url: https://www.gnu.org/licenses/agpl-3.0.en.html
title: LXD external REST API
version: "1.0"
paths:
Expand Down
2 changes: 1 addition & 1 deletion lxd/swagger.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// supported.
//
// Version: 1.0
// License: Apache-2.0 https://www.apache.org/licenses/LICENSE-2.0
// License: AGPLv3 https://www.gnu.org/licenses/agpl-3.0.en.html
// Contact: LXD upstream <[email protected]> https://github.com/canonical/lxd
//
// swagger:meta
Expand Down
Loading