[java-idp-oidc] 01/09: JOIDC-5 Added missing license header.
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Jun 5 13:54:53 UTC 2020
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch dev/JOIDC-5
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=0bfcbc4a4719f6df513d67db941cb9693835a7fc
commit 0bfcbc4a4719f6df513d67db941cb9693835a7fc
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri May 29 13:22:55 2020 +0300
JOIDC-5 Added missing license header.
https://issues.shibboleth.net/jira/browse/JOIDC-5
---
.../keyinfo/ext/impl/provider/ClientSecretProvider.java | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/idp-oidc-extension-impl/src/main/java/org/geant/idpextension/keyinfo/ext/impl/provider/ClientSecretProvider.java b/idp-oidc-extension-impl/src/main/java/org/geant/idpextension/keyinfo/ext/impl/provider/ClientSecretProvider.java
index 7c1febbd..e0dfcb49 100644
--- a/idp-oidc-extension-impl/src/main/java/org/geant/idpextension/keyinfo/ext/impl/provider/ClientSecretProvider.java
+++ b/idp-oidc-extension-impl/src/main/java/org/geant/idpextension/keyinfo/ext/impl/provider/ClientSecretProvider.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2017 - 2020, GÉANT
+ *
+ * Licensed 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.geant.idpextension.keyinfo.ext.impl.provider;
import java.util.Collection;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list