From 7db7514dbca45c4531b037d7da772888d441527a Mon Sep 17 00:00:00 2001 From: Joshua Minor Date: Sat, 15 Mar 2008 19:30:21 +0000 Subject: Cleaned up headers a bit. --- diff --git a/Speak.activity/activity.py b/Speak.activity/activity.py index fc1275f..c31b5b0 100755 --- a/Speak.activity/activity.py +++ b/Speak.activity/activity.py @@ -1,5 +1,6 @@ # Speak.activity # A simple front end to the espeak text-to-speech engine on the XO laptop +# http://wiki.laptop.org/go/Speak # # Copyright (C) 2008 Joshua Minor # This file is part of Speak.activity @@ -12,13 +13,13 @@ # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Foobar is distributed in the hope that it will be useful, +# Speak.activity is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Foobar. If not, see . +# along with Speak.activity. If not, see . import sys diff --git a/Speak.activity/activity/activity.info b/Speak.activity/activity/activity.info index a594296..5493a64 100644 --- a/Speak.activity/activity/activity.info +++ b/Speak.activity/activity/activity.info @@ -3,5 +3,5 @@ name = Speak service_name = vu.lux.olpc.Speak class = activity.SpeakActivity icon = activity-speak -activity_version = 5 +activity_version = 6 show_launcher = yes diff --git a/Speak.activity/audio.py b/Speak.activity/audio.py index e29ac80..9b37edc 100644 --- a/Speak.activity/audio.py +++ b/Speak.activity/audio.py @@ -1,5 +1,6 @@ # Speak.activity # A simple front end to the espeak text-to-speech engine on the XO laptop +# http://wiki.laptop.org/go/Speak # # Copyright (C) 2008 Joshua Minor # This file is part of Speak.activity @@ -12,13 +13,13 @@ # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Foobar is distributed in the hope that it will be useful, +# Speak.activity is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Foobar. If not, see . +# along with Speak.activity. If not, see . # This code is a stripped down version of the audio grabber from Measure diff --git a/Speak.activity/eye.py b/Speak.activity/eye.py index 689a6d0..fb67f6b 100644 --- a/Speak.activity/eye.py +++ b/Speak.activity/eye.py @@ -1,5 +1,6 @@ # Speak.activity # A simple front end to the espeak text-to-speech engine on the XO laptop +# http://wiki.laptop.org/go/Speak # # Copyright (C) 2008 Joshua Minor # This file is part of Speak.activity @@ -12,13 +13,13 @@ # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Foobar is distributed in the hope that it will be useful, +# Speak.activity is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Foobar. If not, see . +# along with Speak.activity. If not, see . import pygtk import gtk diff --git a/Speak.activity/fft_mouth.py b/Speak.activity/fft_mouth.py index 6f08627..230b673 100644 --- a/Speak.activity/fft_mouth.py +++ b/Speak.activity/fft_mouth.py @@ -1,5 +1,6 @@ # Speak.activity # A simple front end to the espeak text-to-speech engine on the XO laptop +# http://wiki.laptop.org/go/Speak # # Copyright (C) 2008 Joshua Minor # This file is part of Speak.activity @@ -12,13 +13,13 @@ # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Foobar is distributed in the hope that it will be useful, +# Speak.activity is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Foobar. If not, see . +# along with Speak.activity. If not, see . # This code is a stripped down version of the fft view from Measure diff --git a/Speak.activity/glasses.py b/Speak.activity/glasses.py index 61965a6..864ebae 100644 --- a/Speak.activity/glasses.py +++ b/Speak.activity/glasses.py @@ -1,5 +1,6 @@ # Speak.activity # A simple front end to the espeak text-to-speech engine on the XO laptop +# http://wiki.laptop.org/go/Speak # # Copyright (C) 2008 Joshua Minor # This file is part of Speak.activity @@ -12,13 +13,13 @@ # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Foobar is distributed in the hope that it will be useful, +# Speak.activity is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Foobar. If not, see . +# along with Speak.activity. If not, see . from eye import * diff --git a/Speak.activity/mouth.py b/Speak.activity/mouth.py index 7fb7197..d725cf6 100644 --- a/Speak.activity/mouth.py +++ b/Speak.activity/mouth.py @@ -1,5 +1,6 @@ # Speak.activity # A simple front end to the espeak text-to-speech engine on the XO laptop +# http://wiki.laptop.org/go/Speak # # Copyright (C) 2008 Joshua Minor # This file is part of Speak.activity @@ -12,13 +13,13 @@ # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Foobar is distributed in the hope that it will be useful, +# Speak.activity is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Foobar. If not, see . +# along with Speak.activity. If not, see . # This code is a super-stripped down version of the waveform view from Measure diff --git a/Speak.activity/voice.py b/Speak.activity/voice.py index ac364e0..a3bb1c6 100644 --- a/Speak.activity/voice.py +++ b/Speak.activity/voice.py @@ -1,5 +1,6 @@ # Speak.activity # A simple front end to the espeak text-to-speech engine on the XO laptop +# http://wiki.laptop.org/go/Speak # # Copyright (C) 2008 Joshua Minor # This file is part of Speak.activity @@ -12,13 +13,13 @@ # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Foobar is distributed in the hope that it will be useful, +# Speak.activity is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Foobar. If not, see . +# along with Speak.activity. If not, see . import subprocess diff --git a/Speak.activity/waveform_mouth.py b/Speak.activity/waveform_mouth.py index 01ed6d5..05d7249 100644 --- a/Speak.activity/waveform_mouth.py +++ b/Speak.activity/waveform_mouth.py @@ -1,5 +1,6 @@ # Speak.activity # A simple front end to the espeak text-to-speech engine on the XO laptop +# http://wiki.laptop.org/go/Speak # # Copyright (C) 2008 Joshua Minor # This file is part of Speak.activity @@ -12,13 +13,13 @@ # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# Foobar is distributed in the hope that it will be useful, +# Speak.activity is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Foobar. If not, see . +# along with Speak.activity. If not, see . # This code is a stripped down version of the waveform view from Measure -- cgit v0.9.1