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

bhliva pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/develop by this push:
     new ee68d4e  DLAB-000 license headers updated
ee68d4e is described below

commit ee68d4ee0f71b381b1055f5a662c511043055b86
Author: bhliva <[email protected]>
AuthorDate: Mon Mar 4 18:21:05 2019 +0200

    DLAB-000 license headers updated
---
 .../src/app/core/interceptors/error.interceptor.ts | 35 +++++++++++-----------
 .../core/interceptors/http.token.interceptor.ts    | 35 +++++++++++-----------
 .../app/core/interceptors/nocache.interceptor.ts   | 35 +++++++++++-----------
 .../src/app/core/services/storage.service.ts       | 35 +++++++++++-----------
 4 files changed, 72 insertions(+), 68 deletions(-)

diff --git 
a/services/self-service/src/main/resources/webapp/src/app/core/interceptors/error.interceptor.ts
 
b/services/self-service/src/main/resources/webapp/src/app/core/interceptors/error.interceptor.ts
index 80a17db..d492eda 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/core/interceptors/error.interceptor.ts
+++ 
b/services/self-service/src/main/resources/webapp/src/app/core/interceptors/error.interceptor.ts
@@ -1,20 +1,21 @@
-/***************************************************************************
-
-Copyright (c) 2019, EPAM SYSTEMS INC
-
-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.
-
-****************************************************************************/
+/*
+ * 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 { Injectable } from '@angular/core';
 import {
diff --git 
a/services/self-service/src/main/resources/webapp/src/app/core/interceptors/http.token.interceptor.ts
 
b/services/self-service/src/main/resources/webapp/src/app/core/interceptors/http.token.interceptor.ts
index 981b734..ad33ef2 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/core/interceptors/http.token.interceptor.ts
+++ 
b/services/self-service/src/main/resources/webapp/src/app/core/interceptors/http.token.interceptor.ts
@@ -1,20 +1,21 @@
-/***************************************************************************
-
-Copyright (c) 2019, EPAM SYSTEMS INC
-
-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.
-
-****************************************************************************/
+/*
+ * 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 { Injectable } from '@angular/core';
 import { StorageService } from '../services/storage.service';
diff --git 
a/services/self-service/src/main/resources/webapp/src/app/core/interceptors/nocache.interceptor.ts
 
b/services/self-service/src/main/resources/webapp/src/app/core/interceptors/nocache.interceptor.ts
index 84902dd..2060d3e 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/core/interceptors/nocache.interceptor.ts
+++ 
b/services/self-service/src/main/resources/webapp/src/app/core/interceptors/nocache.interceptor.ts
@@ -1,20 +1,21 @@
-/***************************************************************************
-
-Copyright (c) 2019, EPAM SYSTEMS INC
-
-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.
-
-****************************************************************************/
+/*
+ * 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 { Injectable } from '@angular/core';
 import {
diff --git 
a/services/self-service/src/main/resources/webapp/src/app/core/services/storage.service.ts
 
b/services/self-service/src/main/resources/webapp/src/app/core/services/storage.service.ts
index 5e41607..3a2e44d 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/core/services/storage.service.ts
+++ 
b/services/self-service/src/main/resources/webapp/src/app/core/services/storage.service.ts
@@ -1,20 +1,21 @@
-/***************************************************************************
-
-Copyright (c) 2019, EPAM SYSTEMS INC
-
-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.
-
-****************************************************************************/
+/*
+ * 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 { Injectable } from '@angular/core';
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to