summaryrefslogtreecommitdiff
path: root/timer-applet/src/timerapplet
diff options
context:
space:
mode:
Diffstat (limited to 'timer-applet/src/timerapplet')
-rw-r--r--timer-applet/src/timerapplet/config.py2
-rw-r--r--timer-applet/src/timerapplet/controllers/GlobalController.py2
-rw-r--r--timer-applet/src/timerapplet/controllers/TimerApplet.py2
-rw-r--r--timer-applet/src/timerapplet/controllers/TimerManagerService.py2
-rw-r--r--timer-applet/src/timerapplet/controllers/TimerService.py2
-rw-r--r--timer-applet/src/timerapplet/controllers/__init__.py2
-rw-r--r--timer-applet/src/timerapplet/core/AppletMateConfWrapper.py2
-rw-r--r--timer-applet/src/timerapplet/core/PresetsStore.py2
-rw-r--r--timer-applet/src/timerapplet/core/Timer.py2
-rw-r--r--timer-applet/src/timerapplet/core/__init__.py2
-rw-r--r--timer-applet/src/timerapplet/logger.py2
-rw-r--r--timer-applet/src/timerapplet/ui/AddEditPresetDialog.py2
-rw-r--r--timer-applet/src/timerapplet/ui/ContinueTimerDialog.py2
-rw-r--r--timer-applet/src/timerapplet/ui/DurationChooser.py2
-rw-r--r--timer-applet/src/timerapplet/ui/ManagePresetsDialog.py2
-rw-r--r--timer-applet/src/timerapplet/ui/Notifier.py2
-rw-r--r--timer-applet/src/timerapplet/ui/PieMeter.py2
-rw-r--r--timer-applet/src/timerapplet/ui/PreferencesDialog.py2
-rw-r--r--timer-applet/src/timerapplet/ui/PulseButton.py2
-rw-r--r--timer-applet/src/timerapplet/ui/ScrollableButtonList.py2
-rw-r--r--timer-applet/src/timerapplet/ui/StartNextTimerDialog.py2
-rw-r--r--timer-applet/src/timerapplet/ui/StartTimerDialog.py2
-rw-r--r--timer-applet/src/timerapplet/ui/StatusButton.py2
-rw-r--r--timer-applet/src/timerapplet/ui/__init__.py2
-rw-r--r--timer-applet/src/timerapplet/utils.py2
25 files changed, 25 insertions, 25 deletions
diff --git a/timer-applet/src/timerapplet/config.py b/timer-applet/src/timerapplet/config.py
index ca8a4f9d6..423768457 100644
--- a/timer-applet/src/timerapplet/config.py
+++ b/timer-applet/src/timerapplet/config.py
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import os.path as path
diff --git a/timer-applet/src/timerapplet/controllers/GlobalController.py b/timer-applet/src/timerapplet/controllers/GlobalController.py
index 860573a6a..fd3af2b1c 100644
--- a/timer-applet/src/timerapplet/controllers/GlobalController.py
+++ b/timer-applet/src/timerapplet/controllers/GlobalController.py
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
from gettext import gettext as _
import gtk
diff --git a/timer-applet/src/timerapplet/controllers/TimerApplet.py b/timer-applet/src/timerapplet/controllers/TimerApplet.py
index 3c53754a7..510b042d2 100644
--- a/timer-applet/src/timerapplet/controllers/TimerApplet.py
+++ b/timer-applet/src/timerapplet/controllers/TimerApplet.py
@@ -13,7 +13,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
from gettext import gettext as _
from gettext import ngettext
diff --git a/timer-applet/src/timerapplet/controllers/TimerManagerService.py b/timer-applet/src/timerapplet/controllers/TimerManagerService.py
index ca9028847..b33155a86 100644
--- a/timer-applet/src/timerapplet/controllers/TimerManagerService.py
+++ b/timer-applet/src/timerapplet/controllers/TimerManagerService.py
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import dbus
import dbus.service
diff --git a/timer-applet/src/timerapplet/controllers/TimerService.py b/timer-applet/src/timerapplet/controllers/TimerService.py
index 029761010..a4b25b8a2 100644
--- a/timer-applet/src/timerapplet/controllers/TimerService.py
+++ b/timer-applet/src/timerapplet/controllers/TimerService.py
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import dbus
import dbus.service
diff --git a/timer-applet/src/timerapplet/controllers/__init__.py b/timer-applet/src/timerapplet/controllers/__init__.py
index b0b130ef9..471dd2566 100644
--- a/timer-applet/src/timerapplet/controllers/__init__.py
+++ b/timer-applet/src/timerapplet/controllers/__init__.py
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
from GlobalController import GlobalController
from TimerApplet import TimerApplet
diff --git a/timer-applet/src/timerapplet/core/AppletMateConfWrapper.py b/timer-applet/src/timerapplet/core/AppletMateConfWrapper.py
index c5d096194..8e4cecb53 100644
--- a/timer-applet/src/timerapplet/core/AppletMateConfWrapper.py
+++ b/timer-applet/src/timerapplet/core/AppletMateConfWrapper.py
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
from os import path
import mateconf
diff --git a/timer-applet/src/timerapplet/core/PresetsStore.py b/timer-applet/src/timerapplet/core/PresetsStore.py
index edd5655a7..6c9323b7f 100644
--- a/timer-applet/src/timerapplet/core/PresetsStore.py
+++ b/timer-applet/src/timerapplet/core/PresetsStore.py
@@ -13,7 +13,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
try:
from xml.etree import ElementTree as et
diff --git a/timer-applet/src/timerapplet/core/Timer.py b/timer-applet/src/timerapplet/core/Timer.py
index f4ba57a27..d2f8c6954 100644
--- a/timer-applet/src/timerapplet/core/Timer.py
+++ b/timer-applet/src/timerapplet/core/Timer.py
@@ -13,7 +13,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import datetime
import time
diff --git a/timer-applet/src/timerapplet/core/__init__.py b/timer-applet/src/timerapplet/core/__init__.py
index 861b496d6..257837d52 100644
--- a/timer-applet/src/timerapplet/core/__init__.py
+++ b/timer-applet/src/timerapplet/core/__init__.py
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
from Timer import Timer
from PresetsStore import PresetsStore
diff --git a/timer-applet/src/timerapplet/logger.py b/timer-applet/src/timerapplet/logger.py
index c40c0aac5..489ee9c4f 100644
--- a/timer-applet/src/timerapplet/logger.py
+++ b/timer-applet/src/timerapplet/logger.py
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import logging
diff --git a/timer-applet/src/timerapplet/ui/AddEditPresetDialog.py b/timer-applet/src/timerapplet/ui/AddEditPresetDialog.py
index d67737692..ce9d0aeec 100644
--- a/timer-applet/src/timerapplet/ui/AddEditPresetDialog.py
+++ b/timer-applet/src/timerapplet/ui/AddEditPresetDialog.py
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import gtk
import gtk.glade as glade
diff --git a/timer-applet/src/timerapplet/ui/ContinueTimerDialog.py b/timer-applet/src/timerapplet/ui/ContinueTimerDialog.py
index a6b1bfb2e..5353139f5 100644
--- a/timer-applet/src/timerapplet/ui/ContinueTimerDialog.py
+++ b/timer-applet/src/timerapplet/ui/ContinueTimerDialog.py
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
from gettext import gettext as _
import gtk
diff --git a/timer-applet/src/timerapplet/ui/DurationChooser.py b/timer-applet/src/timerapplet/ui/DurationChooser.py
index 77d0a7ed8..bd8d35ae8 100644
--- a/timer-applet/src/timerapplet/ui/DurationChooser.py
+++ b/timer-applet/src/timerapplet/ui/DurationChooser.py
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
from gettext import gettext as _
import math
diff --git a/timer-applet/src/timerapplet/ui/ManagePresetsDialog.py b/timer-applet/src/timerapplet/ui/ManagePresetsDialog.py
index 0ee386251..80f97bdb8 100644
--- a/timer-applet/src/timerapplet/ui/ManagePresetsDialog.py
+++ b/timer-applet/src/timerapplet/ui/ManagePresetsDialog.py
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import gobject
import gtk
diff --git a/timer-applet/src/timerapplet/ui/Notifier.py b/timer-applet/src/timerapplet/ui/Notifier.py
index 92e814b77..91db1517a 100644
--- a/timer-applet/src/timerapplet/ui/Notifier.py
+++ b/timer-applet/src/timerapplet/ui/Notifier.py
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import gobject
import pynotify
diff --git a/timer-applet/src/timerapplet/ui/PieMeter.py b/timer-applet/src/timerapplet/ui/PieMeter.py
index f97d02d72..9bec5e5c9 100644
--- a/timer-applet/src/timerapplet/ui/PieMeter.py
+++ b/timer-applet/src/timerapplet/ui/PieMeter.py
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import math
import gobject
diff --git a/timer-applet/src/timerapplet/ui/PreferencesDialog.py b/timer-applet/src/timerapplet/ui/PreferencesDialog.py
index 6341fe8d4..d42ae9116 100644
--- a/timer-applet/src/timerapplet/ui/PreferencesDialog.py
+++ b/timer-applet/src/timerapplet/ui/PreferencesDialog.py
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import gobject
import gtk
diff --git a/timer-applet/src/timerapplet/ui/PulseButton.py b/timer-applet/src/timerapplet/ui/PulseButton.py
index 8a9fe48cd..9694ea485 100644
--- a/timer-applet/src/timerapplet/ui/PulseButton.py
+++ b/timer-applet/src/timerapplet/ui/PulseButton.py
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import math
import time
diff --git a/timer-applet/src/timerapplet/ui/ScrollableButtonList.py b/timer-applet/src/timerapplet/ui/ScrollableButtonList.py
index 2f8bb378d..0af6e51df 100644
--- a/timer-applet/src/timerapplet/ui/ScrollableButtonList.py
+++ b/timer-applet/src/timerapplet/ui/ScrollableButtonList.py
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import gtk
diff --git a/timer-applet/src/timerapplet/ui/StartNextTimerDialog.py b/timer-applet/src/timerapplet/ui/StartNextTimerDialog.py
index ad9aca1bb..11886c874 100644
--- a/timer-applet/src/timerapplet/ui/StartNextTimerDialog.py
+++ b/timer-applet/src/timerapplet/ui/StartNextTimerDialog.py
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
"""
The Start Next Timer dialog
diff --git a/timer-applet/src/timerapplet/ui/StartTimerDialog.py b/timer-applet/src/timerapplet/ui/StartTimerDialog.py
index 69728c73a..3d0b4f49f 100644
--- a/timer-applet/src/timerapplet/ui/StartTimerDialog.py
+++ b/timer-applet/src/timerapplet/ui/StartTimerDialog.py
@@ -13,7 +13,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import gobject
import gtk
diff --git a/timer-applet/src/timerapplet/ui/StatusButton.py b/timer-applet/src/timerapplet/ui/StatusButton.py
index cde076fe4..23e939ce0 100644
--- a/timer-applet/src/timerapplet/ui/StatusButton.py
+++ b/timer-applet/src/timerapplet/ui/StatusButton.py
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import gtk
from PulseButton import PulseButton
diff --git a/timer-applet/src/timerapplet/ui/__init__.py b/timer-applet/src/timerapplet/ui/__init__.py
index 2b0b05ba1..a0da1fa4e 100644
--- a/timer-applet/src/timerapplet/ui/__init__.py
+++ b/timer-applet/src/timerapplet/ui/__init__.py
@@ -12,7 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
from AddEditPresetDialog import AddEditPresetDialog
from ContinueTimerDialog import ContinueTimerDialog
diff --git a/timer-applet/src/timerapplet/utils.py b/timer-applet/src/timerapplet/utils.py
index 53bfdc210..021135017 100644
--- a/timer-applet/src/timerapplet/utils.py
+++ b/timer-applet/src/timerapplet/utils.py
@@ -13,7 +13,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
from gettext import gettext as _