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 2016/07/08 16:00:51 UTC

shiro git commit: Corrected license header in previous commit

Repository: shiro
Updated Branches:
  refs/heads/1.3.x 84884e1f8 -> d577ca293


Corrected license header in previous commit


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

Branch: refs/heads/1.3.x
Commit: d577ca2930d7f9728e4b76b5c20b58a17cde5899
Parents: 84884e1
Author: Brian Demers <bd...@apache.org>
Authored: Fri Jul 8 11:57:57 2016 -0400
Committer: Brian Demers <bd...@apache.org>
Committed: Fri Jul 8 12:00:02 2016 -0400

----------------------------------------------------------------------
 .../shiro/web/env/MockWebEnvironment.groovy       | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/shiro/blob/d577ca29/web/src/test/groovy/org/apache/shiro/web/env/MockWebEnvironment.groovy
----------------------------------------------------------------------
diff --git a/web/src/test/groovy/org/apache/shiro/web/env/MockWebEnvironment.groovy b/web/src/test/groovy/org/apache/shiro/web/env/MockWebEnvironment.groovy
index 4a2cf9e..0b41e04 100644
--- a/web/src/test/groovy/org/apache/shiro/web/env/MockWebEnvironment.groovy
+++ b/web/src/test/groovy/org/apache/shiro/web/env/MockWebEnvironment.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.web.env
 
 import org.apache.shiro.mgt.SecurityManager