[xmlsectool] 02/04: Add a package-info.java file.

Ian Young ian at iay.org.uk
Thu Apr 28 11:37:04 EDT 2016


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch master
in repository xmlsectool.

commit c4d2cba547ec866f50a95d51fd53535b240fc35f
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Apr 28 15:41:16 2016 +0100

    Add a package-info.java file.
---
 .../shibboleth/tool/xmlsectool/package-info.java   | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/src/main/java/net/shibboleth/tool/xmlsectool/package-info.java b/src/main/java/net/shibboleth/tool/xmlsectool/package-info.java
new file mode 100644
index 0000000..77a4d34
--- /dev/null
+++ b/src/main/java/net/shibboleth/tool/xmlsectool/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.
+ */
+
+/**
+ * A command line tool for checking an XML file for well-formedness and validity as well as 
+ * signing and checking signatures.
+ */
+package net.shibboleth.tool.xmlsectool;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list