You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/01/09 07:35:26 UTC

ignite git commit: License headers.

Repository: ignite
Updated Branches:
  refs/heads/ignite-3477 f8a152ef9 -> 92dca1e80


License headers.


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

Branch: refs/heads/ignite-3477
Commit: 92dca1e80d1d238189e04b2b762671f70845547e
Parents: f8a152e
Author: sboikov <sb...@gridgain.com>
Authored: Mon Jan 9 10:35:31 2017 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Mon Jan 9 10:35:31 2017 +0300

----------------------------------------------------------------------
 .../internal/util/future/IgniteRemoteMapTask.java  | 17 +++++++++++++++++
 .../cache/database/tree/io/TrackingPageIOTest.java | 17 +++++++++++++++++
 2 files changed, 34 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/92dca1e8/modules/core/src/main/java/org/apache/ignite/internal/util/future/IgniteRemoteMapTask.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/util/future/IgniteRemoteMapTask.java b/modules/core/src/main/java/org/apache/ignite/internal/util/future/IgniteRemoteMapTask.java
index c203c7b..4d0b3fd 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/util/future/IgniteRemoteMapTask.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/util/future/IgniteRemoteMapTask.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.util.future;
 
 import java.util.Collections;

http://git-wip-us.apache.org/repos/asf/ignite/blob/92dca1e8/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/database/tree/io/TrackingPageIOTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/database/tree/io/TrackingPageIOTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/database/tree/io/TrackingPageIOTest.java
index 15a8a45..cb8ba1f 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/database/tree/io/TrackingPageIOTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/database/tree/io/TrackingPageIOTest.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.cache.database.tree.io;
 
 import java.nio.ByteBuffer;