8
8
* Andrew Schorr and Arnold Robbins: further fixes 8/2012.
14
* Copyright (C) 2012-2014, 2017, 2018, 2019, 2021, 2023,
17
15
* This file is part of GAWK, the GNU implementation of the
18
16
* AWK Programming Language.
20
18
* GAWK is free software; you can redistribute it and/or modify
21
19
* it under the terms of the GNU General Public License as published by
22
20
* the Free Software Foundation; either version 3 of the License, or
23
21
* (at your option) any later version.
25
23
* GAWK is distributed in the hope that it will be useful,
26
24
* but WITHOUT ANY WARRANTY; without even the implied warranty of
27
25
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28
26
* GNU General Public License for more details.
30
28
* You should have received a copy of the GNU General Public License
31
29
* along with this program; if not, write to the Free Software
32
30
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA