[java-idp-log-analysis] 03/06: Fix script file name

Ian Young ian at iay.org.uk
Mon Jan 23 11:33:03 EST 2017


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

iay pushed a commit to branch master
in repository java-idp-log-analysis.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-log-analysis.git;a=commit;h=ba782c1f64c95522f781a3016abc39dade1e9a55

commit ba782c1f64c95522f781a3016abc39dade1e9a55
Author: Chad La Joie <clajoie at gmail.com>
AuthorDate: Tue Mar 16 12:54:12 2010 +0000

    Fix script file name
    
    Add required python version
---
 README.txt                       |  2 +-
 loganalyais.py => loganalysis.py | 16 ++++++++++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/README.txt b/README.txt
index a4f55b9..d194aca 100644
--- a/README.txt
+++ b/README.txt
@@ -10,7 +10,7 @@ provides the follow statistics:
  * SAML profiles used per relying party
  
  Requirements:
- * Python
+ * Python 2.3+
  * Shibboleth 2 IdP Audit Log Files
  
  Usage:
diff --git a/loganalyais.py b/loganalysis.py
similarity index 91%
rename from loganalyais.py
rename to loganalysis.py
index d53e41f..78a50aa 100644
--- a/loganalyais.py
+++ b/loganalysis.py
@@ -1,4 +1,20 @@
 #!/usr/bin/python
+
+# Copyright 2010 University Corporation for Advanced Internet Development, Inc.
+#
+# 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.
+#
+
 """Parse Shibboleth 2.1 Identity Provider audit logfile and generate simple stats.
    Audit log file format: https://spaces.internet2.edu/display/SHIB2/IdPLogging"""
    

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


More information about the commits mailing list