PATCH: GNU CC -> GCC, #3: include

Lars Brinkhoff lars.spam@nocrew.org
Thu Aug 23 01:10:00 GMT 2001


This patch takes care of the include directory.  Bootstrapped on
powerpc-unknown-linux-gnu.

2001-08-23  Lars Brinkhoff  <lars@nocrew.org>

	* dyn-string.h, fibheap.h, partition.h, sort.h, splay-tree.h:
	replace "GNU CC" with "GCC".

Index: dyn-string.h
===================================================================
RCS file: /cvs/gcc/gcc/include/dyn-string.h,v
retrieving revision 1.4
diff -c -3 -p -r1.4 dyn-string.h
*** dyn-string.h	2000/09/05 01:01:12	1.4
--- dyn-string.h	2001/08/23 06:57:09
***************
*** 2,21 ****
     Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
     Contributed by Mark Mitchell (mark@markmitchell.com).
  
! This file is part of GNU CC.
     
! GNU CC 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, or (at your option)
  any later version.
  
! GNU CC 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 GNU CC; see the file COPYING.  If not, write to
  the Free Software Foundation, 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.  */
  
--- 2,21 ----
     Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
     Contributed by Mark Mitchell (mark@markmitchell.com).
  
! This file is part of GCC.
     
! GCC 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, or (at your option)
  any later version.
  
! GCC 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 GCC; see the file COPYING.  If not, write to
  the Free Software Foundation, 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.  */
  
Index: fibheap.h
===================================================================
RCS file: /cvs/gcc/gcc/include/fibheap.h,v
retrieving revision 1.3
diff -c -3 -p -r1.3 fibheap.h
*** fibheap.h	2001/08/22 01:53:38	1.3
--- fibheap.h	2001/08/23 06:57:09
***************
*** 2,21 ****
     Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
     Contributed by Daniel Berlin (dan@cgsoftware.com).
  
! This file is part of GNU CC.
     
! GNU CC 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, or (at your option)
  any later version.
  
! GNU CC 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 GNU CC; see the file COPYING.  If not, write to
  the Free Software Foundation, 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.  */
  
--- 2,21 ----
     Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
     Contributed by Daniel Berlin (dan@cgsoftware.com).
  
! This file is part of GCC.
     
! GCC 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, or (at your option)
  any later version.
  
! GCC 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 GCC; see the file COPYING.  If not, write to
  the Free Software Foundation, 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.  */
  
Index: partition.h
===================================================================
RCS file: /cvs/gcc/gcc/include/partition.h,v
retrieving revision 1.2
diff -c -3 -p -r1.2 partition.h
*** partition.h	2001/05/16 21:00:55	1.2
--- partition.h	2001/08/23 06:57:09
***************
*** 2,21 ****
     Copyright (C) 2000, 2001 Free Software Foundation, Inc.
     Contributed by CodeSourcery, LLC.
  
!    This file is part of GNU CC.
  
!    GNU CC 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, or (at your option)
     any later version.
  
!    GNU CC 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 GNU CC; see the file COPYING.  If not, write to
     the Free Software Foundation, 59 Temple Place - Suite 330,
     Boston, MA 02111-1307, USA.  */
  
--- 2,21 ----
     Copyright (C) 2000, 2001 Free Software Foundation, Inc.
     Contributed by CodeSourcery, LLC.
  
!    This file is part of GCC.
  
!    GCC 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, or (at your option)
     any later version.
  
!    GCC 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 GCC; see the file COPYING.  If not, write to
     the Free Software Foundation, 59 Temple Place - Suite 330,
     Boston, MA 02111-1307, USA.  */
  
Index: sort.h
===================================================================
RCS file: /cvs/gcc/gcc/include/sort.h,v
retrieving revision 1.2
diff -c -3 -p -r1.2 sort.h
*** sort.h	2000/05/04 15:40:25	1.2
--- sort.h	2001/08/23 06:57:09
***************
*** 2,21 ****
     Copyright (C) 2000 Free Software Foundation, Inc.
     Contributed by Mark Mitchell <mark@codesourcery.com>.
  
! This file is part of GNU CC.
     
! GNU CC 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, or (at your option)
  any later version.
  
! GNU CC 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 GNU CC; see the file COPYING.  If not, write to
  the Free Software Foundation, 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.  */
  
--- 2,21 ----
     Copyright (C) 2000 Free Software Foundation, Inc.
     Contributed by Mark Mitchell <mark@codesourcery.com>.
  
! This file is part of GCC.
     
! GCC 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, or (at your option)
  any later version.
  
! GCC 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 GCC; see the file COPYING.  If not, write to
  the Free Software Foundation, 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.  */
  
Index: splay-tree.h
===================================================================
RCS file: /cvs/gcc/gcc/include/splay-tree.h,v
retrieving revision 1.14
diff -c -3 -p -r1.14 splay-tree.h
*** splay-tree.h	2001/05/07 15:45:21	1.14
--- splay-tree.h	2001/08/23 06:57:09
***************
*** 2,21 ****
     Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
     Contributed by Mark Mitchell (mark@markmitchell.com).
  
! This file is part of GNU CC.
     
! GNU CC 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, or (at your option)
  any later version.
  
! GNU CC 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 GNU CC; see the file COPYING.  If not, write to
  the Free Software Foundation, 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.  */
  
--- 2,21 ----
     Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
     Contributed by Mark Mitchell (mark@markmitchell.com).
  
! This file is part of GCC.
     
! GCC 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, or (at your option)
  any later version.
  
! GCC 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 GCC; see the file COPYING.  If not, write to
  the Free Software Foundation, 59 Temple Place - Suite 330,
  Boston, MA 02111-1307, USA.  */
  



More information about the Gcc-patches mailing list