[Pinfo-devel] r280 - in pinfo/trunk: . macros src

Bas Zoetekouw bas at costa.debian.org
Thu Mar 9 19:44:49 UTC 2006


Author: bas
Date: 2006-03-09 19:44:48 +0000 (Thu, 09 Mar 2006)
New Revision: 280

Modified:
   pinfo/trunk/COPYING
   pinfo/trunk/README
   pinfo/trunk/configure.ac
   pinfo/trunk/macros/curses.m4
   pinfo/trunk/macros/wchar.m4
   pinfo/trunk/src/colors.c
   pinfo/trunk/src/colors.h
   pinfo/trunk/src/common_includes.h
   pinfo/trunk/src/datatypes.c
   pinfo/trunk/src/datatypes.h
   pinfo/trunk/src/filehandling_functions.c
   pinfo/trunk/src/filehandling_functions.h
   pinfo/trunk/src/initializelinks.c
   pinfo/trunk/src/initializelinks.h
   pinfo/trunk/src/keyboard.h
   pinfo/trunk/src/localestuff.h
   pinfo/trunk/src/mainfunction.c
   pinfo/trunk/src/mainfunction.h
   pinfo/trunk/src/manual.c
   pinfo/trunk/src/manual.h
   pinfo/trunk/src/menu_and_note_utils.c
   pinfo/trunk/src/menu_and_note_utils.h
   pinfo/trunk/src/parse_config.c
   pinfo/trunk/src/parse_config.h
   pinfo/trunk/src/pinfo.c
   pinfo/trunk/src/printinfo.c
   pinfo/trunk/src/printinfo.h
   pinfo/trunk/src/rcsid.h
   pinfo/trunk/src/readlinewrapper.c
   pinfo/trunk/src/readlinewrapper.h
   pinfo/trunk/src/regexp_search.c
   pinfo/trunk/src/regexp_search.h
   pinfo/trunk/src/sigblock.h
   pinfo/trunk/src/signal_handler.c
   pinfo/trunk/src/signal_handler.h
   pinfo/trunk/src/utils.c
   pinfo/trunk/src/utils.h
   pinfo/trunk/src/video.c
   pinfo/trunk/src/video.h
Log:
Fixed FSF address


Modified: pinfo/trunk/COPYING
===================================================================
--- pinfo/trunk/COPYING	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/COPYING	2006-03-09 19:44:48 UTC (rev 280)
@@ -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 St, Fifth Floor, Boston, MA  02110-1301  USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -279,62 +279,3 @@
 
 		     END OF TERMS AND CONDITIONS
 
