summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-02 01:06:13 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-02 01:06:13 +0200
commit514ec0784edd9a5624d71999ba4167bca818fac5 (patch)
treee02397eaab7fb20b10f844dae1e5abcaae65c5d4
parentcf474e3806ae70f707b18293c0a842547b2d7364 (diff)
Remove 'contributed' lines, the names will show up in ChangeLogHEADmaster
-rw-r--r--forward.c1
-rw-r--r--libc_pthread_init.c1
-rw-r--r--sysdeps/generic/fork.h1
-rw-r--r--sysdeps/generic/timer_routines.h1
-rw-r--r--sysdeps/mach/hurd/pt-mutex-consistent.c2
-rw-r--r--sysdeps/mach/hurd/pt-mutex-destroy.c2
-rw-r--r--sysdeps/mach/hurd/pt-mutex-getprioceiling.c2
-rw-r--r--sysdeps/mach/hurd/pt-mutex-init.c2
-rw-r--r--sysdeps/mach/hurd/pt-mutex-lock.c2
-rw-r--r--sysdeps/mach/hurd/pt-mutex-setprioceiling.c2
-rw-r--r--sysdeps/mach/hurd/pt-mutex-timedlock.c2
-rw-r--r--sysdeps/mach/hurd/pt-mutex-transfer-np.c2
-rw-r--r--sysdeps/mach/hurd/pt-mutex-trylock.c2
-rw-r--r--sysdeps/mach/hurd/pt-mutex-unlock.c2
-rw-r--r--sysdeps/mach/hurd/pt-mutex.h1
-rw-r--r--sysdeps/mach/hurd/pt-mutexattr-destroy.c2
-rw-r--r--sysdeps/mach/hurd/pt-mutexattr-getprioceiling.c2
-rw-r--r--sysdeps/mach/hurd/pt-mutexattr-getprotocol.c2
-rw-r--r--sysdeps/mach/hurd/pt-mutexattr-getpshared.c2
-rw-r--r--sysdeps/mach/hurd/pt-mutexattr-getrobust.c2
-rw-r--r--sysdeps/mach/hurd/pt-mutexattr-gettype.c2
-rw-r--r--sysdeps/mach/hurd/pt-mutexattr-init.c2
-rw-r--r--sysdeps/mach/hurd/pt-mutexattr-setprioceiling.c2
-rw-r--r--sysdeps/mach/hurd/pt-mutexattr-setprotocol.c2
-rw-r--r--sysdeps/mach/hurd/pt-mutexattr-setpshared.c2
-rw-r--r--sysdeps/mach/hurd/pt-mutexattr-setrobust.c2
-rw-r--r--sysdeps/mach/hurd/pt-mutexattr-settype.c2
-rw-r--r--sysdeps/pthread/flockfile.c1
-rw-r--r--sysdeps/pthread/ftrylockfile.c1
-rw-r--r--sysdeps/pthread/funlockfile.c1
-rw-r--r--sysdeps/pthread/pthread-functions.h1
31 files changed, 22 insertions, 31 deletions
diff --git a/forward.c b/forward.c
index b1063f5..cb36ae2 100644
--- a/forward.c
+++ b/forward.c
@@ -1,7 +1,6 @@
/* Libc stubs for pthread functions. Hurd pthread version.
Copyright (C) 2002-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
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/libc_pthread_init.c b/libc_pthread_init.c
index edba83a..b6e9682 100644
--- a/libc_pthread_init.c
+++ b/libc_pthread_init.c
@@ -1,7 +1,6 @@
/* libc initialization for libpthread. Hurd pthread version.
Copyright (C) 2002-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
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/sysdeps/generic/fork.h b/sysdeps/generic/fork.h
index db1c707..f944a74 100644
--- a/sysdeps/generic/fork.h
+++ b/sysdeps/generic/fork.h
@@ -1,7 +1,6 @@
/* Register fork handlers. Generic version.
Copyright (C) 2002-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
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/sysdeps/generic/timer_routines.h b/sysdeps/generic/timer_routines.h
index 42cd890..a8134f5 100644
--- a/sysdeps/generic/timer_routines.h
+++ b/sysdeps/generic/timer_routines.h
@@ -1,7 +1,6 @@
/* Helper code for POSIX timer implementation on Hurd.
Copyright (C) 2000-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Kaz Kylheku <kaz@ashi.footprints.net>.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License as
diff --git a/sysdeps/mach/hurd/pt-mutex-consistent.c b/sysdeps/mach/hurd/pt-mutex-consistent.c
index 2acff2e..9fd6342 100644
--- a/sysdeps/mach/hurd/pt-mutex-consistent.c
+++ b/sysdeps/mach/hurd/pt-mutex-consistent.c
@@ -1,6 +1,6 @@
/* pthread_mutex_consistent. Hurd version.
Copyright (C) 2016-2018 Free Software Foundation, Inc.
- Contributed by Agustina Arzille <avarzille@riseup.net>, 2016.
+ This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
diff --git a/sysdeps/mach/hurd/pt-mutex-destroy.c b/sysdeps/mach/hurd/pt-mutex-destroy.c
index 49e297b..89b4916 100644
--- a/sysdeps/mach/hurd/pt-mutex-destroy.c
+++ b/sysdeps/mach/hurd/pt-mutex-destroy.c
@@ -1,6 +1,6 @@
/* pthread_mutex_destroy. Hurd version.
Copyright (C) 2016-2018 Free Software Foundation, Inc.
- Contributed by Agustina Arzille <avarzille@riseup.net>, 2016.
+ This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
diff --git a/sysdeps/mach/hurd/pt-mutex-getprioceiling.c b/sysdeps/mach/hurd/pt-mutex-getprioceiling.c
index dce0346..fa6b82b 100644
--- a/sysdeps/mach/hurd/pt-mutex-getprioceiling.c
+++ b/sysdeps/mach/hurd/pt-mutex-getprioceiling.c
@@ -1,6 +1,6 @@
/* pthread_mutex_getprioceiling. Hurd version.
Copyright (C) 2016-2018 Free Software Foundation, Inc.
- Contributed by Agustina Arzille <avarzille@riseup.net>, 2016.
+ This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
diff --git a/sysdeps/mach/hurd/pt-mutex-init.c b/sysdeps/mach/hurd/pt-mutex-init.c
index f504fb0..8218eb1 100644
--- a/sysdeps/mach/hurd/pt-mutex-init.c
+++ b/sysdeps/mach/hurd/pt-mutex-init.c
@@ -1,6 +1,6 @@
/* pthread_mutex_init. Hurd version.
Copyright (C) 2016-2018 Free Software Foundation, Inc.
- Contributed by Agustina Arzille <avarzille@riseup.net>, 2016.
+ This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
diff --git a/sysdeps/mach/hurd/pt-mutex-lock.c b/sysdeps/mach/hurd/pt-mutex-lock.c
index 21a6239..e4a86f0 100644
--- a/sysdeps/mach/hurd/pt-mutex-lock.c
+++ b/sysdeps/mach/hurd/pt-mutex-lock.c
@@ -1,6 +1,6 @@
/* pthread_mutex_lock. Hurd version.
Copyright (C) 2016-2018 Free Software Foundation, Inc.
- Contributed by Agustina Arzille <avarzille@riseup.net>, 2016.
+ This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
diff --git a/sysdeps/mach/hurd/pt-mutex-setprioceiling.c b/sysdeps/mach/hurd/pt-mutex-setprioceiling.c
index ab453cc..5f39ebb 100644
--- a/sysdeps/mach/hurd/pt-mutex-setprioceiling.c
+++ b/sysdeps/mach/hurd/pt-mutex-setprioceiling.c
@@ -1,6 +1,6 @@
/* pthread_mutex_setprioceiling. Hurd version.
Copyright (C) 2016-2018 Free Software Foundation, Inc.
- Contributed by Agustina Arzille <avarzille@riseup.net>, 2016.
+ This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
diff --git a/sysdeps/mach/hurd/pt-mutex-timedlock.c b/sysdeps/mach/hurd/pt-mutex-timedlock.c
index f7832bc..0457445 100644
--- a/sysdeps/mach/hurd/pt-mutex-timedlock.c
+++ b/sysdeps/mach/hurd/pt-mutex-timedlock.c
@@ -1,6 +1,6 @@
/* pthread_mutex_timedlock. Hurd version.
Copyright (C) 2016-2018 Free Software Foundation, Inc.
- Contributed by Agustina Arzille <avarzille@riseup.net>, 2016.
+ This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
diff --git a/sysdeps/mach/hurd/pt-mutex-transfer-np.c b/sysdeps/mach/hurd/pt-mutex-transfer-np.c
index aab27c7..e89c8dc 100644
--- a/sysdeps/mach/hurd/pt-mutex-transfer-np.c
+++ b/sysdeps/mach/hurd/pt-mutex-transfer-np.c
@@ -1,7 +1,7 @@
/* pthread_mutex_transfer_np. Transfer mutex ownership to another thread.
Hurd version.
Copyright (C) 2016-2018 Free Software Foundation, Inc.
- Contributed by Agustina Arzille <avarzille@riseup.net>, 2016.
+ This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
diff --git a/sysdeps/mach/hurd/pt-mutex-trylock.c b/sysdeps/mach/hurd/pt-mutex-trylock.c
index dd9f18a..36d4f59 100644
--- a/sysdeps/mach/hurd/pt-mutex-trylock.c
+++ b/sysdeps/mach/hurd/pt-mutex-trylock.c
@@ -1,6 +1,6 @@
/* pthread_mutex_trylock. Hurd version.
Copyright (C) 2016-2018 Free Software Foundation, Inc.
- Contributed by Agustina Arzille <avarzille@riseup.net>, 2016.
+ This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
diff --git a/sysdeps/mach/hurd/pt-mutex-unlock.c b/sysdeps/mach/hurd/pt-mutex-unlock.c
index 9092197..30c62fc 100644
--- a/sysdeps/mach/hurd/pt-mutex-unlock.c
+++ b/sysdeps/mach/hurd/pt-mutex-unlock.c
@@ -1,6 +1,6 @@
/* pthread_mutex_unlock. Hurd version.
Copyright (C) 2016-2018 Free Software Foundation, Inc.
- Contributed by Agustina Arzille <avarzille@riseup.net>, 2016.
+ This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
diff --git a/sysdeps/mach/hurd/pt-mutex.h b/sysdeps/mach/hurd/pt-mutex.h
index c6d6623..2daf63e 100644
--- a/sysdeps/mach/hurd/pt-mutex.h
+++ b/sysdeps/mach/hurd/pt-mutex.h
@@ -1,7 +1,6 @@
/* Internal definitions for pthreads library.
Copyright (C) 2016-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Agustina Arzille <avarzille@riseup.net>, 2016.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
diff --git a/sysdeps/mach/hurd/pt-mutexattr-destroy.c b/sysdeps/mach/hurd/pt-mutexattr-destroy.c
index c2eada8..9c6cffc 100644
--- a/sysdeps/mach/hurd/pt-mutexattr-destroy.c
+++ b/sysdeps/mach/hurd/pt-mutexattr-destroy.c
@@ -1,6 +1,6 @@
/* pthread_mutexattr_destroy. Hurd version.
Copyright (C) 2016-2018 Free Software Foundation, Inc.
- Contributed by Agustina Arzille <avarzille@riseup.net>, 2016.
+ This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
diff --git a/sysdeps/mach/hurd/pt-mutexattr-getprioceiling.c b/sysdeps/mach/hurd/pt-mutexattr-getprioceiling.c
index cf2eab9..4532eca 100644
--- a/sysdeps/mach/hurd/pt-mutexattr-getprioceiling.c
+++ b/sysdeps/mach/hurd/pt-mutexattr-getprioceiling.c
@@ -1,6 +1,6 @@
/* pthread_mutexattr_getprioceiling. Hurd version.
Copyright (C) 2016-2018 Free Software Foundation, Inc.
- Contributed by Agustina Arzille <avarzille@riseup.net>, 2016.
+ This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
diff --git a/sysdeps/mach/hurd/pt-mutexattr-getprotocol.c b/sysdeps/mach/hurd/pt-mutexattr-getprotocol.c
index 8eeaad1..33cdc15 100644
--- a/sysdeps/mach/hurd/pt-mutexattr-getprotocol.c
+++ b/sysdeps/mach/hurd/pt-mutexattr-getprotocol.c
@@ -1,6 +1,6 @@
/* pthread_mutexattr_getprotocol. Hurd version.
Copyright (C) 2016-2018 Free Software Foundation, Inc.
- Contributed by Agustina Arzille <avarzille@riseup.net>, 2016.
+ This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
diff --git a/sysdeps/mach/hurd/pt-mutexattr-getpshared.c b/sysdeps/mach/hurd/pt-mutexattr-getpshared.c
index 2718b03..d393b4b 100644
--- a/sysdeps/mach/hurd/pt-mutexattr-getpshared.c
+++ b/sysdeps/mach/hurd/pt-mutexattr-getpshared.c
@@ -1,6 +1,6 @@
/* pthread_mutexattr_getpshared. Hurd version.
Copyright (C) 2016-2018 Free Software Foundation, Inc.
- Contributed by Agustina Arzille <avarzille@riseup.net>, 2016.
+ This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
diff --git a/sysdeps/mach/hurd/pt-mutexattr-getrobust.c b/sysdeps/mach/hurd/pt-mutexattr-getrobust.c
index 482ecd6..0999db0 100644
--- a/sysdeps/mach/hurd/pt-mutexattr-getrobust.c
+++ b/sysdeps/mach/hurd/pt-mutexattr-getrobust.c
@@ -1,6 +1,6 @@
/* pthread_mutexattr_getrobust. Hurd version.
Copyright (C) 2016-2018 Free Software Foundation, Inc.
- Contributed by Agustina Arzille <avarzille@riseup.net>, 2016.
+ This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
diff --git a/sysdeps/mach/hurd/pt-mutexattr-gettype.c b/sysdeps/mach/hurd/pt-mutexattr-gettype.c
index 51059b9..6881a5b 100644
--- a/sysdeps/mach/hurd/pt-mutexattr-gettype.c
+++ b/sysdeps/mach/hurd/pt-mutexattr-gettype.c
@@ -1,6 +1,6 @@
/* pthread_mutexattr_gettype. Hurd version.
Copyright (C) 2016-2018 Free Software Foundation, Inc.
- Contributed by Agustina Arzille <avarzille@riseup.net>, 2016.
+ This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
diff --git a/sysdeps/mach/hurd/pt-mutexattr-init.c b/sysdeps/mach/hurd/pt-mutexattr-init.c
index 9b7551e..b135126 100644
--- a/sysdeps/mach/hurd/pt-mutexattr-init.c
+++ b/sysdeps/mach/hurd/pt-mutexattr-init.c
@@ -1,6 +1,6 @@
/* pthread_mutexattr_init. Hurd version.
Copyright (C) 2016-2018 Free Software Foundation, Inc.
- Contributed by Agustina Arzille <avarzille@riseup.net>, 2016.
+ This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
diff --git a/sysdeps/mach/hurd/pt-mutexattr-setprioceiling.c b/sysdeps/mach/hurd/pt-mutexattr-setprioceiling.c
index 8164e0c..6011ffb 100644
--- a/sysdeps/mach/hurd/pt-mutexattr-setprioceiling.c
+++ b/sysdeps/mach/hurd/pt-mutexattr-setprioceiling.c
@@ -1,6 +1,6 @@
/* pthread_mutexattr_setprioceiling. Hurd version.
Copyright (C) 2016-2018 Free Software Foundation, Inc.
- Contributed by Agustina Arzille <avarzille@riseup.net>, 2016.
+ This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
diff --git a/sysdeps/mach/hurd/pt-mutexattr-setprotocol.c b/sysdeps/mach/hurd/pt-mutexattr-setprotocol.c
index 4ac6fb8..5173a48 100644
--- a/sysdeps/mach/hurd/pt-mutexattr-setprotocol.c
+++ b/sysdeps/mach/hurd/pt-mutexattr-setprotocol.c
@@ -1,6 +1,6 @@
/* pthread_mutexattr_setprotocol. Hurd version.
Copyright (C) 2016-2018 Free Software Foundation, Inc.
- Contributed by Agustina Arzille <avarzille@riseup.net>, 2016.
+ This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
diff --git a/sysdeps/mach/hurd/pt-mutexattr-setpshared.c b/sysdeps/mach/hurd/pt-mutexattr-setpshared.c
index f05b8c1..7e0e607 100644
--- a/sysdeps/mach/hurd/pt-mutexattr-setpshared.c
+++ b/sysdeps/mach/hurd/pt-mutexattr-setpshared.c
@@ -1,6 +1,6 @@
/* pthread_mutexattr_setpshared. Hurd version.
Copyright (C) 2016-2018 Free Software Foundation, Inc.
- Contributed by Agustina Arzille <avarzille@riseup.net>, 2016.
+ This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
diff --git a/sysdeps/mach/hurd/pt-mutexattr-setrobust.c b/sysdeps/mach/hurd/pt-mutexattr-setrobust.c
index ee72da6..f38c7a7 100644
--- a/sysdeps/mach/hurd/pt-mutexattr-setrobust.c
+++ b/sysdeps/mach/hurd/pt-mutexattr-setrobust.c
@@ -1,6 +1,6 @@
/* pthread_mutexattr_setrobust. Hurd version.
Copyright (C) 2016-2018 Free Software Foundation, Inc.
- Contributed by Agustina Arzille <avarzille@riseup.net>, 2016.
+ This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
diff --git a/sysdeps/mach/hurd/pt-mutexattr-settype.c b/sysdeps/mach/hurd/pt-mutexattr-settype.c
index 4b0b640..c856fd7 100644
--- a/sysdeps/mach/hurd/pt-mutexattr-settype.c
+++ b/sysdeps/mach/hurd/pt-mutexattr-settype.c
@@ -1,6 +1,6 @@
/* pthread_mutexattr_settype. Hurd version.
Copyright (C) 2016-2018 Free Software Foundation, Inc.
- Contributed by Agustina Arzille <avarzille@riseup.net>, 2016.
+ This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
diff --git a/sysdeps/pthread/flockfile.c b/sysdeps/pthread/flockfile.c
index b50c8b9..f9df093 100644
--- a/sysdeps/pthread/flockfile.c
+++ b/sysdeps/pthread/flockfile.c
@@ -1,7 +1,6 @@
/* Lock I/O stream. Hurd version.
Copyright (C) 2002-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
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/sysdeps/pthread/ftrylockfile.c b/sysdeps/pthread/ftrylockfile.c
index 612981c..7de42c7 100644
--- a/sysdeps/pthread/ftrylockfile.c
+++ b/sysdeps/pthread/ftrylockfile.c
@@ -1,7 +1,6 @@
/* Try locking I/O stream. Hurd version
Copyright (C) 2002-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
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/sysdeps/pthread/funlockfile.c b/sysdeps/pthread/funlockfile.c
index cda2ef4..bc7da12 100644
--- a/sysdeps/pthread/funlockfile.c
+++ b/sysdeps/pthread/funlockfile.c
@@ -1,7 +1,6 @@
/* Unlock I/O stream. Hurd version.
Copyright (C) 2002-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
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/sysdeps/pthread/pthread-functions.h b/sysdeps/pthread/pthread-functions.h
index 106526f..a0d06cc 100644
--- a/sysdeps/pthread/pthread-functions.h
+++ b/sysdeps/pthread/pthread-functions.h
@@ -1,7 +1,6 @@
/* Declaration of libc stubs for pthread functions. Hurd version.
Copyright (C) 2003-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public