[java-identity-provider] branch master updated: Add pkginfo.
Scott Cantor
cantor.2 at osu.edu
Wed Jan 17 13:21:34 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=2907caf1161d6896e82cd602b90a333e0c96563d
The following commit(s) were added to refs/heads/master by this push:
new 2907caf Add pkginfo.
2907caf is described below
commit 2907caf1161d6896e82cd602b90a333e0c96563d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 17 13:21:32 2018 -0500
Add pkginfo.
---
.../java/net/shibboleth/idp/http/package-info.java | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/idp-core/src/main/java/net/shibboleth/idp/http/package-info.java b/idp-core/src/main/java/net/shibboleth/idp/http/package-info.java
new file mode 100644
index 0000000..7a0d24d
--- /dev/null
+++ b/idp-core/src/main/java/net/shibboleth/idp/http/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the University Corporation for Advanced Internet Development,
+ * Inc. (UCAID) under one or more contributor license agreements. See the
+ * NOTICE file distributed with this work for additional information regarding
+ * copyright ownership. The UCAID 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.
+ */
+
+/**
+ * HTTP-related classes.
+ */
+
+package net.shibboleth.idp.http;
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list