about summary refs log tree commit diff
path: root/sysvipc
diff options
context:
space:
mode:
Diffstat (limited to 'sysvipc')
-rw-r--r--sysvipc/ftok.c1
-rw-r--r--sysvipc/msgctl.c1
-rw-r--r--sysvipc/msgget.c1
-rw-r--r--sysvipc/msgrcv.c1
-rw-r--r--sysvipc/msgsnd.c1
-rw-r--r--sysvipc/semctl.c1
-rw-r--r--sysvipc/semget.c1
-rw-r--r--sysvipc/semop.c1
-rw-r--r--sysvipc/semtimedop.c1
-rw-r--r--sysvipc/shmat.c1
-rw-r--r--sysvipc/shmctl.c1
-rw-r--r--sysvipc/shmdt.c1
-rw-r--r--sysvipc/shmget.c1
13 files changed, 0 insertions, 13 deletions
diff --git a/sysvipc/ftok.c b/sysvipc/ftok.c
index bd633bd395..57153315fb 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 5e4e2c7abb..28beaf1c29 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 6a5e77ef7e..ef7aff3841 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 35e4ac6616..a117359087 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 829d7ce179..94f9b4e0a0 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 c9b1232fd8..e9ce0ec39b 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 095b4b2bd2..b528d43cee 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 6ff5b0e39d..540266330c 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 58c4b84c19..20947fced0 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 8cb484e0f3..a1d814e787 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 b0457cda33..6699bff6d7 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 c46a27100b..9e41da3e2c 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 73e968ae9d..3a1c733037 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