Browse Source

Update copyright notices with scripts/update-copyrights

gentoo/2.19
Allan McRae 12 years ago
parent
commit
d4697bc93d
  1. 8
      ChangeLog
  2. 2
      Makeconfig
  3. 2
      Makefile
  4. 2
      Makerules
  5. 2
      NEWS
  6. 2
      Rules
  7. 2
      argp/Makefile
  8. 2
      argp/argp-ba.c
  9. 2
      argp/argp-eexst.c
  10. 2
      argp/argp-fmtstream.c
  11. 2
      argp/argp-fmtstream.h
  12. 2
      argp/argp-fs-xinl.c
  13. 2
      argp/argp-help.c
  14. 2
      argp/argp-namefrob.h
  15. 2
      argp/argp-parse.c
  16. 2
      argp/argp-pv.c
  17. 2
      argp/argp-pvh.c
  18. 2
      argp/argp-test.c
  19. 2
      argp/argp-xinl.c
  20. 2
      argp/argp.h
  21. 2
      argp/tst-argp1.c
  22. 2
      argp/tst-argp2.c
  23. 2
      assert/Makefile
  24. 2
      assert/__assert.c
  25. 2
      assert/assert-perr.c
  26. 2
      assert/assert.c
  27. 2
      assert/assert.h
  28. 2
      benchtests/Makefile
  29. 2
      benchtests/bench-bcopy.c
  30. 2
      benchtests/bench-bzero.c
  31. 2
      benchtests/bench-memccpy.c
  32. 2
      benchtests/bench-memchr.c
  33. 2
      benchtests/bench-memcmp.c
  34. 2
      benchtests/bench-memcpy.c
  35. 2
      benchtests/bench-memmem.c
  36. 2
      benchtests/bench-memmove.c
  37. 2
      benchtests/bench-mempcpy.c
  38. 2
      benchtests/bench-memrchr.c
  39. 2
      benchtests/bench-memset.c
  40. 2
      benchtests/bench-modf.c
  41. 2
      benchtests/bench-rawmemchr.c
  42. 2
      benchtests/bench-skeleton.c
  43. 2
      benchtests/bench-stpcpy.c
  44. 2
      benchtests/bench-stpcpy_chk.c
  45. 2
      benchtests/bench-stpncpy.c
  46. 2
      benchtests/bench-strcasecmp.c
  47. 2
      benchtests/bench-strcasestr.c
  48. 2
      benchtests/bench-strcat.c
  49. 2
      benchtests/bench-strchr.c
  50. 2
      benchtests/bench-strchrnul.c
  51. 2
      benchtests/bench-strcmp.c
  52. 2
      benchtests/bench-strcpy.c
  53. 2
      benchtests/bench-strcpy_chk.c
  54. 2
      benchtests/bench-strcspn.c
  55. 2
      benchtests/bench-string.h
  56. 2
      benchtests/bench-strlen.c
  57. 2
      benchtests/bench-strncasecmp.c
  58. 2
      benchtests/bench-strncat.c
  59. 2
      benchtests/bench-strncmp.c
  60. 2
      benchtests/bench-strncpy.c
  61. 2
      benchtests/bench-strnlen.c
  62. 2
      benchtests/bench-strpbrk.c
  63. 2
      benchtests/bench-strrchr.c
  64. 2
      benchtests/bench-strsep.c
  65. 2
      benchtests/bench-strspn.c
  66. 2
      benchtests/bench-strstr.c
  67. 2
      benchtests/bench-strtod.c
  68. 2
      benchtests/bench-strtok.c
  69. 2
      benchtests/bench-timing.h
  70. 2
      bits/atomic.h
  71. 2
      bits/byteswap-16.h
  72. 2
      bits/byteswap.h
  73. 2
      bits/confname.h
  74. 2
      bits/dirent.h
  75. 2
      bits/dlfcn.h
  76. 2
      bits/environments.h
  77. 2
      bits/errno.h
  78. 2
      bits/fcntl.h
  79. 2
      bits/fenv.h
  80. 2
      bits/huge_val.h
  81. 2
      bits/huge_valf.h
  82. 2
      bits/huge_vall.h
  83. 2
      bits/in.h
  84. 2
      bits/inf.h
  85. 2
      bits/ioctl-types.h
  86. 2
      bits/ipc.h
  87. 2
      bits/ipctypes.h
  88. 2
      bits/libc-lock.h
  89. 2
      bits/libc-tsd.h
  90. 2
      bits/mathdef.h
  91. 2
      bits/mman.h
  92. 2
      bits/mqueue.h
  93. 2
      bits/msq.h
  94. 2
      bits/netdb.h
  95. 2
      bits/param.h
  96. 2
      bits/poll.h
  97. 2
      bits/resource.h
  98. 2
      bits/sched.h
  99. 2
      bits/select.h
  100. 2
      bits/sem.h

