diff options
Diffstat (limited to 'fixincludes')
-rw-r--r-- | fixincludes/ChangeLog | 16 | ||||
-rw-r--r-- | fixincludes/Makefile.in | 9 | ||||
-rw-r--r-- | fixincludes/fixfixes.c | 9 | ||||
-rwxr-xr-x | fixincludes/fixinc.in | 10 | ||||
-rw-r--r-- | fixincludes/fixincl.c | 12 | ||||
-rw-r--r-- | fixincludes/fixlib.c | 9 | ||||
-rw-r--r-- | fixincludes/fixlib.h | 9 | ||||
-rw-r--r-- | fixincludes/fixopts.c | 9 | ||||
-rw-r--r-- | fixincludes/fixtests.c | 9 | ||||
-rwxr-xr-x | fixincludes/genfixes | 9 | ||||
-rw-r--r-- | fixincludes/mkheaders.in | 7 | ||||
-rw-r--r-- | fixincludes/system.h | 11 |
12 files changed, 62 insertions, 57 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog index f5f0c4993b0..d3a8641f565 100644 --- a/fixincludes/ChangeLog +++ b/fixincludes/ChangeLog @@ -1,3 +1,19 @@ +2009-04-09 Jakub Jelinek <jakub@redhat.com> + + * Makefile.in: Change copyright header to refer to version + 3 of the GNU General Public License and to point readers at the + COPYING3 file and the FSF's license web page. + * fixfixes.c: Likewise. + * fixinc.in: Likewise. + * fixincl.c: Likewise. + * fixlib.c: Likewise. + * fixlib.h: Likewise. + * fixopts.c: Likewise. + * fixtests.c: Likewise. + * genfixes: Likewise. + * mkheaders.in: Likewise. + * system.h: Likewise. + 2009-03-31 Joseph Myers <joseph@codesourcery.com> PR c/448 diff --git a/fixincludes/Makefile.in b/fixincludes/Makefile.in index 3d26165efc0..1f89cf9edeb 100644 --- a/fixincludes/Makefile.in +++ b/fixincludes/Makefile.in @@ -1,13 +1,13 @@ # Makefile for fixincludes. # -# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004 +# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2009 # Free Software Foundation, Inc. #This file is part of fixincludes. #fixincludes 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) +#the Free Software Foundation; either version 3, or (at your option) #any later version. #fixincludes is distributed in the hope that it will be useful, @@ -16,9 +16,8 @@ #GNU General Public License for more details. #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, 51 Franklin Street, Fifth Floor, -#Boston, MA 02110-1301, USA. +#along with fixincludes; see the file COPYING3. If not see +#<http://www.gnu.org/licenses/>. SHELL=@SHELL@ diff --git a/fixincludes/fixfixes.c b/fixincludes/fixfixes.c index fa8dc545b0a..5616bf14975 100644 --- a/fixincludes/fixfixes.c +++ b/fixincludes/fixfixes.c @@ -3,7 +3,7 @@ Test to see if a particular fix should be applied to a header file. - Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004 + Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2009 Free Software Foundation, Inc. = = = = = = = = = = = = = = = = = = = = = = = = = @@ -37,7 +37,7 @@ 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) +the Free Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, @@ -46,9 +46,8 @@ 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, 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. */ +along with GCC; see the file COPYING3. If not see +<http://www.gnu.org/licenses/>. */ #include "fixlib.h" #define GTYPE_SE_CT 1 diff --git a/fixincludes/fixinc.in b/fixincludes/fixinc.in index 39a92133b71..e73aed99a1b 100755 --- a/fixincludes/fixinc.in +++ b/fixincludes/fixinc.in @@ -6,14 +6,14 @@ # # See README-fixinc for more information. # -# fixincludes copyright (c) 1998, 1999, 2000, 2002 +# fixincludes copyright (c) 1998, 1999, 2000, 2002, 2009 # The Free Software Foundation, Inc. # # fixincludes is free software. # # You may 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. +# Foundation; either version 3, or (at your option) any later version. # # fixincludes is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -21,10 +21,8 @@ # See the GNU General Public License for more details. # # 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., -# 51 Franklin Street, Fifth Floor, -# Boston, MA 02110-1301, USA. +# along with fixincludes; see the file COPYING3. If not see +# <http://www.gnu.org/licenses/>. # # # # # # # # # # # # # # # # # # # # # # diff --git a/fixincludes/fixincl.c b/fixincludes/fixincl.c index 489f1457ebc..9f399abdd83 100644 --- a/fixincludes/fixincl.c +++ b/fixincludes/fixincl.c @@ -2,24 +2,24 @@ files which are fixed to work correctly with ANSI C and placed in a directory that GCC will search. - Copyright (C) 1997, 1998, 1999, 2000, 2004 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000, 2004, 2009 + 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) +the Free Software Foundation; either version 3, 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. +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, 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. */ +along with GCC; see the file COPYING3. If not see +<http://www.gnu.org/licenses/>. */ #include "fixlib.h" diff --git a/fixincludes/fixlib.c b/fixincludes/fixlib.c index 379d604aad7..1fec773d393 100644 --- a/fixincludes/fixlib.c +++ b/fixincludes/fixlib.c @@ -3,13 +3,13 @@ files which are fixed to work correctly with ANSI C and placed in a directory that GCC will search. - Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2004, 2009 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) +the Free Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, @@ -18,9 +18,8 @@ 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, 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. */ +along with GCC; see the file COPYING3. If not see +<http://www.gnu.org/licenses/>. */ #include "fixlib.h" diff --git a/fixincludes/fixlib.h b/fixincludes/fixlib.h index f8d76e3e042..42d98b22558 100644 --- a/fixincludes/fixlib.h +++ b/fixincludes/fixlib.h @@ -3,14 +3,14 @@ files which are fixed to work correctly with ANSI C and placed in a directory that GCC will search. - Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2004 + Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2009 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) +the Free Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, @@ -19,9 +19,8 @@ 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, 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. */ +along with GCC; see the file COPYING3. If not see +<http://www.gnu.org/licenses/>. */ #ifndef GCC_FIXLIB_H #define GCC_FIXLIB_H diff --git a/fixincludes/fixopts.c b/fixincludes/fixopts.c index 82c202a282b..d305cd76747 100644 --- a/fixincludes/fixopts.c +++ b/fixincludes/fixopts.c @@ -1,12 +1,12 @@ /* Handle options that are passed from environment variables. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2009 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) +the Free Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, @@ -15,9 +15,8 @@ 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, 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. */ +along with GCC; see the file COPYING3. If not see +<http://www.gnu.org/licenses/>. */ #include "fixlib.h" diff --git a/fixincludes/fixtests.c b/fixincludes/fixtests.c index ec1f9752f18..d668b92f2a1 100644 --- a/fixincludes/fixtests.c +++ b/fixincludes/fixtests.c @@ -3,7 +3,7 @@ Test to see if a particular fix should be applied to a header file. - Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000, 2009 Free Software Foundation, Inc. = = = = = = = = = = = = = = = = = = = = = = = = = @@ -32,7 +32,7 @@ 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) +the Free Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, @@ -41,9 +41,8 @@ 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, 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. */ +along with GCC; see the file COPYING3. If not see +<http://www.gnu.org/licenses/>. */ #include "fixlib.h" diff --git a/fixincludes/genfixes b/fixincludes/genfixes index f50a71dd900..6bc60d2279c 100755 --- a/fixincludes/genfixes +++ b/fixincludes/genfixes @@ -1,11 +1,11 @@ #! /bin/sh -# Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2009 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) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # GCC is distributed in the hope that it will be useful, @@ -14,9 +14,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, 51 Franklin Street, Fifth Floor, -# Boston, MA 02110-1301, USA. +# along with GCC; see the file COPYING3. If not see +# <http://www.gnu.org/licenses/>. SHELL=/bin/sh export SHELL diff --git a/fixincludes/mkheaders.in b/fixincludes/mkheaders.in index 6fc0c51a41e..33a7a524835 100644 --- a/fixincludes/mkheaders.in +++ b/fixincludes/mkheaders.in @@ -6,7 +6,7 @@ #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 +#Software Foundation; either version 3, or (at your option) any later #version. #GCC is distributed in the hope that it will be useful, but WITHOUT @@ -15,9 +15,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, 51 Franklin Street, Fifth Floor, Boston, MA -#02110-1301, USA. +#along with GCC; see the file COPYING3. If not see +#<http://www.gnu.org/licenses/>. # Basic information target=@target@ diff --git a/fixincludes/system.h b/fixincludes/system.h index 8e85b7865ce..dca5d57b2e3 100644 --- a/fixincludes/system.h +++ b/fixincludes/system.h @@ -1,13 +1,13 @@ /* Get common system includes and various definitions and declarations based on autoconf macros. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2009 Free Software Foundation, Inc. -This file is part of libcpp (aka cpplib). +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 +Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, but WITHOUT ANY @@ -16,9 +16,8 @@ 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, 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA. */ +along with GCC; see the file COPYING3. If not see +<http://www.gnu.org/licenses/>. */ #ifndef FIXINC_SYSTEM_H |