summaryrefslogtreecommitdiff
path: root/timer-applet/src/timerapplet/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'timer-applet/src/timerapplet/controllers')
-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
5 files changed, 5 insertions, 5 deletions
diff --git a/timer-applet/src/timerapplet/controllers/GlobalController.py b/timer-applet/src/timerapplet/controllers/GlobalController.py
index 860573a6..fd3af2b1 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 3c53754a..510b042d 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 ca902884..b33155a8 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 02976101..a4b25b8a 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 b0b130ef..471dd256 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