You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/08/19 09:29:48 UTC

[incubator-streampipes] branch dev updated: [STREAMPIPES-193] Remove obsolete import, add missing license header

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 6e1e942  [STREAMPIPES-193] Remove obsolete import, add missing license header
6e1e942 is described below

commit 6e1e9424a5a55be2422a6e79c5d48c5d27712319
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Wed Aug 19 11:29:32 2020 +0200

    [STREAMPIPES-193] Remove obsolete import, add missing license header
---
 ui/deployment/appng5.module.mst |  1 -
 ui/src/app/animation.ts         | 18 ++++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/ui/deployment/appng5.module.mst b/ui/deployment/appng5.module.mst
index fcbcc5f..6367397 100644
--- a/ui/deployment/appng5.module.mst
+++ b/ui/deployment/appng5.module.mst
@@ -16,7 +16,6 @@
  *
  */
 
-import './app.module';
 import { NgModule } from '@angular/core';
 import { BrowserModule } from '@angular/platform-browser';
 import { MatGridListModule } from '@angular/material/grid-list';
diff --git a/ui/src/app/animation.ts b/ui/src/app/animation.ts
index ef2bb7d..2370a38 100644
--- a/ui/src/app/animation.ts
+++ b/ui/src/app/animation.ts
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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 {animate, animateChild, group, query, style, transition, trigger} from "@angular/animations";
 
 export const slideInAnimation =