-	    How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    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
-
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this
-when it starts in an interactive mode:
-
-    Gnomovision version 69, Copyright (C) year  name of author
-    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License.  Of course, the commands you use may
-be called something other than `show w' and `show c'; they could even be
-mouse-clicks or menu items--whatever suits your program.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the program, if
-necessary.  Here is a sample; alter the names:
-
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
-  `Gnomovision' (which makes passes at compilers) written by James Hacker.
-
-  <signature of Ty Coon>, 1 April 1989
-  Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program into
-proprietary programs.  If your program is a subroutine library, you may
-consider it more useful to permit linking proprietary applications with the
-library.  If this is what you want to do, use the GNU Library General
-Public License instead of this License.

Modified: pinfo/trunk/README
===================================================================
--- pinfo/trunk/README	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/README	2006-03-09 19:44:48 UTC (rev 280)
@@ -17,5 +17,5 @@
 
     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 St, Fifth Floor, Boston, MA  02110-1301  USA
 

Modified: pinfo/trunk/configure.ac
===================================================================
--- pinfo/trunk/configure.ac	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/configure.ac	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+#*  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
 #*  USA
 #***************************************************************************/
 #

Modified: pinfo/trunk/macros/curses.m4
===================================================================
--- pinfo/trunk/macros/curses.m4	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/macros/curses.m4	2006-03-09 19:44:48 UTC (rev 280)
@@ -12,7 +12,7 @@
 dnl 
 dnl  You should have received a copy of the GNU General Public License
 dnl  along with this program; if not, write to the Free Software
-dnl  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 dnl  
 dnl 
 dnl  How to use this?

Modified: pinfo/trunk/macros/wchar.m4
===================================================================
--- pinfo/trunk/macros/wchar.m4	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/macros/wchar.m4	2006-03-09 19:44:48 UTC (rev 280)
@@ -12,7 +12,7 @@
 dnl
 dnl  You should have received a copy of the GNU General Public License
 dnl  along with this program; if not, write to the Free Software
-dnl  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
+dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
 dnl  USA
 
 

Modified: pinfo/trunk/src/colors.c
===================================================================
--- pinfo/trunk/src/colors.c	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/colors.c	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/colors.h
===================================================================
--- pinfo/trunk/src/colors.h	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/colors.h	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/common_includes.h
===================================================================
--- pinfo/trunk/src/common_includes.h	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/common_includes.h	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/datatypes.c
===================================================================
--- pinfo/trunk/src/datatypes.c	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/datatypes.c	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 #include "common_includes.h"

Modified: pinfo/trunk/src/datatypes.h
===================================================================
--- pinfo/trunk/src/datatypes.h	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/datatypes.h	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/filehandling_functions.c
===================================================================
--- pinfo/trunk/src/filehandling_functions.c	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/filehandling_functions.c	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/filehandling_functions.h
===================================================================
--- pinfo/trunk/src/filehandling_functions.h	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/filehandling_functions.h	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/initializelinks.c
===================================================================
--- pinfo/trunk/src/initializelinks.c	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/initializelinks.c	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 #include "common_includes.h"

Modified: pinfo/trunk/src/initializelinks.h
===================================================================
--- pinfo/trunk/src/initializelinks.h	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/initializelinks.h	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/keyboard.h
===================================================================
--- pinfo/trunk/src/keyboard.h	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/keyboard.h	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/localestuff.h
===================================================================
--- pinfo/trunk/src/localestuff.h	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/localestuff.h	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/mainfunction.c
===================================================================
--- pinfo/trunk/src/mainfunction.c	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/mainfunction.c	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 #include "common_includes.h"

Modified: pinfo/trunk/src/mainfunction.h
===================================================================
--- pinfo/trunk/src/mainfunction.h	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/mainfunction.h	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/manual.c
===================================================================
--- pinfo/trunk/src/manual.c	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/manual.c	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 #include "common_includes.h"

Modified: pinfo/trunk/src/manual.h
===================================================================
--- pinfo/trunk/src/manual.h	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/manual.h	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/menu_and_note_utils.c
===================================================================
--- pinfo/trunk/src/menu_and_note_utils.c	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/menu_and_note_utils.c	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/menu_and_note_utils.h
===================================================================
--- pinfo/trunk/src/menu_and_note_utils.h	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/menu_and_note_utils.h	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/parse_config.c
===================================================================
--- pinfo/trunk/src/parse_config.c	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/parse_config.c	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/parse_config.h
===================================================================
--- pinfo/trunk/src/parse_config.h	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/parse_config.h	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/pinfo.c
===================================================================
--- pinfo/trunk/src/pinfo.c	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/pinfo.c	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/printinfo.c
===================================================================
--- pinfo/trunk/src/printinfo.c	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/printinfo.c	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/printinfo.h
===================================================================
--- pinfo/trunk/src/printinfo.h	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/printinfo.h	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/rcsid.h
===================================================================
--- pinfo/trunk/src/rcsid.h	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/rcsid.h	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/readlinewrapper.c
===================================================================
--- pinfo/trunk/src/readlinewrapper.c	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/readlinewrapper.c	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 #include "common_includes.h"

Modified: pinfo/trunk/src/readlinewrapper.h
===================================================================
--- pinfo/trunk/src/readlinewrapper.h	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/readlinewrapper.h	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/regexp_search.c
===================================================================
--- pinfo/trunk/src/regexp_search.c	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/regexp_search.c	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/regexp_search.h
===================================================================
--- pinfo/trunk/src/regexp_search.h	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/regexp_search.h	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/sigblock.h
===================================================================
--- pinfo/trunk/src/sigblock.h	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/sigblock.h	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/signal_handler.c
===================================================================
--- pinfo/trunk/src/signal_handler.c	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/signal_handler.c	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 #include "common_includes.h"

Modified: pinfo/trunk/src/signal_handler.h
===================================================================
--- pinfo/trunk/src/signal_handler.h	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/signal_handler.h	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/utils.c
===================================================================
--- pinfo/trunk/src/utils.c	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/utils.c	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/utils.h
===================================================================
--- pinfo/trunk/src/utils.h	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/utils.h	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/video.c
===================================================================
--- pinfo/trunk/src/video.c	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/video.c	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 

Modified: pinfo/trunk/src/video.h
===================================================================
--- pinfo/trunk/src/video.h	2006-03-09 19:30:44 UTC (rev 279)
+++ pinfo/trunk/src/video.h	2006-03-09 19:44:48 UTC (rev 280)
@@ -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
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
  *  USA
  ***************************************************************************/
 




More information about the Pinfo-devel mailing list