Update copyright years.

From-SVN: r244052
This commit is contained in:
Jakub Jelinek 2017-01-04 12:30:51 +01:00 committed by Jakub Jelinek
parent ed3cb49703
commit 2afd3180c5
188 changed files with 207 additions and 211 deletions

View File

@ -1,3 +1,7 @@
2017-01-04 Jakub Jelinek <jakub@redhat.com>
Update copyright years.
2016-12-21 Jakub Jelinek <jakub@redhat.com> 2016-12-21 Jakub Jelinek <jakub@redhat.com>
* dwarf2.def (DW_FORM_ref_sup): Renamed to ... * dwarf2.def (DW_FORM_ref_sup): Renamed to ...

View File

@ -1,5 +1,5 @@
/* ANSI and traditional C compatability macros /* ANSI and traditional C compatability macros
Copyright (C) 1991-2015 Free Software Foundation, Inc. Copyright (C) 1991-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify

View File

@ -1,5 +1,5 @@
/* Defs for interface to demanglers. /* Defs for interface to demanglers.
Copyright (C) 1992-2015 Free Software Foundation, Inc. Copyright (C) 1992-2017 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License modify it under the terms of the GNU Library General Public License

View File

@ -1,7 +1,7 @@
/* -*- c -*- /* -*- c -*-
Declarations and definitions of codes relating to the DWARF2 and Declarations and definitions of codes relating to the DWARF2 and
DWARF3 symbolic debugging information formats. DWARF3 symbolic debugging information formats.
Copyright (C) 1992-2015 Free Software Foundation, Inc. Copyright (C) 1992-2017 Free Software Foundation, Inc.
Written by Gary Funck (gary@intrepid.com) The Ada Joint Program Written by Gary Funck (gary@intrepid.com) The Ada Joint Program
Office (AJPO), Florida State University and Silicon Graphics Inc. Office (AJPO), Florida State University and Silicon Graphics Inc.

View File

@ -1,6 +1,6 @@
/* Declarations and definitions of codes relating to the DWARF2 and /* Declarations and definitions of codes relating to the DWARF2 and
DWARF3 symbolic debugging information formats. DWARF3 symbolic debugging information formats.
Copyright (C) 1992-2016 Free Software Foundation, Inc. Copyright (C) 1992-2017 Free Software Foundation, Inc.
Written by Gary Funck (gary@intrepid.com) The Ada Joint Program Written by Gary Funck (gary@intrepid.com) The Ada Joint Program
Office (AJPO), Florida State University and Silicon Graphics Inc. Office (AJPO), Florida State University and Silicon Graphics Inc.

View File

@ -1,5 +1,5 @@
/* An abstract string datatype. /* An abstract string datatype.
Copyright (C) 1998-2015 Free Software Foundation, Inc. Copyright (C) 1998-2017 Free Software Foundation, Inc.
Contributed by Mark Mitchell (mark@markmitchell.com). Contributed by Mark Mitchell (mark@markmitchell.com).
This file is part of GCC. This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* Declare the environ system variable. /* Declare the environ system variable.
Copyright (C) 2015 Free Software Foundation, Inc. Copyright (C) 2015-2017 Free Software Foundation, Inc.
This file is part of the libiberty library. This file is part of the libiberty library.
Libiberty is free software; you can redistribute it and/or Libiberty is free software; you can redistribute it and/or

View File

@ -1,5 +1,5 @@
/* A Fibonacci heap datatype. /* A Fibonacci heap datatype.
Copyright (C) 1998-2015 Free Software Foundation, Inc. Copyright (C) 1998-2017 Free Software Foundation, Inc.
Contributed by Daniel Berlin (dan@cgsoftware.com). Contributed by Daniel Berlin (dan@cgsoftware.com).
This file is part of GCC. This file is part of GCC.

View File

@ -5,7 +5,7 @@
use forward- and back-slash in path names interchangeably, and use forward- and back-slash in path names interchangeably, and
some of them have case-insensitive file names. some of them have case-insensitive file names.
Copyright (C) 2000-2015 Free Software Foundation, Inc. Copyright (C) 2000-2017 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library. This file is part of BFD, the Binary File Descriptor library.

View File

@ -1,5 +1,5 @@
/* IEEE floating point support declarations, for GDB, the GNU Debugger. /* IEEE floating point support declarations, for GDB, the GNU Debugger.
Copyright (C) 1991-2015 Free Software Foundation, Inc. Copyright (C) 1991-2017 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View File

@ -1,4 +1,4 @@
/* Copyright (C) 1991-2015 Free Software Foundation, Inc. /* Copyright (C) 1991-2017 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library. NOTE: The canonical source of this file is maintained with the GNU C Library.
Bugs can be reported to bug-glibc@prep.ai.mit.edu. Bugs can be reported to bug-glibc@prep.ai.mit.edu.

View File

@ -1,6 +1,6 @@
/* Interface between GCC C FE and GDB -*- c -*- /* Interface between GCC C FE and GDB -*- c -*-
Copyright (C) 2014-2015 Free Software Foundation, Inc. Copyright (C) 2014-2017 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.

View File

@ -1,6 +1,6 @@
/* Interface between GCC C FE and GDB /* Interface between GCC C FE and GDB
Copyright (C) 2014-2015 Free Software Foundation, Inc. Copyright (C) 2014-2017 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.

View File

@ -1,6 +1,6 @@
/* Generic interface between GCC and GDB /* Generic interface between GCC and GDB
Copyright (C) 2014-2015 Free Software Foundation, Inc. Copyright (C) 2014-2017 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* Public attributes of the .gdb_index section. /* Public attributes of the .gdb_index section.
Copyright (C) 2012-2015 Free Software Foundation, Inc. Copyright (C) 2012-2017 Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View File

@ -1,5 +1,5 @@
/* Declarations for getopt. /* Declarations for getopt.
Copyright (C) 1989-2015 Free Software Foundation, Inc. Copyright (C) 1989-2017 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library. NOTE: The canonical source of this file is maintained with the GNU C Library.
Bugs can be reported to bug-glibc@gnu.org. Bugs can be reported to bug-glibc@gnu.org.

View File

@ -1,6 +1,6 @@
/* Communication between GCC and libgomp. /* Communication between GCC and libgomp.
Copyright (C) 2014-2015 Free Software Foundation, Inc. Copyright (C) 2014-2017 Free Software Foundation, Inc.
Contributed by Mentor Embedded. Contributed by Mentor Embedded.

View File

@ -1,5 +1,5 @@
/* An expandable hash tables datatype. /* An expandable hash tables datatype.
Copyright (C) 1999-2015 Free Software Foundation, Inc. Copyright (C) 1999-2017 Free Software Foundation, Inc.
Contributed by Vladimir Makarov (vmakarov@cygnus.com). Contributed by Vladimir Makarov (vmakarov@cygnus.com).
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify

View File

@ -1,5 +1,5 @@
/* Utilities for reading leb128 values. /* Utilities for reading leb128 values.
Copyright (C) 2012-2015 Free Software Foundation, Inc. Copyright (C) 2012-2017 Free Software Foundation, Inc.
This file is part of the libiberty library. This file is part of the libiberty library.
Libiberty is free software; you can redistribute it and/or Libiberty is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* Function declarations for libiberty. /* Function declarations for libiberty.
Copyright (C) 1997-2015 Free Software Foundation, Inc. Copyright (C) 1997-2017 Free Software Foundation, Inc.
Note - certain prototypes declared in this header file are for Note - certain prototypes declared in this header file are for
functions whoes implementation copyright does not belong to the functions whoes implementation copyright does not belong to the

View File

@ -1,5 +1,5 @@
/* longlong.h -- definitions for mixed size 32/64 bit arithmetic. /* longlong.h -- definitions for mixed size 32/64 bit arithmetic.
Copyright (C) 1991-2015 Free Software Foundation, Inc. Copyright (C) 1991-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.

View File

@ -1,5 +1,5 @@
/* Data types used in the IL symbol table. /* Data types used in the IL symbol table.
Copyright (C) 2009-2015 Free Software Foundation, Inc. Copyright (C) 2009-2017 Free Software Foundation, Inc.
Contributed by Rafael Espindola <espindola@google.com> Contributed by Rafael Espindola <espindola@google.com>
This file is part of GCC. This file is part of GCC.

View File

@ -1,6 +1,6 @@
/* md5.h - Declaration of functions and data types used for MD5 sum /* md5.h - Declaration of functions and data types used for MD5 sum
computing library functions. computing library functions.
Copyright (C) 1995-2015 Free Software Foundation, Inc. Copyright (C) 1995-2017 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C NOTE: The canonical source of this file is maintained with the GNU C
Library. Bugs can be reported to bug-glibc@prep.ai.mit.edu. Library. Bugs can be reported to bug-glibc@prep.ai.mit.edu.

View File

@ -1,5 +1,5 @@
/* objalloc.h -- routines to allocate memory for objects /* objalloc.h -- routines to allocate memory for objects
Copyright (C) 1997-2015 Free Software Foundation, Inc. Copyright (C) 1997-2017 Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Solutions. Written by Ian Lance Taylor, Cygnus Solutions.
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it

View File

@ -1,5 +1,5 @@
/* obstack.h - object stack macros /* obstack.h - object stack macros
Copyright (C) 1988-2015 Free Software Foundation, Inc. Copyright (C) 1988-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or

View File

@ -1,5 +1,5 @@
/* List implementation of a partition of consecutive integers. /* List implementation of a partition of consecutive integers.
Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. Copyright (C) 2000-2017 Free Software Foundation, Inc.
Contributed by CodeSourcery, LLC. Contributed by CodeSourcery, LLC.
This file is part of GCC. This file is part of GCC.

View File

@ -1,6 +1,6 @@
/* plugin-api.h -- External linker plugin API. */ /* plugin-api.h -- External linker plugin API. */
/* Copyright (C) 2009-2016 Free Software Foundation, Inc. /* Copyright (C) 2009-2017 Free Software Foundation, Inc.
Written by Cary Coutant <ccoutant@google.com>. Written by Cary Coutant <ccoutant@google.com>.
This file is part of binutils. This file is part of binutils.

View File

@ -1,6 +1,6 @@
/* <ctype.h> replacement macros. /* <ctype.h> replacement macros.
Copyright (C) 2000-2015 Free Software Foundation, Inc. Copyright (C) 2000-2017 Free Software Foundation, Inc.
Contributed by Zack Weinberg <zackw@stanford.edu>. Contributed by Zack Weinberg <zackw@stanford.edu>.
This file is part of the libiberty library. This file is part of the libiberty library.

View File

@ -1,6 +1,6 @@
/* Declarations of functions and data types used for SHA1 sum /* Declarations of functions and data types used for SHA1 sum
library functions. library functions.
Copyright (C) 2000-2015 Free Software Foundation, Inc. Copyright (C) 2000-2017 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the under the terms of the GNU General Public License as published by the

View File

@ -1,5 +1,5 @@
/* simple-object.h -- simple routines to read and write object files /* simple-object.h -- simple routines to read and write object files
Copyright (C) 2010-2015 Free Software Foundation, Inc. Copyright (C) 2010-2017 Free Software Foundation, Inc.
Written by Ian Lance Taylor, Google. Written by Ian Lance Taylor, Google.
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it

View File

@ -1,5 +1,5 @@
/* Sorting algorithms. /* Sorting algorithms.
Copyright (C) 2000-2015 Free Software Foundation, Inc. Copyright (C) 2000-2017 Free Software Foundation, Inc.
Contributed by Mark Mitchell <mark@codesourcery.com>. Contributed by Mark Mitchell <mark@codesourcery.com>.
This file is part of GCC. This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* A splay-tree datatype. /* A splay-tree datatype.
Copyright (C) 1998-2015 Free Software Foundation, Inc. Copyright (C) 1998-2017 Free Software Foundation, Inc.
Contributed by Mark Mitchell (mark@markmitchell.com). Contributed by Mark Mitchell (mark@markmitchell.com).
This file is part of GCC. This file is part of GCC.

View File

@ -1,6 +1,6 @@
/* Symbol concatenation utilities. /* Symbol concatenation utilities.
Copyright (C) 1998-2015 Free Software Foundation, Inc. Copyright (C) 1998-2017 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify This program 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

View File

@ -1,5 +1,5 @@
/* Basic struct timeval utilities. /* Basic struct timeval utilities.
Copyright (C) 2011-2015 Free Software Foundation, Inc. Copyright (C) 2011-2017 Free Software Foundation, Inc.
This file is part of the libiberty library. This file is part of the libiberty library.
Libiberty is free software; you can redistribute it and/or Libiberty is free software; you can redistribute it and/or

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2013-2015 Free Software Foundation, Inc. /* Copyright (C) 2013-2017 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.

View File

@ -1,7 +1,7 @@
/* Definitions for data structures and routines for the regular /* Definitions for data structures and routines for the regular
expression library, version 0.12. expression library, version 0.12.
Copyright (C) 1985-2015 Free Software Foundation, Inc. Copyright (C) 1985-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library. Its master source is NOT part of This file is part of the GNU C Library. Its master source is NOT part of
the C library, however. The master source lives in /gd/gnu/lib. the C library, however. The master source lives in /gd/gnu/lib.

View File

@ -1,5 +1,5 @@
/* Xtensa configuration settings. /* Xtensa configuration settings.
Copyright (C) 2001-2015 Free Software Foundation, Inc. Copyright (C) 2001-2017 Free Software Foundation, Inc.
Contributed by Bob Wilson (bob.wilson@acm.org) at Tensilica. Contributed by Bob Wilson (bob.wilson@acm.org) at Tensilica.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify

View File

@ -1,3 +1,7 @@
2017-01-04 Jakub Jelinek <jakub@redhat.com>
Update copyright years.
2016-11-18 Richard Sandiford <richard.sandiford@arm.com> 2016-11-18 Richard Sandiford <richard.sandiford@arm.com>
Alan Hayward <alan.hayward@arm.com> Alan Hayward <alan.hayward@arm.com>
David Sherwood <david.sherwood@arm.com> David Sherwood <david.sherwood@arm.com>

View File

@ -1,4 +1,4 @@
## Copyright (C) 2014-2016 Free Software Foundation, Inc. ## Copyright (C) 2014-2017 Free Software Foundation, Inc.
## This file is part of GCC. ## This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* Callback management. /* Callback management.
Copyright (C) 2014-2016 Free Software Foundation, Inc. Copyright (C) 2014-2017 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* Callback management /* Callback management
Copyright (C) 2014-2016 Free Software Foundation, Inc. Copyright (C) 2014-2017 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.

View File

@ -1,4 +1,4 @@
dnl Copyright (C) 2014-2016 Free Software Foundation, Inc. dnl Copyright (C) 2014-2017 Free Software Foundation, Inc.
dnl dnl
dnl This file is part of GCC. dnl This file is part of GCC.
dnl dnl

View File

@ -1,5 +1,5 @@
/* Connect implementation /* Connect implementation
Copyright (C) 2014-2016 Free Software Foundation, Inc. Copyright (C) 2014-2017 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* Plugin connection declarations /* Plugin connection declarations
Copyright (C) 2014-2016 Free Software Foundation, Inc. Copyright (C) 2014-2017 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* Find the correct compiler. /* Find the correct compiler.
Copyright (C) 2014-2016 Free Software Foundation, Inc. Copyright (C) 2014-2017 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* Find the correct compiler. /* Find the correct compiler.
Copyright (C) 2014-2016 Free Software Foundation, Inc. Copyright (C) 2014-2017 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* The library used by gdb. /* The library used by gdb.
Copyright (C) 2014-2016 Free Software Foundation, Inc. Copyright (C) 2014-2017 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* Marshalling and unmarshalling. /* Marshalling and unmarshalling.
Copyright (C) 2014-2016 Free Software Foundation, Inc. Copyright (C) 2014-2017 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* Marshalling and unmarshalling. /* Marshalling and unmarshalling.
Copyright (C) 2014-2016 Free Software Foundation, Inc. Copyright (C) 2014-2017 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* String definitions. /* String definitions.
Copyright (C) 2014-2016 Free Software Foundation, Inc. Copyright (C) 2014-2017 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* String declarations. /* String declarations.
Copyright (C) 2014-2016 Free Software Foundation, Inc. Copyright (C) 2014-2017 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* Library interface to C front end /* Library interface to C front end
Copyright (C) 2014-2016 Free Software Foundation, Inc. Copyright (C) 2014-2017 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* RPC call and callback templates /* RPC call and callback templates
Copyright (C) 2014-2016 Free Software Foundation, Inc. Copyright (C) 2014-2017 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.

View File

@ -1,5 +1,5 @@
/* status type definition /* status type definition
Copyright (C) 2014-2016 Free Software Foundation, Inc. Copyright (C) 2014-2017 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.

View File

@ -1,3 +1,7 @@
2017-01-04 Jakub Jelinek <jakub@redhat.com>
Update copyright years.
2017-01-04 Alan Modra <amodra@gmail.com> 2017-01-04 Alan Modra <amodra@gmail.com>
* Makefile.in (configure_deps): Update. * Makefile.in (configure_deps): Update.

View File

@ -1,9 +1,7 @@
# Makefile for the libiberty library. # Makefile for the libiberty library.
# Originally written by K. Richard Pixley <rich@cygnus.com>. # Originally written by K. Richard Pixley <rich@cygnus.com>.
# #
# Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, # Copyright (C) 1990-2017 Free Software Foundation, Inc.
# 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
# 2012, 2014, 2015 Free Software Foundation
# #
# This file is part of the libiberty library. # This file is part of the libiberty library.
# Libiberty is free software; you can redistribute it and/or # Libiberty is free software; you can redistribute it and/or

View File

@ -1,5 +1,5 @@
/* Provide a version of _doprnt in terms of fprintf. /* Provide a version of _doprnt in terms of fprintf.
Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. Copyright (C) 1998-2017 Free Software Foundation, Inc.
Contributed by Kaveh Ghazi (ghazi@caip.rutgers.edu) 3/29/98 Contributed by Kaveh Ghazi (ghazi@caip.rutgers.edu) 3/29/98
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it

View File

@ -1,5 +1,5 @@
/* Create and destroy argument vectors (argv's) /* Create and destroy argument vectors (argv's)
Copyright (C) 1992, 2001, 2010, 2012 Free Software Foundation, Inc. Copyright (C) 1992-2017 Free Software Foundation, Inc.
Written by Fred Fish @ Cygnus Support Written by Fred Fish @ Cygnus Support
This file is part of the libiberty library. This file is part of the libiberty library.

View File

@ -1,6 +1,6 @@
/* Like sprintf but provides a pointer to malloc'd storage, which must /* Like sprintf but provides a pointer to malloc'd storage, which must
be freed by the caller. be freed by the caller.
Copyright (C) 1997, 2003, 2013 Free Software Foundation, Inc. Copyright (C) 1997-2017 Free Software Foundation, Inc.
Contributed by Cygnus Solutions. Contributed by Cygnus Solutions.
This file is part of the libiberty library. This file is part of the libiberty library.

View File

@ -1,5 +1,5 @@
/* Utility to pick a temporary filename prefix. /* Utility to pick a temporary filename prefix.
Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. Copyright (C) 1996-2017 Free Software Foundation, Inc.
This file is part of the libiberty library. This file is part of the libiberty library.
Libiberty is free software; you can redistribute it and/or Libiberty is free software; you can redistribute it and/or

View File

@ -1,5 +1,5 @@
/* ANSI-compatible clock function. /* ANSI-compatible clock function.
Copyright (C) 1994, 1995, 1999 Free Software Foundation, Inc. Copyright (C) 1994-2017 Free Software Foundation, Inc.
This file is part of the libiberty library. This library is free This file is part of the libiberty library. This library is free
software; you can redistribute it and/or modify it under the software; you can redistribute it and/or modify it under the

View File

@ -1,5 +1,5 @@
/* Concatenate variable number of strings. /* Concatenate variable number of strings.
Copyright (C) 1991, 1994, 2001, 2011, 2013 Free Software Foundation, Inc. Copyright (C) 1991-2017 Free Software Foundation, Inc.
Written by Fred Fish @ Cygnus Support Written by Fred Fish @ Cygnus Support
This file is part of the libiberty library. This file is part of the libiberty library.

View File

@ -5,7 +5,7 @@
@center Version 2.1, February 1999 @center Version 2.1, February 1999
@display @display
Copyright @copyright{} 1991, 1999 Free Software Foundation, Inc. Copyright @copyright{} 1991-2017 Free Software Foundation, Inc.
51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA
Everyone is permitted to copy and distribute verbatim copies Everyone is permitted to copy and distribute verbatim copies

View File

@ -1,6 +1,5 @@
/* Demangler for g++ V3 ABI. /* Demangler for g++ V3 ABI.
Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2014 Copyright (C) 2003-2017 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Written by Ian Lance Taylor <ian@wasabisystems.com>. Written by Ian Lance Taylor <ian@wasabisystems.com>.
This file is part of the libiberty library, which is part of GCC. This file is part of the libiberty library, which is part of GCC.

View File

@ -1,6 +1,5 @@
/* Internal demangler interface for g++ V3 ABI. /* Internal demangler interface for g++ V3 ABI.
Copyright (C) 2003, 2004, 2005, 2006, 2007, 2010 Copyright (C) 2003-2017 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Written by Ian Lance Taylor <ian@wasabisystems.com>. Written by Ian Lance Taylor <ian@wasabisystems.com>.
This file is part of the libiberty library, which is part of GCC. This file is part of the libiberty library, which is part of GCC.

View File

@ -1,5 +1,5 @@
/* Demangler component interface functions. /* Demangler component interface functions.
Copyright (C) 2004 Free Software Foundation, Inc. Copyright (C) 2004-2017 Free Software Foundation, Inc.
Written by Ian Lance Taylor <ian@wasabisystems.com>. Written by Ian Lance Taylor <ian@wasabisystems.com>.
This file is part of the libiberty library, which is part of GCC. This file is part of the libiberty library, which is part of GCC.

View File

@ -1,6 +1,5 @@
/* Demangler for GNU C++ /* Demangler for GNU C++
Copyright 1989, 1991, 1994, 1995, 1996, 1997, 1998, 1999, Copyright (C) 1989-2017 Free Software Foundation, Inc.
2000, 2001, 2002, 2003, 2004, 2010 Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.uucp) Written by James Clark (jjc@jclark.uucp)
Rewritten by Fred Fish (fnf@cygnus.com) for ARM and Lucid demangling Rewritten by Fred Fish (fnf@cygnus.com) for ARM and Lucid demangling
Modified by Satish Pai (pai@apollo.hp.com) for HP demangling Modified by Satish Pai (pai@apollo.hp.com) for HP demangling

View File

@ -1,5 +1,5 @@
/* crc32.c /* crc32.c
Copyright (C) 2009, 2011 Free Software Foundation, Inc. Copyright (C) 2009-2017 Free Software Foundation, Inc.
This file is part of the libiberty library. This file is part of the libiberty library.

View File

@ -1,5 +1,5 @@
/* Demangler for the D programming language /* Demangler for the D programming language
Copyright 2014, 2015, 2016 Free Software Foundation, Inc. Copyright (C) 2014-2017 Free Software Foundation, Inc.
Written by Iain Buclaw (ibuclaw@gdcproject.org) Written by Iain Buclaw (ibuclaw@gdcproject.org)
This file is part of the libiberty library. This file is part of the libiberty library.

View File

@ -1,5 +1,5 @@
/* Names of various DWARF tags. /* Names of various DWARF tags.
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012-2017 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.

View File

@ -1,5 +1,5 @@
/* An abstract string datatype. /* An abstract string datatype.
Copyright (C) 1998, 1999, 2000, 2002, 2004 Free Software Foundation, Inc. Copyright (C) 1998-2017 Free Software Foundation, Inc.
Contributed by Mark Mitchell (mark@markmitchell.com). Contributed by Mark Mitchell (mark@markmitchell.com).
This file is part of GNU CC. This file is part of GNU CC.

View File

@ -1,5 +1,5 @@
/* Compare two open file descriptors to see if they refer to the same file. /* Compare two open file descriptors to see if they refer to the same file.
Copyright (C) 1991 Free Software Foundation, Inc. Copyright (C) 1991-2017 Free Software Foundation, Inc.
This file is part of the libiberty library. This file is part of the libiberty library.
Libiberty is free software; you can redistribute it and/or Libiberty is free software; you can redistribute it and/or

View File

@ -1,5 +1,5 @@
/* A Fibonacci heap datatype. /* A Fibonacci heap datatype.
Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc. Copyright (C) 1998-2017 Free Software Foundation, Inc.
Contributed by Daniel Berlin (dan@cgsoftware.com). Contributed by Daniel Berlin (dan@cgsoftware.com).
This file is part of GNU CC. This file is part of GNU CC.

View File

@ -1,6 +1,6 @@
/* File name comparison routine. /* File name comparison routine.
Copyright (C) 2007 Free Software Foundation, Inc. Copyright (C) 2007-2017 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify This program 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

View File

@ -1,6 +1,5 @@
/* IEEE floating point support routines, for GDB, the GNU Debugger. /* IEEE floating point support routines, for GDB, the GNU Debugger.
Copyright 1991, 1994, 1999, 2000, 2003, 2005, 2006, 2010, 2012, 2015 Copyright (C) 1991-2017 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.

View File

@ -1,4 +1,4 @@
/* Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc. /* Copyright (C) 1991-2017 Free Software Foundation, Inc.
NOTE: This source is derived from an old version taken from the GNU C NOTE: This source is derived from an old version taken from the GNU C
Library (glibc). Library (glibc).

View File

@ -1,5 +1,5 @@
/* Implement fopen_unlocked and related functions. /* Implement fopen_unlocked and related functions.
Copyright (C) 2005, 2011 Free Software Foundation, Inc. Copyright (C) 2005-2017 Free Software Foundation, Inc.
Written by Kaveh R. Ghazi <ghazi@caip.rutgers.edu>. Written by Kaveh R. Ghazi <ghazi@caip.rutgers.edu>.
This file is part of the libiberty library. This file is part of the libiberty library.

View File

@ -1,8 +1,7 @@
#!/usr/bin/perl #!/usr/bin/perl
# -*- perl -*- # -*- perl -*-
# Copyright (C) 2001, 2009, 2011 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
# Free Software Foundation
# #
# This file is part of the libiberty library. # This file is part of the libiberty library.
# Libiberty is free software; you can redistribute it and/or # Libiberty is free software; you can redistribute it and/or

View File

@ -3,8 +3,7 @@
"Keep this file name-space clean" means, talk to drepper@gnu.org "Keep this file name-space clean" means, talk to drepper@gnu.org
before changing it! before changing it!
Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, Copyright (C) 1987-2017 Free Software Foundation, Inc.
1996, 1997, 1998, 2005 Free Software Foundation, Inc.
NOTE: This source is derived from an old version taken from the GNU C NOTE: This source is derived from an old version taken from the GNU C
Library (glibc). Library (glibc).

View File

@ -1,6 +1,5 @@
/* getopt_long and getopt_long_only entry points for GNU getopt. /* getopt_long and getopt_long_only entry points for GNU getopt.
Copyright (C) 1987,88,89,90,91,92,93,94,96,97,98,2005 Copyright (C) 1987-2017 Free Software Foundation, Inc.
Free Software Foundation, Inc.
NOTE: This source is derived from an old version taken from the GNU C NOTE: This source is derived from an old version taken from the GNU C
Library (glibc). Library (glibc).

View File

@ -1,5 +1,5 @@
/* Return time used so far, in microseconds. /* Return time used so far, in microseconds.
Copyright (C) 1994, 1999, 2002 Free Software Foundation, Inc. Copyright (C) 1994-2017 Free Software Foundation, Inc.
This file is part of the libiberty library. This file is part of the libiberty library.
Libiberty is free software; you can redistribute it and/or Libiberty is free software; you can redistribute it and/or

View File

@ -1,6 +1,5 @@
/* An expandable hash tables datatype. /* An expandable hash tables datatype.
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2009, 2010 Copyright (C) 1999-2017 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributed by Vladimir Makarov (vmakarov@cygnus.com). Contributed by Vladimir Makarov (vmakarov@cygnus.com).
This file is part of the libiberty library. This file is part of the libiberty library.

View File

@ -1,5 +1,5 @@
/* Hex character manipulation support. /* Hex character manipulation support.
Copyright (C) 1995, 2001 Free Software Foundation, Inc. Copyright (C) 1995-2017 Free Software Foundation, Inc.
This file is part of the libiberty library. This file is part of the libiberty library.
Libiberty is free software; you can redistribute it and/or Libiberty is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* Libiberty basename. Like basename, but is not overridden by the /* Libiberty basename. Like basename, but is not overridden by the
system C library. system C library.
Copyright (C) 2001, 2002, 2010 Free Software Foundation, Inc. Copyright (C) 2001-2017 Free Software Foundation, Inc.
This file is part of the libiberty library. This file is part of the libiberty library.
Libiberty is free software; you can redistribute it and/or Libiberty is free software; you can redistribute it and/or

View File

@ -24,8 +24,7 @@
@ifinfo @ifinfo
This manual describes the GNU @libib library of utility subroutines. This manual describes the GNU @libib library of utility subroutines.
Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, Copyright @copyright{} 2001-2017 Free Software Foundation, Inc.
2009, 2010 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 under the terms of the GNU Free Documentation License, Version 1.3
@ -51,8 +50,7 @@ notice identical to this one except for the removal of this paragraph
@vskip 0pt plus 1filll @vskip 0pt plus 1filll
Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, Copyright @copyright{} 2001-2017 Free Software Foundation, Inc.
2009, 2010 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 under the terms of the GNU Free Documentation License, Version 1.3

View File

@ -1,7 +1,7 @@
/* Libiberty realpath. Like realpath, but more consistent behavior. /* Libiberty realpath. Like realpath, but more consistent behavior.
Based on gdb_realpath from GDB. Based on gdb_realpath from GDB.
Copyright 2003 Free Software Foundation, Inc. Copyright (C) 2003-2017 Free Software Foundation, Inc.
This file is part of the libiberty library. This file is part of the libiberty library.

View File

@ -1,8 +1,7 @@
#!/usr/bin/perl #!/usr/bin/perl
# -*- perl -*- # -*- perl -*-
# Copyright (C) 2001, 2007, 2010, 2014 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
# Free Software Foundation
# #
# This file is part of the libiberty library. # This file is part of the libiberty library.
# Libiberty is free software; you can redistribute it and/or # Libiberty is free software; you can redistribute it and/or

View File

@ -1,6 +1,5 @@
/* Relative (relocatable) prefix support. /* Relative (relocatable) prefix support.
Copyright (C) 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, Copyright (C) 1987-2017 Free Software Foundation, Inc.
1999, 2000, 2001, 2002, 2006, 2012 Free Software Foundation, Inc.
This file is part of libiberty. This file is part of libiberty.

View File

@ -1,6 +1,5 @@
/* Utility to pick a temporary filename prefix. /* Utility to pick a temporary filename prefix.
Copyright (C) 1996, 1997, 1998, 2001, 2009, 2010 Copyright (C) 1996-2017 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of the libiberty library. This file is part of the libiberty library.
Libiberty is free software; you can redistribute it and/or Libiberty is free software; you can redistribute it and/or

View File

@ -1,6 +1,6 @@
/* md5.c - Functions to compute MD5 message digest of files or memory blocks /* md5.c - Functions to compute MD5 message digest of files or memory blocks
according to the definition of MD5 in RFC 1321 from April 1992. according to the definition of MD5 in RFC 1321 from April 1992.
Copyright (C) 1995, 1996, 2011 Free Software Foundation, Inc. Copyright (C) 1995-2017 Free Software Foundation, Inc.
NOTE: This source is derived from an old version taken from the GNU C NOTE: This source is derived from an old version taken from the GNU C
Library (glibc). Library (glibc).

View File

@ -1,4 +1,4 @@
/* Copyright (C) 1991,92,93,94,96,97,98,2000,2004,2007,2011 Free Software Foundation, Inc. /* Copyright (C) 1991-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify

View File

@ -1,5 +1,5 @@
/* Implement the mempcpy function. /* Implement the mempcpy function.
Copyright (C) 2003, 2004, 2005, 2011 Free Software Foundation, Inc. Copyright (C) 2003-2017 Free Software Foundation, Inc.
Written by Kaveh R. Ghazi <ghazi@caip.rutgers.edu>. Written by Kaveh R. Ghazi <ghazi@caip.rutgers.edu>.
This file is part of the libiberty library. This file is part of the libiberty library.

View File

@ -1,4 +1,4 @@
/* Copyright (C) 1991, 1992, 1996, 1998, 2004 Free Software Foundation, Inc. /* Copyright (C) 1991-2017 Free Software Foundation, Inc.
This file is derived from mkstemp.c from the GNU C Library. This file is derived from mkstemp.c from the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or

View File

@ -1,5 +1,5 @@
/* objalloc.c -- routines to allocate memory for objects /* objalloc.c -- routines to allocate memory for objects
Copyright 1997-2012 Free Software Foundation, Inc. Copyright (C) 1997-2017 Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Solutions. Written by Ian Lance Taylor, Cygnus Solutions.
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it

View File

@ -1,5 +1,5 @@
/* obstack.c - subroutines used implicitly by object stack macros /* obstack.c - subroutines used implicitly by object stack macros
Copyright (C) 1988-2015 Free Software Foundation, Inc. Copyright (C) 1988-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or

View File

@ -1,5 +1,5 @@
/* List implementation of a partition of consecutive integers. /* List implementation of a partition of consecutive integers.
Copyright (C) 2000, 2001 Free Software Foundation, Inc. Copyright (C) 2000-2017 Free Software Foundation, Inc.
Contributed by CodeSourcery, LLC. Contributed by CodeSourcery, LLC.
This file is part of GNU CC. This file is part of GNU CC.

View File

@ -1,5 +1,5 @@
/* Common code for executing a program in a sub-process. /* Common code for executing a program in a sub-process.
Copyright (C) 2005, 2010 Free Software Foundation, Inc. Copyright (C) 2005-2017 Free Software Foundation, Inc.
Written by Ian Lance Taylor <ian@airs.com>. Written by Ian Lance Taylor <ian@airs.com>.
This file is part of the libiberty library. This file is part of the libiberty library.

View File

@ -1,7 +1,6 @@
/* Utilities to execute a program in a subprocess (possibly linked by pipes /* Utilities to execute a program in a subprocess (possibly linked by pipes
with other subprocesses), and wait for it. Shared logic. with other subprocesses), and wait for it. Shared logic.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004 Copyright (C) 1996-2017 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of the libiberty library. This file is part of the libiberty library.
Libiberty is free software; you can redistribute it and/or Libiberty is free software; you can redistribute it and/or

View File

@ -1,7 +1,6 @@
/* Utilities to execute a program in a subprocess (possibly linked by pipes /* Utilities to execute a program in a subprocess (possibly linked by pipes
with other subprocesses), and wait for it. DJGPP specialization. with other subprocesses), and wait for it. DJGPP specialization.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2005 Copyright (C) 1996-2017 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of the libiberty library. This file is part of the libiberty library.
Libiberty is free software; you can redistribute it and/or Libiberty is free software; you can redistribute it and/or

View File

@ -1,7 +1,6 @@
/* Utilities to execute a program in a subprocess (possibly linked by pipes /* Utilities to execute a program in a subprocess (possibly linked by pipes
with other subprocesses), and wait for it. Generic MSDOS specialization. with other subprocesses), and wait for it. Generic MSDOS specialization.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2005 Copyright (C) 1996-2017 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of the libiberty library. This file is part of the libiberty library.
Libiberty is free software; you can redistribute it and/or Libiberty is free software; you can redistribute it and/or

Some files were not shown because too many files have changed in this diff Show More