You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by dy...@apache.org on 2022/01/27 08:31:34 UTC

[incubator-datalab] branch develop updated: add license to new file

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 41d80c3  add license to new file
     new c00c4fc  Merge pull request #1399 from denysyankiv/DATALAB-2673
41d80c3 is described below

commit 41d80c354da50a781730d2eb8c25d273fb6e6917
Author: Denys Yankiv <de...@gmail.com>
AuthorDate: Thu Jan 27 10:26:09 2022 +0200

    add license to new file
---
 .../administration-models/endpoint-model.ts           | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/services/self-service/src/main/resources/webapp/src/app/administration/administration-models/endpoint-model.ts b/services/self-service/src/main/resources/webapp/src/app/administration/administration-models/endpoint-model.ts
index 6436ffe..5ae5ce5 100644
--- a/services/self-service/src/main/resources/webapp/src/app/administration/administration-models/endpoint-model.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/administration/administration-models/endpoint-model.ts
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 export interface Endpoint {
     account: string;
     cloudProvider: string;

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org