Skip to content

Commit a614f36

Browse files
authored
Adding MIT License to Debian Package (#252)
1 parent cc59d5d commit a614f36

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

WebUI/build/build-config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@
150150
"artifactName": "${productName}-${version}.${ext}",
151151
"category": "Utility",
152152
"synopsis": "AI inference desktop app for Intel GPUs",
153+
"vendor": "Intel Corporation",
154+
"maintainer": "Intel Corporation <webadmin@linux.intel.com>",
153155
"executableArgs": ["--no-sandbox"],
154156
"desktop": {
155157
"entry": {

WebUI/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
"name": "ai-playground",
33
"private": true,
44
"version": "3.1.2-beta",
5+
"license": "MIT",
56
"homepage": "https://github.com/intel/AI-Playground",
67
"author": {
7-
"name": "TODO",
8-
"email": "TODO"
8+
"name": "Intel Corporation",
9+
"email": "webadmin@linux.intel.com"
910
},
1011
"scripts": {
1112
"ensure-electron": "node ./build/scripts/ensure-electron.mjs",

0 commit comments

Comments
 (0)