aboutsummaryrefslogtreecommitdiffstats
path: root/support/xalloc.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-03-24 21:21:42 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-03-24 21:21:42 +0200
commitaced49eee334d9905208cda470d1cb14393613a2 (patch)
tree8cc136604c66040ff95cf513e5333169cca226bb /support/xalloc.h
parentfadddc026c7a3d9e664c65ff3f3895af9ba28359 (diff)
downloadegawk-aced49eee334d9905208cda470d1cb14393613a2.tar.gz
egawk-aced49eee334d9905208cda470d1cb14393613a2.tar.bz2
egawk-aced49eee334d9905208cda470d1cb14393613a2.zip
Sync support files from GNULIB.
Diffstat (limited to 'support/xalloc.h')
-rw-r--r--support/xalloc.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/support/xalloc.h b/support/xalloc.h
index f238bb79..722c3872 100644
--- a/support/xalloc.h
+++ b/support/xalloc.h
@@ -1,8 +1,6 @@
/* xalloc.h -- malloc with out-of-memory checking
- Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- 2000, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2019
- Free Software Foundation, Inc.
+ Copyright (C) 1990-2000, 2003-2004, 2006-2019 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
@@ -15,7 +13,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#ifndef XALLOC_H_
# define XALLOC_H_