[atomix] Update FSF Address



commit 7c2d24e2ca1cdff5e37c768c1feda3e38a766067
Author: Dominique Leuenberger <dimstar opensuse org>
Date:   Wed Jan 8 21:15:26 2014 +0100

    Update FSF Address
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721542

 COPYING                           |    4 ++--
 src/board.c                       |    2 +-
 src/board.h                       |    2 +-
 src/canvas_helper.c               |    2 +-
 src/canvas_helper.h               |    2 +-
 src/clock.c                       |    2 +-
 src/clock.h                       |    2 +-
 src/games-debug.c                 |    2 +-
 src/games-debug.h                 |    2 +-
 src/games-gtk-compat.h            |    2 +-
 src/games-profile.c               |    2 +-
 src/games-profile.h               |    2 +-
 src/games-runtime.c               |    2 +-
 src/games-runtime.h               |    2 +-
 src/games-score.c                 |    4 ++--
 src/games-score.h                 |    4 ++--
 src/games-scores-backend.c        |    4 ++--
 src/games-scores-backend.h        |    4 ++--
 src/games-scores-dialog-private.h |    2 +-
 src/games-scores-dialog.c         |    2 +-
 src/games-scores-dialog.h         |    2 +-
 src/games-scores.c                |    2 +-
 src/games-scores.h                |    2 +-
 src/games-show.c                  |    2 +-
 src/games-show.h                  |    2 +-
 src/goal-view.c                   |    2 +-
 src/goal-view.h                   |    2 +-
 src/goal.c                        |    2 +-
 src/goal.h                        |    2 +-
 src/level-convert.c               |    2 +-
 src/level-manager.c               |    2 +-
 src/level-manager.h               |    2 +-
 src/level-private.h               |    2 +-
 src/level.c                       |    2 +-
 src/level.h                       |    2 +-
 src/main.c                        |    2 +-
 src/main.h                        |    2 +-
 src/playfield.c                   |    2 +-
 src/playfield.h                   |    2 +-
 src/preferences.c                 |    2 +-
 src/preferences.h                 |    2 +-
 src/theme-manager.c               |    2 +-
 src/theme-manager.h               |    2 +-
 src/theme-private.h               |    2 +-
 src/theme.c                       |    2 +-
 src/theme.h                       |    2 +-
 src/tile.c                        |    2 +-
 src/tile.h                        |    2 +-
 src/undo.c                        |    2 +-
 src/undo.h                        |    2 +-
 50 files changed, 55 insertions(+), 55 deletions(-)
---
diff --git a/COPYING b/COPYING
index d60c31a..623b625 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/src/board.c b/src/board.c
index 78efc04..37516e8 100644
--- a/src/board.c
+++ b/src/board.c
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include <gdk/gdkkeysyms.h>
diff --git a/src/board.h b/src/board.h
index 948e314..505dd7a 100644
--- a/src/board.h
+++ b/src/board.h
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef _ATOMIX_BOARD_H_
diff --git a/src/canvas_helper.c b/src/canvas_helper.c
index a0ce58c..5d9e866 100644
--- a/src/canvas_helper.c
+++ b/src/canvas_helper.c
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 #include "main.h"
 #include "math.h"
diff --git a/src/canvas_helper.h b/src/canvas_helper.h
index 349f62f..e9aec4f 100644
--- a/src/canvas_helper.h
+++ b/src/canvas_helper.h
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 #ifndef _ATOMIX_CANVAS_HELPER_H_
 #define _ATOMIX_CANVAS_HELPER_H_
diff --git a/src/clock.c b/src/clock.c
index a40dcfe..35c68f6 100644
--- a/src/clock.c
+++ b/src/clock.c
@@ -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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include <time.h>
diff --git a/src/clock.h b/src/clock.h
index 40a0a24..cd4838e 100644
--- a/src/clock.h
+++ b/src/clock.h
@@ -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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include <time.h>
diff --git a/src/games-debug.c b/src/games-debug.c
index a424e8a..cc7cc67 100644
--- a/src/games-debug.c
+++ b/src/games-debug.c
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Library General Public
  * License along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include <config.h>
diff --git a/src/games-debug.h b/src/games-debug.h
index bd1dcce..3b9688d 100644
--- a/src/games-debug.h
+++ b/src/games-debug.h
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Library General Public
  * License along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 /* The interfaces in this file are subject to change at any time. */
diff --git a/src/games-gtk-compat.h b/src/games-gtk-compat.h
index 4a2a022..c86e3bb 100644
--- a/src/games-gtk-compat.h
+++ b/src/games-gtk-compat.h
@@ -13,7 +13,7 @@
  *
  *  You should have received a copy of the GNU Lesser General Public License
  *  along with this runtime; 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.
  */
 
 #ifndef GAMES_GTK_COMPAT_H
