summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorDominique Leuenberger <dimstar@opensuse.org>2012-09-05 09:31:34 +0200
committerRay Strode <rstrode@redhat.com>2012-09-06 14:33:20 -0400
commit28eeb2bf720b1a0fdb7e79fc8c0938d5452ba5fc (patch)
treecef5bf31c87760bd770f138bb55f310182d406e0 /common
parent19740de8f70e8fe63cee462c74c9509f7f26e760 (diff)
downloadgdm-28eeb2bf720b1a0fdb7e79fc8c0938d5452ba5fc.tar.gz
Trivial: Update FSF Address.
Fix bug 683383.
Diffstat (limited to 'common')
-rw-r--r--common/gdm-address.c2
-rw-r--r--common/gdm-address.h2
-rw-r--r--common/gdm-common-unknown-origin.c4
-rw-r--r--common/gdm-common-unknown-origin.h4
-rw-r--r--common/gdm-common.c4
-rw-r--r--common/gdm-common.h4
-rw-r--r--common/gdm-crash-logger.c2
-rw-r--r--common/gdm-log.c2
-rw-r--r--common/gdm-log.h2
-rw-r--r--common/gdm-md5.h2
-rw-r--r--common/gdm-profile.c2
-rw-r--r--common/gdm-profile.h2
-rw-r--r--common/gdm-settings-backend.c2
-rw-r--r--common/gdm-settings-backend.h2
-rw-r--r--common/gdm-settings-client.c2
-rw-r--r--common/gdm-settings-client.h2
-rw-r--r--common/gdm-settings-desktop-backend.c2
-rw-r--r--common/gdm-settings-desktop-backend.h2
-rw-r--r--common/gdm-settings-direct.c2
-rw-r--r--common/gdm-settings-direct.h2
-rw-r--r--common/gdm-settings-keys.h4
-rw-r--r--common/gdm-settings-utils.c2
-rw-r--r--common/gdm-settings-utils.h2
-rw-r--r--common/gdm-settings.c2
-rw-r--r--common/gdm-settings.h2
-rw-r--r--common/gdm-signal-handler.c2
-rw-r--r--common/gdm-signal-handler.h2
-rw-r--r--common/mkdtemp.c4
-rw-r--r--common/mkdtemp.h2
-rw-r--r--common/test-log.c4
-rw-r--r--common/test-settings-client.c4
-rw-r--r--common/test-settings-server.c4
32 files changed, 41 insertions, 41 deletions
diff --git a/common/gdm-address.c b/common/gdm-address.c
index edc6d3c1..34480380 100644
--- a/common/gdm-address.c
+++ b/common/gdm-address.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.
*
*/
diff --git a/common/gdm-address.h b/common/gdm-address.h
index c4d8af39..b1ff34a3 100644
--- a/common/gdm-address.h
+++ b/common/gdm-address.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.
*
*/
diff --git a/common/gdm-common-unknown-origin.c b/common/gdm-common-unknown-origin.c
index 3bc8a058..8a7849d6 100644
--- a/common/gdm-common-unknown-origin.c
+++ b/common/gdm-common-unknown-origin.c
@@ -15,8 +15,8 @@
*
* 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., 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/common/gdm-common-unknown-origin.h b/common/gdm-common-unknown-origin.h
index 2db85e42..a87e38ab 100644
--- a/common/gdm-common-unknown-origin.h
+++ b/common/gdm-common-unknown-origin.h
@@ -15,8 +15,8 @@
*
* 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., 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 _GDM_COMMON_UNKNOWN_H
diff --git a/common/gdm-common.c b/common/gdm-common.c
index d6822a01..faab0d7a 100644
--- a/common/gdm-common.c
+++ b/common/gdm-common.c
@@ -14,8 +14,8 @@
*
* 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., 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/common/gdm-common.h b/common/gdm-common.h
index 899be50e..1a0c2583 100644
--- a/common/gdm-common.h
+++ b/common/gdm-common.h
@@ -14,8 +14,8 @@
*
* 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., 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 _GDM_COMMON_H
diff --git a/common/gdm-crash-logger.c b/common/gdm-crash-logger.c
index 62314a52..5bd4f9db 100644
--- a/common/gdm-crash-logger.c
+++ b/common/gdm-crash-logger.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.
*
* (C) Copyright 2006 Red Hat, Inc.
*/
diff --git a/common/gdm-log.c b/common/gdm-log.c
index e03d90e3..1d1071d3 100644
--- a/common/gdm-log.c
+++ b/common/gdm-log.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/common/gdm-log.h b/common/gdm-log.h
index 2b52ccda..c7f39769 100644
--- a/common/gdm-log.h
+++ b/common/gdm-log.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/common/gdm-md5.h b/common/gdm-md5.h
index dbc45c14..dd31e875 100644
--- a/common/gdm-md5.h
+++ b/common/gdm-md5.h
@@ -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 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
diff --git a/common/gdm-profile.c b/common/gdm-profile.c
index 27b29b02..7cecf7c3 100644
--- a/common/gdm-profile.c
+++ b/common/gdm-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/common/gdm-profile.h b/common/gdm-profile.h
index 78703db6..1f2781b6 100644
--- a/common/gdm-profile.h
+++ b/common/gdm-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/common/gdm-settings-backend.c b/common/gdm-settings-backend.c
index f76d561f..9b4392fa 100644
--- a/common/gdm-settings-backend.c
+++ b/common/gdm-settings-backend.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.
*
*/
diff --git a/common/gdm-settings-backend.h b/common/gdm-settings-backend.h
index 118699a2..199b26b2 100644
--- a/common/gdm-settings-backend.h
+++ b/common/gdm-settings-backend.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.
*
*/
diff --git a/common/gdm-settings-client.c b/common/gdm-settings-client.c
index 22fb2f41..93a278eb 100644
--- a/common/gdm-settings-client.c
+++ b/common/gdm-settings-client.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.
*
*/
diff --git a/common/gdm-settings-client.h b/common/gdm-settings-client.h
index f2982950..bfa10ec9 100644
--- a/common/gdm-settings-client.h
+++ b/common/gdm-settings-client.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.
*
*/
diff --git a/common/gdm-settings-desktop-backend.c b/common/gdm-settings-desktop-backend.c
index 583735f9..f91a45b4 100644
--- a/common/gdm-settings-desktop-backend.c
+++ b/common/gdm-settings-desktop-backend.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.
*
*/
diff --git a/common/gdm-settings-desktop-backend.h b/common/gdm-settings-desktop-backend.h
index 4d003b1b..6a48c20f 100644
--- a/common/gdm-settings-desktop-backend.h
+++ b/common/gdm-settings-desktop-backend.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.
*
*/
diff --git a/common/gdm-settings-direct.c b/common/gdm-settings-direct.c
index fb1f1f3a..ddb31908 100644
--- a/common/gdm-settings-direct.c
+++ b/common/gdm-settings-direct.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.
*
*/
diff --git a/common/gdm-settings-direct.h b/common/gdm-settings-direct.h
index 0b391b3f..156489cd 100644
--- a/common/gdm-settings-direct.h
+++ b/common/gdm-settings-direct.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.
*
*/
diff --git a/common/gdm-settings-keys.h b/common/gdm-settings-keys.h
index e908c642..6e506219 100644
--- a/common/gdm-settings-keys.h
+++ b/common/gdm-settings-keys.h
@@ -14,8 +14,8 @@
*
* 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., 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 _GDM_SETTINGS_KEYS_H
diff --git a/common/gdm-settings-utils.c b/common/gdm-settings-utils.c
index 5c95443c..4e63a565 100644
--- a/common/gdm-settings-utils.c
+++ b/common/gdm-settings-utils.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.
*
*/
diff --git a/common/gdm-settings-utils.h b/common/gdm-settings-utils.h
index b406969b..7a054468 100644
--- a/common/gdm-settings-utils.h
+++ b/common/gdm-settings-utils.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.
*
*/
diff --git a/common/gdm-settings.c b/common/gdm-settings.c
index e6a658b3..9e680568 100644
--- a/common/gdm-settings.c
+++ b/common/gdm-settings.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.
*
*/
diff --git a/common/gdm-settings.h b/common/gdm-settings.h
index 8284e84b..7ffb4aab 100644
--- a/common/gdm-settings.h
+++ b/common/gdm-settings.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.
*
*/
diff --git a/common/gdm-signal-handler.c b/common/gdm-signal-handler.c
index d389771a..ca2ef65a 100644
--- a/common/gdm-signal-handler.c
+++ b/common/gdm-signal-handler.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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
diff --git a/common/gdm-signal-handler.h b/common/gdm-signal-handler.h
index 20f1860c..6909240c 100644
--- a/common/gdm-signal-handler.h
+++ b/common/gdm-signal-handler.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.
*
*/
diff --git a/common/mkdtemp.c b/common/mkdtemp.c
index 15081020..f5321c8f 100644
--- a/common/mkdtemp.c
+++ b/common/mkdtemp.c
@@ -13,8 +13,8 @@
You should have received a copy of the GNU Library General Public
License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
/* Extracted from misc/mkdtemp.c and sysdeps/posix/tempname.c. */
diff --git a/common/mkdtemp.h b/common/mkdtemp.h
index dbc47ac3..a0a336ad 100644
--- a/common/mkdtemp.h
+++ b/common/mkdtemp.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. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef PARAMS
# if __STDC__ || defined __GNUC__ || defined __SUNPRO_C || defined __cplusplus || __PROTOTYPES
diff --git a/common/test-log.c b/common/test-log.c
index dca3e9d7..e653c242 100644
--- a/common/test-log.c
+++ b/common/test-log.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 Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*
*/
diff --git a/common/test-settings-client.c b/common/test-settings-client.c
index d3c1f736..59309c92 100644
--- a/common/test-settings-client.c
+++ b/common/test-settings-client.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 Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*
*/
diff --git a/common/test-settings-server.c b/common/test-settings-server.c
index bf7ab0ee..ce33415c 100644
--- a/common/test-settings-server.c
+++ b/common/test-settings-server.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 Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*
*/