summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-11-18 20:45:13 -0500
committerSteve Zesch <[email protected]>2012-11-18 20:45:13 -0500
commite62023ad120276ed867a665bde5df9d5a2fd3589 (patch)
treedd1a23dcf168a1075cb806244ed471c257463cc5
parent71641f29f8847239e8ad3b940d859506caf68d70 (diff)
downloadmate-screensaver-e62023ad120276ed867a665bde5df9d5a2fd3589.tar.bz2
mate-screensaver-e62023ad120276ed867a665bde5df9d5a2fd3589.tar.xz
fixed incorrect fsf addresses
-rw-r--r--savers/floaters.c4
-rw-r--r--savers/gs-theme-engine.c4
-rw-r--r--savers/gs-theme-engine.h2
-rw-r--r--savers/gs-theme-window.c4
-rw-r--r--savers/gs-theme-window.h4
-rw-r--r--savers/gste-popsquares.c4
-rw-r--r--savers/gste-popsquares.h2
-rw-r--r--savers/gste-slideshow.c4
-rw-r--r--savers/gste-slideshow.h2
-rw-r--r--savers/popsquares.c4
-rw-r--r--savers/slideshow.c4
-rw-r--r--src/copy-theme-dialog.c4
-rw-r--r--src/copy-theme-dialog.h4
-rw-r--r--src/gs-auth-pam.c4
-rw-r--r--src/gs-auth-pwent.c4
-rw-r--r--src/gs-auth.h4
-rw-r--r--src/gs-debug.c2
-rw-r--r--src/gs-debug.h2
-rw-r--r--src/gs-fade.c2
-rw-r--r--src/gs-fade.h2
-rw-r--r--src/gs-grab-x11.c4
-rw-r--r--src/gs-grab.h2
-rw-r--r--src/gs-job.c2
-rw-r--r--src/gs-job.h2
-rw-r--r--src/gs-listener-dbus.c2
-rw-r--r--src/gs-listener-dbus.h2
-rw-r--r--src/gs-lock-plug.c2
-rw-r--r--src/gs-lock-plug.h2
-rw-r--r--src/gs-manager.c2
-rw-r--r--src/gs-manager.h2
-rw-r--r--src/gs-monitor.c2
-rw-r--r--src/gs-monitor.h2
-rw-r--r--src/gs-prefs.c2
-rw-r--r--src/gs-prefs.h2
-rw-r--r--src/gs-theme-manager.c2
-rw-r--r--src/gs-theme-manager.h2
-rw-r--r--src/gs-visual-gl.c4
-rw-r--r--src/gs-visual-gl.h2
-rw-r--r--src/gs-watcher-x11.c2
-rw-r--r--src/gs-watcher.h2
-rw-r--r--src/gs-window-x11.c2
-rw-r--r--src/gs-window.h2
-rw-r--r--src/mate-screensaver-command.c4
-rw-r--r--src/mate-screensaver-dialog.c4
-rw-r--r--src/mate-screensaver-gl-helper.c4
-rw-r--r--src/mate-screensaver-preferences.c4
-rw-r--r--src/mate-screensaver.c4
-rw-r--r--src/mate-screensaver.h2
-rw-r--r--src/test-fade.c4
-rw-r--r--src/test-passwd.c4
-rw-r--r--src/test-watcher.c4
-rw-r--r--src/test-window.c4
52 files changed, 76 insertions, 76 deletions
diff --git a/savers/floaters.c b/savers/floaters.c
index 8052e95..d00769a 100644
--- a/savers/floaters.c
+++ b/savers/floaters.c
@@ -15,8 +15,8 @@
*
* You should have received a copy of the GNU Lesser 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.
*
* Originally written by: Ray Strode <[email protected]>
*
diff --git a/savers/gs-theme-engine.c b/savers/gs-theme-engine.c
index 042bc53..f456e42 100644
--- a/savers/gs-theme-engine.c
+++ b/savers/gs-theme-engine.c
@@ -14,8 +14,8 @@
*
* 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.
*
*/
diff --git a/savers/gs-theme-engine.h b/savers/gs-theme-engine.h
index b4dda3a..f3492ab 100644
--- a/savers/gs-theme-engine.h
+++ b/savers/gs-theme-engine.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/savers/gs-theme-window.c b/savers/gs-theme-window.c
index bdc1c88..7e417e1 100644
--- a/savers/gs-theme-window.c
+++ b/savers/gs-theme-window.c
@@ -17,8 +17,8 @@
*
* You should have received a copy of the GNU Lesser 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.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Originally written by: Ray Strode <[email protected]>
*/
diff --git a/savers/gs-theme-window.h b/savers/gs-theme-window.h
index 8223828..798e33c 100644
--- a/savers/gs-theme-window.h
+++ b/savers/gs-theme-window.h
@@ -17,8 +17,8 @@
*
* You should have received a copy of the GNU Lesser 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.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
* Originally written by: Ray Strode <[email protected]>
*/
diff --git a/savers/gste-popsquares.c b/savers/gste-popsquares.c
index 6a6f2e3..6edeba7 100644
--- a/savers/gste-popsquares.c
+++ b/savers/gste-popsquares.c
@@ -14,8 +14,8 @@
*
* 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.
*
*/
diff --git a/savers/gste-popsquares.h b/savers/gste-popsquares.h
index eefb363..a4130c2 100644
--- a/savers/gste-popsquares.h
+++ b/savers/gste-popsquares.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/savers/gste-slideshow.c b/savers/gste-slideshow.c
index 9180be8..42c2267 100644
--- a/savers/gste-slideshow.c
+++ b/savers/gste-slideshow.c
@@ -14,8 +14,8 @@
*
* 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.
*
*/
diff --git a/savers/gste-slideshow.h b/savers/gste-slideshow.h
index b76794f..e3e1042 100644
--- a/savers/gste-slideshow.h
+++ b/savers/gste-slideshow.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/savers/popsquares.c b/savers/popsquares.c
index 22533b6..b87705a 100644
--- a/savers/popsquares.c
+++ b/savers/popsquares.c
@@ -14,8 +14,8 @@
*
* 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.
*
*/
diff --git a/savers/slideshow.c b/savers/slideshow.c
index e406d34..bfcc50e 100644
--- a/savers/slideshow.c
+++ b/savers/slideshow.c
@@ -14,8 +14,8 @@
*
* 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.
*
*/
diff --git a/src/copy-theme-dialog.c b/src/copy-theme-dialog.c
index ed7808d..51c47f2 100644
--- a/src/copy-theme-dialog.c
+++ b/src/copy-theme-dialog.c
@@ -13,8 +13,8 @@
*
* 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.
**/
#include "config.h"
diff --git a/src/copy-theme-dialog.h b/src/copy-theme-dialog.h
index 6e72017..4f18546 100644
--- a/src/copy-theme-dialog.h
+++ b/src/copy-theme-dialog.h
@@ -13,8 +13,8 @@
*
* 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.
**/
#ifndef __COPY_THEME_DIALOG_H__
diff --git a/src/gs-auth-pam.c b/src/gs-auth-pam.c
index 44c8aca..f5c761e 100644
--- a/src/gs-auth-pam.c
+++ b/src/gs-auth-pam.c
@@ -17,8 +17,8 @@
*
* 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.
*
*/
diff --git a/src/gs-auth-pwent.c b/src/gs-auth-pwent.c
index 3fe1b22..0b253c6 100644
--- a/src/gs-auth-pwent.c
+++ b/src/gs-auth-pwent.c
@@ -15,8 +15,8 @@
*
* 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.
*
*/
diff --git a/src/gs-auth.h b/src/gs-auth.h
index 503e92d..480a56a 100644
--- a/src/gs-auth.h
+++ b/src/gs-auth.h
@@ -14,8 +14,8 @@
*
* 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.
*
*/
diff --git a/src/gs-debug.c b/src/gs-debug.c
index 52fbc12..59f71f8 100644
--- a/src/gs-debug.c
+++ b/src/gs-debug.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/gs-debug.h b/src/gs-debug.h
index fdf9fd8..7bddd51 100644
--- a/src/gs-debug.h
+++ b/src/gs-debug.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/gs-fade.c b/src/gs-fade.c
index ba04b67..e894b36 100644
--- a/src/gs-fade.c
+++ b/src/gs-fade.c
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/gs-fade.h b/src/gs-fade.h
index 65f3e7f..4d3df66 100644
--- a/src/gs-fade.h
+++ b/src/gs-fade.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/gs-grab-x11.c b/src/gs-grab-x11.c
index 9eca1ec..40650fb 100644
--- a/src/gs-grab-x11.c
+++ b/src/gs-grab-x11.c
@@ -14,8 +14,8 @@
*
* 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.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/gs-grab.h b/src/gs-grab.h
index 4717f49..0cba10c 100644
--- a/src/gs-grab.h
+++ b/src/gs-grab.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/gs-job.c b/src/gs-job.c
index 30d1f34..0a90ba8 100644
--- a/src/gs-job.c
+++ b/src/gs-job.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/gs-job.h b/src/gs-job.h
index ba7084e..b154017 100644
--- a/src/gs-job.h
+++ b/src/gs-job.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/gs-listener-dbus.c b/src/gs-listener-dbus.c
index 5a4afb4..ed1199f 100644
--- a/src/gs-listener-dbus.c
+++ b/src/gs-listener-dbus.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/gs-listener-dbus.h b/src/gs-listener-dbus.h
index a2e298a..a7cd04f 100644
--- a/src/gs-listener-dbus.h
+++ b/src/gs-listener-dbus.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/gs-lock-plug.c b/src/gs-lock-plug.c
index bad85ac..dff9a5a 100644
--- a/src/gs-lock-plug.c
+++ b/src/gs-lock-plug.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/gs-lock-plug.h b/src/gs-lock-plug.h
index 3217bbf..bbbfaf8 100644
--- a/src/gs-lock-plug.h
+++ b/src/gs-lock-plug.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/gs-manager.c b/src/gs-manager.c
index 276b0c3..de8a638 100644
--- a/src/gs-manager.c
+++ b/src/gs-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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/gs-manager.h b/src/gs-manager.h
index 61e64b6..4e537fe 100644
--- a/src/gs-manager.h
+++ b/src/gs-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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/gs-monitor.c b/src/gs-monitor.c
index c8fdc48..67cf4bb 100644
--- a/src/gs-monitor.c
+++ b/src/gs-monitor.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/gs-monitor.h b/src/gs-monitor.h
index 6acc18c..75c2212 100644
--- a/src/gs-monitor.h
+++ b/src/gs-monitor.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/gs-prefs.c b/src/gs-prefs.c
index af0b95f..6d7f562 100644
--- a/src/gs-prefs.c
+++ b/src/gs-prefs.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/gs-prefs.h b/src/gs-prefs.h
index 7a354dd..fd4cf73 100644
--- a/src/gs-prefs.h
+++ b/src/gs-prefs.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/gs-theme-manager.c b/src/gs-theme-manager.c
index 32b086f..350e28c 100644
--- a/src/gs-theme-manager.c
+++ b/src/gs-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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/gs-theme-manager.h b/src/gs-theme-manager.h
index 5b79309..aaaf532 100644
--- a/src/gs-theme-manager.h
+++ b/src/gs-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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/gs-visual-gl.c b/src/gs-visual-gl.c
index 7a71c79..ac4c535 100644
--- a/src/gs-visual-gl.c
+++ b/src/gs-visual-gl.c
@@ -15,8 +15,8 @@
*
* 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.
*
*/
diff --git a/src/gs-visual-gl.h b/src/gs-visual-gl.h
index fca138c..09cbdd9 100644
--- a/src/gs-visual-gl.h
+++ b/src/gs-visual-gl.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
diff --git a/src/gs-watcher-x11.c b/src/gs-watcher-x11.c
index 1e3114e..39c10a6 100644
--- a/src/gs-watcher-x11.c
+++ b/src/gs-watcher-x11.c
@@ -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 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/gs-watcher.h b/src/gs-watcher.h
index be06bc7..9c88723 100644
--- a/src/gs-watcher.h
+++ b/src/gs-watcher.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/gs-window-x11.c b/src/gs-window-x11.c
index 2e6f0f7..878893b 100644
--- a/src/gs-window-x11.c
+++ b/src/gs-window-x11.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/gs-window.h b/src/gs-window.h
index 9c8aee3..860118c 100644
--- a/src/gs-window.h
+++ b/src/gs-window.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/mate-screensaver-command.c b/src/mate-screensaver-command.c
index d6f0459..3a08757 100644
--- a/src/mate-screensaver-command.c
+++ b/src/mate-screensaver-command.c
@@ -14,8 +14,8 @@
*
* 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.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/mate-screensaver-dialog.c b/src/mate-screensaver-dialog.c
index 10083aa..7a58e48 100644
--- a/src/mate-screensaver-dialog.c
+++ b/src/mate-screensaver-dialog.c
@@ -14,8 +14,8 @@
*
* 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.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/mate-screensaver-gl-helper.c b/src/mate-screensaver-gl-helper.c
index fd128f5..814c79f 100644
--- a/src/mate-screensaver-gl-helper.c
+++ b/src/mate-screensaver-gl-helper.c
@@ -14,8 +14,8 @@
*
* 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.
*
*/
diff --git a/src/mate-screensaver-preferences.c b/src/mate-screensaver-preferences.c
index 26c30ea..174aea8 100644
--- a/src/mate-screensaver-preferences.c
+++ b/src/mate-screensaver-preferences.c
@@ -14,8 +14,8 @@
*
* 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.
*
* Authors: William Jon McCann <[email protected]>
* Rodrigo Moya <[email protected]>
diff --git a/src/mate-screensaver.c b/src/mate-screensaver.c
index 34f26c6..04add35 100644
--- a/src/mate-screensaver.c
+++ b/src/mate-screensaver.c
@@ -14,8 +14,8 @@
*
* 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.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/mate-screensaver.h b/src/mate-screensaver.h
index 8934653..8a73d3a 100644
--- a/src/mate-screensaver.h
+++ b/src/mate-screensaver.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 St, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/test-fade.c b/src/test-fade.c
index 2bc6c92..3b10a37 100644
--- a/src/test-fade.c
+++ b/src/test-fade.c
@@ -14,8 +14,8 @@
*
* 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.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/test-passwd.c b/src/test-passwd.c
index 3f7a849..2497045 100644
--- a/src/test-passwd.c
+++ b/src/test-passwd.c
@@ -14,8 +14,8 @@
*
* 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.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/test-watcher.c b/src/test-watcher.c
index 5e8ca08..9b56063 100644
--- a/src/test-watcher.c
+++ b/src/test-watcher.c
@@ -14,8 +14,8 @@
*
* 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.
*
* Authors: William Jon McCann <[email protected]>
*
diff --git a/src/test-window.c b/src/test-window.c
index 6600411..05883a7 100644
--- a/src/test-window.c
+++ b/src/test-window.c
@@ -14,8 +14,8 @@
*
* 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.
*
* Authors: William Jon McCann <[email protected]>
*