#gg-9809: add header.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/1b3da578 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/1b3da578 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/1b3da578 Branch: refs/heads/sprint-2 Commit: 1b3da578b2b05637c7646047ba1a87ed26a2cb01 Parents: 15a5c08 Author: ivasilinets <ivasilin...@gridgain.com> Authored: Wed Feb 18 15:26:51 2015 +0300 Committer: ivasilinets <ivasilin...@gridgain.com> Committed: Wed Feb 18 15:26:51 2015 +0300 ---------------------------------------------------------------------- .../security/os/SecurityContextImpl.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/1b3da578/modules/core/src/main/java/org/apache/ignite/internal/processors/security/os/SecurityContextImpl.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/security/os/SecurityContextImpl.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/security/os/SecurityContextImpl.java index 136ab3f..3e7484a 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/processors/security/os/SecurityContextImpl.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/security/os/SecurityContextImpl.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.security.os; import org.apache.ignite.internal.processors.security.*;