diff --git a/ChangeLog b/ChangeLog index 3353fb717..abfde714d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-08-22 Pavel Roskin + + * *.c, *.h: Updated address of Free Software Foundation + 2000-08-21 Pavel Roskin * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4, diff --git a/acconfig.h b/acconfig.h index 3e7ddf2e0..9865cf47c 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ @TOP@ diff --git a/gnome/gutil.c b/gnome/gutil.c index 4a38a3699..25fcc3dca 100644 --- a/gnome/gutil.c +++ b/gnome/gutil.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include diff --git a/gtkedit/gtkedit.c b/gtkedit/gtkedit.c index 25a432c45..a0964ebcd 100644 --- a/gtkedit/gtkedit.c +++ b/gtkedit/gtkedit.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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define _GTK_EDIT_C diff --git a/gtkedit/gtkeditkey.c b/gtkedit/gtkeditkey.c index 1b180766e..0dc72498a 100644 --- a/gtkedit/gtkeditkey.c +++ b/gtkedit/gtkeditkey.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include "edit.h" diff --git a/gtkedit/lkeysym.h b/gtkedit/lkeysym.h index af79dfa7c..dddfa27b9 100644 --- a/gtkedit/lkeysym.h +++ b/gtkedit/lkeysym.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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff --git a/pc/chmod.c b/pc/chmod.c index c3b76b426..a4bf6ff75 100644 --- a/pc/chmod.c +++ b/pc/chmod.c @@ -12,7 +12,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff --git a/pc/config.h b/pc/config.h index a5ae41df4..0d0010d4d 100644 --- a/pc/config.h +++ b/pc/config.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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ---------------------------------------------------------------------------- Changes: diff --git a/pc/cons_nt.c b/pc/cons_nt.c index ca9132586..d5795c947 100644 --- a/pc/cons_nt.c +++ b/pc/cons_nt.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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Note: show_console_contents doesn't know how to write to its window diff --git a/pc/cons_os2.c b/pc/cons_os2.c index 09cd12152..5459a93d0 100644 --- a/pc/cons_os2.c +++ b/pc/cons_os2.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff --git a/pc/drive.c b/pc/drive.c index 1c23190dd..e7da9a546 100644 --- a/pc/drive.c +++ b/pc/drive.c @@ -12,7 +12,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Bug: the code will not work if you have more drives than those that diff --git a/pc/key_nt.c b/pc/key_nt.c index 60b3dea4b..d242284d2 100644 --- a/pc/key_nt.c +++ b/pc/key_nt.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Bugs: Have trouble with non-US keyboards, "Alt-gr"+keys (API tells CTRL-ALT is pressed) diff --git a/pc/key_os2.c b/pc/key_os2.c index c67c73417..82d7be319 100644 --- a/pc/key_os2.c +++ b/pc/key_os2.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff --git a/pc/slint_pc.c b/pc/slint_pc.c index 6bf10f744..c419aad5a 100644 --- a/pc/slint_pc.c +++ b/pc/slint_pc.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include diff --git a/pc/trace_nt.c b/pc/trace_nt.c index 61aea9f56..02296c8f6 100644 --- a/pc/trace_nt.c +++ b/pc/trace_nt.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #ifdef HAVE_TRACE diff --git a/pc/trace_nt.h b/pc/trace_nt.h index 1eda3963f..45a6091d3 100644 --- a/pc/trace_nt.h +++ b/pc/trace_nt.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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* ------------------------------------------------------------------------------------------ * diff --git a/pc/util_nt.c b/pc/util_nt.c index 55f8d27a2..37b7fa0f8 100644 --- a/pc/util_nt.c +++ b/pc/util_nt.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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include diff --git a/pc/util_os2.c b/pc/util_os2.c index a6d64f162..16bb98ddb 100644 --- a/pc/util_os2.c +++ b/pc/util_os2.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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff --git a/pc/util_win32.c b/pc/util_win32.c index 6c092b03c..65dfa2439 100644 --- a/pc/util_win32.c +++ b/pc/util_win32.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff --git a/pc/util_win32.h b/pc/util_win32.h index 2ed74c7fe..9f147be0a 100644 --- a/pc/util_win32.h +++ b/pc/util_win32.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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Prototypes */ diff --git a/pc/util_winnt.c b/pc/util_winnt.c index cddf6eff8..cce443810 100644 --- a/pc/util_winnt.c +++ b/pc/util_winnt.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include diff --git a/src/achown.c b/src/achown.c index 18470a8df..e8b0354a6 100644 --- a/src/achown.c +++ b/src/achown.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff --git a/src/background.c b/src/background.c index bf317677a..47e97fa69 100644 --- a/src/background.c +++ b/src/background.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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* }}} */ diff --git a/src/boxes.c b/src/boxes.c index 6759dde07..5ec1831c9 100644 --- a/src/boxes.c +++ b/src/boxes.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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include "tty.h" diff --git a/src/chmod.c b/src/chmod.c index 84167e0e8..645ead34b 100644 --- a/src/chmod.c +++ b/src/chmod.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff --git a/src/chown.c b/src/chown.c index 1e6181d80..d7b45ba3d 100644 --- a/src/chown.c +++ b/src/chown.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff --git a/src/cmd.c b/src/cmd.c index 498f2724b..2b32b61d5 100644 --- a/src/cmd.c +++ b/src/cmd.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #ifdef __os2__ diff --git a/src/color.c b/src/color.c index 029590a6d..f56c01ddf 100644 --- a/src/color.c +++ b/src/color.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include "tty.h" diff --git a/src/command.c b/src/command.c index fce5e6040..fd73a0160 100644 --- a/src/command.c +++ b/src/command.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This widget is derived from the WInput widget, it's used to cope with all the magic of the command input line, we depend on some diff --git a/src/complete.c b/src/complete.c index c59a584d6..0d2602bc8 100644 --- a/src/complete.c +++ b/src/complete.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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include "tty.h" diff --git a/src/cons.handler.c b/src/cons.handler.c index c73a52190..0ebb2f0a9 100644 --- a/src/cons.handler.c +++ b/src/cons.handler.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* The cons saver can't have a pid of 1, used to prevent bunches of */ /*#ifdef linux */ diff --git a/src/cons.saver.c b/src/cons.saver.c index ab4b044fd..09f31a5e9 100644 --- a/src/cons.saver.c +++ b/src/cons.saver.c @@ -19,7 +19,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* This code does _not_ need to be setuid root. However, it needs read/write access to /dev/vcsa* (which is priviledged diff --git a/src/dialog.c b/src/dialog.c index 1e2b59d7d..1f276e386 100644 --- a/src/dialog.c +++ b/src/dialog.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include "tty.h" diff --git a/src/dir.c b/src/dir.c index 8d95d8d02..391a65c2d 100644 --- a/src/dir.c +++ b/src/dir.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #define DIR_H_INCLUDE_HANDLE_DIRENT diff --git a/src/dirhist.c b/src/dirhist.c index 3ad271bbd..d78ac2573 100644 --- a/src/dirhist.c +++ b/src/dirhist.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. FIXME: Maybe maintain a limit of the number of elements in the history that should be kept? diff --git a/src/dlg.c b/src/dlg.c index b3dff45fd..00f848865 100644 --- a/src/dlg.c +++ b/src/dlg.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff --git a/src/eregex.h b/src/eregex.h index 6a24fad0f..f0f71b8f0 100644 --- a/src/eregex.h +++ b/src/eregex.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef __REGEXP_LIBRARY_H__ #define __REGEXP_LIBRARY_H__ diff --git a/src/ext.c b/src/ext.c index 90cf6dd72..5a2d80e80 100644 --- a/src/ext.c +++ b/src/ext.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include diff --git a/src/file.c b/src/file.c index 9727036e4..edd6302ea 100644 --- a/src/file.c +++ b/src/file.c @@ -48,7 +48,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* }}} */ diff --git a/src/filegui.c b/src/filegui.c index d616769ac..9a5f9920e 100644 --- a/src/filegui.c +++ b/src/filegui.c @@ -49,7 +49,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* }}} */ diff --git a/src/find.c b/src/find.c index b513a653a..5ec60cd63 100644 --- a/src/find.c +++ b/src/find.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include "tty.h" diff --git a/src/fixhlp.c b/src/fixhlp.c index d3fcf1d24..a3b658d1e 100644 --- a/src/fixhlp.c +++ b/src/fixhlp.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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include diff --git a/src/fsusage.c b/src/fsusage.c index 1992a03b8..77d689720 100644 --- a/src/fsusage.c +++ b/src/fsusage.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H #include diff --git a/src/fsusage.h b/src/fsusage.h index dd23ea062..509d229b3 100644 --- a/src/fsusage.h +++ b/src/fsusage.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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef __FSUSAGE_H #define __FSUSAGE_H diff --git a/src/help.c b/src/help.c index 20923f073..e566e5f9c 100644 --- a/src/help.c +++ b/src/help.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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Implements the hypertext file viewer. The hypertext file is a file that may have one or more nodes. Each diff --git a/src/hotlist.c b/src/hotlist.c index 9ca17abfa..0a7045317 100644 --- a/src/hotlist.c +++ b/src/hotlist.c @@ -23,7 +23,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff --git a/src/info.c b/src/info.c index 9b996c146..6e0c59914 100644 --- a/src/info.c +++ b/src/info.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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include diff --git a/src/key.c b/src/key.c index eb60b8afb..24403be0c 100644 --- a/src/key.c +++ b/src/key.c @@ -19,7 +19,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include diff --git a/src/keyxdef.c b/src/keyxdef.c index 2f0034659..dc11a2126 100644 --- a/src/keyxdef.c +++ b/src/keyxdef.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* }}} */ diff --git a/src/layout.c b/src/layout.c index f2f5471c4..2bbf2d1fe 100644 --- a/src/layout.c +++ b/src/layout.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff --git a/src/learn.c b/src/learn.c index c6b5ecd66..59f243272 100644 --- a/src/learn.c +++ b/src/learn.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff --git a/src/listmode.c b/src/listmode.c index a9f9195d6..ddc155945 100644 --- a/src/listmode.c +++ b/src/listmode.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff --git a/src/mad.c b/src/mad.c index 34c3eb5c8..396f277a6 100644 --- a/src/mad.c +++ b/src/mad.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include "mad.h" diff --git a/src/main.c b/src/main.c index f9d43296a..9d28f9a0e 100644 --- a/src/main.c +++ b/src/main.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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include diff --git a/src/man2hlp.c b/src/man2hlp.c index 12884b782..895eb833b 100644 --- a/src/man2hlp.c +++ b/src/man2hlp.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include diff --git a/src/menu.c b/src/menu.c index 1fa154873..6fdca4dbb 100644 --- a/src/menu.c +++ b/src/menu.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include "tty.h" diff --git a/src/mountlist.c b/src/mountlist.c index 3fdd42a4e..ba4b0eba3 100644 --- a/src/mountlist.c +++ b/src/mountlist.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H #include diff --git a/src/mountlist.h b/src/mountlist.h index 895804b41..0dea1d80b 100644 --- a/src/mountlist.h +++ b/src/mountlist.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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef __MOUNTLIST_H #define __MOUNTLIST_H diff --git a/src/mouse.c b/src/mouse.c index 1c4344d6d..7f2f3c916 100644 --- a/src/mouse.c +++ b/src/mouse.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Events received by clients of this library have their coordinates 0 */ /* based */ diff --git a/src/option.c b/src/option.c index 93efac1f8..f956e99c2 100644 --- a/src/option.c +++ b/src/option.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff --git a/src/panelize.c b/src/panelize.c index 3bdd1c413..138ab2cbc 100644 --- a/src/panelize.c +++ b/src/panelize.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff --git a/src/profile.c b/src/profile.c index b72b9e708..44f993884 100644 --- a/src/profile.c +++ b/src/profile.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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* "$Id$" */ diff --git a/src/regex.c b/src/regex.c index c360f9002..b520ff12d 100644 --- a/src/regex.c +++ b/src/regex.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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* AIX requires this to be the first thing in the file. */ #if defined (_AIX) && !defined (REGEX_MALLOC) diff --git a/src/rxvt.c b/src/rxvt.c index 001cdc11c..8a122105f 100644 --- a/src/rxvt.c +++ b/src/rxvt.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff --git a/src/screen.c b/src/screen.c index f8afa69a5..ab7ff64ab 100644 --- a/src/screen.c +++ b/src/screen.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include "tty.h" diff --git a/src/setup.c b/src/setup.c index 6da27c0bd..017c6951d 100644 --- a/src/setup.c +++ b/src/setup.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include /* Needed to include local .h files */ diff --git a/src/slint.c b/src/slint.c index 8b0d4a3d5..7af091a7d 100644 --- a/src/slint.c +++ b/src/slint.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include #include diff --git a/src/subshell.c b/src/subshell.c index 6a0018a78..0c0267d41 100644 --- a/src/subshell.c +++ b/src/subshell.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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* }}} */ diff --git a/src/terms.c b/src/terms.c index a9c3306ce..8622f7acc 100644 --- a/src/terms.c +++ b/src/terms.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include diff --git a/src/tree.c b/src/tree.c index a47a867da..ce0b22730 100644 --- a/src/tree.c +++ b/src/tree.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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This module has been converted to be a widget. diff --git a/src/treestore.c b/src/treestore.c index 2f80b1541..53f70a3f9 100644 --- a/src/treestore.c +++ b/src/treestore.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This module has been converted to be a widget. diff --git a/src/user.c b/src/user.c index 4df6745f4..3fa6e02b2 100644 --- a/src/user.c +++ b/src/user.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include diff --git a/src/util.c b/src/util.c index 4a0b56e8f..3064af92d 100644 --- a/src/util.c +++ b/src/util.c @@ -19,7 +19,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include diff --git a/src/utilunix.c b/src/utilunix.c index 5f3746527..4a729ece4 100644 --- a/src/utilunix.c +++ b/src/utilunix.c @@ -19,7 +19,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include diff --git a/src/view.c b/src/view.c index a3ea57f3d..433221d56 100644 --- a/src/view.c +++ b/src/view.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* }}} */ /* {{{ Declarations */ diff --git a/src/widget.c b/src/widget.c index cacbda267..2a55f1319 100644 --- a/src/widget.c +++ b/src/widget.c @@ -20,7 +20,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* "$Id$" */ diff --git a/src/win.c b/src/win.c index 3791352ff..b96956ea7 100644 --- a/src/win.c +++ b/src/win.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include "tty.h" diff --git a/src/wtools.c b/src/wtools.c index e726c6843..c217ebb5c 100644 --- a/src/wtools.c +++ b/src/wtools.c @@ -22,7 +22,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff --git a/src/xcurses.c b/src/xcurses.c index 370709e31..7971f0c01 100644 --- a/src/xcurses.c +++ b/src/xcurses.c @@ -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., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ diff --git a/src/xslint.c b/src/xslint.c index 43d24166d..272e12727 100644 --- a/src/xslint.c +++ b/src/xslint.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This file just has dummy procedures that don't do nothing under X11 editions. I will make macros once I feel right with the Tk edition. diff --git a/vfs/container.c b/vfs/container.c index f8b44d85b..54ec169ae 100644 --- a/vfs/container.c +++ b/vfs/container.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Library 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include diff --git a/vfs/cpio.c b/vfs/cpio.c index 5881c6cb2..9cd6f855f 100644 --- a/vfs/cpio.c +++ b/vfs/cpio.c @@ -17,7 +17,7 @@ You should have received a copy of the GNU Library 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "xdirentry.h" #include "../src/util.h" diff --git a/vfs/extfs.c b/vfs/extfs.c index b9792f745..331ac5de6 100644 --- a/vfs/extfs.c +++ b/vfs/extfs.c @@ -19,7 +19,7 @@ You should have received a copy of the GNU Library 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Namespace: exports only vfs_extfs_ops */ diff --git a/vfs/extfs.h b/vfs/extfs.h index f1f72fea5..3b7768945 100644 --- a/vfs/extfs.h +++ b/vfs/extfs.h @@ -16,7 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include diff --git a/vfs/fish.c b/vfs/fish.c index 91230cc50..f344a170c 100644 --- a/vfs/fish.c +++ b/vfs/fish.c @@ -22,7 +22,7 @@ You should have received a copy of the GNU Library 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* * Read README.fish for protocol specification. diff --git a/vfs/ftpfs.c b/vfs/ftpfs.c index 8e17e05cc..0b6c8845f 100644 --- a/vfs/ftpfs.c +++ b/vfs/ftpfs.c @@ -21,7 +21,7 @@ You should have received a copy of the GNU Library 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* FTPfs TODO: diff --git a/vfs/mcfs.c b/vfs/mcfs.c index bb7c64c0f..fa18b3e75 100644 --- a/vfs/mcfs.c +++ b/vfs/mcfs.c @@ -20,7 +20,7 @@ You should have received a copy of the GNU Library 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Namespace: exports mcfs_vfs_ops, tcp_invalidate_socket */ diff --git a/vfs/mcserv.c b/vfs/mcserv.c index 4195106c5..f9fe84fde 100644 --- a/vfs/mcserv.c +++ b/vfs/mcserv.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. TODO: opendir instead of keeping its table of file handles could return diff --git a/vfs/smbfs.c b/vfs/smbfs.c index ca8e85fa4..6be548b7c 100644 --- a/vfs/smbfs.c +++ b/vfs/smbfs.c @@ -17,7 +17,7 @@ You should have received a copy of the GNU Library 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Namespace: exports smbfs_vfs_ops, tcp_invalidate_socket */ #include diff --git a/vfs/tar.c b/vfs/tar.c index d41d88197..a2efc6b5e 100644 --- a/vfs/tar.c +++ b/vfs/tar.c @@ -16,7 +16,7 @@ You should have received a copy of the GNU Library 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Namespace: vfs_tarfs_ops */ diff --git a/vfs/tar.h b/vfs/tar.h index aec769958..ac7da6948 100644 --- a/vfs/tar.h +++ b/vfs/tar.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to - the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ + the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #if 0 #include "testpad.h" diff --git a/vfs/tcputil.c b/vfs/tcputil.c index 80ad8c503..e72300ebc 100644 --- a/vfs/tcputil.c +++ b/vfs/tcputil.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Library 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include diff --git a/vfs/undelfs.c b/vfs/undelfs.c index 445bd0741..c205444a9 100644 --- a/vfs/undelfs.c +++ b/vfs/undelfs.c @@ -25,7 +25,7 @@ You should have received a copy of the GNU Library 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Assumptions: * diff --git a/vfs/utilvfs.c b/vfs/utilvfs.c index a412e9857..875fa7cdc 100644 --- a/vfs/utilvfs.c +++ b/vfs/utilvfs.c @@ -16,7 +16,7 @@ You should have received a copy of the GNU Library 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Namespace: exports vfs_split_url */ diff --git a/vfs/vfs.c b/vfs/vfs.c index a5f4d5343..7617fcafa 100644 --- a/vfs/vfs.c +++ b/vfs/vfs.c @@ -19,7 +19,7 @@ You should have received a copy of the GNU Library 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Warning: funtions like extfs_lstat() have right to destroy any * strings you pass to them. This is acutally ok as you g_strdup what