Skip to content

Commit

Permalink
Added Copyrights to app module file
Browse files Browse the repository at this point in the history
  • Loading branch information
SheethalJR committed Jan 11, 2023
1 parent b3f8ea1 commit f798f3f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
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) 2020 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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* limitations under the License.
*/
import { Component, OnInit, Input } from '@angular/core';
import { Observable } from 'rxjs';
import { GpDeviceDetailsWidgetService } from '../gp-device-details-widget.service';
@Component({
selector: 'lib-gp-device-details-widget-config',
Expand Down

0 comments on commit f798f3f

Please sign in to comment.