about summary refs log tree commit diff
path: root/pwd
diff options
context:
space:
mode:
Diffstat (limited to 'pwd')
-rw-r--r--pwd/getpwent.c1
-rw-r--r--pwd/getpwent_r.c1
-rw-r--r--pwd/getpwnam.c1
-rw-r--r--pwd/getpwnam_r.c1
-rw-r--r--pwd/getpwuid.c1
-rw-r--r--pwd/getpwuid_r.c1
6 files changed, 0 insertions, 6 deletions
diff --git a/pwd/getpwent.c b/pwd/getpwent.c
index 9ca856c09a..7379f7c2b7 100644
--- a/pwd/getpwent.c
+++ b/pwd/getpwent.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 1996-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
    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/pwd/getpwent_r.c b/pwd/getpwent_r.c
index b959725890..80c45a0400 100644
--- a/pwd/getpwent_r.c
+++ b/pwd/getpwent_r.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 1996-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
    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/pwd/getpwnam.c b/pwd/getpwnam.c
index ea3e01b204..089d60b919 100644
--- a/pwd/getpwnam.c
+++ b/pwd/getpwnam.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 1996-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
    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/pwd/getpwnam_r.c b/pwd/getpwnam_r.c
index f98185fc9b..0dd2e44546 100644
--- a/pwd/getpwnam_r.c
+++ b/pwd/getpwnam_r.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 1996-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
    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/pwd/getpwuid.c b/pwd/getpwuid.c
index b835590d3c..2504b80541 100644
--- a/pwd/getpwuid.c
+++ b/pwd/getpwuid.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 1996-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
    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/pwd/getpwuid_r.c b/pwd/getpwuid_r.c
index a8e553a434..440812d81d 100644
--- a/pwd/getpwuid_r.c
+++ b/pwd/getpwuid_r.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 1996-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public