8
ChangeLog

@ -1,3 +1,11 @@
2014-01-01 Allan McRae <allan@archlinux.org>
* All files with FSF copyright notices: Update copyright dates
using scripts/update-copyrights.
* intl/plural.c: Regenerated.
* locale/programs/charmap-kw.h: Likewise.
* locale/programs/locfile-kw.h: Likewise.
2013-12-31 Mike Frysinger <vapier@gentoo.org>
* sysdeps/unix/sysv/linux/configure: Regenerated.

2
Makeconfig

@ -1,4 +1,4 @@
# Copyright (C) 1991-2013 Free Software Foundation, Inc.
# Copyright (C) 1991-2014 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or

2
Makefile

@ -1,4 +1,4 @@
# Copyright (C) 1991-2013 Free Software Foundation, Inc.
# Copyright (C) 1991-2014 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or

2
Makerules

@ -1,4 +1,4 @@
# Copyright (C) 1991-2013 Free Software Foundation, Inc.
# Copyright (C) 1991-2014 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or

2
NEWS

@ -1,5 +1,5 @@
GNU C Library NEWS -- history of user-visible changes.
Copyright (C) 1992-2013 Free Software Foundation, Inc.
Copyright (C) 1992-2014 Free Software Foundation, Inc.
See the end for copying conditions.
Please send GNU C library bug reports via <http://sourceware.org/bugzilla/>

2
Rules

@ -1,4 +1,4 @@
# Copyright (C) 1991-2013 Free Software Foundation, Inc.
# Copyright (C) 1991-2014 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or

2
argp/Makefile

@ -1,4 +1,4 @@
# Copyright (C) 1997-2013 Free Software Foundation, Inc.
# Copyright (C) 1997-2014 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or

2
argp/argp-ba.c

