summaryrefslogtreecommitdiff
path: root/finch/libgnt
diff options
context:
space:
mode:
Diffstat (limited to 'finch/libgnt')
-rw-r--r--finch/libgnt/COPYING4
-rw-r--r--finch/libgnt/gnt-skel.c2
-rw-r--r--finch/libgnt/gnt-skel.h2
-rw-r--r--finch/libgnt/gnt.h2
-rw-r--r--finch/libgnt/gntbindable.c2
-rw-r--r--finch/libgnt/gntbindable.h2
-rw-r--r--finch/libgnt/gntbox.c2
-rw-r--r--finch/libgnt/gntbox.h2
-rw-r--r--finch/libgnt/gntbutton.c2
-rw-r--r--finch/libgnt/gntbutton.h2
-rw-r--r--finch/libgnt/gntcheckbox.c2
-rw-r--r--finch/libgnt/gntcheckbox.h2
-rw-r--r--finch/libgnt/gntclipboard.c2
-rw-r--r--finch/libgnt/gntclipboard.h2
-rw-r--r--finch/libgnt/gntcolors.c2
-rw-r--r--finch/libgnt/gntcolors.h2
-rw-r--r--finch/libgnt/gntcombobox.c2
-rw-r--r--finch/libgnt/gntcombobox.h2
-rw-r--r--finch/libgnt/gntentry.c2
-rw-r--r--finch/libgnt/gntentry.h2
-rw-r--r--finch/libgnt/gntfilesel.c2
-rw-r--r--finch/libgnt/gntfilesel.h2
-rw-r--r--finch/libgnt/gntkeys.c2
-rw-r--r--finch/libgnt/gntkeys.h2
-rw-r--r--finch/libgnt/gntlabel.c2
-rw-r--r--finch/libgnt/gntlabel.h2
-rw-r--r--finch/libgnt/gntline.c2
-rw-r--r--finch/libgnt/gntline.h2
-rw-r--r--finch/libgnt/gntmain.c2
-rw-r--r--finch/libgnt/gntmenu.c2
-rw-r--r--finch/libgnt/gntmenu.h2
-rw-r--r--finch/libgnt/gntmenuitem.c2
-rw-r--r--finch/libgnt/gntmenuitem.h2
-rw-r--r--finch/libgnt/gntmenuitemcheck.c2
-rw-r--r--finch/libgnt/gntmenuitemcheck.h2
-rw-r--r--finch/libgnt/gntslider.c2
-rw-r--r--finch/libgnt/gntslider.h2
-rw-r--r--finch/libgnt/gntstyle.c2
-rw-r--r--finch/libgnt/gntstyle.h2
-rw-r--r--finch/libgnt/gnttextview.c2
-rw-r--r--finch/libgnt/gnttextview.h2
-rw-r--r--finch/libgnt/gnttree.c2
-rw-r--r--finch/libgnt/gnttree.h2
-rw-r--r--finch/libgnt/gntutils.c2
-rw-r--r--finch/libgnt/gntutils.h2
-rw-r--r--finch/libgnt/gntwidget.c2
-rw-r--r--finch/libgnt/gntwidget.h2
-rw-r--r--finch/libgnt/gntwindow.c2
-rw-r--r--finch/libgnt/gntwindow.h2
-rw-r--r--finch/libgnt/gntwm.c2
-rw-r--r--finch/libgnt/gntwm.h2
-rw-r--r--finch/libgnt/gntws.h2
-rw-r--r--finch/libgnt/pygnt/example/rss/gnthtml.py2
-rwxr-xr-xfinch/libgnt/pygnt/example/rss/gntrss-ui.py2
-rw-r--r--finch/libgnt/pygnt/example/rss/gntrss.py2
-rw-r--r--finch/libgnt/pygnt/gntbox.override2
-rw-r--r--finch/libgnt/pygnt/gntfilesel.override2
-rw-r--r--finch/libgnt/pygnt/gnttree.override2
-rw-r--r--finch/libgnt/pygnt/gntwidget.override2
59 files changed, 60 insertions, 60 deletions
diff --git a/finch/libgnt/COPYING b/finch/libgnt/COPYING
index d60c31a97a..b729933b46 100644
--- a/finch/libgnt/COPYING
+++ b/finch/libgnt/COPYING
@@ -2,7 +2,7 @@
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found.
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 02111-1301 USA
Also add information on how to contact you by electronic and paper mail.
diff --git a/finch/libgnt/gnt-skel.c b/finch/libgnt/gnt-skel.c
index 66e790e957..afa91bf02e 100644
--- a/finch/libgnt/gnt-skel.c
+++ b/finch/libgnt/gnt-skel.c
@@ -17,7 +17,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 02111-1301 USA
*/
#include "gnt-skel.h"
diff --git a/finch/libgnt/gnt-skel.h b/finch/libgnt/gnt-skel.h
index 796309fe51..e409383e6f 100644
--- a/finch/libgnt/gnt-skel.h
+++ b/finch/libgnt/gnt-skel.h
@@ -21,7 +21,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 02111-1301 USA
*/
#ifndef GNT_SKEL_H
diff --git a/finch/libgnt/gnt.h b/finch/libgnt/gnt.h
index 554353b06a..510547d0cb 100644
--- a/finch/libgnt/gnt.h
+++ b/finch/libgnt/gnt.h
@@ -27,7 +27,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 02111-1301 USA
*/
#include <glib.h>
diff --git a/finch/libgnt/gntbindable.c b/finch/libgnt/gntbindable.c
index 54c3868056..506af1ba24 100644
--- a/finch/libgnt/gntbindable.c
+++ b/finch/libgnt/gntbindable.c
@@ -17,7 +17,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 02111-1301 USA
*/
#include <string.h>
diff --git a/finch/libgnt/gntbindable.h b/finch/libgnt/gntbindable.h
index 28fc89796d..08e2b0a539 100644
--- a/finch/libgnt/gntbindable.h
+++ b/finch/libgnt/gntbindable.h
@@ -21,7 +21,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 02111-1301 USA
*/
#ifndef GNT_BINDABLE_H
diff --git a/finch/libgnt/gntbox.c b/finch/libgnt/gntbox.c
index 559f9b4c1c..deb306a9e1 100644
--- a/finch/libgnt/gntbox.c
+++ b/finch/libgnt/gntbox.c
@@ -17,7 +17,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 02111-1301 USA
*/
#include "gntbox.h"
diff --git a/finch/libgnt/gntbox.h b/finch/libgnt/gntbox.h
index e4f1e0f76c..f35c691b55 100644
--- a/finch/libgnt/gntbox.h
+++ b/finch/libgnt/gntbox.h
@@ -21,7 +21,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 02111-1301 USA
*/
#ifndef GNT_BOX_H
diff --git a/finch/libgnt/gntbutton.c b/finch/libgnt/gntbutton.c
index 098566957d..33fb7f00b9 100644
--- a/finch/libgnt/gntbutton.c
+++ b/finch/libgnt/gntbutton.c
@@ -17,7 +17,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 02111-1301 USA
*/
#include <stdlib.h>
diff --git a/finch/libgnt/gntbutton.h b/finch/libgnt/gntbutton.h
index f5b0eafe68..ff94603b82 100644
--- a/finch/libgnt/gntbutton.h
+++ b/finch/libgnt/gntbutton.h
@@ -21,7 +21,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 02111-1301 USA
*/
#ifndef GNT_BUTTON_H
diff --git a/finch/libgnt/gntcheckbox.c b/finch/libgnt/gntcheckbox.c
index 893ce099ea..01d216acaf 100644
--- a/finch/libgnt/gntcheckbox.c
+++ b/finch/libgnt/gntcheckbox.c
@@ -17,7 +17,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 02111-1301 USA
*/
#include "gntcheckbox.h"
diff --git a/finch/libgnt/gntcheckbox.h b/finch/libgnt/gntcheckbox.h
index 68dfd60658..4f17fb4279 100644
--- a/finch/libgnt/gntcheckbox.h
+++ b/finch/libgnt/gntcheckbox.h
@@ -21,7 +21,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 02111-1301 USA
*/
#ifndef GNT_CHECK_BOX_H
diff --git a/finch/libgnt/gntclipboard.c b/finch/libgnt/gntclipboard.c
index fc6d6d5194..96950c6119 100644
--- a/finch/libgnt/gntclipboard.c
+++ b/finch/libgnt/gntclipboard.c
@@ -17,7 +17,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 02111-1301 USA
*/
#include "gntclipboard.h"
diff --git a/finch/libgnt/gntclipboard.h b/finch/libgnt/gntclipboard.h
index 2ae4bf8b12..2fbc0e800d 100644
--- a/finch/libgnt/gntclipboard.h
+++ b/finch/libgnt/gntclipboard.h
@@ -21,7 +21,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 02111-1301 USA
*/
#ifndef GNT_CLIPBOARD_H
diff --git a/finch/libgnt/gntcolors.c b/finch/libgnt/gntcolors.c
index e91fe5edae..24c5186a43 100644
--- a/finch/libgnt/gntcolors.c
+++ b/finch/libgnt/gntcolors.c
@@ -17,7 +17,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 02111-1301 USA
*/
#include "config.h"
diff --git a/finch/libgnt/gntcolors.h b/finch/libgnt/gntcolors.h
index 65a4fe3067..cd6fdffa59 100644
--- a/finch/libgnt/gntcolors.h
+++ b/finch/libgnt/gntcolors.h
@@ -21,7 +21,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 02111-1301 USA
*/
#ifndef GNT_COLORS_H
diff --git a/finch/libgnt/gntcombobox.c b/finch/libgnt/gntcombobox.c
index f9e57671e6..706b189b27 100644
--- a/finch/libgnt/gntcombobox.c
+++ b/finch/libgnt/gntcombobox.c
@@ -17,7 +17,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 02111-1301 USA
*/
#include "gntbox.h"
diff --git a/finch/libgnt/gntcombobox.h b/finch/libgnt/gntcombobox.h
index 65e2b3fc87..8907b7852a 100644
--- a/finch/libgnt/gntcombobox.h
+++ b/finch/libgnt/gntcombobox.h
@@ -21,7 +21,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 02111-1301 USA
*/
#ifndef GNT_COMBO_BOX_H
diff --git a/finch/libgnt/gntentry.c b/finch/libgnt/gntentry.c
index 7c50379e8d..099ccfa483 100644
--- a/finch/libgnt/gntentry.c
+++ b/finch/libgnt/gntentry.c
@@ -17,7 +17,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 02111-1301 USA
*/
#include <ctype.h>
diff --git a/finch/libgnt/gntentry.h b/finch/libgnt/gntentry.h
index aadca309a1..ce394f2e23 100644
--- a/finch/libgnt/gntentry.h
+++ b/finch/libgnt/gntentry.h
@@ -21,7 +21,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 02111-1301 USA
*/
#ifndef GNT_ENTRY_H
diff --git a/finch/libgnt/gntfilesel.c b/finch/libgnt/gntfilesel.c
index 52fbbf2100..86b1003263 100644
--- a/finch/libgnt/gntfilesel.c
+++ b/finch/libgnt/gntfilesel.c
@@ -17,7 +17,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 02111-1301 USA
*/
#include "gntbutton.h"
diff --git a/finch/libgnt/gntfilesel.h b/finch/libgnt/gntfilesel.h
index bd9deef3a5..7221714cd1 100644
--- a/finch/libgnt/gntfilesel.h
+++ b/finch/libgnt/gntfilesel.h
@@ -21,7 +21,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 02111-1301 USA
*/
#ifndef GNT_FILE_SEL_H
diff --git a/finch/libgnt/gntkeys.c b/finch/libgnt/gntkeys.c
index bb0fbcf8cb..c93601ab3a 100644
--- a/finch/libgnt/gntkeys.c
+++ b/finch/libgnt/gntkeys.c
@@ -17,7 +17,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 02111-1301 USA
*/
#include "gntkeys.h"
diff --git a/finch/libgnt/gntkeys.h b/finch/libgnt/gntkeys.h
index 7db0502ca7..cdf175956e 100644
--- a/finch/libgnt/gntkeys.h
+++ b/finch/libgnt/gntkeys.h
@@ -21,7 +21,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 02111-1301 USA
*/
#ifndef GNT_KEYS_H
diff --git a/finch/libgnt/gntlabel.c b/finch/libgnt/gntlabel.c
index a8670ff9ad..cd99fbe414 100644
--- a/finch/libgnt/gntlabel.c
+++ b/finch/libgnt/gntlabel.c
@@ -17,7 +17,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 02111-1301 USA
*/
#include "gntlabel.h"
diff --git a/finch/libgnt/gntlabel.h b/finch/libgnt/gntlabel.h
index 6334bbe529..c6702641e7 100644
--- a/finch/libgnt/gntlabel.h
+++ b/finch/libgnt/gntlabel.h
@@ -21,7 +21,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 02111-1301 USA
*/
#ifndef GNT_LABEL_H
diff --git a/finch/libgnt/gntline.c b/finch/libgnt/gntline.c
index 626f907539..71e3cb75f0 100644
--- a/finch/libgnt/gntline.c
+++ b/finch/libgnt/gntline.c
@@ -17,7 +17,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 02111-1301 USA
*/
#include "gntline.h"
diff --git a/finch/libgnt/gntline.h b/finch/libgnt/gntline.h
index ec5ae1510f..ce55a0c48d 100644
--- a/finch/libgnt/gntline.h
+++ b/finch/libgnt/gntline.h
@@ -21,7 +21,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 02111-1301 USA
*/
#ifndef GNT_LINE_H
diff --git a/finch/libgnt/gntmain.c b/finch/libgnt/gntmain.c
index 3e0d1c2583..fa0f45db03 100644
--- a/finch/libgnt/gntmain.c
+++ b/finch/libgnt/gntmain.c
@@ -17,7 +17,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 02111-1301 USA
*/
#define _GNU_SOURCE
diff --git a/finch/libgnt/gntmenu.c b/finch/libgnt/gntmenu.c
index 5b91919e4e..ef1967e6f7 100644
--- a/finch/libgnt/gntmenu.c
+++ b/finch/libgnt/gntmenu.c
@@ -17,7 +17,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 02111-1301 USA
*/
#include "gntmenu.h"
diff --git a/finch/libgnt/gntmenu.h b/finch/libgnt/gntmenu.h
index bae8bad5d9..b60e171e07 100644
--- a/finch/libgnt/gntmenu.h
+++ b/finch/libgnt/gntmenu.h
@@ -21,7 +21,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 02111-1301 USA
*/
#ifndef GNT_MENU_H
diff --git a/finch/libgnt/gntmenuitem.c b/finch/libgnt/gntmenuitem.c
index 98b470121e..925f1fc32d 100644
--- a/finch/libgnt/gntmenuitem.c
+++ b/finch/libgnt/gntmenuitem.c
@@ -17,7 +17,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 02111-1301 USA
*/
#include "gntmenu.h"
diff --git a/finch/libgnt/gntmenuitem.h b/finch/libgnt/gntmenuitem.h
index 602bb33d72..44c1599b7f 100644
--- a/finch/libgnt/gntmenuitem.h
+++ b/finch/libgnt/gntmenuitem.h
@@ -21,7 +21,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 02111-1301 USA
*/
#ifndef GNT_MENUITEM_H
diff --git a/finch/libgnt/gntmenuitemcheck.c b/finch/libgnt/gntmenuitemcheck.c
index 9d026b3f13..fbaa2bc74e 100644
--- a/finch/libgnt/gntmenuitemcheck.c
+++ b/finch/libgnt/gntmenuitemcheck.c
@@ -17,7 +17,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 02111-1301 USA
*/
#include "gntmenuitemcheck.h"
diff --git a/finch/libgnt/gntmenuitemcheck.h b/finch/libgnt/gntmenuitemcheck.h
index 2d44bd1879..1d8110b187 100644
--- a/finch/libgnt/gntmenuitemcheck.h
+++ b/finch/libgnt/gntmenuitemcheck.h
@@ -21,7 +21,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 02111-1301 USA
*/
#ifndef GNT_MENU_ITEM_CHECK_H
diff --git a/finch/libgnt/gntslider.c b/finch/libgnt/gntslider.c
index 0b10bc6aeb..936e62b45d 100644
--- a/finch/libgnt/gntslider.c
+++ b/finch/libgnt/gntslider.c
@@ -17,7 +17,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 02111-1301 USA
*/
#include "gntcolors.h"
diff --git a/finch/libgnt/gntslider.h b/finch/libgnt/gntslider.h
index ab16867f6f..459e00e1e7 100644
--- a/finch/libgnt/gntslider.h
+++ b/finch/libgnt/gntslider.h
@@ -21,7 +21,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 02111-1301 USA
*/
#ifndef GNT_SLIDER_H
diff --git a/finch/libgnt/gntstyle.c b/finch/libgnt/gntstyle.c
index 6703338799..0fa6c71cee 100644
--- a/finch/libgnt/gntstyle.c
+++ b/finch/libgnt/gntstyle.c
@@ -17,7 +17,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 02111-1301 USA
*/
#include "gntstyle.h"
diff --git a/finch/libgnt/gntstyle.h b/finch/libgnt/gntstyle.h
index 148e5f636c..745d1517ac 100644
--- a/finch/libgnt/gntstyle.h
+++ b/finch/libgnt/gntstyle.h
@@ -21,7 +21,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 02111-1301 USA
*/
#include "gnt.h"
diff --git a/finch/libgnt/gnttextview.c b/finch/libgnt/gnttextview.c
index 6f6f776e1b..f05cbfca92 100644
--- a/finch/libgnt/gnttextview.c
+++ b/finch/libgnt/gnttextview.c
@@ -17,7 +17,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 02111-1301 USA
*/
#include "gntstyle.h"
diff --git a/finch/libgnt/gnttextview.h b/finch/libgnt/gnttextview.h
index feeddeb11e..a4ba38d1f4 100644
--- a/finch/libgnt/gnttextview.h
+++ b/finch/libgnt/gnttextview.h
@@ -21,7 +21,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 02111-1301 USA
*/
#ifndef GNT_TEXT_VIEW_H
diff --git a/finch/libgnt/gnttree.c b/finch/libgnt/gnttree.c
index 5ff16462f9..0b295e1260 100644
--- a/finch/libgnt/gnttree.c
+++ b/finch/libgnt/gnttree.c
@@ -17,7 +17,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 02111-1301 USA
*/
#include "gntmarshal.h"
diff --git a/finch/libgnt/gnttree.h b/finch/libgnt/gnttree.h
index 4140e2619b..e8bd55057c 100644
--- a/finch/libgnt/gnttree.h
+++ b/finch/libgnt/gnttree.h
@@ -21,7 +21,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 02111-1301 USA
*/
#ifndef GNT_TREE_H
diff --git a/finch/libgnt/gntutils.c b/finch/libgnt/gntutils.c
index 70092b79d7..549a38dfbf 100644
--- a/finch/libgnt/gntutils.c
+++ b/finch/libgnt/gntutils.c
@@ -17,7 +17,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 02111-1301 USA
*/
#include "gntbutton.h"
diff --git a/finch/libgnt/gntutils.h b/finch/libgnt/gntutils.h
index 93bc5a10c6..f976d4ba08 100644
--- a/finch/libgnt/gntutils.h
+++ b/finch/libgnt/gntutils.h
@@ -21,7 +21,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 02111-1301 USA
*/
#include <glib.h>
diff --git a/finch/libgnt/gntwidget.c b/finch/libgnt/gntwidget.c
index 1026b1b43d..2b8523bf30 100644
--- a/finch/libgnt/gntwidget.c
+++ b/finch/libgnt/gntwidget.c
@@ -17,7 +17,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 02111-1301 USA
*/
/* Stuff brutally ripped from Gflib */
diff --git a/finch/libgnt/gntwidget.h b/finch/libgnt/gntwidget.h
index cd77785ff8..62ebb8a22d 100644
--- a/finch/libgnt/gntwidget.h
+++ b/finch/libgnt/gntwidget.h
@@ -21,7 +21,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 02111-1301 USA
*/
#ifndef GNT_WIDGET_H
diff --git a/finch/libgnt/gntwindow.c b/finch/libgnt/gntwindow.c
index 6dcb54ba72..ce88af4e33 100644
--- a/finch/libgnt/gntwindow.c
+++ b/finch/libgnt/gntwindow.c
@@ -17,7 +17,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 02111-1301 USA
*/
#include "gntstyle.h"
diff --git a/finch/libgnt/gntwindow.h b/finch/libgnt/gntwindow.h
index 0ea1965f26..ff6fe93d66 100644
--- a/finch/libgnt/gntwindow.h
+++ b/finch/libgnt/gntwindow.h
@@ -21,7 +21,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 02111-1301 USA
*/
#ifndef GNT_WINDOW_H
diff --git a/finch/libgnt/gntwm.c b/finch/libgnt/gntwm.c
index 948e2eff3c..3e352ec146 100644
--- a/finch/libgnt/gntwm.c
+++ b/finch/libgnt/gntwm.c
@@ -17,7 +17,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 02111-1301 USA
*/
#define _GNU_SOURCE
diff --git a/finch/libgnt/gntwm.h b/finch/libgnt/gntwm.h
index 524d66d226..76bf803bb3 100644
--- a/finch/libgnt/gntwm.h
+++ b/finch/libgnt/gntwm.h
@@ -21,7 +21,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 02111-1301 USA
*/
#ifndef GNTWM_H
diff --git a/finch/libgnt/gntws.h b/finch/libgnt/gntws.h
index 36561ec603..82ffca6a7b 100644
--- a/finch/libgnt/gntws.h
+++ b/finch/libgnt/gntws.h
@@ -21,7 +21,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 02111-1301 USA
*/
#ifndef GNTWS_H
diff --git a/finch/libgnt/pygnt/example/rss/gnthtml.py b/finch/libgnt/pygnt/example/rss/gnthtml.py
index 7c93900ee9..09c1a2047b 100644
--- a/finch/libgnt/pygnt/example/rss/gnthtml.py
+++ b/finch/libgnt/pygnt/example/rss/gnthtml.py
@@ -17,7 +17,7 @@ Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this application; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA
"""
diff --git a/finch/libgnt/pygnt/example/rss/gntrss-ui.py b/finch/libgnt/pygnt/example/rss/gntrss-ui.py
index 69504938b7..925d585293 100755
--- a/finch/libgnt/pygnt/example/rss/gntrss-ui.py
+++ b/finch/libgnt/pygnt/example/rss/gntrss-ui.py
@@ -17,7 +17,7 @@ Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this application; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA
"""
diff --git a/finch/libgnt/pygnt/example/rss/gntrss.py b/finch/libgnt/pygnt/example/rss/gntrss.py
index 62b4110a68..cee9c37348 100644
--- a/finch/libgnt/pygnt/example/rss/gntrss.py
+++ b/finch/libgnt/pygnt/example/rss/gntrss.py
@@ -17,7 +17,7 @@ Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this application; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA
"""
diff --git a/finch/libgnt/pygnt/gntbox.override b/finch/libgnt/pygnt/gntbox.override
index db9bb1a14c..96ffdb9a80 100644
--- a/finch/libgnt/pygnt/gntbox.override
+++ b/finch/libgnt/pygnt/gntbox.override
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU Lesser 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301
* USA
*/
%%
diff --git a/finch/libgnt/pygnt/gntfilesel.override b/finch/libgnt/pygnt/gntfilesel.override
index 699adcedef..859b613eb1 100644
--- a/finch/libgnt/pygnt/gntfilesel.override
+++ b/finch/libgnt/pygnt/gntfilesel.override
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU Lesser 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301
* USA
*/
%%
diff --git a/finch/libgnt/pygnt/gnttree.override b/finch/libgnt/pygnt/gnttree.override
index 8d6c23d739..7c26f138c5 100644
--- a/finch/libgnt/pygnt/gnttree.override
+++ b/finch/libgnt/pygnt/gnttree.override
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU Lesser 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301
* USA
*/
%%
diff --git a/finch/libgnt/pygnt/gntwidget.override b/finch/libgnt/pygnt/gntwidget.override
index 752c6fa865..8b50230f77 100644
--- a/finch/libgnt/pygnt/gntwidget.override
+++ b/finch/libgnt/pygnt/gntwidget.override
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU Lesser 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301
* USA
*/
%%