diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2021-09-03 22:06:44 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2021-09-03 22:06:44 +0530 |
commit | 30891f35fa7da832b66d80d0807610df361851f3 (patch) | |
tree | 684c81cc6e88650313797fadaa642d714fcce8a8 /sysvipc | |
parent | 04f2125c6eff341f9c52682866d1eea8d204c852 (diff) | |
download | glibc-30891f35fa7da832b66d80d0807610df361851f3.zip glibc-30891f35fa7da832b66d80d0807610df361851f3.tar.gz glibc-30891f35fa7da832b66d80d0807610df361851f3.tar.bz2 |
Remove "Contributed by" lines
We stopped adding "Contributed by" or similar lines in sources in 2012
in favour of git logs and keeping the Contributors section of the
glibc manual up to date. Removing these lines makes the license
header a bit more consistent across files and also removes the
possibility of error in attribution when license blocks or files are
copied across since the contributed-by lines don't actually reflect
reality in those cases.
Move all "Contributed by" and similar lines (Written by, Test by,
etc.) into a new file CONTRIBUTED-BY to retain record of these
contributions. These contributors are also mentioned in
manual/contrib.texi, so we just maintain this additional record as a
courtesy to the earlier developers.
The following scripts were used to filter a list of files to edit in
place and to clean up the CONTRIBUTED-BY file respectively. These
were not added to the glibc sources because they're not expected to be
of any use in future given that this is a one time task:
https://gist.github.com/siddhesh/b5ecac94eabfd72ed2916d6d8157e7dc
https://gist.github.com/siddhesh/15ea1f5e435ace9774f485030695ee02
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysvipc')
-rw-r--r-- | sysvipc/ftok.c | 1 | ||||
-rw-r--r-- | sysvipc/msgctl.c | 1 | ||||
-rw-r--r-- | sysvipc/msgget.c | 1 | ||||
-rw-r--r-- | sysvipc/msgrcv.c | 1 | ||||
-rw-r--r-- | sysvipc/msgsnd.c | 1 | ||||
-rw-r--r-- | sysvipc/semctl.c | 1 | ||||
-rw-r--r-- | sysvipc/semget.c | 1 | ||||
-rw-r--r-- | sysvipc/semop.c | 1 | ||||
-rw-r--r-- | sysvipc/semtimedop.c | 1 | ||||
-rw-r--r-- | sysvipc/shmat.c | 1 | ||||
-rw-r--r-- | sysvipc/shmctl.c | 1 | ||||
-rw-r--r-- | sysvipc/shmdt.c | 1 | ||||
-rw-r--r-- | sysvipc/shmget.c | 1 |
13 files changed, 0 insertions, 13 deletions
diff --git a/sysvipc/ftok.c b/sysvipc/ftok.c index bd633bd..5715331 100644 --- a/sysvipc/ftok.c +++ b/sysvipc/ftok.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 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/sysvipc/msgctl.c b/sysvipc/msgctl.c index 5e4e2c7..28beaf1 100644 --- a/sysvipc/msgctl.c +++ b/sysvipc/msgctl.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 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/sysvipc/msgget.c b/sysvipc/msgget.c index 6a5e77e..ef7aff3 100644 --- a/sysvipc/msgget.c +++ b/sysvipc/msgget.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 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/sysvipc/msgrcv.c b/sysvipc/msgrcv.c index 35e4ac6..a117359 100644 --- a/sysvipc/msgrcv.c +++ b/sysvipc/msgrcv.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 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/sysvipc/msgsnd.c b/sysvipc/msgsnd.c index 829d7ce..94f9b4e 100644 --- a/sysvipc/msgsnd.c +++ b/sysvipc/msgsnd.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@cygnus.com>, August 1995. 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/sysvipc/semctl.c b/sysvipc/semctl.c index c9b1232..e9ce0ec 100644 --- a/sysvipc/semctl.c +++ b/sysvipc/semctl.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 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/sysvipc/semget.c b/sysvipc/semget.c index 095b4b2..b528d43 100644 --- a/sysvipc/semget.c +++ b/sysvipc/semget.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 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/sysvipc/semop.c b/sysvipc/semop.c index 6ff5b0e..5402663 100644 --- a/sysvipc/semop.c +++ b/sysvipc/semop.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@cygnus.com>, August 1995. 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/sysvipc/semtimedop.c b/sysvipc/semtimedop.c index 58c4b84..20947fc 100644 --- a/sysvipc/semtimedop.c +++ b/sysvipc/semtimedop.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 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 diff --git a/sysvipc/shmat.c b/sysvipc/shmat.c index 8cb484e..a1d814e 100644 --- a/sysvipc/shmat.c +++ b/sysvipc/shmat.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 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/sysvipc/shmctl.c b/sysvipc/shmctl.c index b0457cd..6699bff 100644 --- a/sysvipc/shmctl.c +++ b/sysvipc/shmctl.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 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/sysvipc/shmdt.c b/sysvipc/shmdt.c index c46a271..9e41da3 100644 --- a/sysvipc/shmdt.c +++ b/sysvipc/shmdt.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995. 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/sysvipc/shmget.c b/sysvipc/shmget.c index 73e968a..3a1c733 100644 --- a/sysvipc/shmget.c +++ b/sysvipc/shmget.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@cygnus.com>, August 1995. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public |