diff options
Diffstat (limited to 'missing_d')
-rw-r--r-- | missing_d/ChangeLog | 4 | ||||
-rw-r--r-- | missing_d/fnmatch.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/missing_d/ChangeLog b/missing_d/ChangeLog index 07939c2d..c8ae30ff 100644 --- a/missing_d/ChangeLog +++ b/missing_d/ChangeLog @@ -1,3 +1,7 @@ +2021-10-27 Arnold D. Robbins <arnold@skeeve.com> + + * 5.1.1: Release tar ball made. + 2020-06-10 Arnold D. Robbins <arnold@skeeve.com> Miscellanious fixes from Michael Builov <mbuilov@gmail.com>. diff --git a/missing_d/fnmatch.c b/missing_d/fnmatch.c index 3e6e5cec..ccb7e34d 100644 --- a/missing_d/fnmatch.c +++ b/missing_d/fnmatch.c @@ -1,5 +1,5 @@ -/* Copyright (C) 1991, 1992, 1993, 1996, 1997, 1998, 1999 Free Software -Foundation, Inc. +/* Copyright (C) 1991, 1992, 1993, 1996, 1997, 1998, 1999, 2021, +Free Software Foundation, Inc. This file is part of the GNU C Library. This library is free software; you can redistribute it and/or |