diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-04-16 12:05:30 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-04-16 12:05:30 +0300 |
commit | 6ffa69e5703cd9453a8adfb8ad61f3171f615f46 (patch) | |
tree | 7e0346e48ccd3308e203e9255dba1e5af20a660e | |
parent | f9ff7dc0b9dd7de3a1f46de3b3aed8583c9ed474 (diff) | |
download | egawk-6ffa69e5703cd9453a8adfb8ad61f3171f615f46.tar.gz egawk-6ffa69e5703cd9453a8adfb8ad61f3171f615f46.tar.bz2 egawk-6ffa69e5703cd9453a8adfb8ad61f3171f615f46.zip |
Update copyrights in all relevant source files.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | array.c | 2 | ||||
-rw-r--r-- | builtin.c | 2 | ||||
-rw-r--r-- | cint_array.c | 2 | ||||
-rw-r--r-- | cmd.h | 2 | ||||
-rw-r--r-- | debug.c | 2 | ||||
-rw-r--r-- | eval.c | 2 | ||||
-rw-r--r-- | ext.c | 4 | ||||
-rw-r--r-- | extension/ChangeLog | 6 | ||||
-rw-r--r-- | extension/filefuncs.c | 2 | ||||
-rw-r--r-- | extension/fnmatch.c | 2 | ||||
-rw-r--r-- | extension/fork.c | 2 | ||||
-rw-r--r-- | extension/ordchr.c | 2 | ||||
-rw-r--r-- | extension/readdir.c | 2 | ||||
-rw-r--r-- | extension/readfile.c | 3 | ||||
-rw-r--r-- | extension/revoutput.c | 2 | ||||
-rw-r--r-- | extension/revtwoway.c | 2 | ||||
-rw-r--r-- | extension/rwarray.c | 2 | ||||
-rw-r--r-- | extension/rwarray0.c | 2 | ||||
-rw-r--r-- | extension/stack.c | 2 | ||||
-rw-r--r-- | extension/stack.h | 2 | ||||
-rw-r--r-- | extension/testext.c | 2 | ||||
-rw-r--r-- | extension/time.c | 2 | ||||
-rw-r--r-- | field.c | 2 | ||||
-rw-r--r-- | gawkapi.c | 2 | ||||
-rw-r--r-- | gawkapi.h | 2 | ||||
-rw-r--r-- | gettext.h | 2 | ||||
-rw-r--r-- | int_array.c | 2 | ||||
-rw-r--r-- | interpret.h | 2 | ||||
-rw-r--r-- | msg.c | 2 | ||||
-rw-r--r-- | node.c | 2 | ||||
-rw-r--r-- | profile.c | 2 | ||||
-rw-r--r-- | re.c | 2 | ||||
-rw-r--r-- | replace.c | 2 | ||||
-rw-r--r-- | str_array.c | 2 | ||||
-rw-r--r-- | symbol.c | 2 |
38 files changed, 49 insertions, 38 deletions
@@ -4,7 +4,11 @@ * command.c: Ditto. * dfa.h, dfa.c: Minor edits to sync with GNU grep. * gettext.h: Sync with gettext 0.18.2.1. - * random.h: Remove obsolete __P macro and use. Update copyright. + * random.h: Remove obsolete __P macro and use. Update copyright year. + * Makefile.am, array.c, builtin.c, cint_array.c, cmd.h, debug.c, + eval.c, ext.c, field.c, gawkapi.c, gawkapi.h, gettext.h, int_array.c, + interpret.h, msg.c, node.c, profile.c, re.c, replace.c, str_array.c, + symbol.c: Update copyright year. 2013-04-14 Arnold D. Robbins <arnold@skeeve.com> diff --git a/Makefile.am b/Makefile.am index 1f1929a9..8d977d75 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # # Makefile.am --- automake input file for gawk # -# Copyright (C) 2000-2011 the Free Software Foundation, Inc. +# Copyright (C) 2000-2013 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. diff --git a/Makefile.in b/Makefile.in index 3b9963da..8a4cea9d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -17,7 +17,7 @@ # # Makefile.am --- automake input file for gawk # -# Copyright (C) 2000-2011 the Free Software Foundation, Inc. +# Copyright (C) 2000-2013 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2011 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2013 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2012 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2013 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/cint_array.c b/cint_array.c index 29b6fdff..1d34c2f7 100644 --- a/cint_array.c +++ b/cint_array.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2011 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2013 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 2004, 2010, 2011 the Free Software Foundation, Inc. + * Copyright (C) 2004, 2010, 2011, 2013 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 2004, 2010, 2011 the Free Software Foundation, Inc. + * Copyright (C) 2004, 2010-2013 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2011 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2013 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 1995 - 2001, 2003-2012 the Free Software Foundation, Inc. + * Copyright (C) 1995 - 2001, 2003-2013 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -149,7 +149,7 @@ do_ext(int nargs) return ret; } -/* load_ext --- load an external library */ +/* load_old_ext --- load an external library */ NODE * load_old_ext(SRCFILE *s, const char *init_func, const char *fini_func, NODE *obj) 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 @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2011 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2013 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -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. @@ -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. @@ -1,5 +1,5 @@ /* Convenience header for conditional use of GNU <libintl.h>. - Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009-2011 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009-2013 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 diff --git a/int_array.c b/int_array.c index 769ac9bb..c2bf37b5 100644 --- a/int_array.c +++ b/int_array.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2011 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2013 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/interpret.h b/interpret.h index 8e0fdee0..ba70cf08 100644 --- a/interpret.h +++ b/interpret.h @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2012 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2013 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2001, 2003, 2010 + * Copyright (C) 1986, 1988, 1989, 1991-2001, 2003, 2010-2013 * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2001, 2003-2011, + * Copyright (C) 1986, 1988, 1989, 1991-2001, 2003-2013, * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1999-2011 the Free Software Foundation, Inc. + * Copyright (C) 1999-2013 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1991-2012 the Free Software Foundation, Inc. + * Copyright (C) 1991-2013 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1989, 1991-2011 the Free Software Foundation, Inc. + * Copyright (C) 1989, 1991-2013 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/str_array.c b/str_array.c index e5b3b400..aa82d71b 100644 --- a/str_array.c +++ b/str_array.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2011 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2013 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2011 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2013 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. |