Commit d70c0bd6 by Nick Clifton Committed by Nick Clifton

Make-lang.in: Change copyright header to refer to version 3 of the GNU General Public License...

* Make-lang.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.
* ada-tree.def, nmake.adt, nlists.h, snames.h, utils.c,
  Makefile.rtl, Makefile.in, config-lang.in, uintp.h, urealp.h,
  namet.h, decl.c, utils2.c, lang.opt, elists.h, atree.h, types.h,
  treeprs.adt, lang-specs.h, cuintp.c, stringt.h, gnatbl.c: Likewise.

From-SVN: r128038
parent 8d2fc1c4
2007-09-03 Nick Clifton <nickc@redhat.com>
* Make-lang.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.
* ada-tree.def, nmake.adt, nlists.h, snames.h, utils.c,
Makefile.rtl, Makefile.in, config-lang.in, uintp.h, urealp.h,
namet.h, decl.c, utils2.c, lang.opt, elists.h, atree.h, types.h,
treeprs.adt, lang-specs.h, cuintp.c, stringt.h, gnatbl.c:
Likewise.
2007-08-31 Vincent Celier <celier@adacore.com> 2007-08-31 Vincent Celier <celier@adacore.com>
PR ada/4720 PR ada/4720
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#GCC is free software; you can redistribute it and/or modify #GCC is free software; you can redistribute it and/or modify
#it under the terms of the GNU General Public License as published by #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. #any later version.
#GCC is distributed in the hope that it will be useful, #GCC is distributed in the hope that it will be useful,
...@@ -15,9 +15,9 @@ ...@@ -15,9 +15,9 @@
#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 #You should have received a copy of the GNU General Public License
#along with GCC; see the file COPYING. If not, write to #along with GCC; see the file COPYING3. If not see
#the Free Software Foundation, 51 Franklin Street, Fifth Floor, #<http://www.gnu.org/licenses/>.
#Boston, MA 02110-1301, USA.
# This file provides the language dependent support in the main Makefile. # This file provides the language dependent support in the main Makefile.
# Each language makefile fragment must provide the following targets: # Each language makefile fragment must provide the following targets:
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#GCC is free software; you can redistribute it and/or modify #GCC is free software; you can redistribute it and/or modify
#it under the terms of the GNU General Public License as published by #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. #any later version.
#GCC is distributed in the hope that it will be useful, #GCC is distributed in the hope that it will be useful,
...@@ -14,9 +14,8 @@ ...@@ -14,9 +14,8 @@
#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 #You should have received a copy of the GNU General Public License
#along with GCC; see the file COPYING. If not, write to #along with GCC; see the file COPYING3. If not see
#the Free Software Foundation, 51 Franklin Street, Fifth Floor, #<http://www.gnu.org/licenses/>.
#Boston, MA 02110-1301, USA.
# The makefile built from this file lives in the language subdirectory. # The makefile built from this file lives in the language subdirectory.
# Its purpose is to provide support for: # Its purpose is to provide support for:
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#GCC is free software; you can redistribute it and/or modify #GCC is free software; you can redistribute it and/or modify
#it under the terms of the GNU General Public License as published by #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. #any later version.
#GCC is distributed in the hope that it will be useful, #GCC is distributed in the hope that it will be useful,
...@@ -14,9 +14,8 @@ ...@@ -14,9 +14,8 @@
#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 #You should have received a copy of the GNU General Public License
#along with GCC; see the file COPYING. If not, write to #along with GCC; see the file COPYING3. If not see
#the Free Software Foundation, 51 Franklin Street, Fifth Floor, #<http://www.gnu.org/licenses/>.
#Boston, MA 02110-1301, USA.
# This makefile fragment is included in the ada Makefile (both Unix # This makefile fragment is included in the ada Makefile (both Unix
# and NT and VMS versions). # and NT and VMS versions).
......
...@@ -6,18 +6,17 @@ ...@@ -6,18 +6,17 @@
* * * *
* Specification * * Specification *
* * * *
* Copyright (C) 1992-2004 Free Software Foundation, Inc. * * Copyright (C) 1992-2004, 2007 Free Software Foundation, Inc. *
* * * *
* GNAT is free software; you can redistribute it and/or modify it under * * GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- * * terms of the GNU General Public License as published by the Free Soft- *
* ware Foundation; either version 2, or (at your option) any later ver- * * ware Foundation; either version 3, or (at your option) any later ver- *
* sion. GNAT is distributed in the hope that it will be useful, but WITH- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- *
* OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * * OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * * 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 * * for more details. You should have received a copy of the GNU General *
* Public License distributed with GNAT; see file COPYING. If not, write * * Public License along with GCC; see the file COPYING3. If not see *
* to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * * <http://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. *
* * * *
* GNAT was originally developed by the GNAT team at New York University. * * GNAT was originally developed by the GNAT team at New York University. *
* Extensive contributions were provided by Ada Core Technologies Inc. * * Extensive contributions were provided by Ada Core Technologies Inc. *
......
...@@ -10,14 +10,13 @@ ...@@ -10,14 +10,13 @@
* * * *
* GNAT is free software; you can redistribute it and/or modify it under * * GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- * * terms of the GNU General Public License as published by the Free Soft- *
* ware Foundation; either version 2, or (at your option) any later ver- * * ware Foundation; either version 3, or (at your option) any later ver- *
* sion. GNAT is distributed in the hope that it will be useful, but WITH- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- *
* OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * * OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * * 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 * * for more details. You should have received a copy of the GNU General *
* Public License distributed with GNAT; see file COPYING. If not, write * * Public License along with GCC; see the file COPYING3. If not see *
* to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * * <http://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. *
* * * *
* GNAT was originally developed by the GNAT team at New York University. * * GNAT was originally developed by the GNAT team at New York University. *
* Extensive contributions were provided by Ada Core Technologies Inc. * * Extensive contributions were provided by Ada Core Technologies Inc. *
......
...@@ -10,14 +10,13 @@ ...@@ -10,14 +10,13 @@
* * * *
* GNAT is free software; you can redistribute it and/or modify it under * * GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- * * terms of the GNU General Public License as published by the Free Soft- *
* ware Foundation; either version 2, or (at your option) any later ver- * * ware Foundation; either version 3, or (at your option) any later ver- *
* sion. GNAT is distributed in the hope that it will be useful, but WITH- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- *
* OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * * OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * * 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 * * for more details. You should have received a copy of the GNU General *
* Public License distributed with GNAT; see file COPYING. If not, write * * Public License along with GCC; see the file COPYING3. If not see *
* to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * * <http://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. *
* * * *
* GNAT was originally developed by the GNAT team at New York University. * * GNAT was originally developed by the GNAT team at New York University. *
* Extensive contributions were provided by Ada Core Technologies Inc. * * Extensive contributions were provided by Ada Core Technologies Inc. *
......
# Top level configure fragment for GNU Ada (GNAT). # Top level configure fragment for GNU Ada (GNAT).
# Copyright (C) 1994-2003 Free Software Foundation, Inc. # Copyright (C) 1994-2003, 2007 Free Software Foundation, Inc.
#This file is part of GCC. #This file is part of GCC.
#GCC is free software; you can redistribute it and/or modify #GCC is free software; you can redistribute it and/or modify
#it under the terms of the GNU General Public License as published by #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. #any later version.
#GCC is distributed in the hope that it will be useful, #GCC is distributed in the hope that it will be useful,
...@@ -14,9 +14,8 @@ ...@@ -14,9 +14,8 @@
#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 #You should have received a copy of the GNU General Public License
#along with GCC; see the file COPYING. If not, write to #along with GCC; see the file COPYING3. If not see
#the Free Software Foundation, 51 Franklin Street, Fifth Floor, #<http://www.gnu.org/licenses/>.
#Boston, MA 02110-1301, USA.
# Configure looks for the existence of this file to auto-config each language. # Configure looks for the existence of this file to auto-config each language.
# We define several parameters used by configure: # We define several parameters used by configure:
......
...@@ -10,14 +10,13 @@ ...@@ -10,14 +10,13 @@
* * * *
* GNAT is free software; you can redistribute it and/or modify it under * * GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- * * terms of the GNU General Public License as published by the Free Soft- *
* ware Foundation; either version 2, or (at your option) any later ver- * * ware Foundation; either version 3, or (at your option) any later ver- *
* sion. GNAT is distributed in the hope that it will be useful, but WITH- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- *
* OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * * OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * * 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 * * for more details. You should have received a copy of the GNU General *
* Public License distributed with GNAT; see file COPYING. If not, write * * Public License along with GCC; see the file COPYING3. If not see *
* to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * * <http://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. *
* * * *
* GNAT was originally developed by the GNAT team at New York University. * * GNAT was originally developed by the GNAT team at New York University. *
* Extensive contributions were provided by Ada Core Technologies Inc. * * Extensive contributions were provided by Ada Core Technologies Inc. *
......
...@@ -10,14 +10,13 @@ ...@@ -10,14 +10,13 @@
* * * *
* GNAT is free software; you can redistribute it and/or modify it under * * GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- * * terms of the GNU General Public License as published by the Free Soft- *
* ware Foundation; either version 2, or (at your option) any later ver- * * ware Foundation; either version 3, or (at your option) any later ver- *
* sion. GNAT is distributed in the hope that it will be useful, but WITH- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- *
* OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * * OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * * 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 * * for more details. You should have received a copy of the GNU General *
* Public License distributed with GNAT; see file COPYING. If not, write * * Public License along with GCC; see the file COPYING3. If not see *
* to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * * <http://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. *
* * * *
* GNAT was originally developed by the GNAT team at New York University. * * GNAT was originally developed by the GNAT team at New York University. *
* Extensive contributions were provided by Ada Core Technologies Inc. * * Extensive contributions were provided by Ada Core Technologies Inc. *
......
...@@ -6,18 +6,17 @@ ...@@ -6,18 +6,17 @@
* * * *
* C Header File * * C Header File *
* * * *
* Copyright (C) 1992-2003 Free Software Foundation, Inc. * * Copyright (C) 1992-2003, 2007 Free Software Foundation, Inc. *
* * * *
* GNAT is free software; you can redistribute it and/or modify it under * * GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- * * terms of the GNU General Public License as published by the Free Soft- *
* ware Foundation; either version 2, or (at your option) any later ver- * * ware Foundation; either version 3, or (at your option) any later ver- *
* sion. GNAT is distributed in the hope that it will be useful, but WITH- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- *
* OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * * OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * * 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 * * for more details. You should have received a copy of the GNU General *
* Public License distributed with GNAT; see file COPYING. If not, write * * Public License along with GCC; see the file COPYING3. If not see *
* to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * * <http://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. *
* * * *
* GNAT was originally developed by the GNAT team at New York University. * * GNAT was originally developed by the GNAT team at New York University. *
* Extensive contributions were provided by Ada Core Technologies Inc. * * Extensive contributions were provided by Ada Core Technologies Inc. *
......
...@@ -6,18 +6,17 @@ ...@@ -6,18 +6,17 @@
* * * *
* C Implementation File * * C Implementation File *
* * * *
* Copyright (C) 1992-2005 Free Software Foundation, Inc. * * Copyright (C) 1992-2005, 2007 Free Software Foundation, Inc. *
* * * *
* GNAT is free software; you can redistribute it and/or modify it under * * GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- * * terms of the GNU General Public License as published by the Free Soft- *
* ware Foundation; either version 2, or (at your option) any later ver- * * ware Foundation; either version 3, or (at your option) any later ver- *
* sion. GNAT is distributed in the hope that it will be useful, but WITH- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- *
* OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * * OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * * 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 * * for more details. You should have received a copy of the GNU General *
* Public License distributed with GNAT; see file COPYING. If not, write * * Public License along with GCC; see the file COPYING3. If not see *
* to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * * <http://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. *
* * * *
* GNAT was originally developed by the GNAT team at New York University. * * GNAT was originally developed by the GNAT team at New York University. *
* Extensive contributions were provided by Ada Core Technologies Inc. * * Extensive contributions were provided by Ada Core Technologies Inc. *
......
...@@ -10,14 +10,13 @@ ...@@ -10,14 +10,13 @@
* * * *
* GNAT is free software; you can redistribute it and/or modify it under * * GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- * * terms of the GNU General Public License as published by the Free Soft- *
* ware Foundation; either version 2, or (at your option) any later ver- * * ware Foundation; either version 3, or (at your option) any later ver- *
* sion. GNAT is distributed in the hope that it will be useful, but WITH- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- *
* OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * * OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * * 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 * * for more details. You should have received a copy of the GNU General *
* Public License distributed with GNAT; see file COPYING. If not, write * * Public License along with GCC; see the file COPYING3. If not see *
* to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * * <http://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. *
* * * *
* GNAT was originally developed by the GNAT team at New York University. * * GNAT was originally developed by the GNAT team at New York University. *
* Extensive contributions were provided by Ada Core Technologies Inc. * * Extensive contributions were provided by Ada Core Technologies Inc. *
......
; Options for the Ada front end. ; Options for the Ada front end.
; Copyright (C) 2003 Free Software Foundation, Inc. ; Copyright (C) 2003, 2007 Free Software Foundation, Inc.
; ;
; This file is part of GCC. ; This file is part of GCC.
; ;
; GCC is free software; you can redistribute it and/or modify it under ; 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 ; 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. ; version.
; ;
; GCC is distributed in the hope that it will be useful, but WITHOUT ANY ; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
; for more details. ; for more details.
; ;
; You should have received a copy of the GNU General Public License ; 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 ; along with GCC; see the file COPYING3. If not see
; Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA ; <http://www.gnu.org/licenses/>.
; 02110-1301, USA.
; See the GCC internals manual for a description of this file's format. ; See the GCC internals manual for a description of this file's format.
......
...@@ -6,18 +6,17 @@ ...@@ -6,18 +6,17 @@
* * * *
* C Header File * * C Header File *
* * * *
* Copyright (C) 1992-2005 Free Software Foundation, Inc. * * Copyright (C) 1992-2005, 2007 Free Software Foundation, Inc. *
* * * *
* GNAT is free software; you can redistribute it and/or modify it under * * GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- * * terms of the GNU General Public License as published by the Free Soft- *
* ware Foundation; either version 2, or (at your option) any later ver- * * ware Foundation; either version 3, or (at your option) any later ver- *
* sion. GNAT is distributed in the hope that it will be useful, but WITH- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- *
* OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * * OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * * 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 * * for more details. You should have received a copy of the GNU General *
* Public License distributed with GNAT; see file COPYING. If not, write * * Public License along with GCC; see the file COPYING3. If not see *
* to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * * <http://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. *
* * * *
* GNAT was originally developed by the GNAT team at New York University. * * GNAT was originally developed by the GNAT team at New York University. *
* Extensive contributions were provided by Ada Core Technologies Inc. * * Extensive contributions were provided by Ada Core Technologies Inc. *
......
...@@ -6,18 +6,17 @@ ...@@ -6,18 +6,17 @@
* * * *
* C Header File * * C Header File *
* * * *
* Copyright (C) 1992-2003, Free Software Foundation, Inc. * * Copyright (C) 1992-2003, 2007 Free Software Foundation, Inc. *
* * * *
* GNAT is free software; you can redistribute it and/or modify it under * * GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- * * terms of the GNU General Public License as published by the Free Soft- *
* ware Foundation; either version 2, or (at your option) any later ver- * * ware Foundation; either version 3, or (at your option) any later ver- *
* sion. GNAT is distributed in the hope that it will be useful, but WITH- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- *
* OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * * OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * * 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 * * for more details. You should have received a copy of the GNU General *
* Public License distributed with GNAT; see file COPYING. If not, write * * Public License along with GCC; see the file COPYING3. If not see *
* to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * * <http://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. *
* * * *
* GNAT was originally developed by the GNAT team at New York University. * * GNAT was originally developed by the GNAT team at New York University. *
* Extensive contributions were provided by Ada Core Technologies Inc. * * Extensive contributions were provided by Ada Core Technologies Inc. *
......
...@@ -10,14 +10,13 @@ ...@@ -10,14 +10,13 @@
-- -- -- --
-- GNAT is free software; you can redistribute it and/or modify it under -- -- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- -- -- terms of the GNU General Public License as published by the Free Soft- --
-- ware Foundation; either version 2, or (at your option) any later ver- -- -- ware Foundation; either version 3, or (at your option) any later ver- --
-- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- --
-- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY --
-- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- 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 -- -- for more details. You should have received a copy of the GNU General --
-- Public License distributed with GNAT; see file COPYING. If not, write -- -- Public License along with GCC; see the file COPYING3. If not see --
-- to the Free Software Foundation, 51 Franklin Street, Fifth Floor, -- -- <http://www.gnu.org/licenses/>. --
-- Boston, MA 02110-1301, USA. --
-- -- -- --
-- GNAT was originally developed by the GNAT team at New York University. -- -- GNAT was originally developed by the GNAT team at New York University. --
-- Extensive contributions were provided by Ada Core Technologies Inc. -- -- Extensive contributions were provided by Ada Core Technologies Inc. --
......
...@@ -10,14 +10,13 @@ ...@@ -10,14 +10,13 @@
* * * *
* GNAT is free software; you can redistribute it and/or modify it under * * GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- * * terms of the GNU General Public License as published by the Free Soft- *
* ware Foundation; either version 2, or (at your option) any later ver- * * ware Foundation; either version 3, or (at your option) any later ver- *
* sion. GNAT is distributed in the hope that it will be useful, but WITH- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- *
* OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * * OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * * 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 * * for more details. You should have received a copy of the GNU General *
* Public License distributed with GNAT; see file COPYING. If not, write * * Public License along with GCC; see the file COPYING3. If not see *
* to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * * <http://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. *
* * * *
* GNAT was originally developed by the GNAT team at New York University. * * GNAT was originally developed by the GNAT team at New York University. *
* Extensive contributions were provided by Ada Core Technologies Inc. * * Extensive contributions were provided by Ada Core Technologies Inc. *
......
...@@ -6,18 +6,17 @@ ...@@ -6,18 +6,17 @@
* * * *
* C Header File * * C Header File *
* * * *
* Copyright (C) 1992-2003 Free Software Foundation, Inc. * * Copyright (C) 1992-2003, 2007 Free Software Foundation, Inc. *
* * * *
* GNAT is free software; you can redistribute it and/or modify it under * * GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- * * terms of the GNU General Public License as published by the Free Soft- *
* ware Foundation; either version 2, or (at your option) any later ver- * * ware Foundation; either version 3, or (at your option) any later ver- *
* sion. GNAT is distributed in the hope that it will be useful, but WITH- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- *
* OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * * OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * * 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 * * for more details. You should have received a copy of the GNU General *
* Public License distributed with GNAT; see file COPYING. If not, write * * Public License along with GCC; see the file COPYING3. If not see *
* to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * * <http://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. *
* * * *
* GNAT was originally developed by the GNAT team at New York University. * * GNAT was originally developed by the GNAT team at New York University. *
* Extensive contributions were provided by Ada Core Technologies Inc. * * Extensive contributions were provided by Ada Core Technologies Inc. *
......
...@@ -6,18 +6,17 @@ ...@@ -6,18 +6,17 @@
-- -- -- --
-- T e m p l a t e -- -- T e m p l a t e --
-- -- -- --
-- Copyright (C) 1992-2006, Free Software Foundation, Inc. -- -- Copyright (C) 1992-2006, 2007 Free Software Foundation, Inc. --
-- -- -- --
-- GNAT is free software; you can redistribute it and/or modify it under -- -- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- -- -- terms of the GNU General Public License as published by the Free Soft- --
-- ware Foundation; either version 2, or (at your option) any later ver- -- -- ware Foundation; either version 3, or (at your option) any later ver- --
-- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- --
-- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY --
-- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- -- 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 -- -- for more details. You should have received a copy of the GNU General --
-- Public License distributed with GNAT; see file COPYING. If not, write -- -- Public License along with GCC; see the file COPYING3. If not see --
-- to the Free Software Foundation, 51 Franklin Street, Fifth Floor, -- -- <http://www.gnu.org/licenses/>. --
-- Boston, MA 02110-1301, USA. --
-- -- -- --
-- GNAT was originally developed by the GNAT team at New York University. -- -- GNAT was originally developed by the GNAT team at New York University. --
-- Extensive contributions were provided by Ada Core Technologies Inc. -- -- Extensive contributions were provided by Ada Core Technologies Inc. --
......
...@@ -10,14 +10,13 @@ ...@@ -10,14 +10,13 @@
* * * *
* GNAT is free software; you can redistribute it and/or modify it under * * GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- * * terms of the GNU General Public License as published by the Free Soft- *
* ware Foundation; either version 2, or (at your option) any later ver- * * ware Foundation; either version 3, or (at your option) any later ver- *
* sion. GNAT is distributed in the hope that it will be useful, but WITH- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- *
* OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * * OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * * 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 * * for more details. You should have received a copy of the GNU General *
* Public License distributed with GNAT; see file COPYING. If not, write * * Public License along with GCC; see the file COPYING3. If not see *
* to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * * <http://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. *
* * * *
* GNAT was originally developed by the GNAT team at New York University. * * GNAT was originally developed by the GNAT team at New York University. *
* Extensive contributions were provided by Ada Core Technologies Inc. * * Extensive contributions were provided by Ada Core Technologies Inc. *
......
...@@ -6,18 +6,17 @@ ...@@ -6,18 +6,17 @@
* * * *
* C Header File * * C Header File *
* * * *
* Copyright (C) 1992-2005, Free Software Foundation, Inc. * * Copyright (C) 1992-2005, 2007 Free Software Foundation, Inc. *
* * * *
* GNAT is free software; you can redistribute it and/or modify it under * * GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- * * terms of the GNU General Public License as published by the Free Soft- *
* ware Foundation; either version 2, or (at your option) any later ver- * * ware Foundation; either version 3, or (at your option) any later ver- *
* sion. GNAT is distributed in the hope that it will be useful, but WITH- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- *
* OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * * OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * * 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 * * for more details. You should have received a copy of the GNU General *
* Public License distributed with GNAT; see file COPYING. If not, write * * Public License along with GCC; see the file COPYING3. If not see *
* to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * * <http://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. *
* * * *
* GNAT was originally developed by the GNAT team at New York University. * * GNAT was originally developed by the GNAT team at New York University. *
* Extensive contributions were provided by Ada Core Technologies Inc. * * Extensive contributions were provided by Ada Core Technologies Inc. *
......
...@@ -6,18 +6,17 @@ ...@@ -6,18 +6,17 @@
* * * *
* C Header File * * C Header File *
* * * *
* Copyright (C) 1992-2003 Free Software Foundation, Inc. * * Copyright (C) 1992-2003, 2007 Free Software Foundation, Inc. *
* * * *
* GNAT is free software; you can redistribute it and/or modify it under * * GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- * * terms of the GNU General Public License as published by the Free Soft- *
* ware Foundation; either version 2, or (at your option) any later ver- * * ware Foundation; either version 3, or (at your option) any later ver- *
* sion. GNAT is distributed in the hope that it will be useful, but WITH- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- *
* OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * * OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * * 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 * * for more details. You should have received a copy of the GNU General *
* Public License distributed with GNAT; see file COPYING. If not, write * * Public License along with GCC; see the file COPYING3. If not see *
* to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * * <http://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. *
* * * *
* GNAT was originally developed by the GNAT team at New York University. * * GNAT was originally developed by the GNAT team at New York University. *
* Extensive contributions were provided by Ada Core Technologies Inc. * * Extensive contributions were provided by Ada Core Technologies Inc. *
......
...@@ -10,14 +10,13 @@ ...@@ -10,14 +10,13 @@
* * * *
* GNAT is free software; you can redistribute it and/or modify it under * * GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- * * terms of the GNU General Public License as published by the Free Soft- *
* ware Foundation; either version 2, or (at your option) any later ver- * * ware Foundation; either version 3, or (at your option) any later ver- *
* sion. GNAT is distributed in the hope that it will be useful, but WITH- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- *
* OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * * OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * * 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 * * for more details. You should have received a copy of the GNU General *
* Public License distributed with GNAT; see file COPYING. If not, write * * Public License along with GCC; see the file COPYING3. If not see *
* to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * * <http://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. *
* * * *
* GNAT was originally developed by the GNAT team at New York University. * * GNAT was originally developed by the GNAT team at New York University. *
* Extensive contributions were provided by Ada Core Technologies Inc. * * Extensive contributions were provided by Ada Core Technologies Inc. *
......
...@@ -10,14 +10,13 @@ ...@@ -10,14 +10,13 @@
* * * *
* GNAT is free software; you can redistribute it and/or modify it under * * GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- * * terms of the GNU General Public License as published by the Free Soft- *
* ware Foundation; either version 2, or (at your option) any later ver- * * ware Foundation; either version 3, or (at your option) any later ver- *
* sion. GNAT is distributed in the hope that it will be useful, but WITH- * * sion. GNAT is distributed in the hope that it will be useful, but WITH- *
* OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * * OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * * 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 * * for more details. You should have received a copy of the GNU General *
* Public License distributed with GNAT; see file COPYING. If not, write * * Public License along with GCC; see the file COPYING3. If not see *
* to the Free Software Foundation, 51 Franklin Street, Fifth Floor, * * <http://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. *
* * * *
* GNAT was originally developed by the GNAT team at New York University. * * GNAT was originally developed by the GNAT team at New York University. *
* Extensive contributions were provided by Ada Core Technologies Inc. * * Extensive contributions were provided by Ada Core Technologies Inc. *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment