summaryrefslogtreecommitdiff
path: root/logview
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-11-18 20:49:58 -0500
committerSteve Zesch <[email protected]>2012-11-18 20:49:58 -0500
commite4d70e0aae8b9d03038247e48136209577eee5a6 (patch)
treea6f0eb6450db475b81cc6c20c13d4d99ac434dae /logview
parent266894647388df80ab6bc6d3b38201db863a9488 (diff)
downloadmate-utils-e4d70e0aae8b9d03038247e48136209577eee5a6.tar.bz2
mate-utils-e4d70e0aae8b9d03038247e48136209577eee5a6.tar.xz
fixed incorrect fsf addresses.
Diffstat (limited to 'logview')
-rw-r--r--logview/logview-app.c2
-rw-r--r--logview/logview-app.h2
-rw-r--r--logview/logview-findbar.c2
-rw-r--r--logview/logview-findbar.h2
-rw-r--r--logview/logview-loglist.c2
-rw-r--r--logview/logview-loglist.h2
-rw-r--r--logview/logview-main.c2
-rw-r--r--logview/logview-prefs.c2
-rw-r--r--logview/logview-prefs.h2
-rw-r--r--logview/logview-window.c2
-rw-r--r--logview/logview-window.h2
11 files changed, 11 insertions, 11 deletions
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 <gtk/gtk.h>
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 <gtk/gtk.h>
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 <config.h>
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__