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]

Fix copyright headers for gcc/


With all the branch merging done, this seems like a good time to do a
few more.  A few of these came from the pch-branch...

gengattr.c did not have anu "GNU CC", I changed it by accident, but at
least the indentation is correct now...

Can somebody commit this?

Greetz
Steven

2003-01-10  Steven Bosscher  <s.bosscher@student.tudelft.nl>

	* c-pch.c, dummy-conditions.c, genattr.c,
	genattrtab.h, genautomata.c, genconditions.c,
	langhooks-def.h, langhooks.c, langhooks.h,
	tree-inline.c, tree-inline.h, unwind-dw2-fde-darwin.c,
	unwind-dw2-fde-glibc.c, unwind-libunwind.c, vmsdbgout.c:
	Replace files with "GNU CC" in the copyright notice with
	the standard notice for GCC.

Index: c-pch.c
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/c-pch.c,v
retrieving revision 1.2
diff -c -r1.2 c-pch.c
*** c-pch.c	10 Jan 2003 02:21:58 -0000	1.2
--- c-pch.c	10 Jan 2003 19:42:04 -0000
***************
*** 1,22 ****
  /* Precompiled header implementation for the C languages.
!    Copyright (C) 2000, 2002 Free Software Foundation, Inc.
  
! 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.  */
  
  #include "config.h"
  #include "system.h"
--- 1,22 ----
  /* Precompiled header implementation for the C languages.
!    Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc.
  
! 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, Inc., 59 Temple Place - Suite 330, Boston, MA
! 02111-1307, USA.  */
  
  #include "config.h"
  #include "system.h"
Index: dummy-conditions.c
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/dummy-conditions.c,v
retrieving revision 1.2
diff -c -r1.2 dummy-conditions.c
*** dummy-conditions.c	16 Dec 2002 18:19:21 -0000	1.2
--- dummy-conditions.c	10 Jan 2003 19:42:04 -0000
***************
*** 1,22 ****
  /* Support for calculating constant conditions.
!    Copyright (C) 2002 Free Software Foundation, Inc.
  
!    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.  */
  
  #include "bconfig.h"
  #include "system.h"
--- 1,22 ----
  /* Support for calculating constant conditions.
!    Copyright (C) 2002, 2003 Free Software Foundation, Inc.
  
! 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, Inc., 59 Temple Place - Suite 330, Boston, MA
! 02111-1307, USA.  */
  
  #include "bconfig.h"
  #include "system.h"
Index: genattr.c
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/genattr.c,v
retrieving revision 1.53
diff -c -r1.53 genattr.c
*** genattr.c	9 Jan 2003 23:15:27 -0000	1.53
--- genattr.c	10 Jan 2003 19:42:05 -0000
***************
*** 1,24 ****
  /* Generate attribute information (insn-attr.h) from machine description.
!    Copyright (C) 1991, 1994, 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
     Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
  
  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.  */
- 
  
  #include "bconfig.h"
  #include "system.h"
--- 1,24 ----
  /* Generate attribute information (insn-attr.h) from machine description.
!    Copyright (C) 1991, 1994, 1996, 1998, 1999,
!    2000, 2003 Free Software Foundation, Inc.
     Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
  
  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, Inc., 59 Temple Place - Suite 330, Boston, MA
  02111-1307, USA.  */
  
  #include "bconfig.h"
  #include "system.h"
Index: genattrtab.h
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/genattrtab.h,v
retrieving revision 1.4
diff -c -r1.4 genattrtab.h
*** genattrtab.h	9 Jan 2003 23:15:27 -0000	1.4
--- genattrtab.h	10 Jan 2003 19:42:05 -0000
***************
*** 1,22 ****
  /* External definitions of source files of genattrtab.
     Copyright (C)  2001 Free Software Foundation, Inc.
  
! 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.  */
  
  /* Defined in genattrtab.c: */
  extern rtx check_attr_test	PARAMS ((rtx, int, int));
--- 1,22 ----
  /* External definitions of source files of genattrtab.
     Copyright (C)  2001 Free Software Foundation, Inc.
  
! 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, Inc., 59 Temple Place - Suite 330, Boston, MA
! 02111-1307, USA.  */
  
  /* Defined in genattrtab.c: */
  extern rtx check_attr_test	PARAMS ((rtx, int, int));
