Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-07-12 21:44:07 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-07-12 21:44:07 (GMT)
commit76ea30bb252e1e433997f870d50ba7bf2daa433f (patch)
treede40a288f28d41e80ad48cae0452fae5d1a10718
parent561d5cdb663fae373adfe91d0299127987e218fc (diff)
adding aleksey's copyright
-rw-r--r--speak/espeak.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/speak/espeak.py b/speak/espeak.py
index 389045d..1a88af3 100644
--- a/speak/espeak.py
+++ b/speak/espeak.py
@@ -1,3 +1,5 @@
+# Copyright (C) 2009, Aleksey Lim
+#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
@@ -21,6 +23,7 @@ logger = logging.getLogger('speak')
supported = True
+
class BaseAudioGrab(gobject.GObject):
__gsignals__ = {
'new-buffer': (gobject.SIGNAL_RUN_FIRST, None, [gobject.TYPE_PYOBJECT])