Skip to content

Commit

Permalink
Added copyrights to app module and changed description in package json
Browse files Browse the repository at this point in the history
  • Loading branch information
M committed Jan 12, 2023
1 parent 9da8792 commit 1eda8aa
Show file tree
Hide file tree
Showing 7 changed files with 106 additions and 4 deletions.
17 changes: 17 additions & 0 deletions app.module.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (c) 2019 Software AG, Darmstadt, Germany and/or its licensors
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
describe('Example test', () => {
/*let testComponent;
Expand Down
17 changes: 17 additions & 0 deletions app.module.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (c) 2019 Software AG, Darmstadt, Germany and/or its licensors
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { NgModule } from '@angular/core';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { RouterModule as ngRouterModule } from '@angular/router';
Expand Down
17 changes: 17 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (c) 2019 Software AG, Darmstadt, Germany and/or its licensors
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import './polyfills';

import { enableProdMode } from '@angular/core';
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cumulocity-processing-widget-plugin",
"version": "1.0.0-beta",
"description": "This is the Cumulocity module federation plugin.This widget plugin is designed to display the current process state based on the latest event.",
"description": "This Processing Widget is designed to display the current process state based on the latest event.Updates the state whenever a new event is subscribed.",
"scripts": {
"start": "c8ycli server --env.beta=true",
"build": "c8ycli build --env.mode=production",
Expand Down Expand Up @@ -58,10 +58,10 @@
"c8y": {
"application": {
"name": "Cumulocity Processing Widget Plugin",
"description": "Cumulocity Processing Widget Plugin with module federation",
"description": "This Processing Widget is designed to display the current process state based on the latest event.Updates the state whenever a new event is subscribed.",
"contextPath": "processing-runtime-widget",
"key": "processing-runtime-widget-application-key",
"globalTitle": "Cumulocity Processing Widget Plugin with Module Federation",
"globalTitle": "This Processing Widget is designed to display the current process state based on the latest event.Updates the state whenever a new event is subscribed.",
"tabsHorizontal": true,
"isPackage": true,
"noAppSwitcher": true,
Expand All @@ -72,7 +72,7 @@
"name": "Cumulocity Processing Widget Plugin",
"module": "GpLibProcessingWidgetModule",
"path": "./widget/gp-lib-processing-widget.module",
"description": "This is the Cumulocity module federation plugin.This widget plugin is designed to display the current process state based on the latest event."
"description": "This Processing Widget is designed to display the current process state based on the latest event.Updates the state whenever a new event is subscribed."
}
],
"remotes": {
Expand Down
17 changes: 17 additions & 0 deletions widget/gp-lib-processing-widget.component.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (c) 2019 Software AG, Darmstadt, Germany and/or its licensors
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { async, ComponentFixture, TestBed } from '@angular/core/testing';

import { GpLibProcessingWidgetComponent } from './gp-lib-processing-widget.component';
Expand Down
17 changes: 17 additions & 0 deletions widget/gp-lib-processing-widget.service.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (c) 2019 Software AG, Darmstadt, Germany and/or its licensors
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { TestBed } from '@angular/core/testing';

import { GpLibProcessingWidgetService } from './gp-lib-processing-widget.service';
Expand Down
17 changes: 17 additions & 0 deletions widget/icon-selector/selection-model.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (c) 2019 Software AG, Darmstadt, Germany and/or its licensors
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { NgOption } from "@ng-select/ng-select";

export type SelectionModelFactory = () => SelectionModel;
Expand Down

0 comments on commit 1eda8aa

Please sign in to comment.