Repository: shiro Updated Branches: refs/heads/1.3.x b15ab9277 -> a874867c2
Add missing license header test class. Project: http://git-wip-us.apache.org/repos/asf/shiro/repo Commit: http://git-wip-us.apache.org/repos/asf/shiro/commit/a874867c Tree: http://git-wip-us.apache.org/repos/asf/shiro/tree/a874867c Diff: http://git-wip-us.apache.org/repos/asf/shiro/diff/a874867c Branch: refs/heads/1.3.x Commit: a874867c27cfbeba561ecef729a034b747b4f5de Parents: b15ab92 Author: Brian Demers <[email protected]> Authored: Fri Sep 9 17:27:03 2016 -0400 Committer: Brian Demers <[email protected]> Committed: Fri Sep 9 17:27:03 2016 -0400 ---------------------------------------------------------------------- .../apache/shiro/web/util/WebUtilsTest.groovy | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/shiro/blob/a874867c/web/src/test/groovy/org/apache/shiro/web/util/WebUtilsTest.groovy ---------------------------------------------------------------------- diff --git a/web/src/test/groovy/org/apache/shiro/web/util/WebUtilsTest.groovy b/web/src/test/groovy/org/apache/shiro/web/util/WebUtilsTest.groovy index 08cfce9..11d225f 100644 --- a/web/src/test/groovy/org/apache/shiro/web/util/WebUtilsTest.groovy +++ b/web/src/test/groovy/org/apache/shiro/web/util/WebUtilsTest.groovy @@ -1,6 +1,23 @@ +/* + * 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.shiro.web.util -import org.junit.Assert import org.junit.Test import javax.servlet.http.HttpServletRequest