diff --git a/src/games-profile.c b/src/games-profile.c
index fb644a0..cde0324 100644
--- a/src/games-profile.c
+++ b/src/games-profile.c
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Authors: William Jon McCann <mccann jhu edu>
  */
diff --git a/src/games-profile.h b/src/games-profile.h
index fa0bfae..bfbeb0b 100644
--- a/src/games-profile.h
+++ b/src/games-profile.h
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Authors: William Jon McCann <mccann jhu edu>
  */
diff --git a/src/games-runtime.c b/src/games-runtime.c
index 1a23239..9a63b19 100644
--- a/src/games-runtime.c
+++ b/src/games-runtime.c
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this runtime; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  * USA
  */
 
diff --git a/src/games-runtime.h b/src/games-runtime.h
index 23fd30e..adb5206 100644
--- a/src/games-runtime.h
+++ b/src/games-runtime.h
@@ -13,7 +13,7 @@
  *
  *  You should have received a copy of the GNU Lesser General Public License
  *  along with this runtime; 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.
  */
 
 #ifndef GAMES_RUNTIME_H
diff --git a/src/games-score.c b/src/games-score.c
index 51d8291..8c5ce75 100644
--- a/src/games-score.c
+++ b/src/games-score.c
@@ -13,8 +13,8 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
 
 #include <config.h>
diff --git a/src/games-score.h b/src/games-score.h
index 1ef7a5b..03bfec7 100644
--- a/src/games-score.h
+++ b/src/games-score.h
@@ -13,8 +13,8 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
 
 #ifndef GAMES_SCORE_H
diff --git a/src/games-scores-backend.c b/src/games-scores-backend.c
index c93330f..530fced 100644
--- a/src/games-scores-backend.c
+++ b/src/games-scores-backend.c
@@ -14,8 +14,8 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
 
 #include <config.h>
diff --git a/src/games-scores-backend.h b/src/games-scores-backend.h
index 2247cb5..d37aa78 100644
--- a/src/games-scores-backend.h
+++ b/src/games-scores-backend.h
@@ -14,8 +14,8 @@
   *
   * You should have received a copy of the GNU Lesser General Public
   * License along with this library; if not, write to the
-  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-  * Boston, MA 02111-1307, USA.
+  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+  * Boston, MA 02110-1301, USA.
   */
 
 #ifndef GAMES_SCORES_BACKEND_H
diff --git a/src/games-scores-dialog-private.h b/src/games-scores-dialog-private.h
index 6260ed7..ebe0644 100644
--- a/src/games-scores-dialog-private.h
+++ b/src/games-scores-dialog-private.h
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Library General Public License
    along with this library; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 /* Authors:   Callum McKenzie <callum physics otago ac nz> */
 
diff --git a/src/games-scores-dialog.c b/src/games-scores-dialog.c
index 3209090..03f6279 100644
--- a/src/games-scores-dialog.c
+++ b/src/games-scores-dialog.c
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Library General Public License
    along with this library; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 /* Authors:   Callum McKenzie <callum physics otago ac nz> */
 
diff --git a/src/games-scores-dialog.h b/src/games-scores-dialog.h
index f63333d..ba39ed8 100644
--- a/src/games-scores-dialog.h
+++ b/src/games-scores-dialog.h
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Library General Public License
    along with this library; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 /* Authors:   Callum McKenzie <callum physics otago ac nz> */
 
diff --git a/src/games-scores.c b/src/games-scores.c
index 8972a09..2f2c7a7 100644
--- a/src/games-scores.c
+++ b/src/games-scores.c
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU Library General Public License
  * along with this library; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  
  * 
  */
 
diff --git a/src/games-scores.h b/src/games-scores.h
index 1c09d30..38ee0ad 100644
--- a/src/games-scores.h
+++ b/src/games-scores.h
@@ -14,7 +14,7 @@
  *
  * You should have received a copy of the GNU Library General Public License
  * along with this library; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
  *
  */
 
diff --git a/src/games-show.c b/src/games-show.c
index aa4388d..dd747d5 100644
--- a/src/games-show.c
+++ b/src/games-show.c
@@ -14,7 +14,7 @@
  *
  *  You should have received a copy of the GNU Lesser General Public License
  *  along with this runtime; 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.
  */
 
 #include <config.h>
diff --git a/src/games-show.h b/src/games-show.h
index 721d442..1493028 100644
--- a/src/games-show.h
+++ b/src/games-show.h
@@ -14,7 +14,7 @@
  *
  *  You should have received a copy of the GNU Lesser General Public License
  *  along with this runtime; 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.
  */
 
 #ifndef GAMES_SHOW_H
