From e4d70e0aae8b9d03038247e48136209577eee5a6 Mon Sep 17 00:00:00 2001 From: Steve Zesch Date: Sun, 18 Nov 2012 20:49:58 -0500 Subject: fixed incorrect fsf addresses. --- logview/logview-app.c | 2 +- logview/logview-app.h | 2 +- logview/logview-findbar.c | 2 +- logview/logview-findbar.h | 2 +- logview/logview-loglist.c | 2 +- logview/logview-loglist.h | 2 +- logview/logview-main.c | 2 +- logview/logview-prefs.c | 2 +- logview/logview-prefs.h | 2 +- logview/logview-window.c | 2 +- logview/logview-window.h | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'logview') diff --git a/logview/logview-app.c b/logview/logview-app.c index b45f4ac5..22fa819a 100644 --- a/logview/logview-app.c +++ b/logview/logview-app.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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ /* logview-app.c */ diff --git a/logview/logview-app.h b/logview/logview-app.h index 0efc5537..33a0c83b 100644 --- a/logview/logview-app.h +++ b/logview/logview-app.h @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __LOGVIEW_APP_H__ diff --git a/logview/logview-findbar.c b/logview/logview-findbar.c index bdbda89f..dbe3e098 100644 --- a/logview/logview-findbar.c +++ b/logview/logview-findbar.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ #include diff --git a/logview/logview-findbar.h b/logview/logview-findbar.h index 792d065f..89c65249 100644 --- a/logview/logview-findbar.h +++ b/logview/logview-findbar.h @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __LOGVIEW_FINDBAR_H__ diff --git a/logview/logview-loglist.c b/logview/logview-loglist.c index 5f879027..42f438c1 100644 --- a/logview/logview-loglist.c +++ b/logview/logview-loglist.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ #include diff --git a/logview/logview-loglist.h b/logview/logview-loglist.h index 9b7d50c0..ebfbf04f 100644 --- a/logview/logview-loglist.h +++ b/logview/logview-loglist.h @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __LOGVIEW_LOGLIST_H__ diff --git a/logview/logview-main.c b/logview/logview-main.c index 819bed8c..b4426b4f 100644 --- a/logview/logview-main.c +++ b/logview/logview-main.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "config.h" diff --git a/logview/logview-prefs.c b/logview/logview-prefs.c index 44c3d669..0a2e0093 100644 --- a/logview/logview-prefs.c +++ b/logview/logview-prefs.c @@ -18,7 +18,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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/logview/logview-prefs.h b/logview/logview-prefs.h index a56bfe7e..bc9c6608 100644 --- a/logview/logview-prefs.h +++ b/logview/logview-prefs.h @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __LOGVIEW_PREFS_H__ diff --git a/logview/logview-window.c b/logview/logview-window.c index 54a48430..42dbd6c0 100644 --- a/logview/logview-window.c +++ b/logview/logview-window.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ #include diff --git a/logview/logview-window.h b/logview/logview-window.h index f47088bd..f9fd5303 100644 --- a/logview/logview-window.h +++ b/logview/logview-window.h @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __LOGVIEW_WINDOW_H__ -- cgit v1.2.1