Skip to content

Commit

Permalink
0.3.4
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
Neo23x0 committed Oct 5, 2015
1 parent 81d5c3e commit 12dbea5
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions yarAnalyzer.py
@@ -1,13 +1,16 @@
#!/usr/bin/env python
# -*- coding: iso-8859-1 -*-
# -*- coding: utf-8 -*-
#
# yarAnalyzer
# Yara Rule Statistics and Analysis
#
# Florian Roth
#
# DISCLAIMER - USE AT YOUR OWN RISK.

"""
yarAnalyzer
Yara Rule Statistics and Analysis
Florian Roth
DISCLAIMER - USE AT YOUR OWN RISK.
"""
__version__ = "0.3.4"

import sys
import os
Expand Down Expand Up @@ -480,9 +483,9 @@ def print_welcome():
print " "
print " yarAnalyzer"
print " "
print " (c) Florian Roth"
print " June 2015"
print " Version 0.3.3"
print " by Florian Roth"
print " October 2015"
print " Version %s" % __version__
print " "
print "======================================================================="
print " "
Expand Down

0 comments on commit 12dbea5

Please sign in to comment.