Skip to content

Commit 661c242

Browse files
committed
Updated copyrights
1 parent c11e47a commit 661c242

File tree

356 files changed

+786
-717
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

356 files changed

+786
-717
lines changed

LICENSE.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
Copyright 2017 The MITRE Corporation
2-
and the MIT Internet Trust Consortium
1+
Copyright 2017 The MIT Internet Trust Consortium
2+
3+
Portions copyright 2011-2013 The MITRE Corporation
34

45
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6+
you may not use this project except in compliance with the License.
67
You may obtain a copy of the License at
78

89
http://www.apache.org/licenses/LICENSE-2.0

README.md

Lines changed: 1 addition & 2 deletions

README_zh_CN.md

Lines changed: 1 addition & 2 deletions

checkstyle.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright 2017 The MITRE Corporation
4-
and the MIT Internet Trust Consortium
3+
Copyright 2017 The MIT Internet Trust Consortium
4+
5+
Portions copyright 2011-2013 The MITRE Corporation
56
67
Licensed under the Apache License, Version 2.0 (the "License");
78
you may not use this file except in compliance with the License.

openid-connect-client/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright 2017 The MITRE Corporation
4-
and the MIT Internet Trust Consortium
3+
Copyright 2017 The MIT Internet Trust Consortium
4+
5+
Portions copyright 2011-2013 The MITRE Corporation
56
67
Licensed under the Apache License, Version 2.0 (the "License");
78
you may not use this file except in compliance with the License.

openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/IntrospectingTokenService.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*******************************************************************************
2-
* Copyright 2017 The MITRE Corporation
3-
* and the MIT Internet Trust Consortium
2+
* Copyright 2017 The MIT Internet Trust Consortium
3+
*
4+
* Portions copyright 2011-2013 The MITRE Corporation
45
*
56
* Licensed under the Apache License, Version 2.0 (the "License");
67
* you may not use this file except in compliance with the License.

openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/OAuth2AccessTokenImpl.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*******************************************************************************
2-
* Copyright 2017 The MITRE Corporation
3-
* and the MIT Internet Trust Consortium
2+
* Copyright 2017 The MIT Internet Trust Consortium
3+
*
4+
* Portions copyright 2011-2013 The MITRE Corporation
45
*
56
* Licensed under the Apache License, Version 2.0 (the "License");
67
* you may not use this file except in compliance with the License.

openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/IntrospectionAuthorityGranter.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*******************************************************************************
2-
* Copyright 2017 The MITRE Corporation
3-
* and the MIT Internet Trust Consortium
2+
* Copyright 2017 The MIT Internet Trust Consortium
3+
*
4+
* Portions copyright 2011-2013 The MITRE Corporation
45
*
56
* Licensed under the Apache License, Version 2.0 (the "License");
67
* you may not use this file except in compliance with the License.

openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/IntrospectionConfigurationService.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*******************************************************************************
2-
* Copyright 2017 The MITRE Corporation
3-
* and the MIT Internet Trust Consortium
2+
* Copyright 2017 The MIT Internet Trust Consortium
3+
*
4+
* Portions copyright 2011-2013 The MITRE Corporation
45
*
56
* Licensed under the Apache License, Version 2.0 (the "License");
67
* you may not use this file except in compliance with the License.

openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/impl/JWTParsingIntrospectionConfigurationService.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*******************************************************************************
2-
* Copyright 2017 The MITRE Corporation
3-
* and the MIT Internet Trust Consortium
2+
* Copyright 2017 The MIT Internet Trust Consortium
3+
*
4+
* Portions copyright 2011-2013 The MITRE Corporation
45
*
56
* Licensed under the Apache License, Version 2.0 (the "License");
67
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)