Skip to content

Commit 3e99e67

Browse files
authored
fix notice and license issues (apereo#368)
1 parent 2beda55 commit 3e99e67

3 files changed

Lines changed: 49 additions & 3 deletions

File tree

NOTICE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ This project includes:
4848
Jasig CAS Client for Java - Tomcat 7.x Integration under Apache License Version 2.0
4949
Jasig CAS Client for Java - Tomcat 8.5.x Integration under Apache License Version 2.0
5050
Jasig CAS Client for Java - Tomcat 8.x Integration under Apache License Version 2.0
51+
Jasig CAS Client for Java - Tomcat 9.0.x Integration under Apache License Version 2.0
5152
Java Servlet API under CDDL + GPLv2 with classpath exception
5253
javax.annotation API under CDDL + GPLv2 with classpath exception
5354
JBoss Application Server Tomcat under lgpl
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
Licensed to Apereo under one or more contributor license
2+
agreements. See the NOTICE file distributed with this work
3+
for additional information regarding copyright ownership.
4+
Apereo licenses this file to you under the Apache License,
5+
Version 2.0 (the "License"); you may not use this file
6+
except in compliance with the License. You may obtain a
7+
copy of the License at the following location:
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing,
12+
software distributed under the License is distributed on an
13+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
KIND, either express or implied. See the License for the
15+
specific language governing permissions and limitations
16+
under the License.
17+
18+
This project includes:
19+
Apache Commons Codec under Apache License, Version 2.0
20+
Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs under Bouncy Castle Licence
21+
Bouncy Castle Provider under Bouncy Castle Licence
22+
Hamcrest Core under New BSD License
23+
Jackson-annotations under The Apache Software License, Version 2.0
24+
Jackson-core under The Apache Software License, Version 2.0
25+
jackson-databind under The Apache Software License, Version 2.0
26+
Jasig CAS Client for Java - Common Tomcat Integration Support under Apache License Version 2.0
27+
Jasig CAS Client for Java - Core under Apache License Version 2.0
28+
Jasig CAS Client for Java - SAML Protocol Support under Apache License Version 2.0
29+
Jasig CAS Client for Java - Tomcat 9.0.x Integration under Apache License Version 2.0
30+
Java Servlet API under CDDL + GPLv2 with classpath exception
31+
JCL 1.2 implemented over SLF4J under MIT License
32+
Joda-Time under Apache License, Version 2.0
33+
JUnit under Eclipse Public License 1.0
34+
SLF4J API Module under MIT License
35+
SLF4J Simple Binding under MIT License
36+
tomcat-annotations-api under Apache License, Version 2.0
37+
tomcat-catalina under Apache License, Version 2.0
38+
tomcat-coyote under Apache License, Version 2.0
39+
tomcat-el-api under Apache License, Version 2.0
40+
tomcat-embed-core under Apache License, Version 2.0
41+
tomcat-jaspic-api under Apache License, Version 2.0
42+
tomcat-jni under Apache License, Version 2.0
43+
tomcat-jsp-api under Apache License, Version 2.0
44+
tomcat-util-scan under Apache License, Version 2.0
45+

cas-client-integration-tomcat-v90/src/main/java/org/jasig/cas/client/tomcat/v90/AbstractLogoutValve.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
* Version 2.0 (the "License"); you may not use this file
77
* except in compliance with the License. You may obtain a
88
* copy of the License at the following location:
9-
* <p>
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
* <p>
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
1212
* Unless required by applicable law or agreed to in writing,
1313
* software distributed under the License is distributed on an
1414
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

0 commit comments

Comments
 (0)