diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-13 20:29:33 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-03-13 20:29:33 +0200 |
commit | 4fa6f57bf897e7f69dbb606115d4e17a88e90532 (patch) | |
tree | c9f73d46f981cbb87d3e64683e12ad7e335b8627 /support/getopt.c | |
parent | 8e5b081c64da9492dbcc2a295d7f165c67797cae (diff) | |
parent | 52ccca825af423b22f2771755176d2c29a1a68be (diff) | |
download | egawk-4fa6f57bf897e7f69dbb606115d4e17a88e90532.tar.gz egawk-4fa6f57bf897e7f69dbb606115d4e17a88e90532.tar.bz2 egawk-4fa6f57bf897e7f69dbb606115d4e17a88e90532.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'support/getopt.c')
-rw-r--r-- | support/getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |