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 #7046

Merged
merged 9 commits into from Feb 12, 2024
Merged

Change license to AGPLv3 #7046

merged 9 commits into from Feb 12, 2024

Conversation

alextran1502
Copy link
Contributor

@alextran1502 alextran1502 commented Feb 12, 2024

REF: #7023

This PR changes the license of the Immich repo from MIT to GNU AFFERO GENERAL PUBLIC LICENSE Version 3 or AGPLv3.

image

Important

Version 1.94.1 (d7437d3) and prior are still under MIT.

Version 1.95.0 (dca1bd2) and onward will be under AGPLv3.

There will be no CLA enforced

Copy link

cloudflare-pages bot commented Feb 12, 2024

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 338366e
Status:⚡️  Build in progress...

View logs

@adamantike
Copy link
Contributor

adamantike commented Feb 12, 2024

There are more mentions to the MIT license, in case we want to replace them on this PR:

$ rg --glob '!**/LICENSE' -w MIT
README_tr_TR.md
3:  <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-green.svg?color=3F51B5&style=for-the-badge&label=License&logoColor=000000&labelColor=ececec" alt="License: MIT"></a>

README_es_ES.md
3:  <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-green.svg?color=3F51B5&style=for-the-badge&label=License&logoColor=000000&labelColor=ececec" alt="Licencia: MIT"></a>

README_ru_RU.md
3:  <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-green.svg?color=3F51B5&style=for-the-badge&label=License&logoColor=000000&labelColor=ececec" alt="License: MIT"></a>

README_ca_ES.md
3:  <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-green.svg?color=3F51B5&style=for-the-badge&label=Llicència&logoColor=000000&labelColor=ececec" alt="Llicència: MIT"></a>

open-api/typescript-sdk/package-lock.json
10:      "license": "MIT",

open-api/typescript-sdk/package.json
21:  "license": "MIT",

web/package-lock.json
67:      "license": "MIT",

README_nl_NL.md
3:  <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-green.svg?color=3F51B5&style=for-the-badge&label=License&logoColor=000000&labelColor=ececec" alt="License: MIT"></a>

README.md
3:  <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-green.svg?color=3F51B5&style=for-the-badge&label=License&logoColor=000000&labelColor=ececec" alt="License: MIT"></a>

README_ja_JP.md
3:  <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-green.svg?color=3F51B5&style=for-the-badge&label=License&logoColor=000000&labelColor=ececec" alt="License: MIT"></a>

README_de_DE.md
3:  <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-green.svg?color=3F51B5&style=for-the-badge&label=License&logoColor=000000&labelColor=ececec" alt="Lizenz: MIT"></a>

README_it_IT.md
3:  <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-green.svg?color=3F51B5&style=for-the-badge&label=License&logoColor=000000&labelColor=ececec" alt="License: MIT"></a>

README_fr_FR.md
3:  <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-green.svg?color=3F51B5&style=for-the-badge&label=License&logoColor=000000&labelColor=ececec" alt="License: MIT"></a>

cli/package-lock.json
10:      "license": "MIT",
47:      "license": "MIT",

docs/src/pages/index.tsx
74:        <p>This project is available under MIT license.</p>

README_ko_KR.md
3:  <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-green.svg?color=3F51B5&style=for-the-badge&label=License&logoColor=000000&labelColor=ececec" alt="License: MIT"></a>

README_zh_CN.md
3:  <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-green.svg?color=3F51B5&style=for-the-badge&label=License&logoColor=000000&labelColor=ececec" alt="License: MIT"></a>

cli/package.json
10:  "license": "MIT",

docs/docusaurus.config.js
164:        copyright: `Immich is available as open source under the terms of the MIT License.`,

@alextran1502
Copy link
Contributor Author

@adamantike Good catch, thank you!

LICENSE-MIT Outdated
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: add a new line

Copy link
Contributor

@etnoy etnoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

LICENSE Outdated Show resolved Hide resolved
cli/LICENSE Outdated Show resolved Hide resolved
LICENSE-MIT Outdated Show resolved Hide resolved
alextran1502 and others added 3 commits February 12, 2024 09:15
Co-authored-by: bo0tzz <git@bo0tzz.me>
Co-authored-by: bo0tzz <git@bo0tzz.me>
@alextran1502 alextran1502 enabled auto-merge (squash) February 12, 2024 15:31
@alextran1502 alextran1502 merged commit dca1bd2 into main Feb 12, 2024
26 of 27 checks passed
@alextran1502 alextran1502 deleted the agplv3 branch February 12, 2024 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet