Change license to AGPLv3 (#7046)

* Change license to AGPLv3

* Readme and documentation

* Package.json

* More replacement

* Added License MIT for previous code

* NIT

* Update LICENSE

Co-authored-by: bo0tzz <git@bo0tzz.me>

* Update cli/LICENSE

Co-authored-by: bo0tzz <git@bo0tzz.me>

* remote mit

---------

Co-authored-by: bo0tzz <git@bo0tzz.me>
This commit is contained in:
Alex
2024-02-12 09:31:59 -06:00
committed by GitHub
parent d7437d31d1
commit dca1bd22df
24 changed files with 1259 additions and 61 deletions
+6 -8
View File
@@ -1,13 +1,13 @@
{
"name": "@immich/cli",
"version": "2.0.7",
"version": "2.0.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@immich/cli",
"version": "2.0.7",
"license": "MIT",
"version": "2.0.8",
"license": "GNU Affero General Public License version 3",
"bin": {
"immich": "dist/index.js"
},
@@ -63,10 +63,10 @@
"name": "immich",
"version": "1.94.1",
"dev": true,
"license": "UNLICENSED",
"license": "GNU Affero General Public License version 3",
"dependencies": {
"@babel/runtime": "^7.22.11",
"@immich/cli": "^2.0.3",
"@immich/cli": "^2.0.7",
"@nestjs/bullmq": "^10.0.1",
"@nestjs/common": "^10.2.2",
"@nestjs/config": "^3.0.0",
@@ -81,7 +81,6 @@
"@types/picomatch": "^2.3.3",
"archiver": "^6.0.0",
"async-lock": "^1.4.0",
"axios": "^1.5.0",
"bcrypt": "^5.1.1",
"bullmq": "^4.8.0",
"chokidar": "^3.5.3",
@@ -7778,7 +7777,7 @@
"version": "file:../server",
"requires": {
"@babel/runtime": "^7.22.11",
"@immich/cli": "^2.0.3",
"@immich/cli": "^2.0.7",
"@nestjs/bullmq": "^10.0.1",
"@nestjs/cli": "^10.1.16",
"@nestjs/common": "^10.2.2",
@@ -7815,7 +7814,6 @@
"@typescript-eslint/parser": "^6.4.1",
"archiver": "^6.0.0",
"async-lock": "^1.4.0",
"axios": "^1.5.0",
"bcrypt": "^5.1.1",
"bullmq": "^4.8.0",
"chokidar": "^3.5.3",