Index: genautomata.c
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/genautomata.c,v
retrieving revision 1.30
diff -c -r1.30 genautomata.c
*** genautomata.c	9 Jan 2003 23:15:27 -0000	1.30
--- genautomata.c	10 Jan 2003 19:42:27 -0000
***************
*** 1,24 ****
  /* Pipeline hazard description translator.
!    Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
  
     Written by Vladimir Makarov <vmakarov@redhat.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.  */
  
  /* References:
     
--- 1,24 ----
  /* Pipeline hazard description translator.
!    Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
  
     Written by Vladimir Makarov <vmakarov@redhat.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, Inc., 59 Temple Place - Suite 330, Boston, MA
! 02111-1307, USA.  */   
  
  /* References:
     
Index: genconditions.c
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/genconditions.c,v
retrieving revision 1.2
diff -c -r1.2 genconditions.c
*** genconditions.c	16 Dec 2002 18:19:33 -0000	1.2
--- genconditions.c	10 Jan 2003 19:42:27 -0000
***************
*** 1,22 ****
  /* Process machine description and calculate constant conditions.
     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
  
!    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.  */
  
  /* In a machine description, all of the insn patterns - define_insn,
     define_expand, define_split, define_peephole, define_peephole2 -
--- 1,22 ----
  /* Process machine description and calculate constant conditions.
     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
  
! 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, Inc., 59 Temple Place - Suite 330, Boston, MA
! 02111-1307, USA.  */
  
  /* In a machine description, all of the insn patterns - define_insn,
     define_expand, define_split, define_peephole, define_peephole2 -
Index: langhooks-def.h
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/langhooks-def.h,v
retrieving revision 1.40
diff -c -r1.40 langhooks-def.h
*** langhooks-def.h	16 Dec 2002 18:19:40 -0000	1.40
--- langhooks-def.h	10 Jan 2003 19:42:28 -0000
***************
*** 1,23 ****
  /* Default macros to initialize the lang_hooks data structure.
!    Copyright 2001, 2002 Free Software Foundation, Inc.
     Contributed by Alexandre Oliva  <aoliva@redhat.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.  */
  
  #ifndef GCC_LANG_HOOKS_DEF_H
  #define GCC_LANG_HOOKS_DEF_H
--- 1,23 ----
  /* Default macros to initialize the lang_hooks data structure.
!    Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
     Contributed by Alexandre Oliva  <aoliva@redhat.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, Inc., 59 Temple Place - Suite 330, Boston, MA
! 02111-1307, USA.  */
  
  #ifndef GCC_LANG_HOOKS_DEF_H
  #define GCC_LANG_HOOKS_DEF_H
Index: langhooks.c
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/langhooks.c,v
retrieving revision 1.35
diff -c -r1.35 langhooks.c
*** langhooks.c	16 Dec 2002 18:19:40 -0000	1.35
--- langhooks.c	10 Jan 2003 19:42:29 -0000
***************
*** 1,23 ****
  /* Default language-specific hooks.
!    Copyright 2001, 2002 Free Software Foundation, Inc.
     Contributed by Alexandre Oliva  <aoliva@redhat.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.  */
  
  #include "config.h"
  #include "system.h"
--- 1,23 ----
  /* Default language-specific hooks.
!    Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
     Contributed by Alexandre Oliva  <aoliva@redhat.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, Inc., 59 Temple Place - Suite 330, Boston, MA
! 02111-1307, USA.  */
  
  #include "config.h"
  #include "system.h"
Index: langhooks.h
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/langhooks.h,v
retrieving revision 1.49
diff -c -r1.49 langhooks.h
*** langhooks.h	16 Dec 2002 18:19:41 -0000	1.49
--- langhooks.h	10 Jan 2003 19:42:30 -0000
***************
*** 1,22 ****
  /* The lang_hooks data structure.
!    Copyright 2001, 2002 Free Software Foundation, Inc.
  
! 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.  */
  
  #ifndef GCC_LANG_HOOKS_H
  #define GCC_LANG_HOOKS_H
--- 1,22 ----
  /* The lang_hooks data structure.
!    Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
  
! 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, Inc., 59 Temple Place - Suite 330, Boston, MA
! 02111-1307, USA.  */
  
  #ifndef GCC_LANG_HOOKS_H
  #define GCC_LANG_HOOKS_H
Index: tree-inline.c
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/tree-inline.c,v
retrieving revision 1.40
diff -c -r1.40 tree-inline.c
*** tree-inline.c	24 Dec 2002 08:30:33 -0000	1.40
--- tree-inline.c	10 Jan 2003 19:42:34 -0000
***************
*** 1,23 ****
! /* Control and data flow functions for trees.
!    Copyright 2001, 2002 Free Software Foundation, Inc.
     Contributed by Alexandre Oliva <aoliva@redhat.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.  */
  
  #include "config.h"
  #include "system.h"
--- 1,23 ----
! /* Tree inlining functions for trees.
!    Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
     Contributed by Alexandre Oliva <aoliva@redhat.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, Inc., 59 Temple Place - Suite 330, Boston, MA
! 02111-1307, USA.  */
  
  #include "config.h"
  #include "system.h"
