diff options
Diffstat (limited to 'missing_d')
-rw-r--r-- | missing_d/ChangeLog | 4 | ||||
-rw-r--r-- | missing_d/snprintf.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/missing_d/ChangeLog b/missing_d/ChangeLog index 95da749e..a5838ccc 100644 --- a/missing_d/ChangeLog +++ b/missing_d/ChangeLog @@ -1,3 +1,7 @@ +2018-03-13 Arnold D. Robbins <arnold@skeeve.com> + + * snprintf.c: Update copyright year. + 2018-02-25 Arnold D. Robbins <arnold@skeeve.com> * 4.2.1: Release tar ball made. diff --git a/missing_d/snprintf.c b/missing_d/snprintf.c index 53b75f65..c09c7473 100644 --- a/missing_d/snprintf.c +++ b/missing_d/snprintf.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 2006, 2007 the Free Software Foundation, Inc. + * Copyright (C) 2006, 2007, 2018 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. |