Jelajahi Sumber

Merge pull request #15323 from ryantxu/package-license

mark grafana-ui package with Apache license
Torkel Ödegaard 6 tahun lalu
induk
melakukan
db8c74c4c3
2 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 2 2
      packages/grafana-build/package.json
  2. 2 2
      packages/grafana-ui/package.json

+ 2 - 2
packages/grafana-build/package.json

@@ -8,6 +8,6 @@
     "tslint": "echo \"Nothing to do\"",
     "tslint": "echo \"Nothing to do\"",
     "typecheck": "echo \"Nothing to do\""
     "typecheck": "echo \"Nothing to do\""
   },
   },
-  "author": "",
-  "license": "ISC"
+  "author": "Grafana Labs",
+  "license": "Apache-2.0"
 }
 }

+ 2 - 2
packages/grafana-ui/package.json

@@ -8,8 +8,8 @@
     "typecheck": "tsc --noEmit",
     "typecheck": "tsc --noEmit",
     "storybook": "start-storybook -p 9001 -c .storybook -s ../../public"
     "storybook": "start-storybook -p 9001 -c .storybook -s ../../public"
   },
   },
-  "author": "",
-  "license": "ISC",
+  "author": "Grafana Labs",
+  "license": "Apache-2.0",
   "dependencies": {
   "dependencies": {
     "@torkelo/react-select": "2.1.1",
     "@torkelo/react-select": "2.1.1",
     "@types/react-color": "^2.14.0",
     "@types/react-color": "^2.14.0",