diff options
| author | Paweł Jastrzębski <[email protected]> | 2014-05-14 20:23:12 +0200 |
|---|---|---|
| committer | Paweł Jastrzębski <[email protected]> | 2014-05-14 20:23:12 +0200 |
| commit | 49d2a7fbabe6035d61114616bfd64f0479ae06aa (patch) | |
| tree | e56adced3625f3e5e027e81873760d62b0a5eb57 /kcc.py | |
| parent | Fixed tiny bugs (diff) | |
| download | kcc-49d2a7fbabe6035d61114616bfd64f0479ae06aa.tar.gz kcc-49d2a7fbabe6035d61114616bfd64f0479ae06aa.tar.bz2 kcc-49d2a7fbabe6035d61114616bfd64f0479ae06aa.zip | |
Changed domain
Diffstat (limited to 'kcc.py')
| -rwxr-xr-x | kcc.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcc.py b/kcc.py index 61cdc70..4f40490 100755 --- a/kcc.py +++ b/kcc.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Copyright (c) 2012-2014 Ciro Mattia Gonano <[email protected]> -# Copyright (c) 2013-2014 Pawel Jastrzebski <[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.2' __license__ = 'ISC' -__copyright__ = '2012-2014, 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 |