[Xfce4-commits] [apps/xfce4-screensaver] 58/425: fixed incorrect fsf addresses

noreply at xfce.org noreply at xfce.org
Mon Oct 15 01:48:25 CEST 2018


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-screensaver.

commit e62023ad120276ed867a665bde5df9d5a2fd3589
Author: Steve Zesch <stevezesch2 at gmail.com>
Date:   Sun Nov 18 20:45:13 2012 -0500

    fixed incorrect fsf addresses
---
 savers/floaters.c                  | 4 ++--
 savers/gs-theme-engine.c           | 4 ++--
 savers/gs-theme-engine.h           | 2 +-
 savers/gs-theme-window.c           | 4 ++--
 savers/gs-theme-window.h           | 4 ++--
 savers/gste-popsquares.c           | 4 ++--
 savers/gste-popsquares.h           | 2 +-
 savers/gste-slideshow.c            | 4 ++--
 savers/gste-slideshow.h            | 2 +-
 savers/popsquares.c                | 4 ++--
 savers/slideshow.c                 | 4 ++--
 src/copy-theme-dialog.c            | 4 ++--
 src/copy-theme-dialog.h            | 4 ++--
 src/gs-auth-pam.c                  | 4 ++--
 src/gs-auth-pwent.c                | 4 ++--
 src/gs-auth.h                      | 4 ++--
 src/gs-debug.c                     | 2 +-
 src/gs-debug.h                     | 2 +-
 src/gs-fade.c                      | 2 +-
 src/gs-fade.h                      | 2 +-
 src/gs-grab-x11.c                  | 4 ++--
 src/gs-grab.h                      | 2 +-
 src/gs-job.c                       | 2 +-
 src/gs-job.h                       | 2 +-
 src/gs-listener-dbus.c             | 2 +-
 src/gs-listener-dbus.h             | 2 +-
 src/gs-lock-plug.c                 | 2 +-
 src/gs-lock-plug.h                 | 2 +-
 src/gs-manager.c                   | 2 +-
 src/gs-manager.h                   | 2 +-
 src/gs-monitor.c                   | 2 +-
 src/gs-monitor.h                   | 2 +-
 src/gs-prefs.c                     | 2 +-
 src/gs-prefs.h                     | 2 +-
 src/gs-theme-manager.c             | 2 +-
 src/gs-theme-manager.h             | 2 +-
 src/gs-visual-gl.c                 | 4 ++--
 src/gs-visual-gl.h                 | 2 +-
 src/gs-watcher-x11.c               | 2 +-
 src/gs-watcher.h                   | 2 +-
 src/gs-window-x11.c                | 2 +-
 src/gs-window.h                    | 2 +-
 src/mate-screensaver-command.c     | 4 ++--
 src/mate-screensaver-dialog.c      | 4 ++--
 src/mate-screensaver-gl-helper.c   | 4 ++--
 src/mate-screensaver-preferences.c | 4 ++--
 src/mate-screensaver.c             | 4 ++--
 src/mate-screensaver.h             | 2 +-
 src/test-fade.c                    | 4 ++--
 src/test-passwd.c                  | 4 ++--
 src/test-watcher.c                 | 4 ++--
 src/test-window.c                  | 4 ++--
 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 <rstrode at redhat.com>
  *
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 <mccann at jhu.edu>
  *
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 <rstrode at redhat.com>
  */
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 <rstrode at redhat.com>
  */
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *          Rodrigo Moya <rodrigo at novell.com>
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *
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 <mccann at jhu.edu>
  *

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list