diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2024-01-01 10:12:26 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2024-01-01 10:53:40 -0800 |
commit | dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 (patch) | |
tree | 09151f6e3abfe04e677d62d685088a16c23e7dcf /scripts | |
parent | cf9481724bcb86ad4a86cca7befed74bb9cc15eb (diff) | |
download | glibc-dff8da6b3e89b986bb7f6b1ec18cf65d5972e307.zip glibc-dff8da6b3e89b986bb7f6b1ec18cf65d5972e307.tar.gz glibc-dff8da6b3e89b986bb7f6b1ec18cf65d5972e307.tar.bz2 |
Update copyright dates with scripts/update-copyrights
Diffstat (limited to 'scripts')
36 files changed, 36 insertions, 36 deletions
diff --git a/scripts/backport-support.sh b/scripts/backport-support.sh index 156372e..dffbf2e 100644 --- a/scripts/backport-support.sh +++ b/scripts/backport-support.sh @@ -1,6 +1,6 @@ #!/bin/bash # Create a patch which backports the support/ subdirectory. -# Copyright (C) 2017-2023 Free Software Foundation, Inc. +# Copyright (C) 2017-2024 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 diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index c78ed24..9e24826 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # Build many configurations of glibc. -# Copyright (C) 2016-2023 Free Software Foundation, Inc. +# Copyright (C) 2016-2024 Free Software Foundation, Inc. # Copyright The GNU Toolchain Authors. # This file is part of the GNU C Library. # diff --git a/scripts/check-c++-types.sh b/scripts/check-c++-types.sh index 50eaf83..63f7b75 100755 --- a/scripts/check-c++-types.sh +++ b/scripts/check-c++-types.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2003-2023 Free Software Foundation, Inc. +# Copyright (C) 2003-2024 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 diff --git a/scripts/check-initfini.awk b/scripts/check-initfini.awk index 3005b10..6c22975 100644 --- a/scripts/check-initfini.awk +++ b/scripts/check-initfini.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2023 Free Software Foundation, Inc. +# Copyright (C) 2018-2024 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 diff --git a/scripts/check-installed-headers.sh b/scripts/check-installed-headers.sh index ee9f534..b8cdcbf 100644 --- a/scripts/check-installed-headers.sh +++ b/scripts/check-installed-headers.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2016-2023 Free Software Foundation, Inc. +# Copyright (C) 2016-2024 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 diff --git a/scripts/check-local-headers.sh b/scripts/check-local-headers.sh index 7f7b980..5d3e61f 100755 --- a/scripts/check-local-headers.sh +++ b/scripts/check-local-headers.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2005-2023 Free Software Foundation, Inc. +# Copyright (C) 2005-2024 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 diff --git a/scripts/check-obsolete-constructs.py b/scripts/check-obsolete-constructs.py index dcff21c..31119ae 100755 --- a/scripts/check-obsolete-constructs.py +++ b/scripts/check-obsolete-constructs.py @@ -1,5 +1,5 @@ #! /usr/bin/python3 -# Copyright (C) 2019-2023 Free Software Foundation, Inc. +# Copyright (C) 2019-2024 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 diff --git a/scripts/check-wrapper-headers.py b/scripts/check-wrapper-headers.py index d8a7777..e2b8176 100644 --- a/scripts/check-wrapper-headers.py +++ b/scripts/check-wrapper-headers.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # Check that a wrapper header exist for each non-sysdeps header. -# Copyright (C) 2019-2023 Free Software Foundation, Inc. +# Copyright (C) 2019-2024 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 diff --git a/scripts/check-wx-segment.py b/scripts/check-wx-segment.py index a29c833..96f1d59 100644 --- a/scripts/check-wx-segment.py +++ b/scripts/check-wx-segment.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # Check ELF program headers for WX segments. -# Copyright (C) 2020-2023 Free Software Foundation, Inc. +# Copyright (C) 2020-2024 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 diff --git a/scripts/cross-test-ssh.sh b/scripts/cross-test-ssh.sh index a3698dc..6f5e027 100755 --- a/scripts/cross-test-ssh.sh +++ b/scripts/cross-test-ssh.sh @@ -1,6 +1,6 @@ #!/bin/bash # Run a testcase on a remote system, via ssh. -# Copyright (C) 2012-2023 Free Software Foundation, Inc. +# Copyright (C) 2012-2024 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 diff --git a/scripts/dso-ordering-test.py b/scripts/dso-ordering-test.py index e4da3d6..95243f8 100644 --- a/scripts/dso-ordering-test.py +++ b/scripts/dso-ordering-test.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # Generate testcase files and Makefile fragments for DSO sorting test -# Copyright (C) 2021-2023 Free Software Foundation, Inc. +# Copyright (C) 2021-2024 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 diff --git a/scripts/evaluate-test.sh b/scripts/evaluate-test.sh index e0aa5af..f69db01 100755 --- a/scripts/evaluate-test.sh +++ b/scripts/evaluate-test.sh @@ -1,6 +1,6 @@ #!/bin/sh # Output a test status line. -# Copyright (C) 2012-2023 Free Software Foundation, Inc. +# Copyright (C) 2012-2024 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 diff --git a/scripts/gen-as-const.py b/scripts/gen-as-const.py index 4712c3f..2f6b09d 100644 --- a/scripts/gen-as-const.py +++ b/scripts/gen-as-const.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # Produce headers of assembly constants from C expressions. -# Copyright (C) 2018-2023 Free Software Foundation, Inc. +# Copyright (C) 2018-2024 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 diff --git a/scripts/gen-rrtypes.py b/scripts/gen-rrtypes.py index 0e2e0c4..a4981cf 100644 --- a/scripts/gen-rrtypes.py +++ b/scripts/gen-rrtypes.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # Generate DNS RR type constants for resolv header files. -# Copyright (C) 2016-2023 Free Software Foundation, Inc. +# Copyright (C) 2016-2024 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 diff --git a/scripts/gen-sorted.awk b/scripts/gen-sorted.awk index 0347d5b..a2585e2 100755 --- a/scripts/gen-sorted.awk +++ b/scripts/gen-sorted.awk @@ -1,7 +1,7 @@ #!/usr/bin/awk -f # Generate sorted list of directories. The sorting is stable but with # dependencies between directories resolved by moving dependees in front. -# Copyright (C) 1998-2023 Free Software Foundation, Inc. +# Copyright (C) 1998-2024 Free Software Foundation, Inc. BEGIN { cnt = split(subdirs, all) + 1 diff --git a/scripts/glibc_shared_code.py b/scripts/glibc_shared_code.py index 59dd501..064197b 100644 --- a/scripts/glibc_shared_code.py +++ b/scripts/glibc_shared_code.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (C) 2021-2023 Free Software Foundation, Inc. +# Copyright (C) 2021-2024 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 diff --git a/scripts/glibcelf.py b/scripts/glibcelf.py index b52e83d..c5e5dda 100644 --- a/scripts/glibcelf.py +++ b/scripts/glibcelf.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # ELF support functionality for Python. -# Copyright (C) 2022-2023 Free Software Foundation, Inc. +# Copyright (C) 2022-2024 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 diff --git a/scripts/glibcextract.py b/scripts/glibcextract.py index 6a26b9b..8a08c80 100644 --- a/scripts/glibcextract.py +++ b/scripts/glibcextract.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # Extract information from C headers. -# Copyright (C) 2018-2023 Free Software Foundation, Inc. +# Copyright (C) 2018-2024 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 diff --git a/scripts/glibcpp.py b/scripts/glibcpp.py index 4e1326c..2d328f8 100644 --- a/scripts/glibcpp.py +++ b/scripts/glibcpp.py @@ -1,6 +1,6 @@ #! /usr/bin/python3 # Approximation to C preprocessing. -# Copyright (C) 2019-2023 Free Software Foundation, Inc. +# Copyright (C) 2019-2024 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 diff --git a/scripts/glibcsymbols.py b/scripts/glibcsymbols.py index 8c95a48..f17debd 100644 --- a/scripts/glibcsymbols.py +++ b/scripts/glibcsymbols.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # Processing of symbols and abilist files. -# Copyright (C) 2020-2023 Free Software Foundation, Inc. +# Copyright (C) 2020-2024 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 diff --git a/scripts/lint-makefiles.sh b/scripts/lint-makefiles.sh index 0d20234..b0b3034 100644 --- a/scripts/lint-makefiles.sh +++ b/scripts/lint-makefiles.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2023 Free Software Foundation, Inc. +# Copyright (C) 2023-2024 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 diff --git a/scripts/list-fixed-bugs.py b/scripts/list-fixed-bugs.py index cd53729..10c19e2 100755 --- a/scripts/list-fixed-bugs.py +++ b/scripts/list-fixed-bugs.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -# Copyright (C) 2015-2023 Free Software Foundation, Inc. +# Copyright (C) 2015-2024 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 diff --git a/scripts/merge-test-results.sh b/scripts/merge-test-results.sh index 8f9d81f..18b3541 100755 --- a/scripts/merge-test-results.sh +++ b/scripts/merge-test-results.sh @@ -1,6 +1,6 @@ #!/bin/sh # Merge test results of individual tests or subdirectories. -# Copyright (C) 2014-2023 Free Software Foundation, Inc. +# Copyright (C) 2014-2024 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 diff --git a/scripts/move-symbol-to-libc.py b/scripts/move-symbol-to-libc.py index 90505df..69ff512 100644 --- a/scripts/move-symbol-to-libc.py +++ b/scripts/move-symbol-to-libc.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # Move symbols from other shared objects into libc.so. -# Copyright (C) 2020-2023 Free Software Foundation, Inc. +# Copyright (C) 2020-2024 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 diff --git a/scripts/rellns-sh b/scripts/rellns-sh index 09ae756..62d6e4c 100755 --- a/scripts/rellns-sh +++ b/scripts/rellns-sh @@ -1,6 +1,6 @@ #!/bin/sh # rellns-sh - Simplified ln program to generate relative symbolic link. -# Copyright (C) 1996-2023 Free Software Foundation, Inc. +# Copyright (C) 1996-2024 Free Software Foundation, Inc. # # 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 diff --git a/scripts/sort-makefile-lines.py b/scripts/sort-makefile-lines.py index 8a1bc3f..f65ee40 100755 --- a/scripts/sort-makefile-lines.py +++ b/scripts/sort-makefile-lines.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # Sort Makefile lines as expected by project policy. -# Copyright (C) 2023 Free Software Foundation, Inc. +# Copyright (C) 2023-2024 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 diff --git a/scripts/test-installation.pl b/scripts/test-installation.pl index 95971a1..91a9d22 100755 --- a/scripts/test-installation.pl +++ b/scripts/test-installation.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 1997-2023 Free Software Foundation, Inc. +# Copyright (C) 1997-2024 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 diff --git a/scripts/test_printers_common.py b/scripts/test_printers_common.py index 8310242..bf70096 100644 --- a/scripts/test_printers_common.py +++ b/scripts/test_printers_common.py @@ -1,6 +1,6 @@ # Common functions and variables for testing the Python pretty printers. # -# Copyright (C) 2016-2023 Free Software Foundation, Inc. +# Copyright (C) 2016-2024 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 diff --git a/scripts/test_printers_exceptions.py b/scripts/test_printers_exceptions.py index cfd749d..884f815 100644 --- a/scripts/test_printers_exceptions.py +++ b/scripts/test_printers_exceptions.py @@ -1,6 +1,6 @@ # Exception classes used when testing the Python pretty printers. # -# Copyright (C) 2016-2023 Free Software Foundation, Inc. +# Copyright (C) 2016-2024 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 diff --git a/scripts/tst-elf-edit.py b/scripts/tst-elf-edit.py index 009c20f..487cbcf 100644 --- a/scripts/tst-elf-edit.py +++ b/scripts/tst-elf-edit.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # ELF editor for load align tests. -# Copyright (C) 2022-2023 Free Software Foundation, Inc. +# Copyright (C) 2022-2024 Free Software Foundation, Inc. # Copyright The GNU Toolchain Authors. # This file is part of the GNU C Library. # diff --git a/scripts/tst-ld-trace.py b/scripts/tst-ld-trace.py index 248d1c2..66953ab 100755 --- a/scripts/tst-ld-trace.py +++ b/scripts/tst-ld-trace.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # Dump the output of LD_TRACE_LOADED_OBJECTS in architecture neutral format. -# Copyright (C) 2022-2023 Free Software Foundation, Inc. +# Copyright (C) 2022-2024 Free Software Foundation, Inc. # Copyright The GNU Toolchain Authors. # This file is part of the GNU C Library. # diff --git a/scripts/update-abilist.sh b/scripts/update-abilist.sh index dab1529..3e108f4 100644 --- a/scripts/update-abilist.sh +++ b/scripts/update-abilist.sh @@ -1,6 +1,6 @@ #!/bin/sh # Update abilist files based on differences on one architecture. -# Copyright (C) 2015-2023 Free Software Foundation, Inc. +# Copyright (C) 2015-2024 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 diff --git a/scripts/update-copyrights b/scripts/update-copyrights index a582fa1..a56cc03 100755 --- a/scripts/update-copyrights +++ b/scripts/update-copyrights @@ -1,6 +1,6 @@ #!/bin/sh # Update copyright year lists. -# Copyright (C) 2012-2023 Free Software Foundation, Inc. +# Copyright (C) 2012-2024 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 diff --git a/scripts/vcstocl_quirks.py b/scripts/vcstocl_quirks.py index 41eb2c2..3f863a8 100644 --- a/scripts/vcstocl_quirks.py +++ b/scripts/vcstocl_quirks.py @@ -1,6 +1,6 @@ # VCSToChangeLog Quirks for the GNU C Library. -# Copyright (C) 2019-2023 Free Software Foundation, Inc. +# Copyright (C) 2019-2024 Free Software Foundation, Inc. # # The GNU C Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/scripts/versionlist.awk b/scripts/versionlist.awk index 9f3240a..9a14a9b 100644 --- a/scripts/versionlist.awk +++ b/scripts/versionlist.awk @@ -1,5 +1,5 @@ # Extract ordered list of version sets from Versions files. -# Copyright (C) 2014-2023 Free Software Foundation, Inc. +# Copyright (C) 2014-2024 Free Software Foundation, Inc. BEGIN { in_lib = ""; in_version = 0 } diff --git a/scripts/versions.awk b/scripts/versions.awk index eeb7a10..ef1600b 100644 --- a/scripts/versions.awk +++ b/scripts/versions.awk @@ -1,5 +1,5 @@ # Combine version map fragments into version scripts for our shared objects. -# Copyright (C) 1998-2023 Free Software Foundation, Inc. +# Copyright (C) 1998-2024 Free Software Foundation, Inc. # This script expects the following variables to be defined: # defsfile name of Versions.def file |