Repository: incubator-ignite Updated Branches: refs/heads/ignite-gg-9998 15b45a635 -> 68c9a164f
#ignite-gg-9998: fix headers. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/68c9a164 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/68c9a164 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/68c9a164 Branch: refs/heads/ignite-gg-9998 Commit: 68c9a164f0e60f94f4b52eb8efb7ebaac7d3d00d Parents: 15b45a6 Author: ivasilinets <ivasilin...@gridgain.com> Authored: Tue Apr 28 15:13:34 2015 +0300 Committer: ivasilinets <ivasilin...@gridgain.com> Committed: Tue Apr 28 15:13:34 2015 +0300 ---------------------------------------------------------------------- .../ignite/configuration/CompatibilityTest.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/68c9a164/modules/core/src/main/java/org/apache/ignite/configuration/CompatibilityTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/configuration/CompatibilityTest.java b/modules/core/src/main/java/org/apache/ignite/configuration/CompatibilityTest.java index 42e2cb5..b324cbc 100644 --- a/modules/core/src/main/java/org/apache/ignite/configuration/CompatibilityTest.java +++ b/modules/core/src/main/java/org/apache/ignite/configuration/CompatibilityTest.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.configuration; import java.io.Serializable;