chore(license): update license property in package-json to match repository license (#2453)

This commit is contained in:
Meier Lukas
2025-03-01 17:23:00 +01:00
committed by GitHub
parent d9ef1b0470
commit 286cc0fcac
38 changed files with 38 additions and 38 deletions

View File

@@ -2,7 +2,7 @@
"name": "@homarr/tasks",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./src/index.ts"

View File

@@ -2,7 +2,7 @@
"name": "@homarr/websocket",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"main": "./src/main.ts",
"types": "./src/main.ts",

View File

@@ -2,7 +2,7 @@
"name": "@homarr/analytics",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts"

View File

@@ -2,7 +2,7 @@
"name": "@homarr/api",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./src/index.ts",

View File

@@ -2,7 +2,7 @@
"name": "@homarr/auth",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts",

View File

@@ -2,7 +2,7 @@
"name": "@homarr/boards",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
"./context": "./src/context.tsx",

View File

@@ -2,7 +2,7 @@
"name": "@homarr/certificates",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
"./server": "./src/server.ts"

View File

@@ -2,7 +2,7 @@
"name": "@homarr/cli",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts"

View File

@@ -2,7 +2,7 @@
"name": "@homarr/common",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts",

View File

@@ -2,7 +2,7 @@
"name": "@homarr/cron-job-runner",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts"

View File

@@ -2,7 +2,7 @@
"name": "@homarr/cron-job-status",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts",

View File

@@ -2,7 +2,7 @@
"name": "@homarr/cron-jobs-core",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts",

View File

@@ -2,7 +2,7 @@
"name": "@homarr/cron-jobs",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts"

View File

@@ -2,7 +2,7 @@
"name": "@homarr/db",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts",

View File

@@ -2,7 +2,7 @@
"name": "@homarr/definitions",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts"

View File

@@ -2,7 +2,7 @@
"name": "@homarr/docker",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts",

View File

@@ -2,7 +2,7 @@
"name": "@homarr/env",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts",

View File

@@ -2,7 +2,7 @@
"name": "@homarr/form",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts",

View File

@@ -2,7 +2,7 @@
"name": "@homarr/forms-collection",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts"

View File

@@ -2,7 +2,7 @@
"name": "@homarr/icons",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts",

View File

@@ -2,7 +2,7 @@
"name": "@homarr/integrations",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts",

View File

@@ -2,7 +2,7 @@
"name": "@homarr/log",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./src/index.ts",

View File

@@ -2,7 +2,7 @@
"name": "@homarr/modals-collection",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts"

View File

@@ -2,7 +2,7 @@
"name": "@homarr/modals",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts"

View File

@@ -2,7 +2,7 @@
"name": "@homarr/notifications",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts",

View File

@@ -2,7 +2,7 @@
"name": "@homarr/old-import",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts",

View File

@@ -2,7 +2,7 @@
"name": "@homarr/old-schema",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts"

View File

@@ -2,7 +2,7 @@
"name": "@homarr/ping",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts"

View File

@@ -2,7 +2,7 @@
"name": "@homarr/redis",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts"

View File

@@ -2,7 +2,7 @@
"name": "@homarr/request-handler",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
"./*": "./src/*.ts"

View File

@@ -2,7 +2,7 @@
"name": "@homarr/server-settings",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts"

View File

@@ -2,7 +2,7 @@
"name": "@homarr/settings",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts"

View File

@@ -2,7 +2,7 @@
"name": "@homarr/spotlight",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts",

View File

@@ -2,7 +2,7 @@
"name": "@homarr/translation",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts",

View File

@@ -2,7 +2,7 @@
"name": "@homarr/ui",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts",

View File

@@ -2,7 +2,7 @@
"name": "@homarr/validation",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts",

View File

@@ -2,7 +2,7 @@
"name": "@homarr/widgets",
"version": "0.1.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": "./index.ts",

View File

@@ -2,7 +2,7 @@
"name": "@homarr/eslint-config",
"version": "0.2.0",
"private": true,
"license": "MIT",
"license": "Apache-2.0",
"type": "module",
"exports": {
"./base": "./base.js",