This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FSF address: Update some newly added files


Five new files were added with the old copyright headers.

Likely, someone should add a check for this into a checking script.

Committed as obvious.
2005-07-01  Kelley Cook  <kcook@gcc.gnu.org>

	* config/arm/libunwind.S, config/arm/pr-support.c,
	config/arm/unwind-arm.c, config/arm/unwind-arm.h,
	config/c4x/predicates.md, tree-object-size.c: Update FSF address.

Index: tree-object-size.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-object-size.c,v
retrieving revision 2.1
diff -p -u -d -r2.1 tree-object-size.c
--- tree-object-size.c	27 Jun 2005 12:17:21 -0000	2.1
+++ tree-object-size.c	1 Jul 2005 01:45:49 -0000
@@ -16,8 +16,8 @@ GNU General Public License for more deta
 
 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 "config.h"
 #include "system.h"
Index: config/arm/libunwind.S
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/libunwind.S,v
retrieving revision 1.2
diff -p -u -d -r1.2 libunwind.S
--- config/arm/libunwind.S	28 Jun 2005 20:06:39 -0000	1.2
+++ config/arm/libunwind.S	1 Jul 2005 01:45:56 -0000
@@ -23,8 +23,8 @@
 
    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, 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 #ifdef L_unwind
 
Index: config/arm/pr-support.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/pr-support.c,v
retrieving revision 1.2
diff -p -u -d -r1.2 pr-support.c
--- config/arm/pr-support.c	28 Jun 2005 20:06:39 -0000	1.2
+++ config/arm/pr-support.c	1 Jul 2005 01:45:56 -0000
@@ -23,8 +23,8 @@
 
    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, 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 "unwind.h"
 
 typedef struct _ZSt9type_info type_info; /* This names C++ type_info type */
Index: config/arm/unwind-arm.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/unwind-arm.c,v
retrieving revision 1.2
diff -p -u -d -r1.2 unwind-arm.c
--- config/arm/unwind-arm.c	28 Jun 2005 20:06:39 -0000	1.2
+++ config/arm/unwind-arm.c	1 Jul 2005 01:45:57 -0000
@@ -23,8 +23,8 @@
 
    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, 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 "unwind.h"
 
 /* Definitions for C++ runtime support routines.  We make these weak
Index: config/arm/unwind-arm.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/unwind-arm.h,v
retrieving revision 1.1
diff -p -u -d -r1.1 unwind-arm.h
--- config/arm/unwind-arm.h	28 Jun 2005 20:06:39 -0000	1.1
+++ config/arm/unwind-arm.h	1 Jul 2005 01:45:57 -0000
@@ -23,8 +23,8 @@
 
    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, 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 /* Language-independent unwinder header public defines.  This contins both
    ABI defined objects, and GNU support routines.*/
Index: config/c4x/predicates.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/c4x/predicates.md,v
retrieving revision 1.1
diff -p -u -d -r1.1 predicates.md
--- config/c4x/predicates.md	30 Jun 2005 15:55:35 -0000	1.1
+++ config/c4x/predicates.md	1 Jul 2005 01:46:00 -0000
@@ -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.
 
 ;; Nonzero if OP is a floating point value with value 0.0.
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]