Merge pull request #561 from automatisch/chore/add-license-to-package-json-files

chore: Add AGPL-3.0 license to package.json files
This commit is contained in:
Ömer Faruk Aydın
2022-10-07 17:27:21 +03:00
committed by GitHub
6 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
{ {
"name": "@automatisch/root", "name": "@automatisch/root",
"license": "AGPL-3.0",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "lerna run --stream --parallel --scope=@*/{web,backend} dev", "start": "lerna run --stream --parallel --scope=@*/{web,backend} dev",

View File

@@ -1,6 +1,7 @@
{ {
"name": "@automatisch/backend", "name": "@automatisch/backend",
"version": "0.1.0", "version": "0.1.0",
"license": "AGPL-3.0",
"description": "> TODO: description", "description": "> TODO: description",
"scripts": { "scripts": {
"dev": "ts-node-dev src/server.ts", "dev": "ts-node-dev src/server.ts",

View File

@@ -1,6 +1,7 @@
{ {
"name": "@automatisch/cli", "name": "@automatisch/cli",
"version": "0.1.0", "version": "0.1.0",
"license": "AGPL-3.0",
"description": "> TODO: description", "description": "> TODO: description",
"contributors": [ "contributors": [
{ {

View File

@@ -1,6 +1,7 @@
{ {
"name": "@automatisch/docs", "name": "@automatisch/docs",
"version": "0.1.0", "version": "0.1.0",
"license": "AGPL-3.0",
"description": "> TODO: description", "description": "> TODO: description",
"private": true, "private": true,
"scripts": { "scripts": {

View File

@@ -1,6 +1,7 @@
{ {
"name": "@automatisch/types", "name": "@automatisch/types",
"version": "0.1.0", "version": "0.1.0",
"license": "AGPL-3.0",
"description": "Type definitions for automatisch", "description": "Type definitions for automatisch",
"homepage": "https://github.com/automatisch/automatisch", "homepage": "https://github.com/automatisch/automatisch",
"types": "./index.d.ts", "types": "./index.d.ts",

View File

@@ -1,6 +1,7 @@
{ {
"name": "@automatisch/web", "name": "@automatisch/web",
"version": "0.1.0", "version": "0.1.0",
"license": "AGPL-3.0",
"description": "> TODO: description", "description": "> TODO: description",
"dependencies": { "dependencies": {
"@apollo/client": "^3.6.9", "@apollo/client": "^3.6.9",