diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-13 20:30:05 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-13 20:30:05 +0200 |
commit | 9e06eb5b97fb92f15344a909dfbf7455946564c5 (patch) | |
tree | 95696140bb2182b67a15aff0902cf84f715d8de7 /support | |
parent | 6a6cb14de2bfe86b1dd753c7700deea30fbcf922 (diff) | |
parent | 4fa6f57bf897e7f69dbb606115d4e17a88e90532 (diff) | |
download | egawk-9e06eb5b97fb92f15344a909dfbf7455946564c5.tar.gz egawk-9e06eb5b97fb92f15344a909dfbf7455946564c5.tar.bz2 egawk-9e06eb5b97fb92f15344a909dfbf7455946564c5.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'support')
-rw-r--r-- | support/ChangeLog | 4 | ||||
-rw-r--r-- | support/getopt.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/support/ChangeLog b/support/ChangeLog index 47399609..f0c5884a 100644 --- a/support/ChangeLog +++ b/support/ChangeLog @@ -1,3 +1,7 @@ +2018-03-13 Arnold D. Robbins <arnold@skeeve.com> + + * getopt.c: Update copyright year. + 2018-02-25 Arnold D. Robbins <arnold@skeeve.com> * 4.2.1: Release tar ball made. diff --git a/support/getopt.c b/support/getopt.c index 64293754..eeb71ba9 100644 --- a/support/getopt.c +++ b/support/getopt.c @@ -2,7 +2,7 @@ NOTE: getopt is part of the C library, so if you don't know what "Keep this file name-space clean" means, talk to drepper@gnu.org before changing it! - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 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 |