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/07 15:19:24 UTC

shiro git commit: Added missing license to HttpServletSessionTest cause by previous commit

Repository: shiro
Updated Branches:
  refs/heads/master 96aa7f135 -> 206dae99f


Added missing license to HttpServletSessionTest cause by previous commit


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

Branch: refs/heads/master
Commit: 206dae99ff8e2ec9270bf8deb0ea683b1cb74b3f
Parents: 96aa7f1
Author: Brian Demers <bd...@apache.org>
Authored: Thu Jul 7 11:19:01 2016 -0400
Committer: Brian Demers <bd...@apache.org>
Committed: Thu Jul 7 11:19:01 2016 -0400

----------------------------------------------------------------------
 .../shiro/web/session/HttpServletSessionTest.java | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/shiro/blob/206dae99/web/src/test/java/org/apache/shiro/web/session/HttpServletSessionTest.java
----------------------------------------------------------------------
diff --git a/web/src/test/java/org/apache/shiro/web/session/HttpServletSessionTest.java b/web/src/test/java/org/apache/shiro/web/session/HttpServletSessionTest.java
index 875b121..0d2cb77 100644
--- a/web/src/test/java/org/apache/shiro/web/session/HttpServletSessionTest.java
+++ b/web/src/test/java/org/apache/shiro/web/session/HttpServletSessionTest.java
@@ -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.session;
 
 import static org.easymock.EasyMock.*;