1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

Update copyright dates with scripts/update-copyrights.

This commit is contained in:
Joseph Myers
2020-01-01 00:14:33 +00:00
parent 09153638cf
commit d614a75396
10671 changed files with 10671 additions and 10671 deletions

View File

@@ -1,4 +1,4 @@
# Copyright (C) 2002-2019 Free Software Foundation, Inc.
# Copyright (C) 2002-2020 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

View File

@@ -1,5 +1,5 @@
/* List of symbols in libpthread examined by libthread_db.
Copyright (C) 2009-2019 Free Software Foundation, Inc.
Copyright (C) 2009-2020 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

View File

@@ -1,7 +1,7 @@
/* This file is included by pthread_create.c to define in libpthread
all the magic symbols required by libthread_db.
Copyright (C) 2003-2019 Free Software Foundation, Inc.
Copyright (C) 2003-2020 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

View File

@@ -1,5 +1,5 @@
/* Helper routines for libthread_db.
Copyright (C) 2003-2019 Free Software Foundation, Inc.
Copyright (C) 2003-2020 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

View File

@@ -1,5 +1,5 @@
/* List of types and symbols in libpthread examined by libthread_db.
Copyright (C) 2003-2019 Free Software Foundation, Inc.
Copyright (C) 2003-2020 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

View File

@@ -1,5 +1,5 @@
/* Initialization function of thread debugger support library.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Noop, left for historical reasons.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Return list of symbols the library can request.
Copyright (C) 2001-2019 Free Software Foundation, Inc.
Copyright (C) 2001-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.

View File

@@ -1,5 +1,5 @@
/* Globally disable events.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Detach to target process.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Enable collection of statistics for process.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Get event address.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Retrieve event.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Get the number of threads in the process.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Get external process handle.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Retrieve statistics for process.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Map thread ID to thread handle.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Which thread is running on an LWP?
Copyright (C) 2003-2019 Free Software Foundation, Inc.
Copyright (C) 2003-2020 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

View File

@@ -1,5 +1,5 @@
/* Attach to target process.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Reset statistics.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Globally enable events.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Set suggested concurrency level for process.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Iterate over a process's threads.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Iterate over a process's thread-specific data.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Disable specific event for thread.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Resume execution of given thread.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Suspend execution of given thread.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Enable event process-wide.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Retrieve event.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Get thread information.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Get a thread's floating-point register set.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Get a thread's general register set.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Get a thread's extra state register set.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Get the size of the extra state register set for this architecture.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Enable specific event for thread.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Set a thread's floating-point register set.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Set a thread's general register set.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Set a thread's priority.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Raise a signal for a thread.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Set a thread's extra state register set.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Set a thread's signal mask.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Get address of thread local variable.
Copyright (C) 2002-2019 Free Software Foundation, Inc.
Copyright (C) 2002-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 2002.

View File

@@ -1,5 +1,5 @@
/* Locate TLS data for a thread.
Copyright (C) 2003-2019 Free Software Foundation, Inc.
Copyright (C) 2003-2020 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

View File

@@ -1,5 +1,5 @@
/* Get a thread-specific data pointer for a thread.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Validate a thread handle.
Copyright (C) 1999-2019 Free Software Foundation, Inc.
Copyright (C) 1999-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 1999.

View File

@@ -1,5 +1,5 @@
/* Private header for thread debug library
Copyright (C) 2003-2019 Free Software Foundation, Inc.
Copyright (C) 2003-2020 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