Browse Source

Update copyright dates with scripts/update-copyrights

I used these shell commands:

../glibc/scripts/update-copyrights $PWD/../gnulib/build-aux/update-copyright
(cd ../glibc && git commit -am"[this commit message]")

and then ignored the output, which consisted lines saying "FOO: warning:
copyright statement not found" for each of 7061 files FOO.

I then removed trailing white space from math/tgmath.h,
support/tst-support-open-dev-null-range.c, and
sysdeps/x86_64/multiarch/strlen-vec.S, to work around the following
obscure pre-commit check failure diagnostics from Savannah.  I don't
know why I run into these diagnostics whereas others evidently do not.

remote: *** 912-#endif
remote: *** 913:
remote: *** 914-
remote: *** error: lines with trailing whitespace found
...
remote: *** error: sysdeps/unix/sysv/linux/statx_cp.c: trailing lines
siddhesh/realpath-and-getcwd
Paul Eggert 4 years ago
parent
commit
581c785bf3
  1. 2
      Makeconfig
  2. 2
      Makefile
  3. 2
      Makefile.help
  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/bits/argp-ldbl.h
  22. 2
      argp/tst-argp1.c
  23. 2
      argp/tst-argp2.c
  24. 2
      argp/tst-ldbl-argp.c
  25. 2
      assert/Makefile
  26. 2
      assert/__assert.c
  27. 2
      assert/assert-perr.c
  28. 2
      assert/assert.c
  29. 2
      assert/assert.h
  30. 2
      assert/tst-assert-c++.cc
  31. 2
      assert/tst-assert-g++.cc
  32. 2
      benchtests/Makefile
  33. 2
      benchtests/bench-malloc-simple.c
  34. 2
      benchtests/bench-malloc-thread.c
  35. 2
      benchtests/bench-math-inlines.c
  36. 2
      benchtests/bench-memccpy.c
  37. 2
      benchtests/bench-memchr.c
  38. 2
      benchtests/bench-memcmp.c
  39. 2
      benchtests/bench-memcmpeq.c
  40. 2
      benchtests/bench-memcpy-large.c
  41. 2
      benchtests/bench-memcpy-random.c
  42. 2
      benchtests/bench-memcpy-walk.c
  43. 2
      benchtests/bench-memcpy.c
  44. 2
      benchtests/bench-memmem.c
  45. 2
      benchtests/bench-memmove-large.c
  46. 2
      benchtests/bench-memmove-walk.c
  47. 2
      benchtests/bench-memmove.c
  48. 2
      benchtests/bench-mempcpy.c
  49. 2
      benchtests/bench-memrchr.c
  50. 2
      benchtests/bench-memset-large.c
  51. 2
      benchtests/bench-memset-walk.c
  52. 2
      benchtests/bench-memset.c
  53. 2
      benchtests/bench-pthread-locks.c
  54. 2
      benchtests/bench-rawmemchr.c
  55. 2
      benchtests/bench-skeleton.c
  56. 2
      benchtests/bench-stpcpy.c
  57. 2
      benchtests/bench-stpcpy_chk.c
  58. 2
      benchtests/bench-stpncpy.c
  59. 2
      benchtests/bench-strcasecmp.c
  60. 2
      benchtests/bench-strcasestr.c
  61. 2
      benchtests/bench-strcat.c
  62. 2
      benchtests/bench-strchr.c
  63. 2
      benchtests/bench-strchrnul.c
  64. 2
      benchtests/bench-strcmp.c
  65. 2
      benchtests/bench-strcoll.c
  66. 2
      benchtests/bench-strcpy.c
  67. 2
      benchtests/bench-strcpy_chk.c
  68. 2
      benchtests/bench-strcspn.c
  69. 2
      benchtests/bench-string.h
  70. 2
      benchtests/bench-strlen.c
  71. 2
      benchtests/bench-strncasecmp.c
  72. 2
      benchtests/bench-strncat.c
  73. 2
      benchtests/bench-strncmp.c
  74. 2
      benchtests/bench-strncpy.c
  75. 2
      benchtests/bench-strnlen.c
  76. 2
      benchtests/bench-strpbrk.c
  77. 2
      benchtests/bench-strrchr.c
  78. 2
      benchtests/bench-strsep.c
  79. 2
      benchtests/bench-strspn.c
  80. 2
      benchtests/bench-strstr.c
  81. 2
      benchtests/bench-strtod.c
  82. 2
      benchtests/bench-strtok.c
  83. 2
      benchtests/bench-timing-type.c
  84. 2
      benchtests/bench-timing.h
  85. 2
      benchtests/bench-util.c
  86. 2
      benchtests/bench-util.h
  87. 2
      benchtests/bench-wcpcpy.c
  88. 2
      benchtests/bench-wcpncpy.c
  89. 2
      benchtests/bench-wcscat.c
  90. 2
      benchtests/bench-wcschr.c
  91. 2
      benchtests/bench-wcschrnul.c
  92. 2
      benchtests/bench-wcscmp.c
  93. 2
      benchtests/bench-wcscpy.c
  94. 2
      benchtests/bench-wcscspn.c
  95. 2
      benchtests/bench-wcslen.c
  96. 2
      benchtests/bench-wcsncat.c
  97. 2
      benchtests/bench-wcsncmp.c
  98. 2
      benchtests/bench-wcsncpy.c
  99. 2
      benchtests/bench-wcsnlen.c
  100. 2
      benchtests/bench-wcspbrk.c

