diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-10-28 21:05:03 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-10-28 21:05:03 +0300 |
commit | 642c56e04516457c9a0c49934be8441394da1ce5 (patch) | |
tree | 43663c2c79afcd2d6cd59a4c134a6f16c3bcac08 /missing_d/fnmatch.c | |
parent | fd77bb810a66777c32d8205babb705ee3cd5dc78 (diff) | |
parent | 2b1fffef190f46f6c0da770bba2745f6574bebca (diff) | |
download | egawk-642c56e04516457c9a0c49934be8441394da1ce5.tar.gz egawk-642c56e04516457c9a0c49934be8441394da1ce5.tar.bz2 egawk-642c56e04516457c9a0c49934be8441394da1ce5.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'missing_d/fnmatch.c')
-rw-r--r-- | missing_d/fnmatch.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |