aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-01-02 11:32:25 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-01-02 12:17:34 -0800
commit2b778ceb4010c28d70de9b8eab20e8d88eed586b (patch)
tree3bcf21bcaccb5b09b1859e63f3baf9b5f0105ed7 /scripts
parent45b1e17e9150dbd9ac2d578579063fbfa8e1b327 (diff)
downloadglibc-2b778ceb4010c28d70de9b8eab20e8d88eed586b.zip
glibc-2b778ceb4010c28d70de9b8eab20e8d88eed586b.tar.gz
glibc-2b778ceb4010c28d70de9b8eab20e8d88eed586b.tar.bz2
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 6694 files FOO. I then removed trailing white space from benchtests/bench-pthread-locks.c and iconvdata/tst-iconv-big5-hkscs-to-2ucs4.c, to work around this diagnostic from Savannah: remote: *** pre-commit check failed ... remote: *** error: lines with trailing whitespace found remote: error: hook declined to update refs/heads/master
Diffstat (limited to 'scripts')
-rw-r--r--scripts/backport-support.sh2
-rwxr-xr-xscripts/build-many-glibcs.py2
-rwxr-xr-xscripts/check-c++-types.sh2
-rw-r--r--scripts/check-initfini.awk2
-rw-r--r--scripts/check-installed-headers.sh2
-rwxr-xr-xscripts/check-local-headers.sh2
-rwxr-xr-xscripts/check-obsolete-constructs.py2
-rw-r--r--scripts/check-wrapper-headers.py2
-rw-r--r--scripts/check-wx-segment.py2
-rwxr-xr-xscripts/cross-test-ssh.sh2
-rwxr-xr-xscripts/evaluate-test.sh2
-rw-r--r--scripts/gen-as-const.py2
-rw-r--r--scripts/gen-rrtypes.py2
-rwxr-xr-xscripts/gen-sorted.awk2
-rw-r--r--scripts/glibcextract.py2
-rwxr-xr-xscripts/list-fixed-bugs.py2
-rwxr-xr-xscripts/merge-test-results.sh2
-rw-r--r--scripts/move-symbol-to-libc.py2
-rwxr-xr-xscripts/rellns-sh2
-rwxr-xr-xscripts/test-installation.pl2
-rw-r--r--scripts/test_printers_common.py2
-rw-r--r--scripts/test_printers_exceptions.py2
-rw-r--r--scripts/update-abilist.sh2
-rwxr-xr-xscripts/update-copyrights2
-rw-r--r--scripts/vcstocl_quirks.py2
-rw-r--r--scripts/versionlist.awk2
-rw-r--r--scripts/versions.awk2
27 files changed, 27 insertions, 27 deletions
diff --git a/scripts/backport-support.sh b/scripts/backport-support.sh
index caa5ade..dac8b08 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-2020 Free Software Foundation, Inc.
+# Copyright (C) 2017-2021 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 4ae8166..9c08ab7 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-2020 Free Software Foundation, Inc.
+# Copyright (C) 2016-2021 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-c++-types.sh b/scripts/check-c++-types.sh
index d868204..11015b6 100755
--- a/scripts/check-c++-types.sh
+++ b/scripts/check-c++-types.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2003-2020 Free Software Foundation, Inc.
+# Copyright (C) 2003-2021 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 e4d2f5f..1d6cee3 100644
--- a/scripts/check-initfini.awk
+++ b/scripts/check-initfini.awk
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2018-2021 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 aab56cf..043d03b 100644
--- a/scripts/check-installed-headers.sh
+++ b/scripts/check-installed-headers.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2016-2020 Free Software Foundation, Inc.
+# Copyright (C) 2016-2021 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 cb66d6e..1b3caeb 100755
--- a/scripts/check-local-headers.sh
+++ b/scripts/check-local-headers.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (C) 2005-2020 Free Software Foundation, Inc.
+# Copyright (C) 2005-2021 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 5037de4..69d7cad 100755
--- a/scripts/check-obsolete-constructs.py
+++ b/scripts/check-obsolete-constructs.py
@@ -1,5 +1,5 @@
#! /usr/bin/python3
-# Copyright (C) 2019-2020 Free Software Foundation, Inc.
+# Copyright (C) 2019-2021 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 8d1043c..fc25008 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-2020 Free Software Foundation, Inc.
+# Copyright (C) 2019-2021 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 e1fa793..69a987c 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 Free Software Foundation, Inc.
+# Copyright (C) 2020-2021 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 438c8f0..6d8fbcd 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-2020 Free Software Foundation, Inc.
+# Copyright (C) 2012-2021 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 84ec6a4..cb41a67 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-2020 Free Software Foundation, Inc.
+# Copyright (C) 2012-2021 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 759e711..64f4c68 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-2020 Free Software Foundation, Inc.
+# Copyright (C) 2018-2021 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 b784e2b..5a348da 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-2020 Free Software Foundation, Inc.
+# Copyright (C) 2016-2021 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 1b093fb..193296a 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-2020 Free Software Foundation, Inc.
+# Copyright (C) 1998-2021 Free Software Foundation, Inc.
# Written by Ulrich Drepper <drepper@cygnus.com>, 1998.
BEGIN {
diff --git a/scripts/glibcextract.py b/scripts/glibcextract.py
index b7b0f38..752ff62 100644
--- a/scripts/glibcextract.py
+++ b/scripts/glibcextract.py
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# Extract information from C headers.
-# Copyright (C) 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2018-2021 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 5255817..8a7494c 100755
--- a/scripts/list-fixed-bugs.py
+++ b/scripts/list-fixed-bugs.py
@@ -1,5 +1,5 @@
#!/usr/bin/python3
-# Copyright (C) 2015-2020 Free Software Foundation, Inc.
+# Copyright (C) 2015-2021 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 1e236db..6f49507 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-2020 Free Software Foundation, Inc.
+# Copyright (C) 2014-2021 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 4863c4d..f6b55ed 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 Free Software Foundation, Inc.
+# Copyright (C) 2020-2021 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 adb12e5..687392d 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-2020 Free Software Foundation, Inc.
+# Copyright (C) 1996-2021 Free Software Foundation, Inc.
# Written by Ulrich Drepper <drepper@cygnus.com>, October 1996
#
# This program is free software; you can redistribute it and/or modify
diff --git a/scripts/test-installation.pl b/scripts/test-installation.pl
index d16e321..50a6b82 100755
--- a/scripts/test-installation.pl
+++ b/scripts/test-installation.pl
@@ -1,5 +1,5 @@
#!/usr/bin/perl -w
-# Copyright (C) 1997-2020 Free Software Foundation, Inc.
+# Copyright (C) 1997-2021 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1997.
diff --git a/scripts/test_printers_common.py b/scripts/test_printers_common.py
index ca8ce5d..0d51589 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-2020 Free Software Foundation, Inc.
+# Copyright (C) 2016-2021 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 702a523..7887c55 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-2020 Free Software Foundation, Inc.
+# Copyright (C) 2016-2021 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-abilist.sh b/scripts/update-abilist.sh
index d4f4bfb..adc57f4 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-2020 Free Software Foundation, Inc.
+# Copyright (C) 2015-2021 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 7cca0f2..7651432 100755
--- a/scripts/update-copyrights
+++ b/scripts/update-copyrights
@@ -1,6 +1,6 @@
#!/bin/sh
# Update copyright year lists.
-# Copyright (C) 2012-2020 Free Software Foundation, Inc.
+# Copyright (C) 2012-2021 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 b79b5d9..cbd6ead 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-2020 Free Software Foundation, Inc.
+# Copyright (C) 2019-2021 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 5dc69ff..0d8b495 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-2020 Free Software Foundation, Inc.
+# Copyright (C) 2014-2021 Free Software Foundation, Inc.
BEGIN { in_lib = ""; in_version = 0 }
diff --git a/scripts/versions.awk b/scripts/versions.awk
index 40c9520..d56f4e7 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-2020 Free Software Foundation, Inc.
+# Copyright (C) 1998-2021 Free Software Foundation, Inc.
# Written by Ulrich Drepper <drepper@cygnus.com>, 1998.
# This script expects the following variables to be defined: