You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by yk...@apache.org on 2021/04/19 07:14:53 UTC

[incubator-datalab] 01/01: Merge pull request #1136 from apache/LICENCE-FIX

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

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

commit 9029790523e4a9a1cf7d4c7987e1ef85b0d743e4
Merge: ff19d49 1176bbf
Author: Kinash Yurii <ur...@gmail.com>
AuthorDate: Mon Apr 19 10:14:45 2021 +0300

    Merge pull request #1136 from apache/LICENCE-FIX
    
    Added missed licence for some .java files

 .../datalab/properties/ChangePropertiesConst.java     | 19 +++++++++++++++++++
 .../datalab/properties/ChangePropertiesService.java   | 19 +++++++++++++++++++
 .../datalab/properties/ExternalChangeProperties.java  | 19 +++++++++++++++++++
 .../java/com/epam/datalab/properties/RestartForm.java | 19 +++++++++++++++++++
 .../main/java/com/epam/datalab/properties/YmlDTO.java | 19 +++++++++++++++++++
 .../DynamicChangePropertiesExceptionMapper.java       | 19 +++++++++++++++++++
 .../backendapi/ProvisioningServiceApplication.java    |  1 -
 .../epam/datalab/backendapi/core/DockerWarmuper.java  |  1 -
 .../epam/datalab/backendapi/core/MetadataHolder.java  |  1 -
 .../backendapi/core/commands/DockerCommands.java      |  1 -
 .../backendapi/core/commands/ICommandExecutor.java    |  1 +
 .../response/folderlistener/AsyncFileHandler.java     |  1 -
 .../core/response/folderlistener/FolderListener.java  |  1 -
 .../core/response/folderlistener/WatchItem.java       |  1 -
 .../core/response/folderlistener/WatchItemList.java   |  1 -
 .../handlers/CheckInactivityCallbackHandler.java      |  1 +
 .../handlers/ResourcesStatusCallbackHandler.java      |  1 -
 .../response/handlers/ReuploadKeyCallbackHandler.java |  1 +
 .../resources/ChangePropertiesResource.java           | 19 +++++++++++++++++++
 .../resources/ProvisioningHealthCheckResource.java    |  1 -
 .../resources/base/InfrastructureService.java         |  1 -
 .../backendapi/resources/base/KeyResource.java        |  1 -
 .../datalab/process/builder/ProcessInfoBuilder.java   |  1 +
 .../process/exception/DatalabProcessException.java    |  1 +
 .../com/epam/datalab/process/model/ProcessId.java     |  1 +
 .../com/epam/datalab/process/model/ProcessInfo.java   |  1 +
 .../com/epam/datalab/backendapi/dao/BillingDAO.java   |  1 +
 .../epam/datalab/backendapi/dao/ComputationalDAO.java |  1 -
 .../resources/ChangePropertiesResource.java           | 19 +++++++++++++++++++
 .../backendapi/resources/ExploratoryResource.java     |  2 +-
 .../backendapi/resources/SchedulerJobResource.java    |  2 +-
 .../backendapi/resources/SystemInfoResource.java      |  2 +-
 .../backendapi/resources/UserSettingsResource.java    |  2 +-
 .../resources/aws/ComputationalResourceAws.java       |  1 -
 34 files changed, 164 insertions(+), 18 deletions(-)

diff --cc services/self-service/src/main/java/com/epam/datalab/backendapi/resources/ChangePropertiesResource.java
index 86942b0,5348718..7d0dafc
--- a/services/self-service/src/main/java/com/epam/datalab/backendapi/resources/ChangePropertiesResource.java
+++ b/services/self-service/src/main/java/com/epam/datalab/backendapi/resources/ChangePropertiesResource.java
@@@ -1,5 -1,28 +1,24 @@@
+ /*
+  * 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.
+  */
+ 
  package com.epam.datalab.backendapi.resources;
  
 -import com.epam.datalab.properties.ChangePropertiesConst;
 -import com.epam.datalab.properties.ExternalChangeProperties;
 -import com.epam.datalab.properties.RestartForm;
 -import com.epam.datalab.properties.YmlDTO;
  import com.epam.datalab.auth.UserInfo;
  import com.epam.datalab.backendapi.conf.SelfServiceApplicationConfiguration;
  import com.epam.datalab.backendapi.dao.EndpointDAO;

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