Skip to content

Commit 82f51c2

Browse files
committed
update notice files
1 parent 0af2a86 commit 82f51c2

File tree

17 files changed

+65
-9
lines changed

17 files changed

+65
-9
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
#
2+
# Licensed to Apereo under one or more contributor license
3+
# agreements. See the NOTICE file distributed with this work
4+
# for additional information regarding copyright ownership.
5+
# Apereo licenses this file to you under the Apache License,
6+
# Version 2.0 (the "License"); you may not use this file
7+
# except in compliance with the License. You may obtain a
8+
# copy of the License at the following location:
9+
#
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# Unless required by applicable law or agreed to in writing,
13+
# software distributed under the License is distributed on an
14+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
# KIND, either express or implied. See the License for the
16+
# specific language governing permissions and limitations
17+
# under the License.
18+
#
19+
120
version: 2
221
updates:
322
- package-ecosystem: maven

.github/workflows/build.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
#
2+
# Licensed to Apereo under one or more contributor license
3+
# agreements. See the NOTICE file distributed with this work
4+
# for additional information regarding copyright ownership.
5+
# Apereo licenses this file to you under the Apache License,
6+
# Version 2.0 (the "License"); you may not use this file
7+
# except in compliance with the License. You may obtain a
8+
# copy of the License at the following location:
9+
#
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# Unless required by applicable law or agreed to in writing,
13+
# software distributed under the License is distributed on an
14+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
# KIND, either express or implied. See the License for the
16+
# specific language governing permissions and limitations
17+
# under the License.
18+
#
19+
120
name: Build
221

322
env:

NOTICE

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ This project includes:
2626
asm-analysis under BSD-3-Clause
2727
asm-commons under BSD-3-Clause
2828
asm-tree under BSD-3-Clause
29+
Bouncy Castle ASN.1 Extension and Utility APIs under Bouncy Castle Licence
2930
Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs under Bouncy Castle Licence
3031
Bouncy Castle Provider under Bouncy Castle Licence
3132
catalina under Apache License, Version 2.0
@@ -66,6 +67,7 @@ This project includes:
6667
Jetty :: Servlet Annotations under Apache Software License - Version 2.0 or Eclipse Public License - Version 1.0
6768
Jetty :: Servlet Handling under Apache Software License - Version 2.0 or Eclipse Public License - Version 1.0
6869
Jetty :: Utilities under Apache Software License - Version 2.0 or Eclipse Public License - Version 1.0
70+
Jetty :: Utilities :: Ajax(JSON) under Apache Software License - Version 2.0 or Eclipse Public License - Version 1.0
6971
Jetty :: Webapp Application Support under Apache Software License - Version 2.0 or Eclipse Public License - Version 1.0
7072
Jetty :: XML utilities under Apache Software License - Version 2.0 or Eclipse Public License - Version 1.0
7173
Joda-Time under Apache License, Version 2.0
@@ -91,9 +93,10 @@ This project includes:
9193
spring-boot-configuration-processor under Apache License, Version 2.0
9294
spring-boot-starter under Apache License, Version 2.0
9395
spring-boot-starter-logging under Apache License, Version 2.0
94-
spring-security-cas under The Apache Software License, Version 2.0
95-
spring-security-core under The Apache Software License, Version 2.0
96-
spring-security-web under The Apache Software License, Version 2.0
96+
spring-security-cas under Apache License, Version 2.0
97+
spring-security-core under Apache License, Version 2.0
98+
spring-security-crypto under Apache License, Version 2.0
99+
spring-security-web under Apache License, Version 2.0
97100
Spymemcached under The Apache Software License, Version 2.0
98101
tomcat-annotations-api under Apache License, Version 2.0
99102
tomcat-catalina under Apache License, Version 2.0

cas-client-core/NOTICE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This project includes:
1919
Apache Commons Codec under Apache License, Version 2.0
2020
Apache Log4j under The Apache Software License, Version 2.0
2121
Apache XML Security under The Apache Software License, Version 2.0
22+
Bouncy Castle ASN.1 Extension and Utility APIs under Bouncy Castle Licence
2223
Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs under Bouncy Castle Licence
2324
Bouncy Castle Provider under Bouncy Castle Licence
2425
Hamcrest Core under New BSD License

cas-client-core/src/main/java/org/jasig/cas/client/ssl/HttpsURLConnectionFactory.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

cas-client-integration-jboss/NOTICE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ under the License.
1717

1818
This project includes:
1919
Apache Commons Codec under Apache License, Version 2.0
20+
Bouncy Castle ASN.1 Extension and Utility APIs under Bouncy Castle Licence
2021
Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs under Bouncy Castle Licence
2122
Bouncy Castle Provider under Bouncy Castle Licence
2223
Hamcrest Core under New BSD License

cas-client-integration-jetty/NOTICE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This project includes:
2121
asm-analysis under BSD-3-Clause
2222
asm-commons under BSD-3-Clause
2323
asm-tree under BSD-3-Clause
24+
Bouncy Castle ASN.1 Extension and Utility APIs under Bouncy Castle Licence
2425
Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs under Bouncy Castle Licence
2526
Bouncy Castle Provider under Bouncy Castle Licence
2627
Eclipse Compiler for Java(TM) under Eclipse Public License - v 2.0
@@ -44,6 +45,7 @@ This project includes:
4445
Jetty :: Servlet Annotations under Apache Software License - Version 2.0 or Eclipse Public License - Version 1.0
4546
Jetty :: Servlet Handling under Apache Software License - Version 2.0 or Eclipse Public License - Version 1.0
4647
Jetty :: Utilities under Apache Software License - Version 2.0 or Eclipse Public License - Version 1.0
48+
Jetty :: Utilities :: Ajax(JSON) under Apache Software License - Version 2.0 or Eclipse Public License - Version 1.0
4749
Jetty :: Webapp Application Support under Apache Software License - Version 2.0 or Eclipse Public License - Version 1.0
4850
Jetty :: XML utilities under Apache Software License - Version 2.0 or Eclipse Public License - Version 1.0
4951
JUnit under Eclipse Public License 1.0

cas-client-integration-tomcat-common/NOTICE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ under the License.
1717

1818
This project includes:
1919
Apache Commons Codec under Apache License, Version 2.0
20+
Bouncy Castle ASN.1 Extension and Utility APIs under Bouncy Castle Licence
2021
Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs under Bouncy Castle Licence
2122
Bouncy Castle Provider under Bouncy Castle Licence
2223
Hamcrest Core under New BSD License

cas-client-integration-tomcat-v6/NOTICE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ under the License.
1717

1818
This project includes:
1919
Apache Commons Codec under Apache License, Version 2.0
20+
Bouncy Castle ASN.1 Extension and Utility APIs under Bouncy Castle Licence
2021
Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs under Bouncy Castle Licence
2122
Bouncy Castle Provider under Bouncy Castle Licence
2223
catalina under Apache License, Version 2.0

cas-client-integration-tomcat-v7/NOTICE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ under the License.
1717

1818
This project includes:
1919
Apache Commons Codec under Apache License, Version 2.0
20+
Bouncy Castle ASN.1 Extension and Utility APIs under Bouncy Castle Licence
2021
Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs under Bouncy Castle Licence
2122
Bouncy Castle Provider under Bouncy Castle Licence
2223
Hamcrest Core under New BSD License

0 commit comments

Comments
 (0)