diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-10-14 22:13:23 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-10-14 22:13:23 +0300 |
commit | 5306af231c97812a5e33250abd10ef1fd622976a (patch) | |
tree | 68f17abc7d59a9dfd1d3cf36a61afec0f32e4c51 /support | |
parent | bda77e2f678441b75161eae00e7b03129a99790e (diff) | |
parent | 3fc30463797c0ba8648e76ab6de76b883ce79a86 (diff) | |
download | egawk-5306af231c97812a5e33250abd10ef1fd622976a.tar.gz egawk-5306af231c97812a5e33250abd10ef1fd622976a.tar.bz2 egawk-5306af231c97812a5e33250abd10ef1fd622976a.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'support')
-rw-r--r-- | support/ChangeLog | 4 | ||||
-rw-r--r-- | support/Makefile.am | 2 | ||||
-rw-r--r-- | support/Makefile.in | 2 | ||||
-rw-r--r-- | support/xalloc.h | 2 |
4 files changed, 7 insertions, 3 deletions
diff --git a/support/ChangeLog b/support/ChangeLog index 1930b98c..07966b8a 100644 --- a/support/ChangeLog +++ b/support/ChangeLog @@ -1,3 +1,7 @@ +2021-10-13 Arnold D. Robbins <arnold@skeeve.com> + + * xalloc.h: Update copyright year. + 2021-09-22 Arnold D. Robbins <arnold@skeeve.com> * idx.h, intprops.h: Sync with GNULIB. diff --git a/support/Makefile.am b/support/Makefile.am index a2d2df05..911f000d 100644 --- a/support/Makefile.am +++ b/support/Makefile.am @@ -1,7 +1,7 @@ # # Makefile.am --- automake input file for gawk # -# Copyright (C) 2000-2016, 2018, 2019 the Free Software Foundation, Inc. +# Copyright (C) 2000-2016, 2018, 2019, 2021 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. diff --git a/support/Makefile.in b/support/Makefile.in index 59bb53c3..29591d02 100644 --- a/support/Makefile.in +++ b/support/Makefile.in @@ -17,7 +17,7 @@ # # Makefile.am --- automake input file for gawk # -# Copyright (C) 2000-2016, 2018, 2019 the Free Software Foundation, Inc. +# Copyright (C) 2000-2016, 2018, 2019, 2021 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. diff --git a/support/xalloc.h b/support/xalloc.h index 38a14873..0f98119c 100644 --- a/support/xalloc.h +++ b/support/xalloc.h @@ -1,6 +1,6 @@ /* xalloc.h -- malloc with out-of-memory checking - Copyright (C) 1990-2000, 2003-2004, 2006-2019 Free Software Foundation, Inc. + Copyright (C) 1990-2000, 2003-2004, 2006-2021 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |