Fixed license.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d93bb6ab Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d93bb6ab Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/d93bb6ab Branch: refs/heads/ignite-3163 Commit: d93bb6ab38f96a1b3d86ad3a59f9c461ae537d9c Parents: ee1cd48 Author: vozerov-gridgain <[email protected]> Authored: Thu May 12 16:35:50 2016 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Thu May 12 16:35:50 2016 +0300 ---------------------------------------------------------------------- modules/web/src/test/webapp2/WEB-INF/web.xml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/d93bb6ab/modules/web/src/test/webapp2/WEB-INF/web.xml ---------------------------------------------------------------------- diff --git a/modules/web/src/test/webapp2/WEB-INF/web.xml b/modules/web/src/test/webapp2/WEB-INF/web.xml index ad65447..64c447f 100644 --- a/modules/web/src/test/webapp2/WEB-INF/web.xml +++ b/modules/web/src/test/webapp2/WEB-INF/web.xml @@ -1,13 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - ~ Copyright (C) GridGain Systems. All Rights Reserved. - ~ _________ _____ __________________ _____ - ~ __ ____/___________(_)______ /__ ____/______ ____(_)_______ - ~ _ / __ __ ___/__ / _ __ / _ / __ _ __ `/__ / __ __ \ - ~ / /_/ / _ / _ / / /_/ / / /_/ / / /_/ / _ / _ / / / - ~ \____/ /_/ /_/ \_,__/ \____/ \__,_/ /_/ /_/ /_/ - --> + 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. +--> <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
