diff --git a/browser-app/package.json b/browser-app/package.json index e3dca4b..f059f84 100644 --- a/browser-app/package.json +++ b/browser-app/package.json @@ -1,3 +1,15 @@ +#------------------------------------------------------------------------------- +# Copyright (C) 2021-2022 Wellness TechGroup +# +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# onelifedesigning - initial API and implementation +#------------------------------------------------------------------------------- { "private": true, "name": "browser-app", @@ -28,4 +40,4 @@ "theia": { "target": "browser" } -} \ No newline at end of file +} diff --git a/deployment-widget/meta.yaml b/deployment-widget/meta.yaml index 778d58f..aeef7df 100644 --- a/deployment-widget/meta.yaml +++ b/deployment-widget/meta.yaml @@ -1,3 +1,16 @@ +#******************************************************************************* +# Copyright (C) 2021-2022 Wellness TechGroup +# +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# onelifedesigning - initial API and implementation +#******************************************************************************* + apiVersion: v2 publisher: Wellness Tech Group name: smartclide-deployment-extension diff --git a/deployment-widget/package.json b/deployment-widget/package.json index 2d0cb27..f864f05 100644 --- a/deployment-widget/package.json +++ b/deployment-widget/package.json @@ -1,3 +1,15 @@ +#------------------------------------------------------------------------------- +# Copyright (C) 2021-2022 Wellness TechGroup +# +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# onelifedesigning - initial API and implementation +#------------------------------------------------------------------------------- { "name": "smartclide-deployment-widget", "version": "0.0.1", @@ -39,4 +51,4 @@ "backend": "lib/node/backend-module" } ] -} \ No newline at end of file +} diff --git a/deployment-widget/src/browser/app/componets/Button/index.tsx b/deployment-widget/src/browser/app/componets/Button/index.tsx index e454163..8944d97 100644 --- a/deployment-widget/src/browser/app/componets/Button/index.tsx +++ b/deployment-widget/src/browser/app/componets/Button/index.tsx @@ -1,3 +1,15 @@ +/******************************************************************************* + * Copyright (C) 2021-2022 Wellness TechGroup + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * onelifedesigning - initial API and implementation + ******************************************************************************/ import React from 'react'; interface ButtonProps { diff --git a/deployment-widget/src/browser/app/componets/Card/Price/index.tsx b/deployment-widget/src/browser/app/componets/Card/Price/index.tsx index 836956b..7302681 100644 --- a/deployment-widget/src/browser/app/componets/Card/Price/index.tsx +++ b/deployment-widget/src/browser/app/componets/Card/Price/index.tsx @@ -1,3 +1,15 @@ +/******************************************************************************* + * Copyright (C) 2021-2022 Wellness TechGroup + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * onelifedesigning - initial API and implementation + ******************************************************************************/ import React from 'react'; import { CostMetrics } from '../../../../../common/ifaces'; diff --git a/deployment-widget/src/browser/app/componets/ChartSynchronizedArea/index.tsx b/deployment-widget/src/browser/app/componets/ChartSynchronizedArea/index.tsx index fda5dd3..6cc82ee 100644 --- a/deployment-widget/src/browser/app/componets/ChartSynchronizedArea/index.tsx +++ b/deployment-widget/src/browser/app/componets/ChartSynchronizedArea/index.tsx @@ -1,3 +1,15 @@ +/******************************************************************************* + * Copyright (C) 2021-2022 Wellness TechGroup + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * onelifedesigning - initial API and implementation + ******************************************************************************/ import React from 'react'; import { AreaChart, diff --git a/deployment-widget/src/browser/app/componets/Navigation/index.tsx b/deployment-widget/src/browser/app/componets/Navigation/index.tsx index 9a49b96..ca640fa 100644 --- a/deployment-widget/src/browser/app/componets/Navigation/index.tsx +++ b/deployment-widget/src/browser/app/componets/Navigation/index.tsx @@ -1,3 +1,15 @@ +/******************************************************************************* + * Copyright (C) 2021-2022 Wellness TechGroup + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * onelifedesigning - initial API and implementation + ******************************************************************************/ import React from 'react'; import Button from '../Button'; diff --git a/deployment-widget/src/browser/app/componets/Pagination/index.tsx b/deployment-widget/src/browser/app/componets/Pagination/index.tsx index a1938d8..23444df 100644 --- a/deployment-widget/src/browser/app/componets/Pagination/index.tsx +++ b/deployment-widget/src/browser/app/componets/Pagination/index.tsx @@ -1,3 +1,15 @@ +/******************************************************************************* + * Copyright (C) 2021-2022 Wellness TechGroup + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * onelifedesigning - initial API and implementation + ******************************************************************************/ import React, { useState, useEffect } from 'react'; import Button from '../Button'; diff --git a/deployment-widget/src/browser/app/componets/Spinner/index.tsx b/deployment-widget/src/browser/app/componets/Spinner/index.tsx index 3f1f30c..33b0417 100644 --- a/deployment-widget/src/browser/app/componets/Spinner/index.tsx +++ b/deployment-widget/src/browser/app/componets/Spinner/index.tsx @@ -1,3 +1,15 @@ +/******************************************************************************* + * Copyright (C) 2021-2022 Wellness TechGroup + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * onelifedesigning - initial API and implementation + ******************************************************************************/ import React from 'react'; interface SpinnerProps { diff --git a/deployment-widget/src/browser/app/componets/Table/TableWidhtAction/index.tsx b/deployment-widget/src/browser/app/componets/Table/TableWidhtAction/index.tsx index 8cc3fe6..f5fd9fe 100644 --- a/deployment-widget/src/browser/app/componets/Table/TableWidhtAction/index.tsx +++ b/deployment-widget/src/browser/app/componets/Table/TableWidhtAction/index.tsx @@ -1,3 +1,15 @@ +/******************************************************************************* + * Copyright (C) 2021-2022 Wellness TechGroup + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * onelifedesigning - initial API and implementation + ******************************************************************************/ import React from 'react'; import Button from '../../Button'; diff --git a/deployment-widget/src/browser/app/contexts/BackendContext.tsx b/deployment-widget/src/browser/app/contexts/BackendContext.tsx index a791551..c7927ff 100644 --- a/deployment-widget/src/browser/app/contexts/BackendContext.tsx +++ b/deployment-widget/src/browser/app/contexts/BackendContext.tsx @@ -1,3 +1,15 @@ +/******************************************************************************* + * Copyright (C) 2021-2022 Wellness TechGroup + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * onelifedesigning - initial API and implementation + ******************************************************************************/ import React, { useState, createContext, useContext } from 'react'; interface BackendContextInterface { backendService?: any; diff --git a/deployment-widget/src/browser/app/domain/Dashboard.tsx b/deployment-widget/src/browser/app/domain/Dashboard.tsx index 74ad7be..9cf62f1 100644 --- a/deployment-widget/src/browser/app/domain/Dashboard.tsx +++ b/deployment-widget/src/browser/app/domain/Dashboard.tsx @@ -1,3 +1,15 @@ +/******************************************************************************* + * Copyright (C) 2021-2022 Wellness TechGroup + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * onelifedesigning - initial API and implementation + ******************************************************************************/ import React, { useState, useEffect } from 'react'; import { useBackendContext } from '../contexts/BackendContext'; diff --git a/deployment-widget/src/browser/app/domain/Monitoring.tsx b/deployment-widget/src/browser/app/domain/Monitoring.tsx index ed8d502..67dc586 100644 --- a/deployment-widget/src/browser/app/domain/Monitoring.tsx +++ b/deployment-widget/src/browser/app/domain/Monitoring.tsx @@ -1,3 +1,15 @@ +/******************************************************************************* + * Copyright (C) 2021-2022 Wellness TechGroup + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * onelifedesigning - initial API and implementation + ******************************************************************************/ import React, { useState, useEffect } from 'react'; import Spinner from '../componets/Spinner'; diff --git a/deployment-widget/src/browser/app/index.tsx b/deployment-widget/src/browser/app/index.tsx index 9101d92..d866a4e 100644 --- a/deployment-widget/src/browser/app/index.tsx +++ b/deployment-widget/src/browser/app/index.tsx @@ -1,3 +1,15 @@ +/******************************************************************************* + * Copyright (C) 2021-2022 Wellness TechGroup + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * onelifedesigning - initial API and implementation + ******************************************************************************/ import React, { useState, useEffect } from 'react'; import Dashboard from './domain/Dashboard'; diff --git a/deployment-widget/src/browser/app/style/button/index.css b/deployment-widget/src/browser/app/style/button/index.css index 775b7c0..67fd158 100644 --- a/deployment-widget/src/browser/app/style/button/index.css +++ b/deployment-widget/src/browser/app/style/button/index.css @@ -1,3 +1,15 @@ +#------------------------------------------------------------------------------- +# Copyright (C) 2021-2022 Wellness TechGroup +# +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# onelifedesigning - initial API and implementation +#------------------------------------------------------------------------------- #SmartCLIDE-Widget-Bar .btn, #SmartCLIDE-Widget-App .btn { display: inline-block; diff --git a/deployment-widget/src/browser/app/style/card/index.css b/deployment-widget/src/browser/app/style/card/index.css index 0f372cc..3601f71 100644 --- a/deployment-widget/src/browser/app/style/card/index.css +++ b/deployment-widget/src/browser/app/style/card/index.css @@ -1,3 +1,15 @@ +#------------------------------------------------------------------------------- +# Copyright (C) 2021-2022 Wellness TechGroup +# +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# onelifedesigning - initial API and implementation +#------------------------------------------------------------------------------- #Price { box-sizing: border-box; max-width: 50%; diff --git a/deployment-widget/src/browser/app/style/index.css b/deployment-widget/src/browser/app/style/index.css index 5e0c1ff..d9a2cfa 100644 --- a/deployment-widget/src/browser/app/style/index.css +++ b/deployment-widget/src/browser/app/style/index.css @@ -1,3 +1,15 @@ +#------------------------------------------------------------------------------- +# Copyright (C) 2021-2022 Wellness TechGroup +# +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# onelifedesigning - initial API and implementation +#------------------------------------------------------------------------------- #SmartCLIDE-Widget-App { padding: 50px; } diff --git a/deployment-widget/src/browser/app/style/nav/index.css b/deployment-widget/src/browser/app/style/nav/index.css index 486603e..4d92681 100644 --- a/deployment-widget/src/browser/app/style/nav/index.css +++ b/deployment-widget/src/browser/app/style/nav/index.css @@ -1,3 +1,15 @@ +#------------------------------------------------------------------------------- +# Copyright (C) 2021-2022 Wellness TechGroup +# +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# onelifedesigning - initial API and implementation +#------------------------------------------------------------------------------- #SmartCLIDE-Widget-App .Navigation--flex { display: flex; justify-content: space-between; diff --git a/deployment-widget/src/browser/app/style/select/index.css b/deployment-widget/src/browser/app/style/select/index.css index 1bdc99f..7f0242b 100644 --- a/deployment-widget/src/browser/app/style/select/index.css +++ b/deployment-widget/src/browser/app/style/select/index.css @@ -1,3 +1,15 @@ +#------------------------------------------------------------------------------- +# Copyright (C) 2021-2022 Wellness TechGroup +# +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# onelifedesigning - initial API and implementation +#------------------------------------------------------------------------------- #SmartCLIDE-Widget-App .pagination .select { position: relative; min-width: 80px; diff --git a/deployment-widget/src/browser/app/style/spinner/index.css b/deployment-widget/src/browser/app/style/spinner/index.css index 71328e4..bf2212b 100644 --- a/deployment-widget/src/browser/app/style/spinner/index.css +++ b/deployment-widget/src/browser/app/style/spinner/index.css @@ -1,3 +1,15 @@ +#------------------------------------------------------------------------------- +# Copyright (C) 2021-2022 Wellness TechGroup +# +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# onelifedesigning - initial API and implementation +#------------------------------------------------------------------------------- #Spinner { width: 80px; height: 80px; diff --git a/deployment-widget/src/browser/app/style/table/index.css b/deployment-widget/src/browser/app/style/table/index.css index e5f9eac..f02b701 100644 --- a/deployment-widget/src/browser/app/style/table/index.css +++ b/deployment-widget/src/browser/app/style/table/index.css @@ -1,3 +1,15 @@ +#------------------------------------------------------------------------------- +# Copyright (C) 2021-2022 Wellness TechGroup +# +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# onelifedesigning - initial API and implementation +#------------------------------------------------------------------------------- .table, .deployment-table { max-width: 900px; diff --git a/deployment-widget/src/browser/widget-contribution.ts b/deployment-widget/src/browser/widget-contribution.ts index dfbc05b..87b2348 100644 --- a/deployment-widget/src/browser/widget-contribution.ts +++ b/deployment-widget/src/browser/widget-contribution.ts @@ -1,3 +1,15 @@ +/******************************************************************************* + * Copyright (C) 2021-2022 Wellness TechGroup + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * onelifedesigning - initial API and implementation + ******************************************************************************/ import { injectable, inject } from '@theia/core/shared/inversify'; import { MenuModelRegistry } from '@theia/core'; import { SmartCLIDEDeploymentWidget } from './widget-widget'; diff --git a/deployment-widget/src/browser/widget-frontend-module.ts b/deployment-widget/src/browser/widget-frontend-module.ts index 2e39e8b..18fbe85 100644 --- a/deployment-widget/src/browser/widget-frontend-module.ts +++ b/deployment-widget/src/browser/widget-frontend-module.ts @@ -1,3 +1,15 @@ +/******************************************************************************* + * Copyright (C) 2021-2022 Wellness TechGroup + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * onelifedesigning - initial API and implementation + ******************************************************************************/ import { ContainerModule } from '@theia/core/shared/inversify'; import { SmartCLIDEDeploymentWidget } from './widget-widget'; import { SmartCLIDEDeploymentWidgetContribution } from './widget-contribution'; diff --git a/deployment-widget/src/browser/widget-widget.tsx b/deployment-widget/src/browser/widget-widget.tsx index f9f0872..ce05eb3 100644 --- a/deployment-widget/src/browser/widget-widget.tsx +++ b/deployment-widget/src/browser/widget-widget.tsx @@ -1,3 +1,15 @@ +/******************************************************************************* + * Copyright (C) 2021-2022 Wellness TechGroup + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * onelifedesigning - initial API and implementation + ******************************************************************************/ import React from 'react'; import { diff --git a/deployment-widget/src/common/fetchMethods.ts b/deployment-widget/src/common/fetchMethods.ts index 9b644b4..3d8fac8 100644 --- a/deployment-widget/src/common/fetchMethods.ts +++ b/deployment-widget/src/common/fetchMethods.ts @@ -1,3 +1,15 @@ +/******************************************************************************* + * Copyright (C) 2021-2022 Wellness TechGroup + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * onelifedesigning - initial API and implementation + ******************************************************************************/ import { DeploymentResponseData, ResponseData, diff --git a/deployment-widget/src/common/ifaces.ts b/deployment-widget/src/common/ifaces.ts index 382c59a..5087424 100644 --- a/deployment-widget/src/common/ifaces.ts +++ b/deployment-widget/src/common/ifaces.ts @@ -1,3 +1,15 @@ +/******************************************************************************* + * Copyright (C) 2021-2022 Wellness TechGroup + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * onelifedesigning - initial API and implementation + ******************************************************************************/ export interface Settings { deployUrl: string; user: string; diff --git a/deployment-widget/src/common/protocol.ts b/deployment-widget/src/common/protocol.ts index 3d680e7..702c9e4 100644 --- a/deployment-widget/src/common/protocol.ts +++ b/deployment-widget/src/common/protocol.ts @@ -1,3 +1,15 @@ +/******************************************************************************* + * Copyright (C) 2021-2022 Wellness TechGroup + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * onelifedesigning - initial API and implementation + ******************************************************************************/ import { JsonRpcServer } from '@theia/core/lib/common/messaging'; export const SmartCLIDEBackendService = Symbol('SmartCLIDEBackendService'); diff --git a/deployment-widget/src/node/backend-module.ts b/deployment-widget/src/node/backend-module.ts index 71ae99a..7259e71 100644 --- a/deployment-widget/src/node/backend-module.ts +++ b/deployment-widget/src/node/backend-module.ts @@ -1,3 +1,15 @@ +/******************************************************************************* + * Copyright (C) 2021-2022 Wellness TechGroup + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * onelifedesigning - initial API and implementation + ******************************************************************************/ import { ConnectionHandler, JsonRpcConnectionHandler } from '@theia/core'; import { ContainerModule } from '@theia/core/shared/inversify'; import { diff --git a/deployment-widget/src/node/backend-service.ts b/deployment-widget/src/node/backend-service.ts index 66033e7..2e82a89 100644 --- a/deployment-widget/src/node/backend-service.ts +++ b/deployment-widget/src/node/backend-service.ts @@ -1,3 +1,15 @@ +/******************************************************************************* + * Copyright (C) 2021-2022 Wellness TechGroup + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * onelifedesigning - initial API and implementation + ******************************************************************************/ import * as fs from 'fs'; import { injectable } from '@theia/core/shared/inversify'; import { SmartCLIDEBackendService } from '../common/protocol'; diff --git a/deployment-widget/tsconfig.json b/deployment-widget/tsconfig.json index 9bdec43..de8292b 100644 --- a/deployment-widget/tsconfig.json +++ b/deployment-widget/tsconfig.json @@ -1,3 +1,15 @@ +#------------------------------------------------------------------------------- +# Copyright (C) 2021-2022 Wellness TechGroup +# +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# onelifedesigning - initial API and implementation +#------------------------------------------------------------------------------- { "compilerOptions": { "esModuleInterop": true, diff --git a/electron-app/package.json b/electron-app/package.json index 51f5dbd..122e02c 100644 --- a/electron-app/package.json +++ b/electron-app/package.json @@ -1,3 +1,15 @@ +#------------------------------------------------------------------------------- +# Copyright (C) 2021-2022 Wellness TechGroup +# +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# onelifedesigning - initial API and implementation +#------------------------------------------------------------------------------- { "private": true, "name": "electron-app", @@ -29,4 +41,4 @@ "theia": { "target": "electron" } -} \ No newline at end of file +}