Index: tree-inline.h
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/tree-inline.h,v
retrieving revision 1.4
diff -c -r1.4 tree-inline.h
*** tree-inline.h	31 May 2002 22:15:38 -0000	1.4
--- tree-inline.h	10 Jan 2003 19:42:34 -0000
***************
*** 1,23 ****
  /* Tree inlining hooks and declarations.
!    Copyright 2001 Free Software Foundation, Inc.
     Contributed by Alexandre Oliva  <aoliva@redhat.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.  */
  
  #ifndef GCC_TREE_INLINE_H
  #define GCC_TREE_INLINE_H
--- 1,23 ----
  /* Tree inlining hooks and declarations.
!    Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
     Contributed by Alexandre Oliva  <aoliva@redhat.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, Inc., 59 Temple Place - Suite 330, Boston, MA
! 02111-1307, USA.  */
  
  #ifndef GCC_TREE_INLINE_H
  #define GCC_TREE_INLINE_H
Index: unwind-dw2-fde-darwin.c
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/unwind-dw2-fde-darwin.c,v
retrieving revision 1.3
diff -c -r1.3 unwind-dw2-fde-darwin.c
*** unwind-dw2-fde-darwin.c	1 Dec 2002 17:32:33 -0000	1.3
--- unwind-dw2-fde-darwin.c	10 Jan 2003 19:42:35 -0000
***************
*** 1,21 ****
! /* Copyright (C) 2001, 2002 Free Software Foundation, Inc.
  
!    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.  */
  
  /* As a special exception, if you link this library with other files,
     some of which are compiled with GCC, to produce an executable,
--- 1,21 ----
! /* Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
  
! 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, Inc., 59 Temple Place - Suite 330, Boston, MA
! 02111-1307, USA.  */
  
  /* As a special exception, if you link this library with other files,
     some of which are compiled with GCC, to produce an executable,
Index: unwind-dw2-fde-glibc.c
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/unwind-dw2-fde-glibc.c,v
retrieving revision 1.8
diff -c -r1.8 unwind-dw2-fde-glibc.c
*** unwind-dw2-fde-glibc.c	16 Dec 2002 18:20:01 -0000	1.8
--- unwind-dw2-fde-glibc.c	10 Jan 2003 19:42:36 -0000
***************
*** 1,22 ****
! /* Copyright (C) 2001, 2002 Free Software Foundation, Inc.
     Contributed by Jakub Jelinek <jakub@redhat.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.  */
  
  /* As a special exception, if you link this library with other files,
     some of which are compiled with GCC, to produce an executable,
--- 1,22 ----
! /* Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
     Contributed by Jakub Jelinek <jakub@redhat.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, Inc., 59 Temple Place - Suite 330, Boston, MA
! 02111-1307, USA.  */
  
  /* As a special exception, if you link this library with other files,
     some of which are compiled with GCC, to produce an executable,
Index: unwind-libunwind.c
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/unwind-libunwind.c,v
retrieving revision 1.2
diff -c -r1.2 unwind-libunwind.c
*** unwind-libunwind.c	16 Dec 2002 18:20:02 -0000	1.2
--- unwind-libunwind.c	10 Jan 2003 19:42:36 -0000
***************
*** 1,24 ****
  /* Subroutines needed for unwinding stack frames via the libunwind API.
!    Copyright (C) 2002
!    Free Software Foundation, Inc.
     Contributed by David Mosberger-Tang <davidm@hpl.hp.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.  */
  
  /* As a special exception, if you link this library with other files,
     some of which are compiled with GCC, to produce an executable,
--- 1,23 ----
  /* Subroutines needed for unwinding stack frames via the libunwind API.
!    Copyright (C) 2002, 2003 Free Software Foundation, Inc.
     Contributed by David Mosberger-Tang <davidm@hpl.hp.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, Inc., 59 Temple Place - Suite 330, Boston, MA
! 02111-1307, USA.  */
  
  /* As a special exception, if you link this library with other files,
     some of which are compiled with GCC, to produce an executable,
Index: vmsdbgout.c
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/vmsdbgout.c,v
retrieving revision 1.22
diff -c -r1.22 vmsdbgout.c
*** vmsdbgout.c	16 Dec 2002 18:20:03 -0000	1.22
--- vmsdbgout.c	10 Jan 2003 19:42:39 -0000
***************
*** 1,23 ****
  /* Output VMS debug format symbol table information from the GNU C compiler.
     Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
!    1999, 2000, 2001, 2002 Free Software Foundation, Inc.
     Contributed by Douglas B. Rupp (rupp@gnat.com).
  
! This file is part of GNU CC.
  
! 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.  */
  
  #include "config.h"
--- 1,23 ----
  /* Output VMS debug format symbol table information from the GNU C compiler.
     Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
!    1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
     Contributed by Douglas B. Rupp (rupp@gnat.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, Inc., 59 Temple Place - Suite 330, Boston, MA
  02111-1307, USA.  */
  
  #include "config.h"


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