about summary refs log tree commit diff
path: root/kcc-c2e.py
diff options
context:
space:
mode:
Diffstat (limited to 'kcc-c2e.py')
-rwxr-xr-xkcc-c2e.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/kcc-c2e.py b/kcc-c2e.py
index 97a4fa6..5025745 100755
--- a/kcc-c2e.py
+++ b/kcc-c2e.py
@@ -18,11 +18,6 @@
 # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-__version__ = '4.4.1'
-__license__ = 'ISC'
-__copyright__ = '2012-2015, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>'
-__docformat__ = 'restructuredtext en'
-
 import sys
 if sys.version_info[0] != 3:
     print('ERROR: This is Python 3 script!')