diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-02-27 08:02:24 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-02-27 08:02:24 +0200 |
commit | a5695afdec422349f38bfd3658a325003b0e6b80 (patch) | |
tree | 7c021f5f12c246832e98f1b3d87e8fb2efb4357f | |
parent | 6cd3c8e7e6c6febc1840c381b82ead816db3921a (diff) | |
download | egawk-a5695afdec422349f38bfd3658a325003b0e6b80.tar.gz egawk-a5695afdec422349f38bfd3658a325003b0e6b80.tar.bz2 egawk-a5695afdec422349f38bfd3658a325003b0e6b80.zip |
Update copyrights.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README | 17 | ||||
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | array.c | 2 | ||||
-rw-r--r-- | awk.h | 2 | ||||
-rw-r--r-- | awkgram.y | 2 | ||||
-rw-r--r-- | awkprintf.h | 2 | ||||
-rw-r--r-- | builtin.c | 2 | ||||
-rw-r--r-- | cmd.h | 2 | ||||
-rw-r--r-- | command.y | 2 | ||||
-rw-r--r-- | custom.h | 2 | ||||
-rw-r--r-- | debug.c | 2 | ||||
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/Makefile.in | 2 | ||||
-rw-r--r-- | ext.c | 2 | ||||
-rw-r--r-- | extension/arrayparm.c | 2 | ||||
-rw-r--r-- | extension/dl.c | 2 | ||||
-rw-r--r-- | extension/fork.c | 2 | ||||
-rw-r--r-- | extension/ordchr.c | 2 | ||||
-rw-r--r-- | extension/readfile.c | 2 | ||||
-rw-r--r-- | extension/rwarray.c | 2 | ||||
-rw-r--r-- | extension/xreadlink.c | 2 | ||||
-rw-r--r-- | extension/xreadlink.h | 2 | ||||
-rw-r--r-- | field.c | 2 | ||||
-rw-r--r-- | floatcomp.c | 2 | ||||
-rw-r--r-- | gawkmisc.c | 2 | ||||
-rw-r--r-- | io.c | 2 | ||||
-rw-r--r-- | node.c | 2 | ||||
-rw-r--r-- | posix/gawkmisc.c | 3 | ||||
-rw-r--r-- | profile.c | 2 | ||||
-rw-r--r-- | protos.h | 2 | ||||
-rw-r--r-- | re.c | 2 | ||||
-rw-r--r-- | regcomp.c | 2 | ||||
-rw-r--r-- | regex.h | 2 | ||||
-rw-r--r-- | replace.c | 2 | ||||
-rw-r--r-- | test/Makefile.am | 2 | ||||
-rw-r--r-- | test/Makefile.in | 2 | ||||
-rw-r--r-- | vms/vms_fwrite.c | 2 | ||||
-rw-r--r-- | vms/vms_misc.c | 3 | ||||
-rw-r--r-- | vms/vms_popen.c | 2 |
43 files changed, 54 insertions, 50 deletions
@@ -1,3 +1,7 @@ +Sun Feb 27 08:01:04 2011 Arnold D. Robbins <arnold@skeeve.com> + + Update copryright in all relevant files. + Sat Feb 26 21:54:07 2011 Arnold D. Robbins <arnold@skeeve.com> * eval (sorted_in): Revise text of lint warning. diff --git a/Makefile.am b/Makefile.am index 7813352f..acec746e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # # Makefile.am --- automake input file for gawk # -# Copyright (C) 2000-2010 the Free Software Foundation, Inc. +# Copyright (C) 2000-2011 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 2a763a43..b1f99d17 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ # # Makefile.am --- automake input file for gawk # -# Copyright (C) 2000-2010 the Free Software Foundation, Inc. +# Copyright (C) 2000-2011 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. @@ -1,5 +1,5 @@ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2009, 2010, 2011 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright @@ -1,4 +1,5 @@ - Copyright (C) 2005, 2006, 2007, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007, 2009, 2010, 2011 + Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright @@ -6,11 +7,11 @@ README: -This is GNU Awk 3.1.77. It is upwardly compatible with the Bell Labs +This is GNU Awk 3.1.81. It is upwardly compatible with the Bell Labs research version of awk. It is almost completely compliant with the -2004 POSIX 1003.1 standard for awk. (See the note below about POSIX.) +2008 POSIX 1003.1 standard for awk. (See the note below about POSIX.) -This is a bug fix release. See NEWS and ChangeLog for details. +This is a major new release. See NEWS and ChangeLog for details. Work to be done is described briefly in the FUTURES file. Changes in this version are summarized in the NEWS file. Please read the LIMITATIONS file. @@ -34,12 +35,8 @@ generated with bison, and has no proprietary code in it. (Note that modifying awkgram.y without bison or yacc will be difficult, at best. You might want to get a copy of bison from the FSF too.) -If you have a Windows32, MS-DOS or OS/2 system, use the stuff in the `pc' -directory. Similarly, there is a separate directory for VMS and for -some other operating systems. - -Ports for the Atari and old Tandem systems are supplied, but they are -unsupported. Thus, their code appears in the `unsupported' directory. +If you have an MS-DOS or OS/2 system, use the stuff in the `pc' +directory. Similarly, there is a separate directory for VMS. Appendix B of ``GAWK: Effective Awk Programming'' discusses configuration in detail. The configuration process is based on GNU Autoconf and @@ -1,3 +1,4 @@ +Sync regex.h and dfa.c to glibc and grep Add debugger commands to reference card Review all FIXME and TODO comments @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2010 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2011 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-2010 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2011 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-2010 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2011 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/awkprintf.h b/awkprintf.h index 7a59678e..47ee377d 100644 --- a/awkprintf.h +++ b/awkprintf.h @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2010 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2011 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-2010 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2011 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 the Free Software Foundation, Inc. + * Copyright (C) 2004, 2010, 2011 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 the Free Software Foundation, Inc. + * Copyright (C) 2004, 2010, 2011 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -11,7 +11,7 @@ */ /* - * Copyright (C) 1995-2004, 2008, 2009 the Free Software Foundation, Inc. + * Copyright (C) 1995-2004, 2008, 2009, 2011 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 the Free Software Foundation, Inc. + * Copyright (C) 2004, 2010, 2011 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/doc/Makefile.am b/doc/Makefile.am index cf64c1ba..364d1b71 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,7 @@ # # doc/Makefile.am --- automake input file for gawk # -# Copyright (C) 2000, 2001, 2002, 2004, 2005, 2007, 2010 +# Copyright (C) 2000, 2001, 2002, 2004, 2005, 2007, 2010, 2011 # the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the diff --git a/doc/Makefile.in b/doc/Makefile.in index 4c012ea0..33bebfc4 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -18,7 +18,7 @@ # # doc/Makefile.am --- automake input file for gawk # -# Copyright (C) 2000, 2001, 2002, 2004, 2005, 2007, 2010 +# Copyright (C) 2000, 2001, 2002, 2004, 2005, 2007, 2010, 2011 # the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 1995 - 2001, 2003-2010 the Free Software Foundation, Inc. + * Copyright (C) 1995 - 2001, 2003-2011 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/extension/arrayparm.c b/extension/arrayparm.c index d6763528..8a550ace 100644 --- a/extension/arrayparm.c +++ b/extension/arrayparm.c @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2001, 2003, 2004 the Free Software Foundation, Inc. + * Copyright (C) 2001, 2003, 2004, 2011 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/extension/dl.c b/extension/dl.c index 3e784519..afc16af5 100644 --- a/extension/dl.c +++ b/extension/dl.c @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 1995 - 2001 the Free Software Foundation, Inc. + * Copyright (C) 1995 - 2001, 2011 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 b6f2268c..aff9b568 100644 --- a/extension/fork.c +++ b/extension/fork.c @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2001, 2004 the Free Software Foundation, Inc. + * Copyright (C) 2001, 2004, 2011 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 492439f3..efbc6d56 100644 --- a/extension/ordchr.c +++ b/extension/ordchr.c @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2001, 2004 the Free Software Foundation, Inc. + * Copyright (C) 2001, 2004, 2011 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 9e115d10..e6ee0f22 100644 --- a/extension/readfile.c +++ b/extension/readfile.c @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2002, 2003, 2004 the Free Software Foundation, Inc. + * Copyright (C) 2002, 2003, 2004, 2011 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 87232c7b..3c629579 100644 --- a/extension/rwarray.c +++ b/extension/rwarray.c @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2009, 2010 the Free Software Foundation, Inc. + * Copyright (C) 2009, 2010, 2011 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/extension/xreadlink.c b/extension/xreadlink.c index dc484ac2..91e46d9d 100644 --- a/extension/xreadlink.c +++ b/extension/xreadlink.c @@ -1,6 +1,6 @@ /* xreadlink.c -- readlink wrapper to return the link name in malloc'd storage - Copyright (C) 2001, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2001, 2003, 2004, 2005, 2011 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/extension/xreadlink.h b/extension/xreadlink.h index 9fcf836a..0c16610d 100644 --- a/extension/xreadlink.h +++ b/extension/xreadlink.h @@ -1,6 +1,6 @@ /* readlink wrapper to return the link name in malloc'd storage - Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2001, 2003, 2004, 2011 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 @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2010 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2011 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/floatcomp.c b/floatcomp.c index db1ed1e6..9d24a67f 100644 --- a/floatcomp.c +++ b/floatcomp.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2009 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2011 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-2004, 2010 + * Copyright (C) 1986, 1988, 1989, 1991-2004, 2010, 2011 * 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-2010 the Free Software Foundation, Inc. + * Copyright (C) 1986, 1988, 1989, 1991-2011 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-2011, * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the diff --git a/posix/gawkmisc.c b/posix/gawkmisc.c index 0b3aa6d5..8c40f538 100644 --- a/posix/gawkmisc.c +++ b/posix/gawkmisc.c @@ -1,6 +1,7 @@ /* gawkmisc.c --- miscellaneous gawk routines that are OS specific. - Copyright (C) 1986, 1988, 1989, 1991 - 1998, 2001 - 2004 the Free Software Foundation, Inc. + Copyright (C) 1986, 1988, 1989, 1991 - 1998, 2001 - 2004, 2011 + the 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 @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1999-2010 the Free Software Foundation, Inc. + * Copyright (C) 1999-2011 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 - 2002 the Free Software Foundation, Inc. + * Copyright (C) 1991 - 2002, 2011 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-2010 the Free Software Foundation, Inc. + * Copyright (C) 1991-2011 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -1,5 +1,5 @@ /* Extended regular expression matching and search library. - Copyright (C) 2002-2007,2009,2010 Free Software Foundation, Inc. + Copyright (C) 2002-2007,2009,2010,2011 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>. @@ -1,6 +1,6 @@ /* Definitions for data structures and routines for the regular expression library. - Copyright (C) 1985,1989-93,1995-98,2000,2001,2002,2003,2005,2006,2008 + Copyright (C) 1985,1989-93,1995-98,2000,2001,2002,2003,2005,2006,2008,2011 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1989, 1991-2010 the Free Software Foundation, Inc. + * Copyright (C) 1989, 1991-2011 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/test/Makefile.am b/test/Makefile.am index 94e3c058..a63c15c3 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,7 +1,7 @@ # # test/Makefile.am --- automake input file for gawk # -# Copyright (C) 1988-2010 the Free Software Foundation, Inc. +# Copyright (C) 1988-2011 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. diff --git a/test/Makefile.in b/test/Makefile.in index 8d152fc7..a6783c83 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -18,7 +18,7 @@ # # test/Makefile.am --- automake input file for gawk # -# Copyright (C) 1988-2010 the Free Software Foundation, Inc. +# Copyright (C) 1988-2011 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. diff --git a/vms/vms_fwrite.c b/vms/vms_fwrite.c index f38bf634..921ac2d4 100644 --- a/vms/vms_fwrite.c +++ b/vms/vms_fwrite.c @@ -1,6 +1,6 @@ /* vms_fwrite.c - augmentation for the fwrite() function. - Copyright (C) 1991-1996, 2010 the Free Software Foundation, Inc. + Copyright (C) 1991-1996, 2010, 2011 the 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/vms/vms_misc.c b/vms/vms_misc.c index c6298c7a..f3650ef4 100644 --- a/vms/vms_misc.c +++ b/vms/vms_misc.c @@ -1,6 +1,7 @@ /* vms_misc.c -- sustitute code for missing/different run-time library routines. - Copyright (C) 1991-1993, 1996-1997, 2001, 2003, 2009, 2010 the Free Software Foundation, Inc. + Copyright (C) 1991-1993, 1996-1997, 2001, 2003, 2009, 2010, 2011 + the 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/vms/vms_popen.c b/vms/vms_popen.c index 5a0f2993..62f3f719 100644 --- a/vms/vms_popen.c +++ b/vms/vms_popen.c @@ -1,6 +1,6 @@ /* [.vms]vms_popen.c -- substitute routines for missing pipe calls. - Copyright (C) 1991-1993, 1996, 2010 the Free Software Foundation, Inc. + Copyright (C) 1991-1993, 1996, 2010, 2011 the 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 |