about summary refs log tree commit diff
path: root/kcc-c2p.py
diff options
context:
space:
mode:
Diffstat (limited to 'kcc-c2p.py')
-rwxr-xr-xkcc-c2p.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/kcc-c2p.py b/kcc-c2p.py
index cf194d1..c915409 100755
--- a/kcc-c2p.py
+++ b/kcc-c2p.py
@@ -1,8 +1,8 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
-# Copyright (c) 2012-2013 Ciro Mattia Gonano <ciromattia@gmail.com>
-# Copyright (c) 2013 Pawel Jastrzebski <pawelj@vulturis.eu>
+# Copyright (c) 2012-2014 Ciro Mattia Gonano <ciromattia@gmail.com>
+# Copyright (c) 2013-2014 Pawel Jastrzebski <pawelj@vulturis.eu>
 #
 # Permission to use, copy, modify, and/or distribute this software for
 # any purpose with or without fee is hereby granted, provided that the
@@ -25,7 +25,7 @@ if sys.version_info[0] != 3:
 
 __version__ = '4.0'
 __license__ = 'ISC'
-__copyright__ = '2012-2013, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@vulturis.eu>'
+__copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@vulturis.eu>'
 __docformat__ = 'restructuredtext en'
 
 # Dependiences check