diff options
| author | Paweł Jastrzębski <[email protected]> | 2014-01-25 10:42:38 +0100 |
|---|---|---|
| committer | Paweł Jastrzębski <[email protected]> | 2014-01-25 10:42:38 +0100 |
| commit | 3a536df626798d4895039c6596fd03bedcfd6b66 (patch) | |
| tree | 1106a9ed31b47cff07ffa0e2777770eaae25dfe8 /kcc-c2e.py | |
| parent | Added MD5 check to update mechanism (diff) | |
| download | kcc-3a536df626798d4895039c6596fd03bedcfd6b66.tar.gz kcc-3a536df626798d4895039c6596fd03bedcfd6b66.tar.bz2 kcc-3a536df626798d4895039c6596fd03bedcfd6b66.zip | |
Code cleanup
Diffstat (limited to 'kcc-c2e.py')
| -rwxr-xr-x | kcc-c2e.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kcc-c2e.py b/kcc-c2e.py index 71a3936..d9c548e 100755 --- a/kcc-c2e.py +++ b/kcc-c2e.py @@ -1,8 +1,8 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright (c) 2012-2013 Ciro Mattia Gonano <[email protected]> -# Copyright (c) 2013 Pawel Jastrzebski <[email protected]> +# Copyright (c) 2012-2014 Ciro Mattia Gonano <[email protected]> +# Copyright (c) 2013-2014 Pawel Jastrzebski <[email protected]> # # Permission to use, copy, modify, and/or distribute this software for # any purpose with or without fee is hereby granted, provided that the @@ -20,7 +20,7 @@ __version__ = '4.0' __license__ = 'ISC' -__copyright__ = '2012-2013, Ciro Mattia Gonano <[email protected]>, Pawel Jastrzebski <[email protected]>' +__copyright__ = '2012-2014, Ciro Mattia Gonano <[email protected]>, Pawel Jastrzebski <[email protected]>' __docformat__ = 'restructuredtext en' import sys |