You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lh...@apache.org on 2012/01/19 00:31:10 UTC

svn commit: r1233123 - /shiro/trunk/support/cas/src/main/java/org/apache/shiro/cas/CasToken.java

Author: lhazlewood
Date: Wed Jan 18 23:31:10 2012
New Revision: 1233123

URL: http://svn.apache.org/viewvc?rev=1233123&view=rev
Log:
SHIRO-339: Adding another license header.

Modified:
    shiro/trunk/support/cas/src/main/java/org/apache/shiro/cas/CasToken.java

Modified: shiro/trunk/support/cas/src/main/java/org/apache/shiro/cas/CasToken.java
URL: http://svn.apache.org/viewvc/shiro/trunk/support/cas/src/main/java/org/apache/shiro/cas/CasToken.java?rev=1233123&r1=1233122&r2=1233123&view=diff
==============================================================================
--- shiro/trunk/support/cas/src/main/java/org/apache/shiro/cas/CasToken.java (original)
+++ shiro/trunk/support/cas/src/main/java/org/apache/shiro/cas/CasToken.java Wed Jan 18 23:31:10 2012
@@ -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.cas;
 
 import org.apache.shiro.authc.RememberMeAuthenticationToken;