You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2015/10/30 03:41:27 UTC

ignite git commit: IGNITE-1753 Added missing license.

Repository: ignite
Updated Branches:
  refs/heads/ignite-1753-1282 97aa1afa3 -> 22961db9e


IGNITE-1753 Added missing license.


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

Branch: refs/heads/ignite-1753-1282
Commit: 22961db9e0446d8402931d3a892ac6e7a306f2fc
Parents: 97aa1af
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Fri Oct 30 09:41:33 2015 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Fri Oct 30 09:41:33 2015 +0700

----------------------------------------------------------------------
 .../cache/store/jdbc/JdbcTypeDefaultHasher.java    | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/22961db9/modules/core/src/main/java/org/apache/ignite/cache/store/jdbc/JdbcTypeDefaultHasher.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/cache/store/jdbc/JdbcTypeDefaultHasher.java b/modules/core/src/main/java/org/apache/ignite/cache/store/jdbc/JdbcTypeDefaultHasher.java
index 16038dd..3c0a330 100644
--- a/modules/core/src/main/java/org/apache/ignite/cache/store/jdbc/JdbcTypeDefaultHasher.java
+++ b/modules/core/src/main/java/org/apache/ignite/cache/store/jdbc/JdbcTypeDefaultHasher.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.cache.store.jdbc;
 
 import org.apache.ignite.cache.IgniteObject;