2
Makeconfig

@ -1,4 +1,4 @@
# Copyright (C) 1991-2021 Free Software Foundation, Inc.
# Copyright (C) 1991-2022 Free Software Foundation, Inc.
# Copyright The GNU Toolchain Authors.
# This file is part of the GNU C Library.

2
Makefile

@ -1,4 +1,4 @@
# Copyright (C) 1991-2021 Free Software Foundation, Inc.
# Copyright (C) 1991-2022 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.help

@ -1,4 +1,4 @@
# Copyright (C) 2019-2021 Free Software Foundation, Inc.
# Copyright (C) 2019-2022 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-2021 Free Software Foundation, Inc.
# Copyright (C) 1991-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 1992-2022 Free Software Foundation, Inc.
See the end for copying conditions.
Please send GNU C library bug reports via <https://sourceware.org/bugzilla/>

2
Rules

@ -1,4 +1,4 @@
# Copyright (C) 1991-2021 Free Software Foundation, Inc.
# Copyright (C) 1991-2022 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-2021 Free Software Foundation, Inc.
# Copyright (C) 1997-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 1996-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 1997-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 1997-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 1997-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 1997-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 1995-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 1997-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 1995-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 1996-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 1996-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 1997-2022 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-xinl.c

@ -1,5 +1,5 @@
/* Real definitions for extern inline functions in argp.h
Copyright (C) 1997-2021 Free Software Foundation, Inc.
Copyright (C) 1997-2022 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 @@
/* Hierarchical argument parsing, layered over getopt.
Copyright (C) 1995-2021 Free Software Foundation, Inc.
Copyright (C) 1995-2022 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/bits/argp-ldbl.h

@ -1,5 +1,5 @@
/* Redirections for argp functions for -mlong-double-64.
Copyright (C) 2019-2021 Free Software Foundation, Inc.
Copyright (C) 2019-2022 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/tst-argp1.c

@ -1,4 +1,4 @@
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
/* Copyright (C) 2002-2022 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/tst-argp2.c

@ -1,4 +1,4 @@
/* Copyright (C) 2007-2021 Free Software Foundation, Inc.
/* Copyright (C) 2007-2022 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/tst-ldbl-argp.c

@ -1,5 +1,5 @@
/* Testing of long double conversions in argp.h functions.
Copyright (C) 2018-2021 Free Software Foundation, Inc.
Copyright (C) 2018-2022 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/Makefile

@ -1,4 +1,4 @@
# Copyright (C) 1991-2021 Free Software Foundation, Inc.
# Copyright (C) 1991-2022 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-2021 Free Software Foundation, Inc.
/* Copyright (C) 2000-2022 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-2021 Free Software Foundation, Inc.
/* Copyright (C) 1994-2022 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-2021 Free Software Foundation, Inc.
/* Copyright (C) 1991-2022 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-2021 Free Software Foundation, Inc.
/* Copyright (C) 1991-2022 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/tst-assert-c++.cc

@ -1,5 +1,5 @@
/* Tests for interactions between C++ and assert.
Copyright (C) 2017-2021 Free Software Foundation, Inc.
Copyright (C) 2017-2022 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/tst-assert-g++.cc

@ -1,5 +1,5 @@
/* Tests for interactions between C++ and assert. GNU C++11 version.
Copyright (C) 2017-2021 Free Software Foundation, Inc.
Copyright (C) 2017-2022 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-2021 Free Software Foundation, Inc.
# Copyright (C) 2013-2022 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-malloc-simple.c

@ -1,5 +1,5 @@
/* Benchmark malloc and free functions.
Copyright (C) 2019-2021 Free Software Foundation, Inc.
Copyright (C) 2019-2022 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-malloc-thread.c

@ -1,5 +1,5 @@
/* Benchmark malloc and free functions.
Copyright (C) 2013-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-math-inlines.c

@ -1,5 +1,5 @@
/* Measure math inline functions.
Copyright (C) 2015-2021 Free Software Foundation, Inc.
Copyright (C) 2015-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-memcmpeq.c

@ -1,5 +1,5 @@
/* Measure __memcmpeq functions.
Copyright (C) 2015-2021 Free Software Foundation, Inc.
Copyright (C) 2015-2022 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-large.c

@ -1,5 +1,5 @@
/* Measure memcpy functions with large data sizes.
Copyright (C) 2016-2021 Free Software Foundation, Inc.
Copyright (C) 2016-2022 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-random.c

@ -1,5 +1,5 @@
/* Measure memcpy performance.
Copyright (C) 2016-2021 Free Software Foundation, Inc.
Copyright (C) 2016-2022 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-walk.c

@ -1,5 +1,5 @@
/* Measure memcpy function combined throughput for different alignments.
Copyright (C) 2017-2021 Free Software Foundation, Inc.
Copyright (C) 2017-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-large.c

@ -1,5 +1,5 @@
/* Measure memmove functions with large data sizes.
Copyright (C) 2016-2021 Free Software Foundation, Inc.
Copyright (C) 2016-2022 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-walk.c

@ -1,5 +1,5 @@
/* Measure memmove function combined throughput for different alignments.
Copyright (C) 2017-2021 Free Software Foundation, Inc.
Copyright (C) 2017-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-large.c

@ -1,5 +1,5 @@
/* Measure memset functions with large data sizes.
Copyright (C) 2016-2021 Free Software Foundation, Inc.
Copyright (C) 2016-2022 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-walk.c

@ -1,5 +1,5 @@
/* Measure memset function throughput with large data sizes.
Copyright (C) 2017-2021 Free Software Foundation, Inc.
Copyright (C) 2017-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-pthread-locks.c

@ -1,5 +1,5 @@
/* Measure various lock acquisition times for empty critical sections.
Copyright (C) 2020-2021 Free Software Foundation, Inc.
Copyright (C) 2020-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-strcoll.c

@ -1,5 +1,5 @@
/* Measure strcoll execution time in different locales.
Copyright (C) 2015-2021 Free Software Foundation, Inc.
Copyright (C) 2015-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-type.c

@ -1,5 +1,5 @@
/* Print out the timing type used by the benchmark run.
Copyright (C) 2014-2021 Free Software Foundation, Inc.
Copyright (C) 2014-2022 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-2021 Free Software Foundation, Inc.
Copyright (C) 2013-2022 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-util.c

@ -1,5 +1,5 @@
/* Benchmark utility functions.
Copyright (C) 2015-2021 Free Software Foundation, Inc.
Copyright (C) 2015-2022 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-util.h

@ -1,5 +1,5 @@
/* Benchmark utility functions.
Copyright (C) 2015-2021 Free Software Foundation, Inc.
Copyright (C) 2015-2022 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-wcpcpy.c

@ -1,5 +1,5 @@
/* Measure wcpcpy functions.
Copyright (C) 2015-2021 Free Software Foundation, Inc.
Copyright (C) 2015-2022 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-wcpncpy.c

@ -1,5 +1,5 @@
/* Measure wcpncpy functions.
Copyright (C) 2015-2021 Free Software Foundation, Inc.
Copyright (C) 2015-2022 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-wcscat.c

@ -1,5 +1,5 @@
/* Measure wcscat functions.
Copyright (C) 2015-2021 Free Software Foundation, Inc.
Copyright (C) 2015-2022 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-wcschr.c

@ -1,5 +1,5 @@
/* Measure wcschr functions.
Copyright (C) 2015-2021 Free Software Foundation, Inc.
Copyright (C) 2015-2022 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-wcschrnul.c

@ -1,5 +1,5 @@
/* Measure wcschrnul functions.
Copyright (C) 2015-2021 Free Software Foundation, Inc.
Copyright (C) 2015-2022 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-wcscmp.c

@ -1,5 +1,5 @@
/* Measure wcscmp functions.
Copyright (C) 2015-2021 Free Software Foundation, Inc.
Copyright (C) 2015-2022 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-wcscpy.c

@ -1,5 +1,5 @@
/* Measure wcscpy functions.
Copyright (C) 2015-2021 Free Software Foundation, Inc.
Copyright (C) 2015-2022 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-wcscspn.c

@ -1,5 +1,5 @@
/* Measure wcscspn functions.
Copyright (C) 2015-2021 Free Software Foundation, Inc.
Copyright (C) 2015-2022 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-wcslen.c

@ -1,5 +1,5 @@
/* Measure wcslen functions.
Copyright (C) 2015-2021 Free Software Foundation, Inc.
Copyright (C) 2015-2022 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-wcsncat.c

@ -1,5 +1,5 @@
/* Measure wcsncat functions.
Copyright (C) 2015-2021 Free Software Foundation, Inc.
Copyright (C) 2015-2022 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-wcsncmp.c

@ -1,5 +1,5 @@
/* Measure wcsncmp functions.
Copyright (C) 2015-2021 Free Software Foundation, Inc.
Copyright (C) 2015-2022 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-wcsncpy.c

@ -1,5 +1,5 @@
/* Measure wcsncpy functions.
Copyright (C) 2015-2021 Free Software Foundation, Inc.
Copyright (C) 2015-2022 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-wcsnlen.c

@ -1,5 +1,5 @@
/* Measure wcsnlen functions.
Copyright (C) 2015-2021 Free Software Foundation, Inc.
Copyright (C) 2015-2022 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-wcspbrk.c

@ -1,5 +1,5 @@
/* Measure wcspbrk functions.
Copyright (C) 2015-2021 Free Software Foundation, Inc.
Copyright (C) 2015-2022 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