aboutsummaryrefslogtreecommitdiffstats
path: root/extension
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-04-16 12:05:30 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-04-16 12:05:30 +0300
commit6ffa69e5703cd9453a8adfb8ad61f3171f615f46 (patch)
tree7e0346e48ccd3308e203e9255dba1e5af20a660e /extension
parentf9ff7dc0b9dd7de3a1f46de3b3aed8583c9ed474 (diff)
downloadegawk-6ffa69e5703cd9453a8adfb8ad61f3171f615f46.tar.gz
egawk-6ffa69e5703cd9453a8adfb8ad61f3171f615f46.tar.bz2
egawk-6ffa69e5703cd9453a8adfb8ad61f3171f615f46.zip
Update copyrights in all relevant source files.
Diffstat (limited to 'extension')
-rw-r--r--extension/ChangeLog6
-rw-r--r--extension/filefuncs.c2
-rw-r--r--extension/fnmatch.c2
-rw-r--r--extension/fork.c2
-rw-r--r--extension/ordchr.c2
-rw-r--r--extension/readdir.c2
-rw-r--r--extension/readfile.c3
-rw-r--r--extension/revoutput.c2
-rw-r--r--extension/revtwoway.c2
-rw-r--r--extension/rwarray.c2
-rw-r--r--extension/rwarray0.c2
-rw-r--r--extension/stack.c2
-rw-r--r--extension/stack.h2
-rw-r--r--extension/testext.c2
-rw-r--r--extension/time.c2
15 files changed, 21 insertions, 14 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog
index ef1aa4d3..be5b5316 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,9 @@
+2013-04-16 Arnold D. Robbins <arnold@skeeve.com>
+
+ * filefuncs.c, fnmatch.c, fork.c, ordchr.c, readdir.c, readfile.c,
+ revoutput.c, revtwoway.c, rwarray.c, rwarray0.c, stack.c, stack.h,
+ testext.c, time.c: Update copyright year.
+
2013-03-24 Arnold D. Robbins <arnold@skeeve.com>
* gawkdirfd.h: Improve test for doing own dirfd function. Needed
diff --git a/extension/filefuncs.c b/extension/filefuncs.c
index 579b4087..1e8fc8d0 100644
--- a/extension/filefuncs.c
+++ b/extension/filefuncs.c
@@ -9,7 +9,7 @@
*/
/*
- * Copyright (C) 2001, 2004, 2005, 2010, 2011, 2012
+ * Copyright (C) 2001, 2004, 2005, 2010, 2011, 2012, 2013
* the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
diff --git a/extension/fnmatch.c b/extension/fnmatch.c
index 7f8ab8d7..a67bc25f 100644
--- a/extension/fnmatch.c
+++ b/extension/fnmatch.c
@@ -7,7 +7,7 @@
*/
/*
- * Copyright (C) 2012 the Free Software Foundation, Inc.
+ * Copyright (C) 2012, 2013 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
diff --git a/extension/fork.c b/extension/fork.c
index 6f96e4ba..0ca0a0e0 100644
--- a/extension/fork.c
+++ b/extension/fork.c
@@ -6,7 +6,7 @@
*/
/*
- * Copyright (C) 2001, 2004, 2011, 2012 the Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2004, 2011, 2012, 2013 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
diff --git a/extension/ordchr.c b/extension/ordchr.c
index 7e3eda5e..8ec9de3f 100644
--- a/extension/ordchr.c
+++ b/extension/ordchr.c
@@ -9,7 +9,7 @@
*/
/*
- * Copyright (C) 2001, 2004, 2011, 2012 the Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2004, 2011, 2012, 2013 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 d9a9b36c..5ca4dc63 100644
--- a/extension/readdir.c
+++ b/extension/readdir.c
@@ -10,7 +10,7 @@
*/
/*
- * Copyright (C) 2012 the Free Software Foundation, Inc.
+ * Copyright (C) 2012, 2013 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 3e26a7e6..06889c3d 100644
--- a/extension/readfile.c
+++ b/extension/readfile.c
@@ -11,7 +11,8 @@
*/
/*
- * Copyright (C) 2002, 2003, 2004, 2011, 2012 the Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2004, 2011, 2012, 2013
+ * the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
diff --git a/extension/revoutput.c b/extension/revoutput.c
index 0536627f..ae4b444a 100644
--- a/extension/revoutput.c
+++ b/extension/revoutput.c
@@ -7,7 +7,7 @@
*/
/*
- * Copyright (C) 2012 the Free Software Foundation, Inc.
+ * Copyright (C) 2012, 2013 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
diff --git a/extension/revtwoway.c b/extension/revtwoway.c
index 062a178e..6e5bb710 100644
--- a/extension/revtwoway.c
+++ b/extension/revtwoway.c
@@ -7,7 +7,7 @@
*/
/*
- * Copyright (C) 2012 the Free Software Foundation, Inc.
+ * Copyright (C) 2012, 2013 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 cf76f3f0..d7b26c4a 100644
--- a/extension/rwarray.c
+++ b/extension/rwarray.c
@@ -7,7 +7,7 @@
*/
/*
- * Copyright (C) 2009, 2010, 2011, 2012 the Free Software Foundation, Inc.
+ * Copyright (C) 2009, 2010, 2011, 2012, 2013 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
diff --git a/extension/rwarray0.c b/extension/rwarray0.c
index 353fb150..e2de3cf5 100644
--- a/extension/rwarray0.c
+++ b/extension/rwarray0.c
@@ -7,7 +7,7 @@
*/
/*
- * Copyright (C) 2009, 2010, 2011, 2012 the Free Software Foundation, Inc.
+ * Copyright (C) 2009, 2010, 2011, 2012, 2013 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
diff --git a/extension/stack.c b/extension/stack.c
index ec994c61..6150442c 100644
--- a/extension/stack.c
+++ b/extension/stack.c
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 2012 the Free Software Foundation, Inc.
+ * Copyright (C) 2012, 2013 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
diff --git a/extension/stack.h b/extension/stack.h
index 8fc06e78..9643fb34 100644
--- a/extension/stack.h
+++ b/extension/stack.h
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 2012 the Free Software Foundation, Inc.
+ * Copyright (C) 2012, 2013 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 f7bf08a5..df159575 100644
--- a/extension/testext.c
+++ b/extension/testext.c
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 2012
+ * Copyright (C) 2012, 2013
* 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 dcafb8fa..cf39ccc2 100644
--- a/extension/time.c
+++ b/extension/time.c
@@ -4,7 +4,7 @@
*/
/*
- * Copyright (C) 2012
+ * Copyright (C) 2012, 2013
* the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the