aboutsummaryrefslogtreecommitdiff
path: root/grp
diff options
context:
space:
mode:
Diffstat (limited to 'grp')
-rw-r--r--grp/getgrent.c1
-rw-r--r--grp/getgrent_r.c1
-rw-r--r--grp/getgrgid.c1
-rw-r--r--grp/getgrgid_r.c1
-rw-r--r--grp/getgrnam.c1
-rw-r--r--grp/getgrnam_r.c1
-rw-r--r--grp/tst_fgetgrent.c1
-rw-r--r--grp/tst_fgetgrent.sh1
8 files changed, 0 insertions, 8 deletions
diff --git a/grp/getgrent.c b/grp/getgrent.c
index e82fc42db1..4d7a24cc40 100644
--- a/grp/getgrent.c
+++ b/grp/getgrent.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/grp/getgrent_r.c b/grp/getgrent_r.c
index 0ffd533215..13b6a9df4e 100644
--- a/grp/getgrent_r.c
+++ b/grp/getgrent_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/grp/getgrgid.c b/grp/getgrgid.c
index 525ca211ce..6c5bcf99c9 100644
--- a/grp/getgrgid.c
+++ b/grp/getgrgid.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/grp/getgrgid_r.c b/grp/getgrgid_r.c
index 9acd98164a..cda5bcf8cf 100644
--- a/grp/getgrgid_r.c
+++ b/grp/getgrgid_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/grp/getgrnam.c b/grp/getgrnam.c
index 2d1dedb4bd..759cb884bf 100644
--- a/grp/getgrnam.c
+++ b/grp/getgrnam.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/grp/getgrnam_r.c b/grp/getgrnam_r.c
index ee6a713df7..0dd3a79cc4 100644
--- a/grp/getgrnam_r.c
+++ b/grp/getgrnam_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/grp/tst_fgetgrent.c b/grp/tst_fgetgrent.c
index bffa7d4f8d..1abed52c6e 100644
--- a/grp/tst_fgetgrent.c
+++ b/grp/tst_fgetgrent.c
@@ -1,6 +1,5 @@
/* Copyright (C) 1999-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1999.
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/grp/tst_fgetgrent.sh b/grp/tst_fgetgrent.sh
index 048104ee73..ccdc6beb48 100644
--- a/grp/tst_fgetgrent.sh
+++ b/grp/tst_fgetgrent.sh
@@ -1,7 +1,6 @@
#!/bin/sh
# Copyright (C) 1999-2021 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
-# Contributed by Andreas Jaeger <aj@arthur.rhein-neckar.de>, 1999.
# The GNU C Library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public