about summary refs log tree commit diff
path: root/shadow
diff options
context:
space:
mode:
Diffstat (limited to 'shadow')
-rw-r--r--shadow/getspent.c1
-rw-r--r--shadow/getspent_r.c1
-rw-r--r--shadow/getspnam.c1
-rw-r--r--shadow/getspnam_r.c1
-rw-r--r--shadow/lckpwdf.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/shadow/getspent.c b/shadow/getspent.c
index 2ae9e1993b..eb92c7b107 100644
--- a/shadow/getspent.c
+++ b/shadow/getspent.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/shadow/getspent_r.c b/shadow/getspent_r.c
index 63c0563a1c..94743f4590 100644
--- a/shadow/getspent_r.c
+++ b/shadow/getspent_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/shadow/getspnam.c b/shadow/getspnam.c
index 5d12c237be..495de6c3da 100644
--- a/shadow/getspnam.c
+++ b/shadow/getspnam.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/shadow/getspnam_r.c b/shadow/getspnam_r.c
index 8a3c5828f6..f16174a52e 100644
--- a/shadow/getspnam_r.c
+++ b/shadow/getspnam_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/shadow/lckpwdf.c b/shadow/lckpwdf.c
index 6560d812e6..3d42f2bc43 100644
--- a/shadow/lckpwdf.c
+++ b/shadow/lckpwdf.c
@@ -1,7 +1,6 @@
 /* Handle locking of password file.
    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