aboutsummaryrefslogtreecommitdiffstats
path: root/extension
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-03-31 22:17:13 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-03-31 22:17:13 +0300
commit69d85d51dfd0f2e3b464585633d270f06fa1e846 (patch)
treea6ebc67c95ff821f9550e79c386112395b60d946 /extension
parentd5c54d68d8657428bc8e1d4280152ec24adeacf6 (diff)
downloadegawk-69d85d51dfd0f2e3b464585633d270f06fa1e846.tar.gz
egawk-69d85d51dfd0f2e3b464585633d270f06fa1e846.tar.bz2
egawk-69d85d51dfd0f2e3b464585633d270f06fa1e846.zip
Update copyright years on files changed in 2014.
Diffstat (limited to 'extension')
-rw-r--r--extension/ChangeLog2
-rw-r--r--extension/configure.ac2
-rw-r--r--extension/filefuncs.c2
-rw-r--r--extension/inplace.c2
-rw-r--r--extension/readdir.c2
-rw-r--r--extension/readfile.c3
-rw-r--r--extension/revtwoway.c2
-rw-r--r--extension/rwarray.c2
-rw-r--r--extension/testext.c2
-rw-r--r--extension/time.c2
10 files changed, 11 insertions, 10 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog
index 863fc1e8..4eb96818 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -29,7 +29,7 @@
* readdir.c (dir_close): Ditto.
* readfile.c (do_readfile): Ditto.
* revtwoway.c (close_two_proc_data): Ditto.
- * rwarray (read_elem): Replace realloc with gawk_realloc.
+ * rwarray.c (read_elem): Replace realloc with gawk_realloc.
(read_value): Replace malloc and free with gawk_malloc and gawk_free.
* testext.c (try_modify_environ): Replace free with gawk_free.
diff --git a/extension/configure.ac b/extension/configure.ac
index 3a0a60b9..c4a69c52 100644
--- a/extension/configure.ac
+++ b/extension/configure.ac
@@ -1,7 +1,7 @@
dnl
dnl configure.ac --- autoconf input file for gawk
dnl
-dnl Copyright (C) 2012, 2013 the Free Software Foundation, Inc.
+dnl Copyright (C) 2012-2014 the Free Software Foundation, Inc.
dnl
dnl This file is part of GAWK, the GNU implementation of the
dnl AWK Programming Language.
diff --git a/extension/filefuncs.c b/extension/filefuncs.c
index 58acab4d..d5249a4e 100644
--- a/extension/filefuncs.c
+++ b/extension/filefuncs.c
@@ -9,7 +9,7 @@
*/
/*
- * Copyright (C) 2001, 2004, 2005, 2010, 2011, 2012, 2013
+ * Copyright (C) 2001, 2004, 2005, 2010, 2011, 2012, 2013, 2014
* the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
diff --git a/extension/inplace.c b/extension/inplace.c
index b6228a5b..e2f8b73f 100644
--- a/extension/inplace.c
+++ b/extension/inplace.c
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 2013 the Free Software Foundation, Inc.
+ * Copyright (C) 2013, 2014 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
diff --git a/extension/readdir.c b/extension/readdir.c
index bf14e486..7bcabcb0 100644
--- a/extension/readdir.c
+++ b/extension/readdir.c
@@ -10,7 +10,7 @@
*/
/*
- * Copyright (C) 2012, 2013 the Free Software Foundation, Inc.
+ * Copyright (C) 2012-2014 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
diff --git a/extension/readfile.c b/extension/readfile.c
index 67fa9eca..d4b4aef9 100644
--- a/extension/readfile.c
+++ b/extension/readfile.c
@@ -8,10 +8,11 @@
* Revised for new dynamic function facilities
* Mon Jun 14 14:53:07 IDT 2004
* Revised for formal API May 2012
+ * Added input parser March 2014
*/
/*
- * Copyright (C) 2002, 2003, 2004, 2011, 2012, 2013
+ * Copyright (C) 2002, 2003, 2004, 2011, 2012, 2013, 2014
* the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
diff --git a/extension/revtwoway.c b/extension/revtwoway.c
index 675e0efa..c0d9381a 100644
--- a/extension/revtwoway.c
+++ b/extension/revtwoway.c
@@ -7,7 +7,7 @@
*/
/*
- * Copyright (C) 2012, 2013 the Free Software Foundation, Inc.
+ * Copyright (C) 2012-2014 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
diff --git a/extension/rwarray.c b/extension/rwarray.c
index 940acd62..aa05a0d5 100644
--- a/extension/rwarray.c
+++ b/extension/rwarray.c
@@ -7,7 +7,7 @@
*/
/*
- * Copyright (C) 2009, 2010, 2011, 2012, 2013 the Free Software Foundation, Inc.
+ * Copyright (C) 2009-2014 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
diff --git a/extension/testext.c b/extension/testext.c
index 22f2eb84..2dda339f 100644
--- a/extension/testext.c
+++ b/extension/testext.c
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 2012, 2013
+ * Copyright (C) 2012, 2013, 2014
* the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
diff --git a/extension/time.c b/extension/time.c
index c336df88..19466e08 100644
--- a/extension/time.c
+++ b/extension/time.c
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 2012, 2013
+ * Copyright (C) 2012, 2013, 2014
* the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the