diff options
author | Steve Zesch <[email protected]> | 2012-10-09 11:52:46 -0400 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-10-09 11:52:46 -0400 |
commit | 0d9a417255df1620855f232717463097761b09d6 (patch) | |
tree | e7f5ee521661898f665ab54f13fea94ede966dae /timer-applet/src/timerapplet/core | |
parent | aa7404034434537a1841d26ead87351047736a89 (diff) | |
download | mate-applets-0d9a417255df1620855f232717463097761b09d6.tar.bz2 mate-applets-0d9a417255df1620855f232717463097761b09d6.tar.xz |
Fixed fsf addresses. Closes #18.
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 |