diff options
author | Joseph Myers <joseph@codesourcery.com> | 2020-01-01 00:14:33 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2020-01-01 00:14:33 +0000 |
commit | d614a7539657941a9201c236b2f15afac18e1213 (patch) | |
tree | a7bb552caf4fc49aaf5cb3621d1a7c4a789b36c6 /gshadow | |
parent | 09153638cfef9166586b0c21e852ea0d6f15a0fd (diff) | |
download | glibc-d614a7539657941a9201c236b2f15afac18e1213.zip glibc-d614a7539657941a9201c236b2f15afac18e1213.tar.gz glibc-d614a7539657941a9201c236b2f15afac18e1213.tar.bz2 |
Update copyright dates with scripts/update-copyrights.
Diffstat (limited to 'gshadow')
-rw-r--r-- | gshadow/Makefile | 2 | ||||
-rw-r--r-- | gshadow/fgetsgent.c | 2 | ||||
-rw-r--r-- | gshadow/fgetsgent_r.c | 2 | ||||
-rw-r--r-- | gshadow/getsgent.c | 2 | ||||
-rw-r--r-- | gshadow/getsgent_r.c | 2 | ||||
-rw-r--r-- | gshadow/getsgnam.c | 2 | ||||
-rw-r--r-- | gshadow/getsgnam_r.c | 2 | ||||
-rw-r--r-- | gshadow/gshadow.h | 2 | ||||
-rw-r--r-- | gshadow/putsgent.c | 2 | ||||
-rw-r--r-- | gshadow/sgetsgent.c | 2 | ||||
-rw-r--r-- | gshadow/sgetsgent_r.c | 2 | ||||
-rw-r--r-- | gshadow/tst-putsgent.c | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/gshadow/Makefile b/gshadow/Makefile index 8787cd3..089aa61 100644 --- a/gshadow/Makefile +++ b/gshadow/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2019 Free Software Foundation, Inc. +# Copyright (C) 2009-2020 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/gshadow/fgetsgent.c b/gshadow/fgetsgent.c index 4e0b98b..881611f 100644 --- a/gshadow/fgetsgent.c +++ b/gshadow/fgetsgent.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2019 Free Software Foundation, Inc. +/* Copyright (C) 2009-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/gshadow/fgetsgent_r.c b/gshadow/fgetsgent_r.c index 70a4117..a7a1860 100644 --- a/gshadow/fgetsgent_r.c +++ b/gshadow/fgetsgent_r.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2019 Free Software Foundation, Inc. +/* Copyright (C) 2009-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/gshadow/getsgent.c b/gshadow/getsgent.c index e05bb9d..c85f2e4 100644 --- a/gshadow/getsgent.c +++ b/gshadow/getsgent.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2019 Free Software Foundation, Inc. +/* Copyright (C) 2009-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2009. diff --git a/gshadow/getsgent_r.c b/gshadow/getsgent_r.c index 7fdfb17..b61ecde 100644 --- a/gshadow/getsgent_r.c +++ b/gshadow/getsgent_r.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2019 Free Software Foundation, Inc. +/* Copyright (C) 2009-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2009. diff --git a/gshadow/getsgnam.c b/gshadow/getsgnam.c index fa7ac5c..e246d48 100644 --- a/gshadow/getsgnam.c +++ b/gshadow/getsgnam.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2019 Free Software Foundation, Inc. +/* Copyright (C) 2009-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2009. diff --git a/gshadow/getsgnam_r.c b/gshadow/getsgnam_r.c index de778ba..3ab0c72 100644 --- a/gshadow/getsgnam_r.c +++ b/gshadow/getsgnam_r.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2019 Free Software Foundation, Inc. +/* Copyright (C) 2009-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2009. diff --git a/gshadow/gshadow.h b/gshadow/gshadow.h index f9c6935..9bcb473 100644 --- a/gshadow/gshadow.h +++ b/gshadow/gshadow.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2019 Free Software Foundation, Inc. +/* Copyright (C) 2009-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/gshadow/putsgent.c b/gshadow/putsgent.c index 587e90e..03cd8e1 100644 --- a/gshadow/putsgent.c +++ b/gshadow/putsgent.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2019 Free Software Foundation, Inc. +/* Copyright (C) 2009-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/gshadow/sgetsgent.c b/gshadow/sgetsgent.c index 1853634..1ca81bd 100644 --- a/gshadow/sgetsgent.c +++ b/gshadow/sgetsgent.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2019 Free Software Foundation, Inc. +/* Copyright (C) 2009-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/gshadow/sgetsgent_r.c b/gshadow/sgetsgent_r.c index 3bc7791..89a6c41 100644 --- a/gshadow/sgetsgent_r.c +++ b/gshadow/sgetsgent_r.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2019 Free Software Foundation, Inc. +/* Copyright (C) 2009-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/gshadow/tst-putsgent.c b/gshadow/tst-putsgent.c index 666a9d1..3f5545f 100644 --- a/gshadow/tst-putsgent.c +++ b/gshadow/tst-putsgent.c @@ -1,5 +1,5 @@ /* Test for processing of invalid gshadow entries. [BZ #18724] - Copyright (C) 2015-2019 Free Software Foundation, Inc. + Copyright (C) 2015-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or |