@ -1,5 +1,5 @@
/* Default definition for ARGP_PROGRAM_BUG_ADDRESS.
Copyright (C) 1996-2013 Free Software Foundation, Inc.
Copyright (C) 1996-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/argp-eexst.c

@ -1,5 +1,5 @@
/* Default definition for ARGP_ERR_EXIT_STATUS
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/argp-fmtstream.c

@ -1,5 +1,5 @@
/* Word-wrapping and line-truncating streams
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/argp-fmtstream.h

@ -1,5 +1,5 @@
/* Word-wrapping and line-truncating streams.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/argp-fs-xinl.c

@ -1,5 +1,5 @@
/* Real definitions for extern inline functions in argp-fmtstream.h
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/argp-help.c

@ -1,5 +1,5 @@
/* Hierarchial argument parsing help output
Copyright (C) 1995-2013 Free Software Foundation, Inc.
Copyright (C) 1995-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/argp-namefrob.h

@ -1,5 +1,5 @@
/* Name frobnication for compiling argp outside of glibc
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/argp-parse.c

@ -1,5 +1,5 @@
/* Hierarchial argument parsing, layered over getopt
Copyright (C) 1995-2013 Free Software Foundation, Inc.
Copyright (C) 1995-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/argp-pv.c

@ -1,5 +1,5 @@
/* Default definition for ARGP_PROGRAM_VERSION.
Copyright (C) 1996-2013 Free Software Foundation, Inc.
Copyright (C) 1996-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/argp-pvh.c

@ -1,5 +1,5 @@
/* Default definition for ARGP_PROGRAM_VERSION_HOOK.
Copyright (C) 1996-2013 Free Software Foundation, Inc.
Copyright (C) 1996-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/argp-test.c

@ -1,5 +1,5 @@
/* Test program for argp argument parser
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/argp-xinl.c

@ -1,5 +1,5 @@
/* Real definitions for extern inline functions in argp.h
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/argp.h

@ -1,5 +1,5 @@
/* Hierarchial argument parsing, layered over getopt.
Copyright (C) 1995-2013 Free Software Foundation, Inc.
Copyright (C) 1995-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/tst-argp1.c

@ -1,4 +1,4 @@
/* Copyright (C) 2002-2013 Free Software Foundation, Inc.
/* Copyright (C) 2002-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.

2
argp/tst-argp2.c

@ -1,4 +1,4 @@
/* Copyright (C) 2007-2013 Free Software Foundation, Inc.
/* Copyright (C) 2007-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2007.

2
assert/Makefile

@ -1,4 +1,4 @@
# Copyright (C) 1991-2013 Free Software Foundation, Inc.
# Copyright (C) 1991-2014 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or

2
assert/__assert.c

@ -1,4 +1,4 @@
/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
/* Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
assert/assert-perr.c

@ -1,4 +1,4 @@
/* Copyright (C) 1994-2013 Free Software Foundation, Inc.
/* Copyright (C) 1994-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
assert/assert.c

@ -1,4 +1,4 @@
/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
assert/assert.h

@ -1,4 +1,4 @@
/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/Makefile

@ -1,4 +1,4 @@
# Copyright (C) 2013 Free Software Foundation, Inc.
# Copyright (C) 2013-2014 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-bcopy.c

@ -1,5 +1,5 @@
/* Measure bcopy functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-bzero.c

@ -1,5 +1,5 @@
/* Measure bzero functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memccpy.c

@ -1,5 +1,5 @@
/* Measure memccpy functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memchr.c

@ -1,5 +1,5 @@
/* Measure memchr functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memcmp.c

@ -1,5 +1,5 @@
/* Measure memcmp functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memcpy.c

@ -1,5 +1,5 @@
/* Measure memcpy functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memmem.c

@ -1,5 +1,5 @@
/* Measure memmem functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memmove.c

@ -1,5 +1,5 @@
/* Measure memmove functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-mempcpy.c

@ -1,5 +1,5 @@
/* Measure mempcpy functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memrchr.c

@ -1,5 +1,5 @@
/* Measure memrchr functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memset.c

@ -1,5 +1,5 @@
/* Measure memset functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-modf.c

@ -1,4 +1,4 @@
/* Copyright (C) 2013 Free Software Foundation, Inc.
/* Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-rawmemchr.c

@ -1,5 +1,5 @@
/* Measure memchr functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-skeleton.c

@ -1,5 +1,5 @@
/* Skeleton for benchmark programs.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-stpcpy.c

@ -1,5 +1,5 @@
/* Measure stpcpy functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-stpcpy_chk.c

@ -1,5 +1,5 @@
/* Measure stpcpy checking functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-stpncpy.c

@ -1,5 +1,5 @@
/* Measure stpncpy functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strcasecmp.c

@ -1,5 +1,5 @@
/* Measure strcasecmp functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strcasestr.c

@ -1,5 +1,5 @@
/* Measure strcasestr functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strcat.c

@ -1,5 +1,5 @@
/* Measure strcat functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strchr.c

@ -1,5 +1,5 @@
/* Measure STRCHR functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strchrnul.c

@ -1,5 +1,5 @@
/* Measure strchrnul function.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strcmp.c

@ -1,5 +1,5 @@
/* Measure strcmp and wcscmp functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strcpy.c

@ -1,5 +1,5 @@
/* Measure strcpy functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strcpy_chk.c

@ -1,5 +1,5 @@
/* Measure __strcpy_chk functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strcspn.c

@ -1,5 +1,5 @@
/* Measure strcspn functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-string.h

@ -1,5 +1,5 @@
/* Measure string and memory functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strlen.c

@ -1,5 +1,5 @@
/* Measure STRLEN functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strncasecmp.c

@ -1,5 +1,5 @@
/* Measure strncasecmp functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strncat.c

@ -1,5 +1,5 @@
/* Measure strncat functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strncmp.c

@ -1,5 +1,5 @@
/* Measure strncmp functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strncpy.c

@ -1,5 +1,5 @@
/* Measure strncpy functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strnlen.c

@ -1,5 +1,5 @@
/* Measure strlen functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strpbrk.c

@ -1,5 +1,5 @@
/* Measure strpbrk functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strrchr.c

@ -1,5 +1,5 @@
/* Measure STRCHR functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strsep.c

@ -1,5 +1,5 @@
/* Measure strsep functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strspn.c

@ -1,5 +1,5 @@
/* Measure strspn functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strstr.c

@ -1,5 +1,5 @@
/* Measure strstr functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strtod.c

@ -1,5 +1,5 @@
/* Measure strtod implementation.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strtok.c

@ -1,5 +1,5 @@
/* Measure strtok functions.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-timing.h

@ -1,5 +1,5 @@
/* Define timing macros.
Copyright (C) 2013 Free Software Foundation, Inc.
Copyright (C) 2013-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/atomic.h

@ -1,4 +1,4 @@
/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
/* Copyright (C) 2003-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.

2
bits/byteswap-16.h

@ -1,5 +1,5 @@
/* Macros to swap the order of bytes in 16-bit integer values.
Copyright (C) 2012-2013 Free Software Foundation, Inc.
Copyright (C) 2012-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/byteswap.h

@ -1,5 +1,5 @@
/* Macros to swap the order of bytes in integer values.
Copyright (C) 1997-2013 Free Software Foundation, Inc.
Copyright (C) 1997-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/confname.h

@ -1,5 +1,5 @@
/* `sysconf', `pathconf', and `confstr' NAME values. Generic version.
Copyright (C) 1993-2013 Free Software Foundation, Inc.
Copyright (C) 1993-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/dirent.h

@ -1,5 +1,5 @@
/* Directory entry structure `struct dirent'. 4.4BSD/Generic version.
Copyright (C) 1996-2013 Free Software Foundation, Inc.
Copyright (C) 1996-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/dlfcn.h

@ -1,5 +1,5 @@
/* System dependent definitions for run-time dynamic loading.
Copyright (C) 1996-2013 Free Software Foundation, Inc.
Copyright (C) 1996-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/environments.h

@ -1,4 +1,4 @@
/* Copyright (C) 1999-2013 Free Software Foundation, Inc.
/* Copyright (C) 1999-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/errno.h

@ -1,4 +1,4 @@
/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
/* Copyright (C) 1991-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/fcntl.h

@ -1,5 +1,5 @@
/* O_*, F_*, FD_* bit values. 4.4BSD/Generic version.
Copyright (C) 1991-2013 Free Software Foundation, Inc.
Copyright (C) 1991-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/fenv.h

@ -1,4 +1,4 @@
/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
/* Copyright (C) 1997-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/huge_val.h

@ -1,6 +1,6 @@
/* Stub `HUGE_VAL' constant.
Used by <stdlib.h> and <math.h> functions for overflow.
Copyright (C) 1992-2013 Free Software Foundation, Inc.
Copyright (C) 1992-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/huge_valf.h

@ -1,6 +1,6 @@
/* Stub `HUGE_VALF' constant.
Used by <stdlib.h> and <math.h> functions for overflow.
Copyright (C) 1992-2013 Free Software Foundation, Inc.
Copyright (C) 1992-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/huge_vall.h

@ -1,6 +1,6 @@
/* Default `HUGE_VALL' constant.
Used by <stdlib.h> and <math.h> functions for overflow.
Copyright (C) 1992-2013 Free Software Foundation, Inc.
Copyright (C) 1992-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/in.h

@ -1,4 +1,4 @@
/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
/* Copyright (C) 1997-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/inf.h

@ -1,5 +1,5 @@
/* Default `INFINITY' constant.
Copyright (C) 2004-2013 Free Software Foundation, Inc.
Copyright (C) 2004-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/ioctl-types.h

@ -1,5 +1,5 @@
/* Structure types for pre-termios terminal ioctls. Generic Unix version.
Copyright (C) 1996-2013 Free Software Foundation, Inc.
Copyright (C) 1996-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/ipc.h

@ -1,4 +1,4 @@
/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
/* Copyright (C) 1995-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/ipctypes.h

@ -1,5 +1,5 @@
/* bits/ipctypes.h -- Define some types used by SysV IPC/MSG/SHM. Generic.
Copyright (C) 2002-2013 Free Software Foundation, Inc.
Copyright (C) 2002-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/libc-lock.h

@ -1,5 +1,5 @@
/* libc-internal interface for mutex locks. Stub version.
Copyright (C) 1996-2013 Free Software Foundation, Inc.
Copyright (C) 1996-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/libc-tsd.h

@ -1,5 +1,5 @@
/* libc-internal interface for thread-specific data. Stub or TLS version.
Copyright (C) 1998-2013 Free Software Foundation, Inc.
Copyright (C) 1998-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/mathdef.h

@ -1,4 +1,4 @@
/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
/* Copyright (C) 1997-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/mman.h

@ -1,5 +1,5 @@
/* Definitions for BSD-style memory management.
Copyright (C) 1994-2013 Free Software Foundation, Inc.
Copyright (C) 1994-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/mqueue.h

@ -1,4 +1,4 @@
/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
/* Copyright (C) 2004-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/msq.h

@ -1,4 +1,4 @@
/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
/* Copyright (C) 1995-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/netdb.h

@ -1,4 +1,4 @@
/* Copyright (C) 1996-2013 Free Software Foundation, Inc.
/* Copyright (C) 1996-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/param.h

@ -1,5 +1,5 @@
/* Old-style Unix parameters and limits. Stub version.
Copyright (C) 1995-2013 Free Software Foundation, Inc.
Copyright (C) 1995-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/poll.h

@ -1,4 +1,4 @@
/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
/* Copyright (C) 1997-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/resource.h

@ -1,5 +1,5 @@
/* Bit values & structures for resource limits. 4.4 BSD/generic GNU version.
Copyright (C) 1994-2013 Free Software Foundation, Inc.
Copyright (C) 1994-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/sched.h

@ -1,6 +1,6 @@
/* Definitions of constants and data structure for POSIX 1003.1b-1993
scheduling interface.
Copyright (C) 1996-2013 Free Software Foundation, Inc.
Copyright (C) 1996-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/select.h

@ -1,4 +1,4 @@
/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
/* Copyright (C) 1997-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
bits/sem.h

@ -1,4 +1,4 @@
/* Copyright (C) 1995-2013 Free Software Foundation, Inc.
/* Copyright (C) 1995-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

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

Loading…
Cancel
Save