diff --git a/src/goal-view.c b/src/goal-view.c
index 4c25d51..87d9b51 100644
--- a/src/goal-view.c
+++ b/src/goal-view.c
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include "goal-view.h"
diff --git a/src/goal-view.h b/src/goal-view.h
index 80a6345..aa96b7d 100644
--- a/src/goal-view.h
+++ b/src/goal-view.h
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef _ATOMIX_GOAL_VIEW_H_
diff --git a/src/goal.c b/src/goal.c
index a87fbec..abb829b 100644
--- a/src/goal.c
+++ b/src/goal.c
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include <libxml/parser.h>
diff --git a/src/goal.h b/src/goal.h
index f7e5ec4..e780a3c 100644
--- a/src/goal.h
+++ b/src/goal.h
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef _ATOMIX_GOAL_H_
diff --git a/src/level-convert.c b/src/level-convert.c
index b9fd4a9..cc3cfc1 100644
--- a/src/level-convert.c
+++ b/src/level-convert.c
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include <glib.h>
diff --git a/src/level-manager.c b/src/level-manager.c
index 2aa7ea0..7ac471e 100644
--- a/src/level-manager.c
+++ b/src/level-manager.c
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include <glib/gi18n.h>
diff --git a/src/level-manager.h b/src/level-manager.h
index c80d4cd..8616228 100644
--- a/src/level-manager.h
+++ b/src/level-manager.h
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 #ifndef _ATOMIX_LEVEL_MANAGER_H_
 #define _ATOMIX_LEVEL_MANAGER_H_
diff --git a/src/level-private.h b/src/level-private.h
index a98e2ff..dee47d5 100644
--- a/src/level-private.h
+++ b/src/level-private.h
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef _ATOMIX_LEVEL_PRIVATE_H_
diff --git a/src/level.c b/src/level.c
index 1d84ce2..655819e 100644
--- a/src/level.c
+++ b/src/level.c
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include <sys/types.h>
diff --git a/src/level.h b/src/level.h
index f7ead9e..46e6041 100644
--- a/src/level.h
+++ b/src/level.h
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef _ATOMIX_LEVEL_H 
diff --git a/src/main.c b/src/main.c
index a3a2979..dea13d3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include "config.h"
diff --git a/src/main.h b/src/main.h
index 4922852..193adeb 100644
--- a/src/main.h
+++ b/src/main.h
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef _ATOMIX_MAIN_H_
diff --git a/src/playfield.c b/src/playfield.c
index 013a406..dfd0d67 100644
--- a/src/playfield.c
+++ b/src/playfield.c
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 #include "playfield.h"
 
diff --git a/src/playfield.h b/src/playfield.h
index cb37026..db68a2a 100644
--- a/src/playfield.h
+++ b/src/playfield.h
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef _ATOMIX_PLAY_FIELD_H
diff --git a/src/preferences.c b/src/preferences.c
index c23555a..e1bdac1 100644
--- a/src/preferences.c
+++ b/src/preferences.c
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include "preferences.h"
diff --git a/src/preferences.h b/src/preferences.h
index 0329cf6..c6c0f75 100644
--- a/src/preferences.h
+++ b/src/preferences.h
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef _ATOMIX_PREFERENCES_H_
diff --git a/src/theme-manager.c b/src/theme-manager.c
index c0b0943..92f480b 100644
--- a/src/theme-manager.c
+++ b/src/theme-manager.c
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include <glib/gi18n.h>
diff --git a/src/theme-manager.h b/src/theme-manager.h
index 0579ff1..4f0452e 100644
--- a/src/theme-manager.h
+++ b/src/theme-manager.h
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef _ATOMIX_THEME_MANAGER_H_
diff --git a/src/theme-private.h b/src/theme-private.h
index 054f346..f6bd20c 100644
--- a/src/theme-private.h
+++ b/src/theme-private.h
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef _ATOMIX_THEME_PRIVATE_H_
diff --git a/src/theme.c b/src/theme.c
index 9792feb..9ef448c 100644
--- a/src/theme.c
+++ b/src/theme.c
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include "theme.h"
diff --git a/src/theme.h b/src/theme.h
index 55ed630..a12f66e 100644
--- a/src/theme.h
+++ b/src/theme.h
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef _ATOMIX_THEME_H_
diff --git a/src/tile.c b/src/tile.c
index aabeb93..708fbd2 100644
--- a/src/tile.c
+++ b/src/tile.c
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include "tile.h"
diff --git a/src/tile.h b/src/tile.h
index c454474..c175a79 100644
--- a/src/tile.h
+++ b/src/tile.h
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef _TILE_H_
diff --git a/src/undo.c b/src/undo.c
index 1f09292..4c4b4dd 100644
--- a/src/undo.c
+++ b/src/undo.c
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 #include "main.h"
 #include "undo.h"
diff --git a/src/undo.h b/src/undo.h
index 52c0fd4..c3292bf 100644
--- a/src/undo.h
+++ b/src/undo.h
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef _ATOMIX_UNDO_H_


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