2005-08-14 Kelley Cook <kcook@gcc.gnu.org>
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Aug 2005 00:50:43 +0000 (00:50 +0000)
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Aug 2005 00:50:43 +0000 (00:50 +0000)
* All files: Update with new FSF address.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103096 138bc75d-0d04-0410-961f-82ee72b054a4

17 files changed:
fixincludes/ChangeLog
fixincludes/Makefile.in
fixincludes/fixfixes.c
fixincludes/fixinc.in
fixincludes/fixincl.c
fixincludes/fixincl.x
fixincludes/fixlib.c
fixincludes/fixlib.h
fixincludes/fixopts.c
fixincludes/fixtests.c
fixincludes/genfixes
fixincludes/mkheaders.in
fixincludes/procopen.c
fixincludes/server.c
fixincludes/server.h
fixincludes/system.h
fixincludes/tests/base/string.h

index 8d68b7e..fad54a9 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
+
+       * All files: Update with new FSF address.
+
 2005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * Makefile.in (WARN_CFLAGS): New.
index 854f6e7..822e865 100644 (file)
@@ -17,8 +17,8 @@
 
 #You should have received a copy of the GNU General Public License
 #along with fixincludes; see the file COPYING.  If not, write to
-#the Free Software Foundation, 59 Temple Place - Suite 330,
-#Boston, MA 02111-1307, USA.
+#the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+#Boston, MA 02110-1301, USA.
 
 SHELL=@SHELL@
 
index c883253..fa8dc54 100644 (file)
@@ -47,8 +47,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "fixlib.h"
 #define    GTYPE_SE_CT 1
index ea59e48..39a9213 100755 (executable)
@@ -23,8 +23,8 @@
 # You should have received a copy of the GNU General Public License
 # along with fixincludes.  See the file "COPYING".  If not,
 # write to:  The Free Software Foundation, Inc.,
-#            59 Temple Place - Suite 330,
-#            Boston,  MA  02111-1307, USA.
+#            51 Franklin Street, Fifth Floor,
+#            Boston,  MA  02110-1301, USA.
 #
 # # # # # # # # # # # # # # # # # # # # #
 
index 6d967e6..250f0b0 100644 (file)
@@ -18,8 +18,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "fixlib.h"
 
index 271c14e..5203a43 100644 (file)
@@ -36,8 +36,8 @@
  *  You should have received a copy of the GNU General Public License
  *  along with inclhack.  See the file "COPYING".  If not,
  *  write to:  The Free Software Foundation, Inc.,
- *             59 Temple Place - Suite 330,
- *             Boston,  MA  02111-1307, USA.
+ *             51 Franklin Street, Fifth Floor,
+ *             Boston,  MA  02110-1301, USA.
  */
 
 /* * * * * * * * * * * * * * * * * * * * * * * * * *
index 7ab45c5..cc335f5 100644 (file)
@@ -19,8 +19,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "fixlib.h"
 
index 8032f98..f8d76e3 100644 (file)
@@ -20,8 +20,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #ifndef GCC_FIXLIB_H
 #define GCC_FIXLIB_H
index 365e27d..82c202a 100644 (file)
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "fixlib.h"
 
index 44ef972..ec1f975 100644 (file)
@@ -42,8 +42,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "fixlib.h"
 
index b151153..f50a71d 100755 (executable)
@@ -15,8 +15,8 @@
 
 # You should have received a copy of the GNU General Public License
 # along with GCC; see the file COPYING.  If not, write to
-# the Free Software Foundation, 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
 
 SHELL=/bin/sh
 export SHELL
index 8330ac4..6f029f8 100644 (file)
@@ -16,8 +16,8 @@
 
 #You should have received a copy of the GNU General Public License
 #along with GCC; see the file COPYING.  If not, write to the Free
-#Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-#02111-1307, USA.
+#Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+#02110-1301, USA.
 
 # Basic information
 target=@target@
index 75891e4..22d4f67 100644 (file)
@@ -17,8 +17,8 @@
  *  You should have received a copy of the GNU General Public License
  *  along with Server Handling.  See the file "COPYING".  If not,
  *  write to:  The Free Software Foundation, Inc.,
- *             59 Temple Place - Suite 330,
- *             Boston,  MA  02111-1307, USA.
+ *             51 Franklin Street, Fifth Floor,
+ *             Boston,  MA  02110-1301, USA.
  *
  * As a special exception, The Free Software Foundation gives
  * permission for additional uses of the text contained in his release
index 73db78b..6db8cf7 100644 (file)
@@ -17,8 +17,8 @@
  *  You should have received a copy of the GNU General Public License
  *  along with Server Handling.  See the file "COPYING".  If not,
  *  write to:  The Free Software Foundation, Inc.,
- *             59 Temple Place - Suite 330,
- *             Boston,  MA  02111-1307, USA.
+ *             51 Franklin Street, Fifth Floor,
+ *             Boston,  MA  02110-1301, USA.
  *
  * As a special exception, The Free Software Foundation gives
  * permission for additional uses of the text contained in his release
index 30de054..9eafb03 100644 (file)
@@ -17,8 +17,8 @@
  *  You should have received a copy of the GNU General Public License
  *  along with Server Handling.  See the file "COPYING".  If not,
  *  write to:  The Free Software Foundation, Inc.,
- *             59 Temple Place - Suite 330,
- *             Boston,  MA  02111-1307, USA.
+ *             51 Franklin Street, Fifth Floor,
+ *             Boston,  MA  02110-1301, USA.
  *
  * As a special exception, The Free Software Foundation gives
  * permission for additional uses of the text contained in his release
index 602654e..8e85b78 100644 (file)
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #ifndef FIXINC_SYSTEM_H
index d70f9e0..0c70f30 100644 (file)
@@ -10,4 +10,4 @@
 #ifndef _STRING_INCLUDED
   #define _STRING_INCLUDED
   #include <strings.h>
-#endif /* _STRING_INCLUDED */
\ No newline at end of file
+#endif /* _STRING_INCLUDED */