You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2017/01/19 17:56:14 UTC

shiro git commit: Add missing license header

Repository: shiro
Updated Branches:
  refs/heads/master 53001435a -> eb7f6f569


Add missing license header


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

Branch: refs/heads/master
Commit: eb7f6f569ecd25fa85a53ea90c9d141c4eb9eb0b
Parents: 5300143
Author: Brian Demers <bd...@apache.org>
Authored: Thu Jan 19 12:56:04 2017 -0500
Committer: Brian Demers <bd...@apache.org>
Committed: Thu Jan 19 12:56:04 2017 -0500

----------------------------------------------------------------------
 .../DefaultShiroFilterChainDefinitionTest.groovy  | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/shiro/blob/eb7f6f56/support/spring/src/test/groovy/org/apache/shiro/spring/web/config/DefaultShiroFilterChainDefinitionTest.groovy
----------------------------------------------------------------------
diff --git a/support/spring/src/test/groovy/org/apache/shiro/spring/web/config/DefaultShiroFilterChainDefinitionTest.groovy b/support/spring/src/test/groovy/org/apache/shiro/spring/web/config/DefaultShiroFilterChainDefinitionTest.groovy
index 1259179..1eb855c 100644
--- a/support/spring/src/test/groovy/org/apache/shiro/spring/web/config/DefaultShiroFilterChainDefinitionTest.groovy
+++ b/support/spring/src/test/groovy/org/apache/shiro/spring/web/config/DefaultShiroFilterChainDefinitionTest.groovy
@@ -1,3 +1,21 @@
+/*
+ * 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.spring.web.config
 
 import org.junit.Test