You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2017/10/17 08:20:31 UTC

ignite git commit: Added missing license header to IgniteSqlSkipReducerOnUpdateDmlFlagSelfTest.

Repository: ignite
Updated Branches:
  refs/heads/master ca6662bcb -> ec12824a5


Added missing license header to IgniteSqlSkipReducerOnUpdateDmlFlagSelfTest.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ec12824a
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ec12824a
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/ec12824a

Branch: refs/heads/master
Commit: ec12824a55a41b524c5a86a0114099c11a75fbea
Parents: ca6662b
Author: devozerov <vo...@gridgain.com>
Authored: Tue Oct 17 11:20:20 2017 +0300
Committer: devozerov <vo...@gridgain.com>
Committed: Tue Oct 17 11:20:20 2017 +0300

----------------------------------------------------------------------
 ...gniteSqlSkipReducerOnUpdateDmlFlagSelfTest.java | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/ec12824a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/IgniteSqlSkipReducerOnUpdateDmlFlagSelfTest.java
----------------------------------------------------------------------
diff --git a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/IgniteSqlSkipReducerOnUpdateDmlFlagSelfTest.java b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/IgniteSqlSkipReducerOnUpdateDmlFlagSelfTest.java
index e5efc06..f31cb24 100644
--- a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/IgniteSqlSkipReducerOnUpdateDmlFlagSelfTest.java
+++ b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/IgniteSqlSkipReducerOnUpdateDmlFlagSelfTest.java
@@ -1,3 +1,20 @@
+/*
+ * 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.internal.processors.query;
 
 import java.util.ArrayList;