diff options
Diffstat (limited to 'timer-applet/src/timerapplet/core')
4 files changed, 4 insertions, 4 deletions
diff --git a/timer-applet/src/timerapplet/core/AppletMateConfWrapper.py b/timer-applet/src/timerapplet/core/AppletMateConfWrapper.py index c5d09619..8e4cecb5 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 edd5655a..6c9323b7 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 f4ba57a2..d2f8c695 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 861b496d..257837d5 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 |