You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2020/03/30 04:03:00 UTC

[zeppelin] branch branch-0.9 updated: [ZEPPELIN-4701] some zeppelin-web-angular files don't have license

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

zjffdu pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 4f40520  [ZEPPELIN-4701] some zeppelin-web-angular files don't have license
4f40520 is described below

commit 4f40520c3f0f08f22f78b537fd7ad0e531a82ac5
Author: Alex Ott <al...@gmail.com>
AuthorDate: Sun Mar 29 16:14:28 2020 +0200

    [ZEPPELIN-4701] some zeppelin-web-angular files don't have license
    
    ### What is this PR for?
    
    it adds missing license header to some files in the zeppelin-web-angular project
    
    ### What type of PR is it?
    Bug Fix
    
    ### What is the Jira issue?
    * ZEPPELIN-4701
    
    ### How should this be tested?
    * Doesn't require testing
    
    Author: Alex Ott <al...@gmail.com>
    
    Closes #3703 from alexott/ZEPPELIN-4701 and squashes the following commits:
    
    ece58705f [Alex Ott] [ZEPPELIN-4701] some zeppelin-web-angular files don't have license
    
    (cherry picked from commit 5dcecad2fd80c0f52282c44e02de1479c7846d78)
    Signed-off-by: Jeff Zhang <zj...@apache.org>
---
 zeppelin-web-angular/e2e/src/app.e2e-spec.ts                 | 12 ++++++++++++
 zeppelin-web-angular/e2e/src/app.po.ts                       | 12 ++++++++++++
 .../src/app/pages/workspace/published/published.module.ts    | 12 ++++++++++++
 zeppelin-web-angular/src/app/services/shortcut.service.ts    | 12 ++++++++++++
 4 files changed, 48 insertions(+)

diff --git a/zeppelin-web-angular/e2e/src/app.e2e-spec.ts b/zeppelin-web-angular/e2e/src/app.e2e-spec.ts
index d788f85..1a4bd28 100644
--- a/zeppelin-web-angular/e2e/src/app.e2e-spec.ts
+++ b/zeppelin-web-angular/e2e/src/app.e2e-spec.ts
@@ -1,3 +1,15 @@
+/*
+ * 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 { AppPage } from './app.po';
 import { browser, logging } from 'protractor';
 
diff --git a/zeppelin-web-angular/e2e/src/app.po.ts b/zeppelin-web-angular/e2e/src/app.po.ts
index b8498c2..c6d1c5c 100644
--- a/zeppelin-web-angular/e2e/src/app.po.ts
+++ b/zeppelin-web-angular/e2e/src/app.po.ts
@@ -1,3 +1,15 @@
+/*
+ * 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 { browser, by, element } from 'protractor';
 
 export class AppPage {
diff --git a/zeppelin-web-angular/src/app/pages/workspace/published/published.module.ts b/zeppelin-web-angular/src/app/pages/workspace/published/published.module.ts
index f6474d9..6b061c3 100644
--- a/zeppelin-web-angular/src/app/pages/workspace/published/published.module.ts
+++ b/zeppelin-web-angular/src/app/pages/workspace/published/published.module.ts
@@ -1,3 +1,15 @@
+/*
+ * 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 { CommonModule } from '@angular/common';
 import { NgModule } from '@angular/core';
 import { WorkspaceShareModule } from '../../workspace/share/share.module';
diff --git a/zeppelin-web-angular/src/app/services/shortcut.service.ts b/zeppelin-web-angular/src/app/services/shortcut.service.ts
index 5bc9a2a..3a486ec 100644
--- a/zeppelin-web-angular/src/app/services/shortcut.service.ts
+++ b/zeppelin-web-angular/src/app/services/shortcut.service.ts
@@ -1,3 +1,15 @@
+/*
+ * 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 { DOCUMENT } from '@angular/common';
 import { Inject, Injectable } from '@angular/core';
 import { EventManager } from '@angular/platform-browser';