You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2018/10/10 12:21:45 UTC

[ignite-teamcity-bot] branch master updated: License fix

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

dpavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git


The following commit(s) were added to refs/heads/master by this push:
     new 11d3c4c  License fix
11d3c4c is described below

commit 11d3c4c03da88fcb46b520f23298771f9647e8ee
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Wed Oct 10 15:21:42 2018 +0300

    License fix
---
 .../ignite/ci/di/scheduler/DirectExecNoWaitSheduler.java | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/di/scheduler/DirectExecNoWaitSheduler.java b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/di/scheduler/DirectExecNoWaitSheduler.java
index d58548e..a7f8904 100644
--- a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/di/scheduler/DirectExecNoWaitSheduler.java
+++ b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/di/scheduler/DirectExecNoWaitSheduler.java
@@ -1,3 +1,19 @@
+/*
+ * 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 org.apache.ignite.ci.di.scheduler;
 
 import java.util.concurrent.TimeUnit;