From 6b9a7d964f1f33532e2990f57da387128d63a163 Mon Sep 17 00:00:00 2001 From: Abraxa Date: Fri, 5 Sep 2008 22:37:37 +0000 Subject: [PATCH] Added authors git-svn-id: http://www.neo1973-germany.de/svn@127 46df4e5c-bc4e-4628-a0fc-830ba316316d --- epydial/epydial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epydial/epydial.py b/epydial/epydial.py index 2395fb5..1ee2692 100755 --- a/epydial/epydial.py +++ b/epydial/epydial.py @@ -1,6 +1,6 @@ #!/usr/bin/env python2.5 # -*- coding: utf-8 -*- -__author__ = "" +__author__ = "Soeren Apel (abraxa@dar-clan.de), fgau, Thomas Gstaedner (thomas (a) gstaedtner (.) net)" __version__ = "prototype" __copyright__ = "Copyright (c) 2008" __license__ = "GPL3"