[gnome-schedule] Update FSF address.



commit 11397657367a2cf0e0c0946e87071175dacdfb50
Author: Gaute Hope <eg gaute vetsj com>
Date:   Fri Apr 27 12:56:38 2012 +0200

    Update FSF address.
    
    grep -R 'Foundation, Inc.' * -l | xargs sed -e 's|Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02110-1301, USA.|Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.|g' -i'

 COPYING                      |    4 ++--
 dist/packtranslations.sh     |    2 +-
 src/addWindow.py             |    2 +-
 src/at.py                    |    2 +-
 src/atEditor.py              |    2 +-
 src/config.py.in             |    2 +-
 src/crontab.py               |    2 +-
 src/crontabEditor.py         |    2 +-
 src/crontabEditorHelper.py   |    2 +-
 src/data.py                  |    2 +-
 src/examples/dump.py         |    2 +-
 src/examples/surerun.sh      |    2 +-
 src/gnome-schedule-export.py |    2 +-
 src/gnome-schedule-import.py |    2 +-
 src/lang.py                  |    2 +-
 src/mainWindow.py            |    2 +-
 src/setuserWindow.py         |    2 +-
 src/template.py              |    2 +-
 src/template_chooser.py      |    2 +-
 src/template_manager.py      |    2 +-
 src/xwrapper.py              |    2 +-
 21 files changed, 22 insertions(+), 22 deletions(-)
---
diff --git a/COPYING b/COPYING
index d60c31a..fbb3eac 100644
--- a/COPYING
+++ b/COPYING
@@ -2,7 +2,7 @@
 		       Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found.
 
     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 Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 
 Also add information on how to contact you by electronic and paper mail.
diff --git a/dist/packtranslations.sh b/dist/packtranslations.sh
index 19a4324..bf964df 100755
--- a/dist/packtranslations.sh
+++ b/dist/packtranslations.sh
@@ -16,7 +16,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 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 tar=/bin/tar
 
diff --git a/src/addWindow.py b/src/addWindow.py
index ec8c3e8..1f38d1d 100644
--- a/src/addWindow.py
+++ b/src/addWindow.py
@@ -15,7 +15,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 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #pygtk modules
 import gtk
diff --git a/src/at.py b/src/at.py
index aa97216..7b30195 100644
--- a/src/at.py
+++ b/src/at.py
@@ -16,7 +16,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 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #python modules
 import re
diff --git a/src/atEditor.py b/src/atEditor.py
index 096abe2..8d56fab 100644
--- a/src/atEditor.py
+++ b/src/atEditor.py
@@ -15,7 +15,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 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #pygtk modules
 import gtk
diff --git a/src/config.py.in b/src/config.py.in
index 2096c6d..a8ff1b5 100644
--- a/src/config.py.in
+++ b/src/config.py.in
@@ -15,7 +15,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 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 version = "@VERSION@"
 image_dir = "@prefix@/share/pixmaps/gnome-schedule"
diff --git a/src/crontab.py b/src/crontab.py
index d77e2ed..b748d1c 100644
--- a/src/crontab.py
+++ b/src/crontab.py
@@ -15,7 +15,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 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #python modules
 import re
diff --git a/src/crontabEditor.py b/src/crontabEditor.py
index 18d5504..7379d07 100644
--- a/src/crontabEditor.py
+++ b/src/crontabEditor.py
@@ -15,7 +15,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 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #pygtk modules
 import gtk
diff --git a/src/crontabEditorHelper.py b/src/crontabEditorHelper.py
index f617ba3..3bc43a3 100644
--- a/src/crontabEditorHelper.py
+++ b/src/crontabEditorHelper.py
@@ -14,7 +14,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 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #pygtk modules
 import gtk
diff --git a/src/data.py b/src/data.py
index 6862ab1..9d99724 100644
--- a/src/data.py
+++ b/src/data.py
@@ -15,7 +15,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 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #pygtk modules
 import gconf
diff --git a/src/examples/dump.py b/src/examples/dump.py
index 972fadf..12f1c43 100755
--- a/src/examples/dump.py
+++ b/src/examples/dump.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 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #python
 import sys
diff --git a/src/examples/surerun.sh b/src/examples/surerun.sh
index f18adfc..b462748 100755
--- a/src/examples/surerun.sh
+++ b/src/examples/surerun.sh
@@ -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 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 # Checks if a task has been run since midnight; otherwise run it
 # and update timestamp.
diff --git a/src/gnome-schedule-export.py b/src/gnome-schedule-export.py
index 9596a70..5181411 100755
--- a/src/gnome-schedule-export.py
+++ b/src/gnome-schedule-export.py
@@ -15,7 +15,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 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #python
 import sys
diff --git a/src/gnome-schedule-import.py b/src/gnome-schedule-import.py
index 161d17c..69de337 100755
--- a/src/gnome-schedule-import.py
+++ b/src/gnome-schedule-import.py
@@ -15,7 +15,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 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #python
 import sys
diff --git a/src/lang.py b/src/lang.py
index 0ea2c17..2c834f6 100644
--- a/src/lang.py
+++ b/src/lang.py
@@ -16,7 +16,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 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 # Don't touch the first line :-) unless you know why and you need to touch
 # it for your language. Also if you changed the formatting using your
diff --git a/src/mainWindow.py b/src/mainWindow.py
index 6b8a311..a514276 100644
--- a/src/mainWindow.py
+++ b/src/mainWindow.py
@@ -15,7 +15,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 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #pygtk modules
 import gtk
diff --git a/src/setuserWindow.py b/src/setuserWindow.py
index 4da8d9b..aaa14f5 100644
--- a/src/setuserWindow.py
+++ b/src/setuserWindow.py
@@ -15,7 +15,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 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #pygtk modules
 import gtk
diff --git a/src/template.py b/src/template.py
index 1b1b83a..4340094 100644
--- a/src/template.py
+++ b/src/template.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 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #pygtk
 import gconf
diff --git a/src/template_chooser.py b/src/template_chooser.py
index 4c3d5ef..41fd940 100644
--- a/src/template_chooser.py
+++ b/src/template_chooser.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 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 # pygtk/python modules
 import gtk
diff --git a/src/template_manager.py b/src/template_manager.py
index b360bbd..dd348c2 100644
--- a/src/template_manager.py
+++ b/src/template_manager.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 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 # pygtk/python modules
 import gtk
diff --git a/src/xwrapper.py b/src/xwrapper.py
index 4afe622..db56a08 100755
--- a/src/xwrapper.py
+++ b/src/xwrapper.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 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #python
 import sys



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]