# HG changeset patch # User John W. Eaton # Date 1295002065 18000 # Node ID fd0a3ac60b0e26ab9dc5ac6d4a961e370715f5b6 # Parent 817f27bf0216e95508c6b1ac67ad5f72c4bcb210 update copyright notices diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-01-14 John W. Eaton + + * Update copyright notices for 2011. + 2011-01-14 John W. Eaton * bootstrap (gnulib_path): Set default gnulib path with ${x:=y}, diff --git a/Makefile.am b/Makefile.am --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,6 @@ # Makefile for octave # -# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +# Copyright (C) 1993-2011 John W. Eaton # # This file is part of Octave. # diff --git a/README b/README --- a/README +++ b/README @@ -1,6 +1,6 @@ GNU Octave -- a high-level language for numerical computations. -Copyright (C) 1996, 1997, 1998, 2002, 2007, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton Overview -------- diff --git a/acinclude.m4 b/acinclude.m4 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,7 +1,6 @@ dnl aclocal.m4 -- extra macros for configuring Octave dnl -dnl Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -dnl 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +dnl Copyright (C) 1995-2011 John W. Eaton dnl dnl This file is part of Octave. dnl diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -2,9 +2,7 @@ dnl dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -dnl 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -dnl 2009 John W. Eaton +dnl Copyright (C) 1993-2011 John W. Eaton ### ### This file is part of Octave. ### diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2011-01-14 John W. Eaton + + * Update copyright notices for 2011. + 2011-01-12 Rik * interpreter/basics.txi: Add to cursor movement section. diff --git a/doc/Makefile.am b/doc/Makefile.am --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,6 @@ # Makefile for octave's doc/interpreter directory # -# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -# 2002, 2003, 2005, 2006, 2007, 2008, 2009 John W. Eaton +# Copyright (C) 1993-2011 John W. Eaton # # This file is part of Octave. # diff --git a/doc/faq/Makefile.am b/doc/faq/Makefile.am --- a/doc/faq/Makefile.am +++ b/doc/faq/Makefile.am @@ -1,7 +1,6 @@ # Makefile for octave's doc/faq directory # -# Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, -# 2006, 2007 John W. Eaton +# Copyright (C) 1996-2011 John W. Eaton # # This file is part of Octave. # diff --git a/doc/faq/OctaveFAQ.texi b/doc/faq/OctaveFAQ.texi --- a/doc/faq/OctaveFAQ.texi +++ b/doc/faq/OctaveFAQ.texi @@ -1,5 +1,4 @@ -% Copyright (C) 1997, 1998, 1999, 2001, 2003, 2004, 2005, 2007, 2008, 2009 -% John W. Eaton +% Copyright (C) 1997-2011 John W. Eaton % % This file is part of Octave. % diff --git a/doc/interpreter/Makefile.am b/doc/interpreter/Makefile.am --- a/doc/interpreter/Makefile.am +++ b/doc/interpreter/Makefile.am @@ -1,7 +1,6 @@ # Makefile for octave's doc/interpreter directory # -# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -# 2002, 2003, 2005, 2006, 2007, 2008, 2009 John W. Eaton +# Copyright (C) 1993-2011 John W. Eaton # # This file is part of Octave. # diff --git a/doc/interpreter/arith.txi b/doc/interpreter/arith.txi --- a/doc/interpreter/arith.txi +++ b/doc/interpreter/arith.txi @@ -1,5 +1,4 @@ -@c Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2007, 2008, -@c 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/audio.txi b/doc/interpreter/audio.txi --- a/doc/interpreter/audio.txi +++ b/doc/interpreter/audio.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 1999, 2000, 2002, 2005, 2007, 2009 Kurt Hornik +@c Copyright (C) 1996-2011 Kurt Hornik @c @c This file is part of Octave. @c diff --git a/doc/interpreter/basics.txi b/doc/interpreter/basics.txi --- a/doc/interpreter/basics.txi +++ b/doc/interpreter/basics.txi @@ -1,5 +1,4 @@ -@c Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2005, 2006, -@c 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/bugs.txi b/doc/interpreter/bugs.txi --- a/doc/interpreter/bugs.txi +++ b/doc/interpreter/bugs.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 1999, 2000, 2002, 2004, 2007, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/container.txi b/doc/interpreter/container.txi --- a/doc/interpreter/container.txi +++ b/doc/interpreter/container.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/contrib.txi b/doc/interpreter/contrib.txi --- a/doc/interpreter/contrib.txi +++ b/doc/interpreter/contrib.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 2008, 2009 Jaroslav Hajek +@c Copyright (C) 2008-2011 Jaroslav Hajek @c @c This file is part of Octave. @c diff --git a/doc/interpreter/cp-idx.txi b/doc/interpreter/cp-idx.txi --- a/doc/interpreter/cp-idx.txi +++ b/doc/interpreter/cp-idx.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2007 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/data.txi b/doc/interpreter/data.txi --- a/doc/interpreter/data.txi +++ b/doc/interpreter/data.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2007, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/debug.txi b/doc/interpreter/debug.txi --- a/doc/interpreter/debug.txi +++ b/doc/interpreter/debug.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/diagperm.txi b/doc/interpreter/diagperm.txi --- a/doc/interpreter/diagperm.txi +++ b/doc/interpreter/diagperm.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 2009 Jaroslav Hajek +@c Copyright (C) 2009-2011 Jaroslav Hajek @c @c This file is part of Octave. @c diff --git a/doc/interpreter/diffeq.txi b/doc/interpreter/diffeq.txi --- a/doc/interpreter/diffeq.txi +++ b/doc/interpreter/diffeq.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/dynamic.txi b/doc/interpreter/dynamic.txi --- a/doc/interpreter/dynamic.txi +++ b/doc/interpreter/dynamic.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 2007, 2008, 2009 John W. Eaton and David Bateman +@c Copyright (C) 2007-2011 John W. Eaton and David Bateman @c Copyright (C) 2007 Paul Thomas and Christoph Spiel @c @c This file is part of Octave. diff --git a/doc/interpreter/emacs.txi b/doc/interpreter/emacs.txi --- a/doc/interpreter/emacs.txi +++ b/doc/interpreter/emacs.txi @@ -1,5 +1,4 @@ -@c Copyright (C) 1996, 1997, 1999, 2001, 2002, 2003, 2005, -@c 2006, 2007, 2008, 2009 Kurt Hornik +@c Copyright (C) 1996-2011 Kurt Hornik @c @c This file is part of Octave. @c diff --git a/doc/interpreter/eos.txi b/doc/interpreter/eos.txi --- a/doc/interpreter/eos.txi +++ b/doc/interpreter/eos.txi @@ -1,5 +1,4 @@ -@c Copyright (C) 1996, 1997, 1999, 2002, 2003, 2005, 2007, 2008, -@c 2009 Kurt Hornik +@c Copyright (C) 1996-2011 Kurt Hornik @c @c This file is part of Octave. @c diff --git a/doc/interpreter/errors.txi b/doc/interpreter/errors.txi --- a/doc/interpreter/errors.txi +++ b/doc/interpreter/errors.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/eval.txi b/doc/interpreter/eval.txi --- a/doc/interpreter/eval.txi +++ b/doc/interpreter/eval.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/expr.txi b/doc/interpreter/expr.txi --- a/doc/interpreter/expr.txi +++ b/doc/interpreter/expr.txi @@ -1,5 +1,4 @@ -@c Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2006, -@c 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/fn-idx.txi b/doc/interpreter/fn-idx.txi --- a/doc/interpreter/fn-idx.txi +++ b/doc/interpreter/fn-idx.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2007 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/func.txi b/doc/interpreter/func.txi --- a/doc/interpreter/func.txi +++ b/doc/interpreter/func.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/geometry.txi b/doc/interpreter/geometry.txi --- a/doc/interpreter/geometry.txi +++ b/doc/interpreter/geometry.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 2007, 2008, 2009 John W. Eaton and David Bateman +@c Copyright (C) 2007-2011 John W. Eaton and David Bateman @c @c This file is part of Octave. @c diff --git a/doc/interpreter/geometryimages.m b/doc/interpreter/geometryimages.m --- a/doc/interpreter/geometryimages.m +++ b/doc/interpreter/geometryimages.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/doc/interpreter/grammar.txi b/doc/interpreter/grammar.txi --- a/doc/interpreter/grammar.txi +++ b/doc/interpreter/grammar.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2007 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/image.txi b/doc/interpreter/image.txi --- a/doc/interpreter/image.txi +++ b/doc/interpreter/image.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/install.txi b/doc/interpreter/install.txi --- a/doc/interpreter/install.txi +++ b/doc/interpreter/install.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/interp.txi b/doc/interpreter/interp.txi --- a/doc/interpreter/interp.txi +++ b/doc/interpreter/interp.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 2007-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/interpimages.m b/doc/interpreter/interpimages.m --- a/doc/interpreter/interpimages.m +++ b/doc/interpreter/interpimages.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/doc/interpreter/intro.txi b/doc/interpreter/intro.txi --- a/doc/interpreter/intro.txi +++ b/doc/interpreter/intro.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/io.txi b/doc/interpreter/io.txi --- a/doc/interpreter/io.txi +++ b/doc/interpreter/io.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/linalg.txi b/doc/interpreter/linalg.txi --- a/doc/interpreter/linalg.txi +++ b/doc/interpreter/linalg.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/matrix.txi b/doc/interpreter/matrix.txi --- a/doc/interpreter/matrix.txi +++ b/doc/interpreter/matrix.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/mk_doc_cache.m b/doc/interpreter/mk_doc_cache.m --- a/doc/interpreter/mk_doc_cache.m +++ b/doc/interpreter/mk_doc_cache.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 John W. Eaton +## Copyright (C) 2009-2011 John W. Eaton ## ## 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/doc/interpreter/mkoctfile.1 b/doc/interpreter/mkoctfile.1 --- a/doc/interpreter/mkoctfile.1 +++ b/doc/interpreter/mkoctfile.1 @@ -1,5 +1,4 @@ -.\" Copyright (C) 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008 -.\" Dirk Eddelbuettel +.\" Copyright (C) 2000-2011 Dirk Eddelbuettel .\" .\" This file is part of Octave. .\" diff --git a/doc/interpreter/munge-texi.cc b/doc/interpreter/munge-texi.cc --- a/doc/interpreter/munge-texi.cc +++ b/doc/interpreter/munge-texi.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1999, 2000, 2002, 2003, 2005, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1999-2011 John W. Eaton This file is part of Octave. diff --git a/doc/interpreter/nonlin.txi b/doc/interpreter/nonlin.txi --- a/doc/interpreter/nonlin.txi +++ b/doc/interpreter/nonlin.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/numbers.txi b/doc/interpreter/numbers.txi --- a/doc/interpreter/numbers.txi +++ b/doc/interpreter/numbers.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/obsolete.txi b/doc/interpreter/obsolete.txi --- a/doc/interpreter/obsolete.txi +++ b/doc/interpreter/obsolete.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 2010 John W. Eaton +@c Copyright (C) 2010-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/octave-bug.1 b/doc/interpreter/octave-bug.1 --- a/doc/interpreter/octave-bug.1 +++ b/doc/interpreter/octave-bug.1 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000, 2004, 2005, 2007, 2008 Dirk Eddelbuettel +.\" Copyright (C) 2000-2011 Dirk Eddelbuettel .\" .\" This file is part of Octave. .\" diff --git a/doc/interpreter/octave-config.1 b/doc/interpreter/octave-config.1 --- a/doc/interpreter/octave-config.1 +++ b/doc/interpreter/octave-config.1 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2003, 2004, 2005, 2006, 2007 Dirk Eddelbuettel +.\" Copyright (C) 2003-2011 Dirk Eddelbuettel .\" .\" This file is part of Octave. .\" diff --git a/doc/interpreter/octave.1 b/doc/interpreter/octave.1 --- a/doc/interpreter/octave.1 +++ b/doc/interpreter/octave.1 @@ -1,4 +1,4 @@ -.\" Copyright (C) 1996, 1997, 2004, 2005, 2007, 2008 John W. Eaton +.\" Copyright (C) 1996-2011 John W. Eaton .\" .\" This file is part of Octave. .\" diff --git a/doc/interpreter/octave.texi b/doc/interpreter/octave.texi --- a/doc/interpreter/octave.texi +++ b/doc/interpreter/octave.texi @@ -1,5 +1,4 @@ -% Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2005, 2006, -% 2007, 2008, 2009 John W. Eaton +% Copyright (C) 1996-2011 John W. Eaton % % This file is part of Octave. % diff --git a/doc/interpreter/oop.txi b/doc/interpreter/oop.txi --- a/doc/interpreter/oop.txi +++ b/doc/interpreter/oop.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 2008, 2009 David Bateman +@c Copyright (C) 2008-2011 David Bateman @c Copyright (C) 2009 VZLU Prague @c @c This file is part of Octave. diff --git a/doc/interpreter/op-idx.txi b/doc/interpreter/op-idx.txi --- a/doc/interpreter/op-idx.txi +++ b/doc/interpreter/op-idx.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2007 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/optim.txi b/doc/interpreter/optim.txi --- a/doc/interpreter/optim.txi +++ b/doc/interpreter/optim.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/package.txi b/doc/interpreter/package.txi --- a/doc/interpreter/package.txi +++ b/doc/interpreter/package.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 2007, 2008, 2009 S�ren Hauberg +@c Copyright (C) 2007-2011 S�ren Hauberg @c @c This file is part of Octave. @c diff --git a/doc/interpreter/plot.txi b/doc/interpreter/plot.txi --- a/doc/interpreter/plot.txi +++ b/doc/interpreter/plot.txi @@ -1,5 +1,4 @@ -@c Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, -@c 2006, 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/plotimages.m b/doc/interpreter/plotimages.m --- a/doc/interpreter/plotimages.m +++ b/doc/interpreter/plotimages.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 John W. Eaton and David Bateman +## Copyright (C) 2007-2011 John W. Eaton and David Bateman ## ## This file is part of Octave. ## diff --git a/doc/interpreter/poly.txi b/doc/interpreter/poly.txi --- a/doc/interpreter/poly.txi +++ b/doc/interpreter/poly.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 1999, 2000, 2002, 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/preface.txi b/doc/interpreter/preface.txi --- a/doc/interpreter/preface.txi +++ b/doc/interpreter/preface.txi @@ -1,5 +1,4 @@ -@c Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, -@c 2005, 2006, 2007, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/quad.txi b/doc/interpreter/quad.txi --- a/doc/interpreter/quad.txi +++ b/doc/interpreter/quad.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 1999, 2002, 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/set.txi b/doc/interpreter/set.txi --- a/doc/interpreter/set.txi +++ b/doc/interpreter/set.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 1999, 2000, 2002, 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/signal.txi b/doc/interpreter/signal.txi --- a/doc/interpreter/signal.txi +++ b/doc/interpreter/signal.txi @@ -1,5 +1,4 @@ -@c Copyright (C) 1996, 1997, 1999, 2000, 2002, 2004, 2006, 2007, 2008, 2009 -@c John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/sparse.txi b/doc/interpreter/sparse.txi --- a/doc/interpreter/sparse.txi +++ b/doc/interpreter/sparse.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman +@c Copyright (C) 2004-2011 David Bateman @c @c This file is part of Octave. @c diff --git a/doc/interpreter/sparseimages.m b/doc/interpreter/sparseimages.m --- a/doc/interpreter/sparseimages.m +++ b/doc/interpreter/sparseimages.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008 David Bateman +## Copyright (C) 2006-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/doc/interpreter/stats.txi b/doc/interpreter/stats.txi --- a/doc/interpreter/stats.txi +++ b/doc/interpreter/stats.txi @@ -1,5 +1,4 @@ -@c Copyright (C) 1996, 1997, 1999, 2000, 2002, 2004, 2005, 2006, -@c 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/stmt.txi b/doc/interpreter/stmt.txi --- a/doc/interpreter/stmt.txi +++ b/doc/interpreter/stmt.txi @@ -1,5 +1,4 @@ -@c Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2007, 2008, 2009 -@c John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/strings.txi b/doc/interpreter/strings.txi --- a/doc/interpreter/strings.txi +++ b/doc/interpreter/strings.txi @@ -1,5 +1,4 @@ -@c Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, -@c 2006, 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/system.txi b/doc/interpreter/system.txi --- a/doc/interpreter/system.txi +++ b/doc/interpreter/system.txi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 1999, 2000, 2002, 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/testfun.txi b/doc/interpreter/testfun.txi --- a/doc/interpreter/testfun.txi +++ b/doc/interpreter/testfun.txi @@ -1,5 +1,5 @@ -@c Copyright (C) 2005, 2007, 2009 David Bateman -@c Copyright (C) 2002, 2003, 2004, 2005 Paul Kienzle +@c Copyright (C) 2005-2011 David Bateman +@c Copyright (C) 2002-2005 Paul Kienzle @c @c This file is part of Octave. @c diff --git a/doc/interpreter/tips.txi b/doc/interpreter/tips.txi --- a/doc/interpreter/tips.txi +++ b/doc/interpreter/tips.txi @@ -1,5 +1,4 @@ -@c Copyright (C) 1996, 1997, 1999, 2002, 2004, 2005, 2007, 2008, -@c 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/interpreter/var.txi b/doc/interpreter/var.txi --- a/doc/interpreter/var.txi +++ b/doc/interpreter/var.txi @@ -1,5 +1,4 @@ -@c Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, -@c 2006, 2007, 2008, 2009 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/liboctave/array.texi b/doc/liboctave/array.texi --- a/doc/liboctave/array.texi +++ b/doc/liboctave/array.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1998, 2002, 2006, 2007 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/liboctave/bugs.texi b/doc/liboctave/bugs.texi --- a/doc/liboctave/bugs.texi +++ b/doc/liboctave/bugs.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 2007 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/liboctave/cp-idx.texi b/doc/liboctave/cp-idx.texi --- a/doc/liboctave/cp-idx.texi +++ b/doc/liboctave/cp-idx.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 2007 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/liboctave/dae.texi b/doc/liboctave/dae.texi --- a/doc/liboctave/dae.texi +++ b/doc/liboctave/dae.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2006, 2007 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/liboctave/diffeq.texi b/doc/liboctave/diffeq.texi --- a/doc/liboctave/diffeq.texi +++ b/doc/liboctave/diffeq.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2006, 2007 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/liboctave/error.texi b/doc/liboctave/error.texi --- a/doc/liboctave/error.texi +++ b/doc/liboctave/error.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2007 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/liboctave/factor.texi b/doc/liboctave/factor.texi --- a/doc/liboctave/factor.texi +++ b/doc/liboctave/factor.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1998, 2006, 2007 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/liboctave/fn-idx.texi b/doc/liboctave/fn-idx.texi --- a/doc/liboctave/fn-idx.texi +++ b/doc/liboctave/fn-idx.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 2007 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/liboctave/gpl.texi b/doc/liboctave/gpl.texi --- a/doc/liboctave/gpl.texi +++ b/doc/liboctave/gpl.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2005, 2007 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/liboctave/install.texi b/doc/liboctave/install.texi --- a/doc/liboctave/install.texi +++ b/doc/liboctave/install.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2007 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/liboctave/intro.texi b/doc/liboctave/intro.texi --- a/doc/liboctave/intro.texi +++ b/doc/liboctave/intro.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 2007 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/liboctave/liboctave.texi b/doc/liboctave/liboctave.texi --- a/doc/liboctave/liboctave.texi +++ b/doc/liboctave/liboctave.texi @@ -1,4 +1,4 @@ -% Copyright (C) 1996, 1997, 1998, 2000, 2004, 2005, 2006, 2007 John W. Eaton +% Copyright (C) 1996-2011 John W. Eaton % % This file is part of Octave. % diff --git a/doc/liboctave/matvec.texi b/doc/liboctave/matvec.texi --- a/doc/liboctave/matvec.texi +++ b/doc/liboctave/matvec.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1998, 2006, 2007 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/liboctave/nleqn.texi b/doc/liboctave/nleqn.texi --- a/doc/liboctave/nleqn.texi +++ b/doc/liboctave/nleqn.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2006, 2007 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/liboctave/nlfunc.texi b/doc/liboctave/nlfunc.texi --- a/doc/liboctave/nlfunc.texi +++ b/doc/liboctave/nlfunc.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1997, 2006, 2007 John W. Eaton +@c Copyright (C) 1997-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/liboctave/ode.texi b/doc/liboctave/ode.texi --- a/doc/liboctave/ode.texi +++ b/doc/liboctave/ode.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 2007 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/liboctave/optim.texi b/doc/liboctave/optim.texi --- a/doc/liboctave/optim.texi +++ b/doc/liboctave/optim.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2006, 2007 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/liboctave/preface.texi b/doc/liboctave/preface.texi --- a/doc/liboctave/preface.texi +++ b/doc/liboctave/preface.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 2007 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/liboctave/quad.texi b/doc/liboctave/quad.texi --- a/doc/liboctave/quad.texi +++ b/doc/liboctave/quad.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997, 2006, 2007 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/liboctave/range.texi b/doc/liboctave/range.texi --- a/doc/liboctave/range.texi +++ b/doc/liboctave/range.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 2006, 2007 John W. Eaton +@c Copyright (C) 1996-2011 John W. Eaton @c @c This file is part of Octave. @c diff --git a/doc/refcard/Makefile.am b/doc/refcard/Makefile.am --- a/doc/refcard/Makefile.am +++ b/doc/refcard/Makefile.am @@ -1,6 +1,6 @@ # Makefile for octave's doc/refcard directory # -# Copyright (C) 1996, 1997, 2003, 2004, 2005, 2007 John W. Eaton +# Copyright (C) 1996-2011 John W. Eaton # # This file is part of Octave. # diff --git a/doc/refcard/refcard-a4.tex b/doc/refcard/refcard-a4.tex --- a/doc/refcard/refcard-a4.tex +++ b/doc/refcard/refcard-a4.tex @@ -2,7 +2,7 @@ % % Make a reference card that will fit on A4 paper. % -% Copyright (C) 1996 John W. Eaton +% Copyright (C) 1996-2011 John W. Eaton % % This file is part of Octave. % diff --git a/doc/refcard/refcard-legal.tex b/doc/refcard/refcard-legal.tex --- a/doc/refcard/refcard-legal.tex +++ b/doc/refcard/refcard-legal.tex @@ -2,7 +2,7 @@ % % Make a reference card that will fit on US legal paper. % -% Copyright (C) 1996 John W. Eaton +% Copyright (C) 1996-2011 John W. Eaton % % This file is part of Octave. % diff --git a/doc/refcard/refcard-letter.tex b/doc/refcard/refcard-letter.tex --- a/doc/refcard/refcard-letter.tex +++ b/doc/refcard/refcard-letter.tex @@ -3,7 +3,7 @@ % Make a reference card that will fit on US letter paper % (8-1/2 by 11 inches). % -% Copyright (C) 1996 John W. Eaton +% Copyright (C) 1996-2011 John W. Eaton % % This file is part of Octave. % diff --git a/doc/refcard/refcard.tex b/doc/refcard/refcard.tex --- a/doc/refcard/refcard.tex +++ b/doc/refcard/refcard.tex @@ -2,7 +2,7 @@ % % This file is TeX source for a reference card describing Octave. % -% Copyright (C) 1996, 1997, 2000, 2003, 2004, 2005, 2007 John W. Eaton +% Copyright (C) 1996-2011 John W. Eaton % % This file is part of Octave. % diff --git a/examples/Makefile.am b/examples/Makefile.am --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,6 +1,6 @@ # Makefile for octave's examples directory # -# Copyright (C) 1996, 1997, 2003, 2005, 2006, 2007, 2008, 2009 John W. Eaton +# Copyright (C) 1996-2011 John W. Eaton # # This file is part of Octave. # diff --git a/libcruft/ChangeLog b/libcruft/ChangeLog --- a/libcruft/ChangeLog +++ b/libcruft/ChangeLog @@ -1,3 +1,7 @@ +2011-01-14 John W. Eaton + + * Update copyright notices for 2011. + 2010-09-07 Jaroslav Hajek * blas-xtra/cconv2.f, blas-xtra/csconv2.f, blas-xtra/dconv2.f, diff --git a/libcruft/Makefile.am b/libcruft/Makefile.am --- a/libcruft/Makefile.am +++ b/libcruft/Makefile.am @@ -1,7 +1,6 @@ # Makefile for octave's libcruft directory # -# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +# Copyright (C) 1993-2011 John W. Eaton # # This file is part of Octave. # diff --git a/libcruft/blas-xtra/cconv2.f b/libcruft/blas-xtra/cconv2.f --- a/libcruft/blas-xtra/cconv2.f +++ b/libcruft/blas-xtra/cconv2.f @@ -1,4 +1,4 @@ -c Copyright (C) 2010 VZLU Prague, a.s., Czech Republic +c Copyright (C) 2010-2011 VZLU Prague, a.s., Czech Republic c c Author: Jaroslav Hajek c diff --git a/libcruft/blas-xtra/cdotc3.f b/libcruft/blas-xtra/cdotc3.f --- a/libcruft/blas-xtra/cdotc3.f +++ b/libcruft/blas-xtra/cdotc3.f @@ -1,4 +1,4 @@ -c Copyright (C) 2009 VZLU Prague, a.s., Czech Republic +c Copyright (C) 2009-2011 VZLU Prague, a.s., Czech Republic c c Author: Jaroslav Hajek c diff --git a/libcruft/blas-xtra/cmatm3.f b/libcruft/blas-xtra/cmatm3.f --- a/libcruft/blas-xtra/cmatm3.f +++ b/libcruft/blas-xtra/cmatm3.f @@ -1,4 +1,4 @@ -c Copyright (C) 2009 VZLU Prague, a.s., Czech Republic +c Copyright (C) 2009-2011 VZLU Prague, a.s., Czech Republic c c Author: Jaroslav Hajek c diff --git a/libcruft/blas-xtra/csconv2.f b/libcruft/blas-xtra/csconv2.f --- a/libcruft/blas-xtra/csconv2.f +++ b/libcruft/blas-xtra/csconv2.f @@ -1,4 +1,4 @@ -c Copyright (C) 2010 VZLU Prague, a.s., Czech Republic +c Copyright (C) 2010-2011 VZLU Prague, a.s., Czech Republic c c Author: Jaroslav Hajek c diff --git a/libcruft/blas-xtra/dconv2.f b/libcruft/blas-xtra/dconv2.f --- a/libcruft/blas-xtra/dconv2.f +++ b/libcruft/blas-xtra/dconv2.f @@ -1,4 +1,4 @@ -c Copyright (C) 2010 VZLU Prague, a.s., Czech Republic +c Copyright (C) 2010-2011 VZLU Prague, a.s., Czech Republic c c Author: Jaroslav Hajek c diff --git a/libcruft/blas-xtra/ddot3.f b/libcruft/blas-xtra/ddot3.f --- a/libcruft/blas-xtra/ddot3.f +++ b/libcruft/blas-xtra/ddot3.f @@ -1,4 +1,4 @@ -c Copyright (C) 2009 VZLU Prague, a.s., Czech Republic +c Copyright (C) 2009-2011 VZLU Prague, a.s., Czech Republic c c Author: Jaroslav Hajek c diff --git a/libcruft/blas-xtra/dmatm3.f b/libcruft/blas-xtra/dmatm3.f --- a/libcruft/blas-xtra/dmatm3.f +++ b/libcruft/blas-xtra/dmatm3.f @@ -1,4 +1,4 @@ -c Copyright (C) 2009 VZLU Prague, a.s., Czech Republic +c Copyright (C) 2009-2011 VZLU Prague, a.s., Czech Republic c c Author: Jaroslav Hajek c diff --git a/libcruft/blas-xtra/sconv2.f b/libcruft/blas-xtra/sconv2.f --- a/libcruft/blas-xtra/sconv2.f +++ b/libcruft/blas-xtra/sconv2.f @@ -1,4 +1,4 @@ -c Copyright (C) 2010 VZLU Prague, a.s., Czech Republic +c Copyright (C) 2010-2011 VZLU Prague, a.s., Czech Republic c c Author: Jaroslav Hajek c diff --git a/libcruft/blas-xtra/sdot3.f b/libcruft/blas-xtra/sdot3.f --- a/libcruft/blas-xtra/sdot3.f +++ b/libcruft/blas-xtra/sdot3.f @@ -1,4 +1,4 @@ -c Copyright (C) 2009 VZLU Prague, a.s., Czech Republic +c Copyright (C) 2009-2011 VZLU Prague, a.s., Czech Republic c c Author: Jaroslav Hajek c diff --git a/libcruft/blas-xtra/smatm3.f b/libcruft/blas-xtra/smatm3.f --- a/libcruft/blas-xtra/smatm3.f +++ b/libcruft/blas-xtra/smatm3.f @@ -1,4 +1,4 @@ -c Copyright (C) 2009 VZLU Prague, a.s., Czech Republic +c Copyright (C) 2009-2011 VZLU Prague, a.s., Czech Republic c c Author: Jaroslav Hajek c diff --git a/libcruft/blas-xtra/zconv2.f b/libcruft/blas-xtra/zconv2.f --- a/libcruft/blas-xtra/zconv2.f +++ b/libcruft/blas-xtra/zconv2.f @@ -1,4 +1,4 @@ -c Copyright (C) 2010 VZLU Prague, a.s., Czech Republic +c Copyright (C) 2010-2011 VZLU Prague, a.s., Czech Republic c c Author: Jaroslav Hajek c diff --git a/libcruft/blas-xtra/zdconv2.f b/libcruft/blas-xtra/zdconv2.f --- a/libcruft/blas-xtra/zdconv2.f +++ b/libcruft/blas-xtra/zdconv2.f @@ -1,4 +1,4 @@ -c Copyright (C) 2010 VZLU Prague, a.s., Czech Republic +c Copyright (C) 2010-2011 VZLU Prague, a.s., Czech Republic c c Author: Jaroslav Hajek c diff --git a/libcruft/blas-xtra/zdotc3.f b/libcruft/blas-xtra/zdotc3.f --- a/libcruft/blas-xtra/zdotc3.f +++ b/libcruft/blas-xtra/zdotc3.f @@ -1,4 +1,4 @@ -c Copyright (C) 2009 VZLU Prague, a.s., Czech Republic +c Copyright (C) 2009-2011 VZLU Prague, a.s., Czech Republic c c Author: Jaroslav Hajek c diff --git a/libcruft/blas-xtra/zmatm3.f b/libcruft/blas-xtra/zmatm3.f --- a/libcruft/blas-xtra/zmatm3.f +++ b/libcruft/blas-xtra/zmatm3.f @@ -1,4 +1,4 @@ -c Copyright (C) 2009 VZLU Prague, a.s., Czech Republic +c Copyright (C) 2009-2011 VZLU Prague, a.s., Czech Republic c c Author: Jaroslav Hajek c diff --git a/libcruft/lapack-xtra/crsf2csf.f b/libcruft/lapack-xtra/crsf2csf.f --- a/libcruft/lapack-xtra/crsf2csf.f +++ b/libcruft/lapack-xtra/crsf2csf.f @@ -1,4 +1,4 @@ -c Copyright (C) 2010 VZLU Prague, a.s., Czech Republic +c Copyright (C) 2010-2011 VZLU Prague, a.s., Czech Republic c c Author: Jaroslav Hajek c diff --git a/libcruft/lapack-xtra/zrsf2csf.f b/libcruft/lapack-xtra/zrsf2csf.f --- a/libcruft/lapack-xtra/zrsf2csf.f +++ b/libcruft/lapack-xtra/zrsf2csf.f @@ -1,4 +1,4 @@ -c Copyright (C) 2010 VZLU Prague, a.s., Czech Republic +c Copyright (C) 2010-2011 VZLU Prague, a.s., Czech Republic c c Author: Jaroslav Hajek c diff --git a/libcruft/misc/cquit.c b/libcruft/misc/cquit.c --- a/libcruft/misc/cquit.c +++ b/libcruft/misc/cquit.c @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton This file is part of Octave. diff --git a/libcruft/misc/f77-extern.cc b/libcruft/misc/f77-extern.cc --- a/libcruft/misc/f77-extern.cc +++ b/libcruft/misc/f77-extern.cc @@ -1,7 +1,7 @@ // misc-extern.cc -*- C++ -*- /* -Copyright (C) 1996, 1997, 2002, 2005, 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/libcruft/misc/f77-fcn.c b/libcruft/misc/f77-fcn.c --- a/libcruft/misc/f77-fcn.c +++ b/libcruft/misc/f77-fcn.c @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2007 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/libcruft/misc/f77-fcn.h b/libcruft/misc/f77-fcn.h --- a/libcruft/misc/f77-fcn.h +++ b/libcruft/misc/f77-fcn.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/libcruft/misc/lo-error.c b/libcruft/misc/lo-error.c --- a/libcruft/misc/lo-error.c +++ b/libcruft/misc/lo-error.c @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2005, 2006, 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/libcruft/misc/lo-error.h b/libcruft/misc/lo-error.h --- a/libcruft/misc/lo-error.h +++ b/libcruft/misc/lo-error.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2005, 2006, 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/libcruft/misc/quit.cc b/libcruft/misc/quit.cc --- a/libcruft/misc/quit.cc +++ b/libcruft/misc/quit.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2002, 2003, 2005, 2007, 2008 John W. Eaton +Copyright (C) 2002-2011 John W. Eaton This file is part of Octave. diff --git a/libcruft/misc/quit.h b/libcruft/misc/quit.h --- a/libcruft/misc/quit.h +++ b/libcruft/misc/quit.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2002-2011 John W. Eaton This file is part of Octave. diff --git a/libcruft/mkf77def.in b/libcruft/mkf77def.in --- a/libcruft/mkf77def.in +++ b/libcruft/mkf77def.in @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 2006, 2007 John W. Eaton +# Copyright (C) 2006-2011 John W. Eaton # # This file is part of Octave. # diff --git a/liboctave/Array-C.cc b/liboctave/Array-C.cc --- a/liboctave/Array-C.cc +++ b/liboctave/Array-C.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1998, 2001, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/Array-b.cc b/liboctave/Array-b.cc --- a/liboctave/Array-b.cc +++ b/liboctave/Array-b.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2001, 2003, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/Array-ch.cc b/liboctave/Array-ch.cc --- a/liboctave/Array-ch.cc +++ b/liboctave/Array-ch.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1995, 1996, 1997, 1998, 2001, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1995-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/Array-d.cc b/liboctave/Array-d.cc --- a/liboctave/Array-d.cc +++ b/liboctave/Array-d.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/Array-f.cc b/liboctave/Array-f.cc --- a/liboctave/Array-f.cc +++ b/liboctave/Array-f.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/Array-fC.cc b/liboctave/Array-fC.cc --- a/liboctave/Array-fC.cc +++ b/liboctave/Array-fC.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1998, 2001, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/Array-i.cc b/liboctave/Array-i.cc --- a/liboctave/Array-i.cc +++ b/liboctave/Array-i.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1998, 2001, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/Array-idx-vec.cc b/liboctave/Array-idx-vec.cc --- a/liboctave/Array-idx-vec.cc +++ b/liboctave/Array-idx-vec.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2003, 2005, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/Array-s.cc b/liboctave/Array-s.cc --- a/liboctave/Array-s.cc +++ b/liboctave/Array-s.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1995, 1996, 1997, 1998, 2001, 2003, 2005, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1995-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/Array-str.cc b/liboctave/Array-str.cc --- a/liboctave/Array-str.cc +++ b/liboctave/Array-str.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2003, 2005, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/Array-util.cc b/liboctave/Array-util.cc --- a/liboctave/Array-util.cc +++ b/liboctave/Array-util.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/Array-util.h b/liboctave/Array-util.h --- a/liboctave/Array-util.h +++ b/liboctave/Array-util.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2000, 2003, 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 2000-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/Array-voidp.cc b/liboctave/Array-voidp.cc --- a/liboctave/Array-voidp.cc +++ b/liboctave/Array-voidp.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2003, 2005, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/Array.cc b/liboctave/Array.cc --- a/liboctave/Array.cc +++ b/liboctave/Array.cc @@ -1,9 +1,8 @@ // Template array classes /* -Copyright (C) 2008, 2009 Jaroslav Hajek -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, - 2005, 2006, 2007 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/Array.h b/liboctave/Array.h --- a/liboctave/Array.h +++ b/liboctave/Array.h @@ -1,10 +1,9 @@ // Template array classes /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1993-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek Copyright (C) 2010 VZLU Prague -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007 John W. Eaton This file is part of Octave. diff --git a/liboctave/Array2.h b/liboctave/Array2.h --- a/liboctave/Array2.h +++ b/liboctave/Array2.h @@ -1,8 +1,7 @@ // Template array classes /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/Array3.h b/liboctave/Array3.h --- a/liboctave/Array3.h +++ b/liboctave/Array3.h @@ -1,8 +1,7 @@ // Template array classes /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/ArrayN.h b/liboctave/ArrayN.h --- a/liboctave/ArrayN.h +++ b/liboctave/ArrayN.h @@ -1,8 +1,7 @@ // Template array classes /* -Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 2000-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/CColVector.cc b/liboctave/CColVector.cc --- a/liboctave/CColVector.cc +++ b/liboctave/CColVector.cc @@ -1,8 +1,7 @@ // ColumnVector manipulations. /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, - 2005, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/CColVector.h b/liboctave/CColVector.h --- a/liboctave/CColVector.h +++ b/liboctave/CColVector.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/CDiagMatrix.cc b/liboctave/CDiagMatrix.cc --- a/liboctave/CDiagMatrix.cc +++ b/liboctave/CDiagMatrix.cc @@ -1,8 +1,7 @@ // DiagMatrix manipulations. /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, - 2005, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/CDiagMatrix.h b/liboctave/CDiagMatrix.h --- a/liboctave/CDiagMatrix.h +++ b/liboctave/CDiagMatrix.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/CMatrix.cc b/liboctave/CMatrix.cc --- a/liboctave/CMatrix.cc +++ b/liboctave/CMatrix.cc @@ -1,9 +1,8 @@ // Matrix manipulations. /* -Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007 John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1994-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff --git a/liboctave/CMatrix.h b/liboctave/CMatrix.h --- a/liboctave/CMatrix.h +++ b/liboctave/CMatrix.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/CNDArray.cc b/liboctave/CNDArray.cc --- a/liboctave/CNDArray.cc +++ b/liboctave/CNDArray.cc @@ -1,8 +1,7 @@ // N-D Array manipulations. /* -Copyright (C) 1996, 1997, 2003, 2004, 2005, 2006, 2007, 2008, - 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff --git a/liboctave/CNDArray.h b/liboctave/CNDArray.h --- a/liboctave/CNDArray.h +++ b/liboctave/CNDArray.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/CRowVector.cc b/liboctave/CRowVector.cc --- a/liboctave/CRowVector.cc +++ b/liboctave/CRowVector.cc @@ -1,8 +1,7 @@ // RowVector manipulations. /* -Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/CRowVector.h b/liboctave/CRowVector.h --- a/liboctave/CRowVector.h +++ b/liboctave/CRowVector.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/CSparse.cc b/liboctave/CSparse.cc --- a/liboctave/CSparse.cc +++ b/liboctave/CSparse.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/CSparse.h b/liboctave/CSparse.h --- a/liboctave/CSparse.h +++ b/liboctave/CSparse.h @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/liboctave/ChangeLog b/liboctave/ChangeLog --- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,7 @@ +2011-01-14 John W. Eaton + + * Update copyright notices for 2011. + 2011-01-13 John W. Eaton * CColVector.cc, CMatrix.cc, CRowVector.cc, CSparse.cc, diff --git a/liboctave/CmplxAEPBAL.cc b/liboctave/CmplxAEPBAL.cc --- a/liboctave/CmplxAEPBAL.cc +++ b/liboctave/CmplxAEPBAL.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005, - 2007 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2008 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/CmplxAEPBAL.h b/liboctave/CmplxAEPBAL.h --- a/liboctave/CmplxAEPBAL.h +++ b/liboctave/CmplxAEPBAL.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007 John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1994-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/CmplxCHOL.cc b/liboctave/CmplxCHOL.cc --- a/liboctave/CmplxCHOL.cc +++ b/liboctave/CmplxCHOL.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2002, 2003, 2004, 2005, 2007 - John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1994-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/CmplxCHOL.h b/liboctave/CmplxCHOL.h --- a/liboctave/CmplxCHOL.h +++ b/liboctave/CmplxCHOL.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007 John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1994-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/CmplxGEPBAL.cc b/liboctave/CmplxGEPBAL.cc --- a/liboctave/CmplxGEPBAL.cc +++ b/liboctave/CmplxGEPBAL.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/CmplxGEPBAL.h b/liboctave/CmplxGEPBAL.h --- a/liboctave/CmplxGEPBAL.h +++ b/liboctave/CmplxGEPBAL.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/CmplxHESS.cc b/liboctave/CmplxHESS.cc --- a/liboctave/CmplxHESS.cc +++ b/liboctave/CmplxHESS.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2002, 2003, 2004, 2005, 2007, 2008 - John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/CmplxHESS.h b/liboctave/CmplxHESS.h --- a/liboctave/CmplxHESS.h +++ b/liboctave/CmplxHESS.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/CmplxLU.cc b/liboctave/CmplxLU.cc --- a/liboctave/CmplxLU.cc +++ b/liboctave/CmplxLU.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1999, 2002, 2003, 2004, 2005, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff --git a/liboctave/CmplxLU.h b/liboctave/CmplxLU.h --- a/liboctave/CmplxLU.h +++ b/liboctave/CmplxLU.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2002, 2004, 2005, 2006, 2007, 2008 - John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/CmplxQR.cc b/liboctave/CmplxQR.cc --- a/liboctave/CmplxQR.cc +++ b/liboctave/CmplxQR.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2002, 2003, 2004, 2005, 2007 - John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1994-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/CmplxQR.h b/liboctave/CmplxQR.h --- a/liboctave/CmplxQR.h +++ b/liboctave/CmplxQR.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007 John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1994-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/CmplxQRP.cc b/liboctave/CmplxQRP.cc --- a/liboctave/CmplxQRP.cc +++ b/liboctave/CmplxQRP.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2002, 2003, 2004, 2005, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/CmplxQRP.h b/liboctave/CmplxQRP.h --- a/liboctave/CmplxQRP.h +++ b/liboctave/CmplxQRP.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/CmplxSCHUR.cc b/liboctave/CmplxSCHUR.cc --- a/liboctave/CmplxSCHUR.cc +++ b/liboctave/CmplxSCHUR.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, 2004, - 2005, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/CmplxSCHUR.h b/liboctave/CmplxSCHUR.h --- a/liboctave/CmplxSCHUR.h +++ b/liboctave/CmplxSCHUR.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/CmplxSVD.cc b/liboctave/CmplxSVD.cc --- a/liboctave/CmplxSVD.cc +++ b/liboctave/CmplxSVD.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1999, 2002, 2003, 2004, 2005, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/CmplxSVD.h b/liboctave/CmplxSVD.h --- a/liboctave/CmplxSVD.h +++ b/liboctave/CmplxSVD.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/CollocWt.cc b/liboctave/CollocWt.cc --- a/liboctave/CollocWt.cc +++ b/liboctave/CollocWt.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, - 2005, 2007 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/CollocWt.h b/liboctave/CollocWt.h --- a/liboctave/CollocWt.h +++ b/liboctave/CollocWt.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, - 2005, 2006, 2007, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/DAE.h b/liboctave/DAE.h --- a/liboctave/DAE.h +++ b/liboctave/DAE.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2002, 2005, 2006, - 2007 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/DAEFunc.h b/liboctave/DAEFunc.h --- a/liboctave/DAEFunc.h +++ b/liboctave/DAEFunc.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2001, 2002, 2005, - 2007 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/DAERT.h b/liboctave/DAERT.h --- a/liboctave/DAERT.h +++ b/liboctave/DAERT.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2002, 2003, 2005, 2007 John W. Eaton +Copyright (C) 2002-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/DAERTFunc.h b/liboctave/DAERTFunc.h --- a/liboctave/DAERTFunc.h +++ b/liboctave/DAERTFunc.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2002, 2005, 2007 John W. Eaton +Copyright (C) 2002-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/DASPK-opts.in b/liboctave/DASPK-opts.in --- a/liboctave/DASPK-opts.in +++ b/liboctave/DASPK-opts.in @@ -1,4 +1,4 @@ -# Copyright (C) 2002, 2003, 2004, 2005, 2007, 2009 John W. Eaton +# Copyright (C) 2002-2011 John W. Eaton # # This file is part of Octave. # diff --git a/liboctave/DASPK.cc b/liboctave/DASPK.cc --- a/liboctave/DASPK.cc +++ b/liboctave/DASPK.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2002, 2003, 2004, 2005, 2006, 2007, 2008 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/DASPK.h b/liboctave/DASPK.h --- a/liboctave/DASPK.h +++ b/liboctave/DASPK.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2002, 2003, 2004, 2005, 2006, 2007 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/DASRT-opts.in b/liboctave/DASRT-opts.in --- a/liboctave/DASRT-opts.in +++ b/liboctave/DASRT-opts.in @@ -1,4 +1,4 @@ -# Copyright (C) 2002, 2005, 2007, 2009 John W. Eaton +# Copyright (C) 2002-2011 John W. Eaton # # This file is part of Octave. # diff --git a/liboctave/DASRT.cc b/liboctave/DASRT.cc --- a/liboctave/DASRT.cc +++ b/liboctave/DASRT.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 2002-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/DASRT.h b/liboctave/DASRT.h --- a/liboctave/DASRT.h +++ b/liboctave/DASRT.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 John W. Eaton +Copyright (C) 2002-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/DASSL-opts.in b/liboctave/DASSL-opts.in --- a/liboctave/DASSL-opts.in +++ b/liboctave/DASSL-opts.in @@ -1,4 +1,4 @@ -# Copyright (C) 2002, 2003, 2004, 2005, 2007, 2009 John W. Eaton +# Copyright (C) 2002-2011 John W. Eaton # # This file is part of Octave. # diff --git a/liboctave/DASSL.cc b/liboctave/DASSL.cc --- a/liboctave/DASSL.cc +++ b/liboctave/DASSL.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/DASSL.h b/liboctave/DASSL.h --- a/liboctave/DASSL.h +++ b/liboctave/DASSL.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004, 2005, 2006, 2007 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/DET.h b/liboctave/DET.h --- a/liboctave/DET.h +++ b/liboctave/DET.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/DiagArray2.cc b/liboctave/DiagArray2.cc --- a/liboctave/DiagArray2.cc +++ b/liboctave/DiagArray2.cc @@ -1,8 +1,7 @@ // Template array classes /* -Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/DiagArray2.h b/liboctave/DiagArray2.h --- a/liboctave/DiagArray2.h +++ b/liboctave/DiagArray2.h @@ -1,9 +1,8 @@ // Template array classes /* -Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004, 2005, 2006, 2007 - John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/EIG.cc b/liboctave/EIG.cc --- a/liboctave/EIG.cc +++ b/liboctave/EIG.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2003, 2004, - 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/EIG.h b/liboctave/EIG.h --- a/liboctave/EIG.h +++ b/liboctave/EIG.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/LSODE-opts.in b/liboctave/LSODE-opts.in --- a/liboctave/LSODE-opts.in +++ b/liboctave/LSODE-opts.in @@ -1,4 +1,4 @@ -# Copyright (C) 2002, 2005, 2007, 2009 John W. Eaton +# Copyright (C) 2002-2011 John W. Eaton # # This file is part of Octave. # diff --git a/liboctave/LSODE.cc b/liboctave/LSODE.cc --- a/liboctave/LSODE.cc +++ b/liboctave/LSODE.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/LSODE.h b/liboctave/LSODE.h --- a/liboctave/LSODE.h +++ b/liboctave/LSODE.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, - 2006, 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/MArray-C.cc b/liboctave/MArray-C.cc --- a/liboctave/MArray-C.cc +++ b/liboctave/MArray-C.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1995, 1996, 1997, 2000, 2003, 2005, 2006, 2007, 2008 - John W. Eaton +Copyright (C) 1995-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/MArray-d.cc b/liboctave/MArray-d.cc --- a/liboctave/MArray-d.cc +++ b/liboctave/MArray-d.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1995, 1996, 1997, 2000, 2003, 2005, 2007, 2008 John W. Eaton +Copyright (C) 1995-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/MArray-decl.h b/liboctave/MArray-decl.h --- a/liboctave/MArray-decl.h +++ b/liboctave/MArray-decl.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1999, 2000, 2003, 2005, 2006, 2007, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/MArray-defs.h b/liboctave/MArray-defs.h --- a/liboctave/MArray-defs.h +++ b/liboctave/MArray-defs.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1999, 2000, 2003, 2005, 2006, 2007, 2008, - 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff --git a/liboctave/MArray-f.cc b/liboctave/MArray-f.cc --- a/liboctave/MArray-f.cc +++ b/liboctave/MArray-f.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1995, 1996, 1997, 2000, 2003, 2005, 2007, 2008, - 2009 John W. Eaton +Copyright (C) 1995-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/MArray-fC.cc b/liboctave/MArray-fC.cc --- a/liboctave/MArray-fC.cc +++ b/liboctave/MArray-fC.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1995, 1996, 1997, 2000, 2003, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1995-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/MArray-i.cc b/liboctave/MArray-i.cc --- a/liboctave/MArray-i.cc +++ b/liboctave/MArray-i.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1995, 1996, 1997, 2000, 2004, 2005, 2007 John W. Eaton +Copyright (C) 1995-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/MArray-s.cc b/liboctave/MArray-s.cc --- a/liboctave/MArray-s.cc +++ b/liboctave/MArray-s.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1995, 1996, 1997, 2000, 2005, 2007 John W. Eaton +Copyright (C) 1995-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/MArray.cc b/liboctave/MArray.cc --- a/liboctave/MArray.cc +++ b/liboctave/MArray.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005, - 2007, 2008 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/MArray.h b/liboctave/MArray.h --- a/liboctave/MArray.h +++ b/liboctave/MArray.h @@ -1,8 +1,7 @@ // Template array classes with like-type math ops /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/MArray2.h b/liboctave/MArray2.h --- a/liboctave/MArray2.h +++ b/liboctave/MArray2.h @@ -1,8 +1,7 @@ // Template array classes with like-type math ops /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/MArrayN.h b/liboctave/MArrayN.h --- a/liboctave/MArrayN.h +++ b/liboctave/MArrayN.h @@ -1,8 +1,7 @@ // Template array classes with like-type math ops /* -Copyright (C) 1996, 1997, 2003, 2004, 2005, 2006, 2007, 2008, - 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/MDiagArray2.cc b/liboctave/MDiagArray2.cc --- a/liboctave/MDiagArray2.cc +++ b/liboctave/MDiagArray2.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004, 2005, 2007, 2008 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/MDiagArray2.h b/liboctave/MDiagArray2.h --- a/liboctave/MDiagArray2.h +++ b/liboctave/MDiagArray2.h @@ -1,8 +1,7 @@ // Template array classes with like-type math ops /* -Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004, 2005, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/MSparse-C.cc b/liboctave/MSparse-C.cc --- a/liboctave/MSparse-C.cc +++ b/liboctave/MSparse-C.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/liboctave/MSparse-d.cc b/liboctave/MSparse-d.cc --- a/liboctave/MSparse-d.cc +++ b/liboctave/MSparse-d.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/liboctave/MSparse-defs.h b/liboctave/MSparse-defs.h --- a/liboctave/MSparse-defs.h +++ b/liboctave/MSparse-defs.h @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/liboctave/MSparse.cc b/liboctave/MSparse.cc --- a/liboctave/MSparse.cc +++ b/liboctave/MSparse.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/liboctave/MSparse.h b/liboctave/MSparse.h --- a/liboctave/MSparse.h +++ b/liboctave/MSparse.h @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/liboctave/Makefile.am b/liboctave/Makefile.am --- a/liboctave/Makefile.am +++ b/liboctave/Makefile.am @@ -1,7 +1,6 @@ # Makefile for octave's liboctave directory # -# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +# Copyright (C) 1993-2011 John W. Eaton # # This file is part of Octave. # diff --git a/liboctave/Matrix.h b/liboctave/Matrix.h --- a/liboctave/Matrix.h +++ b/liboctave/Matrix.h @@ -1,8 +1,7 @@ // Matrix manipulations. /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2002, 2005, 2007 - John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/MatrixType.cc b/liboctave/MatrixType.cc --- a/liboctave/MatrixType.cc +++ b/liboctave/MatrixType.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2006, 2007, 2008 David Bateman +Copyright (C) 2006-2011 David Bateman Copyright (C) 2006 Andy Adler Copyright (C) 2009 VZLU Prague diff --git a/liboctave/MatrixType.h b/liboctave/MatrixType.h --- a/liboctave/MatrixType.h +++ b/liboctave/MatrixType.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2006, 2007, 2008 David Bateman +Copyright (C) 2006-2011 David Bateman Copyright (C) 2006 Andy Adler This file is part of Octave. diff --git a/liboctave/ODE.h b/liboctave/ODE.h --- a/liboctave/ODE.h +++ b/liboctave/ODE.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2002, 2003, 2005, 2007 - John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/ODEFunc.h b/liboctave/ODEFunc.h --- a/liboctave/ODEFunc.h +++ b/liboctave/ODEFunc.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2002, 2005, 2007 - John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/ODES.cc b/liboctave/ODES.cc --- a/liboctave/ODES.cc +++ b/liboctave/ODES.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2002, 2003, 2004, 2005, 2007 John W. Eaton +Copyright (C) 2002-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/ODES.h b/liboctave/ODES.h --- a/liboctave/ODES.h +++ b/liboctave/ODES.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2002, 2003, 2004, 2005, 2007 John W. Eaton +Copyright (C) 2002-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/ODESFunc.h b/liboctave/ODESFunc.h --- a/liboctave/ODESFunc.h +++ b/liboctave/ODESFunc.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2002, 2005, 2007 John W. Eaton +Copyright (C) 2002-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/PermMatrix.cc b/liboctave/PermMatrix.cc --- a/liboctave/PermMatrix.cc +++ b/liboctave/PermMatrix.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/PermMatrix.h b/liboctave/PermMatrix.h --- a/liboctave/PermMatrix.h +++ b/liboctave/PermMatrix.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/Quad-opts.in b/liboctave/Quad-opts.in --- a/liboctave/Quad-opts.in +++ b/liboctave/Quad-opts.in @@ -1,4 +1,4 @@ -# Copyright (C) 2002, 2008 John W. Eaton +# Copyright (C) 2002-2011 John W. Eaton # # This file is part of Octave. # diff --git a/liboctave/Quad.cc b/liboctave/Quad.cc --- a/liboctave/Quad.cc +++ b/liboctave/Quad.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2003, - 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/Quad.h b/liboctave/Quad.h --- a/liboctave/Quad.h +++ b/liboctave/Quad.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, - 2006, 2007, 2008 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/Range.cc b/liboctave/Range.cc --- a/liboctave/Range.cc +++ b/liboctave/Range.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2004, - 2005, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/Range.h b/liboctave/Range.h --- a/liboctave/Range.h +++ b/liboctave/Range.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/Sparse-C.cc b/liboctave/Sparse-C.cc --- a/liboctave/Sparse-C.cc +++ b/liboctave/Sparse-C.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/liboctave/Sparse-b.cc b/liboctave/Sparse-b.cc --- a/liboctave/Sparse-b.cc +++ b/liboctave/Sparse-b.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/liboctave/Sparse-d.cc b/liboctave/Sparse-d.cc --- a/liboctave/Sparse-d.cc +++ b/liboctave/Sparse-d.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/liboctave/Sparse-diag-op-defs.h b/liboctave/Sparse-diag-op-defs.h --- a/liboctave/Sparse-diag-op-defs.h +++ b/liboctave/Sparse-diag-op-defs.h @@ -1,6 +1,6 @@ /* -*- C++ -*- -Copyright (C) 2009 Jason Riedy, Jaroslav Hajek +Copyright (C) 2009-2011 Jason Riedy, Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/Sparse-op-defs.h b/liboctave/Sparse-op-defs.h --- a/liboctave/Sparse-op-defs.h +++ b/liboctave/Sparse-op-defs.h @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler Copyright (C) 2008 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/Sparse-perm-op-defs.h b/liboctave/Sparse-perm-op-defs.h --- a/liboctave/Sparse-perm-op-defs.h +++ b/liboctave/Sparse-perm-op-defs.h @@ -1,6 +1,6 @@ /* -*- C++ -*- -Copyright (C) 2009 Jason Riedy +Copyright (C) 2009-2011 Jason Riedy This file is part of Octave. diff --git a/liboctave/Sparse.cc b/liboctave/Sparse.cc --- a/liboctave/Sparse.cc +++ b/liboctave/Sparse.cc @@ -1,8 +1,8 @@ // Template sparse array class /* -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/Sparse.h b/liboctave/Sparse.h --- a/liboctave/Sparse.h +++ b/liboctave/Sparse.h @@ -1,8 +1,8 @@ // Template sparse classes /* -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/SparseCmplxCHOL.cc b/liboctave/SparseCmplxCHOL.cc --- a/liboctave/SparseCmplxCHOL.cc +++ b/liboctave/SparseCmplxCHOL.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2005, 2006, 2007 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Andy Adler +Copyright (C) 2005-2011 David Bateman +Copyright (C) 1998-2005 Andy Adler This file is part of Octave. diff --git a/liboctave/SparseCmplxCHOL.h b/liboctave/SparseCmplxCHOL.h --- a/liboctave/SparseCmplxCHOL.h +++ b/liboctave/SparseCmplxCHOL.h @@ -1,7 +1,7 @@ /* -Copyright (C) 2005, 2006, 2007 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Andy Adler +Copyright (C) 2005-2011 David Bateman +Copyright (C) 1998-2005 Andy Adler This file is part of Octave. diff --git a/liboctave/SparseCmplxLU.cc b/liboctave/SparseCmplxLU.cc --- a/liboctave/SparseCmplxLU.cc +++ b/liboctave/SparseCmplxLU.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/liboctave/SparseCmplxLU.h b/liboctave/SparseCmplxLU.h --- a/liboctave/SparseCmplxLU.h +++ b/liboctave/SparseCmplxLU.h @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/liboctave/SparseCmplxQR.cc b/liboctave/SparseCmplxQR.cc --- a/liboctave/SparseCmplxQR.cc +++ b/liboctave/SparseCmplxQR.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2005, 2006, 2007, 2008 David Bateman +Copyright (C) 2005-2011 David Bateman This file is part of Octave. diff --git a/liboctave/SparseCmplxQR.h b/liboctave/SparseCmplxQR.h --- a/liboctave/SparseCmplxQR.h +++ b/liboctave/SparseCmplxQR.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2005, 2006, 2007, 2008 David Bateman +Copyright (C) 2005-2011 David Bateman This file is part of Octave. diff --git a/liboctave/SparseQR.cc b/liboctave/SparseQR.cc --- a/liboctave/SparseQR.cc +++ b/liboctave/SparseQR.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2005, 2006, 2007, 2008 David Bateman +Copyright (C) 2005-2011 David Bateman This file is part of Octave. diff --git a/liboctave/SparseQR.h b/liboctave/SparseQR.h --- a/liboctave/SparseQR.h +++ b/liboctave/SparseQR.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2005, 2006, 2007, 2008 David Bateman +Copyright (C) 2005-2011 David Bateman This file is part of Octave. diff --git a/liboctave/SparsedbleCHOL.cc b/liboctave/SparsedbleCHOL.cc --- a/liboctave/SparsedbleCHOL.cc +++ b/liboctave/SparsedbleCHOL.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2005, 2006, 2007 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Andy Adler +Copyright (C) 2005-2011 David Bateman +Copyright (C) 1998-2005 Andy Adler This file is part of Octave. diff --git a/liboctave/SparsedbleCHOL.h b/liboctave/SparsedbleCHOL.h --- a/liboctave/SparsedbleCHOL.h +++ b/liboctave/SparsedbleCHOL.h @@ -1,7 +1,7 @@ /* -Copyright (C) 2005, 2006, 2007 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Andy Adler +Copyright (C) 2005-2011 David Bateman +Copyright (C) 1998-2005 Andy Adler This file is part of Octave. diff --git a/liboctave/SparsedbleLU.cc b/liboctave/SparsedbleLU.cc --- a/liboctave/SparsedbleLU.cc +++ b/liboctave/SparsedbleLU.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/liboctave/SparsedbleLU.h b/liboctave/SparsedbleLU.h --- a/liboctave/SparsedbleLU.h +++ b/liboctave/SparsedbleLU.h @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/liboctave/base-aepbal.h b/liboctave/base-aepbal.h --- a/liboctave/base-aepbal.h +++ b/liboctave/base-aepbal.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/base-dae.h b/liboctave/base-dae.h --- a/liboctave/base-dae.h +++ b/liboctave/base-dae.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2002, 2005, 2007 John W. Eaton +Copyright (C) 2002-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/base-de.h b/liboctave/base-de.h --- a/liboctave/base-de.h +++ b/liboctave/base-de.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2003, 2005, 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/base-lu.cc b/liboctave/base-lu.cc --- a/liboctave/base-lu.cc +++ b/liboctave/base-lu.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2002, 2003, 2004, 2005, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/base-lu.h b/liboctave/base-lu.h --- a/liboctave/base-lu.h +++ b/liboctave/base-lu.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2004, 2005, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/base-min.h b/liboctave/base-min.h --- a/liboctave/base-min.h +++ b/liboctave/base-min.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1995, 1996, 1997, 2005, 2007 John W. Eaton +Copyright (C) 1995-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/base-qr.cc b/liboctave/base-qr.cc --- a/liboctave/base-qr.cc +++ b/liboctave/base-qr.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 Jaroslav Hajek +Copyright (C) 2009-2011 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/base-qr.h b/liboctave/base-qr.h --- a/liboctave/base-qr.h +++ b/liboctave/base-qr.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 Jaroslav Hajek +Copyright (C) 2009-2011 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/boolMatrix.cc b/liboctave/boolMatrix.cc --- a/liboctave/boolMatrix.cc +++ b/liboctave/boolMatrix.cc @@ -1,9 +1,8 @@ // Matrix manipulations. /* -Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague, a.s. +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague, a.s. This file is part of Octave. diff --git a/liboctave/boolMatrix.h b/liboctave/boolMatrix.h --- a/liboctave/boolMatrix.h +++ b/liboctave/boolMatrix.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/boolNDArray.cc b/liboctave/boolNDArray.cc --- a/liboctave/boolNDArray.cc +++ b/liboctave/boolNDArray.cc @@ -1,8 +1,7 @@ // N-D Array manipulations. /* -Copyright (C) 1996, 1997, 2003, 2004, 2005, 2006, 2007, 2008, - 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff --git a/liboctave/boolNDArray.h b/liboctave/boolNDArray.h --- a/liboctave/boolNDArray.h +++ b/liboctave/boolNDArray.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/boolSparse.cc b/liboctave/boolSparse.cc --- a/liboctave/boolSparse.cc +++ b/liboctave/boolSparse.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/boolSparse.h b/liboctave/boolSparse.h --- a/liboctave/boolSparse.h +++ b/liboctave/boolSparse.h @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/liboctave/bsxfun-decl.h b/liboctave/bsxfun-decl.h --- a/liboctave/bsxfun-decl.h +++ b/liboctave/bsxfun-decl.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 Jaroslav Hajek +Copyright (C) 2009-2011 Jaroslav Hajek Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/bsxfun-defs.cc b/liboctave/bsxfun-defs.cc --- a/liboctave/bsxfun-defs.cc +++ b/liboctave/bsxfun-defs.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 Jaroslav Hajek +Copyright (C) 2009-2011 Jaroslav Hajek Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/byte-swap.h b/liboctave/byte-swap.h --- a/liboctave/byte-swap.h +++ b/liboctave/byte-swap.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/caseless-str.h b/liboctave/caseless-str.h --- a/liboctave/caseless-str.h +++ b/liboctave/caseless-str.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2007, 2008, 2009, 2010 Shai Ayal +Copyright (C) 2007-2011 Shai Ayal This file is part of Octave. diff --git a/liboctave/chMatrix.cc b/liboctave/chMatrix.cc --- a/liboctave/chMatrix.cc +++ b/liboctave/chMatrix.cc @@ -1,8 +1,7 @@ // Matrix manipulations. /* -Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1995-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/chMatrix.h b/liboctave/chMatrix.h --- a/liboctave/chMatrix.h +++ b/liboctave/chMatrix.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1995-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/chNDArray.cc b/liboctave/chNDArray.cc --- a/liboctave/chNDArray.cc +++ b/liboctave/chNDArray.cc @@ -1,7 +1,7 @@ // N-D Array manipulations. /* -Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/chNDArray.h b/liboctave/chNDArray.h --- a/liboctave/chNDArray.h +++ b/liboctave/chNDArray.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/cmd-edit.cc b/liboctave/cmd-edit.cc --- a/liboctave/cmd-edit.cc +++ b/liboctave/cmd-edit.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/cmd-edit.h b/liboctave/cmd-edit.h --- a/liboctave/cmd-edit.h +++ b/liboctave/cmd-edit.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/cmd-hist.cc b/liboctave/cmd-hist.cc --- a/liboctave/cmd-hist.cc +++ b/liboctave/cmd-hist.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2004, 2005, 2006, 2007 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/cmd-hist.h b/liboctave/cmd-hist.h --- a/liboctave/cmd-hist.h +++ b/liboctave/cmd-hist.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2004, 2005, 2006, 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/dColVector.cc b/liboctave/dColVector.cc --- a/liboctave/dColVector.cc +++ b/liboctave/dColVector.cc @@ -1,8 +1,7 @@ // ColumnVector manipulations. /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, - 2005, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/dColVector.h b/liboctave/dColVector.h --- a/liboctave/dColVector.h +++ b/liboctave/dColVector.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/dDiagMatrix.cc b/liboctave/dDiagMatrix.cc --- a/liboctave/dDiagMatrix.cc +++ b/liboctave/dDiagMatrix.cc @@ -1,8 +1,7 @@ // DiagMatrix manipulations. /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, - 2005, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/dDiagMatrix.h b/liboctave/dDiagMatrix.h --- a/liboctave/dDiagMatrix.h +++ b/liboctave/dDiagMatrix.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/dMatrix.cc b/liboctave/dMatrix.cc --- a/liboctave/dMatrix.cc +++ b/liboctave/dMatrix.cc @@ -1,8 +1,7 @@ // Matrix manipulations. /* -Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2008 Jaroslav Hajek Copyright (C) 2009 VZLU Prague, a.s. diff --git a/liboctave/dMatrix.h b/liboctave/dMatrix.h --- a/liboctave/dMatrix.h +++ b/liboctave/dMatrix.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/dNDArray.cc b/liboctave/dNDArray.cc --- a/liboctave/dNDArray.cc +++ b/liboctave/dNDArray.cc @@ -1,8 +1,7 @@ // N-D Array manipulations. /* -Copyright (C) 1996, 1997, 2003, 2004, 2005, 2006, 2007, 2008, - 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff --git a/liboctave/dNDArray.h b/liboctave/dNDArray.h --- a/liboctave/dNDArray.h +++ b/liboctave/dNDArray.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2003, 2004, 2005, 2006, 2007, 2008, - 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/dRowVector.cc b/liboctave/dRowVector.cc --- a/liboctave/dRowVector.cc +++ b/liboctave/dRowVector.cc @@ -1,8 +1,7 @@ // RowVector manipulations. /* -Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/dRowVector.h b/liboctave/dRowVector.h --- a/liboctave/dRowVector.h +++ b/liboctave/dRowVector.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/dSparse.cc b/liboctave/dSparse.cc --- a/liboctave/dSparse.cc +++ b/liboctave/dSparse.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/dSparse.h b/liboctave/dSparse.h --- a/liboctave/dSparse.h +++ b/liboctave/dSparse.h @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/liboctave/data-conv.cc b/liboctave/data-conv.cc --- a/liboctave/data-conv.cc +++ b/liboctave/data-conv.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/data-conv.h b/liboctave/data-conv.h --- a/liboctave/data-conv.h +++ b/liboctave/data-conv.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/dbleAEPBAL.cc b/liboctave/dbleAEPBAL.cc --- a/liboctave/dbleAEPBAL.cc +++ b/liboctave/dbleAEPBAL.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005, - 2007 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2008 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/dbleAEPBAL.h b/liboctave/dbleAEPBAL.h --- a/liboctave/dbleAEPBAL.h +++ b/liboctave/dbleAEPBAL.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007 John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1994-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/dbleCHOL.cc b/liboctave/dbleCHOL.cc --- a/liboctave/dbleCHOL.cc +++ b/liboctave/dbleCHOL.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2002, 2003, 2004, 2005, 2007 - John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1994-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/dbleCHOL.h b/liboctave/dbleCHOL.h --- a/liboctave/dbleCHOL.h +++ b/liboctave/dbleCHOL.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007 John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1994-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/dbleGEPBAL.cc b/liboctave/dbleGEPBAL.cc --- a/liboctave/dbleGEPBAL.cc +++ b/liboctave/dbleGEPBAL.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/dbleGEPBAL.h b/liboctave/dbleGEPBAL.h --- a/liboctave/dbleGEPBAL.h +++ b/liboctave/dbleGEPBAL.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/dbleHESS.cc b/liboctave/dbleHESS.cc --- a/liboctave/dbleHESS.cc +++ b/liboctave/dbleHESS.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2002, 2003, 2004, 2005, 2007, 2008 - John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/dbleHESS.h b/liboctave/dbleHESS.h --- a/liboctave/dbleHESS.h +++ b/liboctave/dbleHESS.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/dbleLU.cc b/liboctave/dbleLU.cc --- a/liboctave/dbleLU.cc +++ b/liboctave/dbleLU.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1999, 2002, 2003, 2004, 2005, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff --git a/liboctave/dbleLU.h b/liboctave/dbleLU.h --- a/liboctave/dbleLU.h +++ b/liboctave/dbleLU.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2002, 2004, 2005, 2006, 2007, 2008 - John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/dbleQR.cc b/liboctave/dbleQR.cc --- a/liboctave/dbleQR.cc +++ b/liboctave/dbleQR.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2002, 2003, 2004, 2005, 2007 - John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1994-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/dbleQR.h b/liboctave/dbleQR.h --- a/liboctave/dbleQR.h +++ b/liboctave/dbleQR.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007 John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1994-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/dbleQRP.cc b/liboctave/dbleQRP.cc --- a/liboctave/dbleQRP.cc +++ b/liboctave/dbleQRP.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2002, 2003, 2004, 2005, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/dbleQRP.h b/liboctave/dbleQRP.h --- a/liboctave/dbleQRP.h +++ b/liboctave/dbleQRP.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/dbleSCHUR.cc b/liboctave/dbleSCHUR.cc --- a/liboctave/dbleSCHUR.cc +++ b/liboctave/dbleSCHUR.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, 2004, - 2005, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/dbleSCHUR.h b/liboctave/dbleSCHUR.h --- a/liboctave/dbleSCHUR.h +++ b/liboctave/dbleSCHUR.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/dbleSVD.cc b/liboctave/dbleSVD.cc --- a/liboctave/dbleSVD.cc +++ b/liboctave/dbleSVD.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, 2004, - 2005, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/dbleSVD.h b/liboctave/dbleSVD.h --- a/liboctave/dbleSVD.h +++ b/liboctave/dbleSVD.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/dim-vector.cc b/liboctave/dim-vector.cc --- a/liboctave/dim-vector.cc +++ b/liboctave/dim-vector.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton Copyirght (C) 2009, 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/dim-vector.h b/liboctave/dim-vector.h --- a/liboctave/dim-vector.h +++ b/liboctave/dim-vector.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton Copyirght (C) 2009, 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/dir-ops.cc b/liboctave/dir-ops.cc --- a/liboctave/dir-ops.cc +++ b/liboctave/dir-ops.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/dir-ops.h b/liboctave/dir-ops.h --- a/liboctave/dir-ops.h +++ b/liboctave/dir-ops.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2005, 2006, 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/eigs-base.cc b/liboctave/eigs-base.cc --- a/liboctave/eigs-base.cc +++ b/liboctave/eigs-base.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2005, 2008, 2009 David Bateman +Copyright (C) 2005-2011 David Bateman This file is part of Octave. diff --git a/liboctave/f2c-main.c b/liboctave/f2c-main.c --- a/liboctave/f2c-main.c +++ b/liboctave/f2c-main.c @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2002, 2005, 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/fCColVector.cc b/liboctave/fCColVector.cc --- a/liboctave/fCColVector.cc +++ b/liboctave/fCColVector.cc @@ -1,8 +1,7 @@ // ColumnVector manipulations. /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, - 2005, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/fCColVector.h b/liboctave/fCColVector.h --- a/liboctave/fCColVector.h +++ b/liboctave/fCColVector.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/fCDiagMatrix.cc b/liboctave/fCDiagMatrix.cc --- a/liboctave/fCDiagMatrix.cc +++ b/liboctave/fCDiagMatrix.cc @@ -1,8 +1,7 @@ // DiagMatrix manipulations. /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, - 2005, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/fCDiagMatrix.h b/liboctave/fCDiagMatrix.h --- a/liboctave/fCDiagMatrix.h +++ b/liboctave/fCDiagMatrix.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/fCMatrix.cc b/liboctave/fCMatrix.cc --- a/liboctave/fCMatrix.cc +++ b/liboctave/fCMatrix.cc @@ -1,9 +1,8 @@ // Matrix manipulations. /* -Copyright (C) 2008, 2009 Jaroslav Hajek -Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff --git a/liboctave/fCMatrix.h b/liboctave/fCMatrix.h --- a/liboctave/fCMatrix.h +++ b/liboctave/fCMatrix.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/fCNDArray.cc b/liboctave/fCNDArray.cc --- a/liboctave/fCNDArray.cc +++ b/liboctave/fCNDArray.cc @@ -1,8 +1,7 @@ // N-D Array manipulations. /* -Copyright (C) 1996, 1997, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff --git a/liboctave/fCNDArray.h b/liboctave/fCNDArray.h --- a/liboctave/fCNDArray.h +++ b/liboctave/fCNDArray.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/fCRowVector.cc b/liboctave/fCRowVector.cc --- a/liboctave/fCRowVector.cc +++ b/liboctave/fCRowVector.cc @@ -1,8 +1,7 @@ // RowVector manipulations. /* -Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/fCRowVector.h b/liboctave/fCRowVector.h --- a/liboctave/fCRowVector.h +++ b/liboctave/fCRowVector.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/fCmplxAEPBAL.cc b/liboctave/fCmplxAEPBAL.cc --- a/liboctave/fCmplxAEPBAL.cc +++ b/liboctave/fCmplxAEPBAL.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005, - 2007 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2008 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/fCmplxAEPBAL.h b/liboctave/fCmplxAEPBAL.h --- a/liboctave/fCmplxAEPBAL.h +++ b/liboctave/fCmplxAEPBAL.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007 John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1994-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/fCmplxCHOL.cc b/liboctave/fCmplxCHOL.cc --- a/liboctave/fCmplxCHOL.cc +++ b/liboctave/fCmplxCHOL.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2002, 2003, 2004, 2005, 2007 - John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1994-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/fCmplxCHOL.h b/liboctave/fCmplxCHOL.h --- a/liboctave/fCmplxCHOL.h +++ b/liboctave/fCmplxCHOL.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007 John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1994-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/fCmplxGEPBAL.cc b/liboctave/fCmplxGEPBAL.cc --- a/liboctave/fCmplxGEPBAL.cc +++ b/liboctave/fCmplxGEPBAL.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/fCmplxGEPBAL.h b/liboctave/fCmplxGEPBAL.h --- a/liboctave/fCmplxGEPBAL.h +++ b/liboctave/fCmplxGEPBAL.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/fCmplxHESS.cc b/liboctave/fCmplxHESS.cc --- a/liboctave/fCmplxHESS.cc +++ b/liboctave/fCmplxHESS.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2002, 2003, 2004, 2005, 2007, 2008 - John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/fCmplxHESS.h b/liboctave/fCmplxHESS.h --- a/liboctave/fCmplxHESS.h +++ b/liboctave/fCmplxHESS.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/fCmplxLU.cc b/liboctave/fCmplxLU.cc --- a/liboctave/fCmplxLU.cc +++ b/liboctave/fCmplxLU.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1999, 2002, 2003, 2004, 2005, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff --git a/liboctave/fCmplxLU.h b/liboctave/fCmplxLU.h --- a/liboctave/fCmplxLU.h +++ b/liboctave/fCmplxLU.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2002, 2004, 2005, 2006, 2007, 2008 - John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/fCmplxQR.cc b/liboctave/fCmplxQR.cc --- a/liboctave/fCmplxQR.cc +++ b/liboctave/fCmplxQR.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2002, 2003, 2004, 2005, 2007 - John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1994-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/fCmplxQR.h b/liboctave/fCmplxQR.h --- a/liboctave/fCmplxQR.h +++ b/liboctave/fCmplxQR.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007 John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1994-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/fCmplxQRP.cc b/liboctave/fCmplxQRP.cc --- a/liboctave/fCmplxQRP.cc +++ b/liboctave/fCmplxQRP.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2002, 2003, 2004, 2005, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/fCmplxQRP.h b/liboctave/fCmplxQRP.h --- a/liboctave/fCmplxQRP.h +++ b/liboctave/fCmplxQRP.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/fCmplxSCHUR.cc b/liboctave/fCmplxSCHUR.cc --- a/liboctave/fCmplxSCHUR.cc +++ b/liboctave/fCmplxSCHUR.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, 2004, - 2005, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/fCmplxSCHUR.h b/liboctave/fCmplxSCHUR.h --- a/liboctave/fCmplxSCHUR.h +++ b/liboctave/fCmplxSCHUR.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/fCmplxSVD.cc b/liboctave/fCmplxSVD.cc --- a/liboctave/fCmplxSVD.cc +++ b/liboctave/fCmplxSVD.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1999, 2002, 2003, 2004, 2005, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/fCmplxSVD.h b/liboctave/fCmplxSVD.h --- a/liboctave/fCmplxSVD.h +++ b/liboctave/fCmplxSVD.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/fColVector.cc b/liboctave/fColVector.cc --- a/liboctave/fColVector.cc +++ b/liboctave/fColVector.cc @@ -1,8 +1,7 @@ // ColumnVector manipulations. /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, - 2005, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/fColVector.h b/liboctave/fColVector.h --- a/liboctave/fColVector.h +++ b/liboctave/fColVector.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/fDiagMatrix.cc b/liboctave/fDiagMatrix.cc --- a/liboctave/fDiagMatrix.cc +++ b/liboctave/fDiagMatrix.cc @@ -1,8 +1,7 @@ // FloatDiagMatrix manipulations. /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, - 2005, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/fDiagMatrix.h b/liboctave/fDiagMatrix.h --- a/liboctave/fDiagMatrix.h +++ b/liboctave/fDiagMatrix.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/fEIG.cc b/liboctave/fEIG.cc --- a/liboctave/fEIG.cc +++ b/liboctave/fEIG.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2003, 2004, - 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/fEIG.h b/liboctave/fEIG.h --- a/liboctave/fEIG.h +++ b/liboctave/fEIG.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/fMatrix.cc b/liboctave/fMatrix.cc --- a/liboctave/fMatrix.cc +++ b/liboctave/fMatrix.cc @@ -1,9 +1,8 @@ // Matrix manipulations. /* -Copyright (C) 2008, 2009 Jaroslav Hajek -Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff --git a/liboctave/fMatrix.h b/liboctave/fMatrix.h --- a/liboctave/fMatrix.h +++ b/liboctave/fMatrix.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/fNDArray.cc b/liboctave/fNDArray.cc --- a/liboctave/fNDArray.cc +++ b/liboctave/fNDArray.cc @@ -1,8 +1,7 @@ // N-D Array manipulations. /* -Copyright (C) 1996, 1997, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff --git a/liboctave/fNDArray.h b/liboctave/fNDArray.h --- a/liboctave/fNDArray.h +++ b/liboctave/fNDArray.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/fRowVector.cc b/liboctave/fRowVector.cc --- a/liboctave/fRowVector.cc +++ b/liboctave/fRowVector.cc @@ -1,8 +1,7 @@ // RowVector manipulations. /* -Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/fRowVector.h b/liboctave/fRowVector.h --- a/liboctave/fRowVector.h +++ b/liboctave/fRowVector.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/file-ops.cc b/liboctave/file-ops.cc --- a/liboctave/file-ops.cc +++ b/liboctave/file-ops.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/file-ops.h b/liboctave/file-ops.h --- a/liboctave/file-ops.h +++ b/liboctave/file-ops.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/file-stat.cc b/liboctave/file-stat.cc --- a/liboctave/file-stat.cc +++ b/liboctave/file-stat.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2005, 2006, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/file-stat.h b/liboctave/file-stat.h --- a/liboctave/file-stat.h +++ b/liboctave/file-stat.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2005, 2006, 2007, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/floatAEPBAL.cc b/liboctave/floatAEPBAL.cc --- a/liboctave/floatAEPBAL.cc +++ b/liboctave/floatAEPBAL.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005, - 2007 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2008 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/floatAEPBAL.h b/liboctave/floatAEPBAL.h --- a/liboctave/floatAEPBAL.h +++ b/liboctave/floatAEPBAL.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007 John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1994-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/floatCHOL.cc b/liboctave/floatCHOL.cc --- a/liboctave/floatCHOL.cc +++ b/liboctave/floatCHOL.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2002, 2003, 2004, 2005, 2007 - John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1994-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/floatCHOL.h b/liboctave/floatCHOL.h --- a/liboctave/floatCHOL.h +++ b/liboctave/floatCHOL.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007 John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1994-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/floatGEPBAL.cc b/liboctave/floatGEPBAL.cc --- a/liboctave/floatGEPBAL.cc +++ b/liboctave/floatGEPBAL.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/floatGEPBAL.h b/liboctave/floatGEPBAL.h --- a/liboctave/floatGEPBAL.h +++ b/liboctave/floatGEPBAL.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/floatHESS.cc b/liboctave/floatHESS.cc --- a/liboctave/floatHESS.cc +++ b/liboctave/floatHESS.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2002, 2003, 2004, 2005, 2007, 2008 - John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/floatHESS.h b/liboctave/floatHESS.h --- a/liboctave/floatHESS.h +++ b/liboctave/floatHESS.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/floatLU.cc b/liboctave/floatLU.cc --- a/liboctave/floatLU.cc +++ b/liboctave/floatLU.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1999, 2002, 2003, 2004, 2005, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff --git a/liboctave/floatLU.h b/liboctave/floatLU.h --- a/liboctave/floatLU.h +++ b/liboctave/floatLU.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2002, 2004, 2005, 2006, 2007, 2008 - John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/floatQR.cc b/liboctave/floatQR.cc --- a/liboctave/floatQR.cc +++ b/liboctave/floatQR.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2002, 2003, 2004, 2005, 2007 - John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1994-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/floatQR.h b/liboctave/floatQR.h --- a/liboctave/floatQR.h +++ b/liboctave/floatQR.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007 John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1994-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/floatQRP.cc b/liboctave/floatQRP.cc --- a/liboctave/floatQRP.cc +++ b/liboctave/floatQRP.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2002, 2003, 2004, 2005, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/floatQRP.h b/liboctave/floatQRP.h --- a/liboctave/floatQRP.h +++ b/liboctave/floatQRP.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/floatSCHUR.cc b/liboctave/floatSCHUR.cc --- a/liboctave/floatSCHUR.cc +++ b/liboctave/floatSCHUR.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, 2004, - 2005, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/floatSCHUR.h b/liboctave/floatSCHUR.h --- a/liboctave/floatSCHUR.h +++ b/liboctave/floatSCHUR.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/floatSVD.cc b/liboctave/floatSVD.cc --- a/liboctave/floatSVD.cc +++ b/liboctave/floatSVD.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, 2004, - 2005, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/floatSVD.h b/liboctave/floatSVD.h --- a/liboctave/floatSVD.h +++ b/liboctave/floatSVD.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/functor.h b/liboctave/functor.h --- a/liboctave/functor.h +++ b/liboctave/functor.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 John W. Eaton +Copyright (C) 2008-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/glob-match.cc b/liboctave/glob-match.cc --- a/liboctave/glob-match.cc +++ b/liboctave/glob-match.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2005, 2006, 2007, 2009, 2010 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/glob-match.h b/liboctave/glob-match.h --- a/liboctave/glob-match.h +++ b/liboctave/glob-match.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2005, 2006, 2007, 2010 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/idx-vector.cc b/liboctave/idx-vector.cc --- a/liboctave/idx-vector.cc +++ b/liboctave/idx-vector.cc @@ -1,9 +1,8 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, - 2003, 2004, 2005, 2006, 2007 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1993-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/idx-vector.h b/liboctave/idx-vector.h --- a/liboctave/idx-vector.h +++ b/liboctave/idx-vector.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2003, - 2004, 2005, 2006, 2007 John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1993-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/int16NDArray.cc b/liboctave/int16NDArray.cc --- a/liboctave/int16NDArray.cc +++ b/liboctave/int16NDArray.cc @@ -1,7 +1,7 @@ // N-D Array manipulations. /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/int16NDArray.h b/liboctave/int16NDArray.h --- a/liboctave/int16NDArray.h +++ b/liboctave/int16NDArray.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2007, 2009 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/int32NDArray.cc b/liboctave/int32NDArray.cc --- a/liboctave/int32NDArray.cc +++ b/liboctave/int32NDArray.cc @@ -1,7 +1,7 @@ // N-D Array manipulations. /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/int32NDArray.h b/liboctave/int32NDArray.h --- a/liboctave/int32NDArray.h +++ b/liboctave/int32NDArray.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2007, 2009 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/int64NDArray.cc b/liboctave/int64NDArray.cc --- a/liboctave/int64NDArray.cc +++ b/liboctave/int64NDArray.cc @@ -1,7 +1,7 @@ // N-D Array manipulations. /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/int64NDArray.h b/liboctave/int64NDArray.h --- a/liboctave/int64NDArray.h +++ b/liboctave/int64NDArray.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2007, 2009 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/int8NDArray.cc b/liboctave/int8NDArray.cc --- a/liboctave/int8NDArray.cc +++ b/liboctave/int8NDArray.cc @@ -1,7 +1,7 @@ // N-D Array manipulations. /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/int8NDArray.h b/liboctave/int8NDArray.h --- a/liboctave/int8NDArray.h +++ b/liboctave/int8NDArray.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2007, 2009 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/intNDArray.cc b/liboctave/intNDArray.cc --- a/liboctave/intNDArray.cc +++ b/liboctave/intNDArray.cc @@ -1,7 +1,7 @@ // N-D Array manipulations. /* -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff --git a/liboctave/intNDArray.h b/liboctave/intNDArray.h --- a/liboctave/intNDArray.h +++ b/liboctave/intNDArray.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/lo-array-gripes.cc b/liboctave/lo-array-gripes.cc --- a/liboctave/lo-array-gripes.cc +++ b/liboctave/lo-array-gripes.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/lo-array-gripes.h b/liboctave/lo-array-gripes.h --- a/liboctave/lo-array-gripes.h +++ b/liboctave/lo-array-gripes.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2000, 2003, 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 2000-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/lo-cieee.c b/liboctave/lo-cieee.c --- a/liboctave/lo-cieee.c +++ b/liboctave/lo-cieee.c @@ -1,6 +1,6 @@ /* -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 2002-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/lo-cutils.c b/liboctave/lo-cutils.c --- a/liboctave/lo-cutils.c +++ b/liboctave/lo-cutils.c @@ -1,6 +1,6 @@ /* -Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007 John W. Eaton +Copyright (C) 2000-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/lo-ieee.cc b/liboctave/lo-ieee.cc --- a/liboctave/lo-ieee.cc +++ b/liboctave/lo-ieee.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/lo-ieee.h b/liboctave/lo-ieee.h --- a/liboctave/lo-ieee.h +++ b/liboctave/lo-ieee.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2002, 2003, 2004, 2005, 2006, 2007, 2008 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/lo-macros.h b/liboctave/lo-macros.h --- a/liboctave/lo-macros.h +++ b/liboctave/lo-macros.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2010 VZLU Prague +Copyright (C) 2010-2011 VZLU Prague This file is part of Octave. diff --git a/liboctave/lo-mappers.cc b/liboctave/lo-mappers.cc --- a/liboctave/lo-mappers.cc +++ b/liboctave/lo-mappers.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/lo-mappers.h b/liboctave/lo-mappers.h --- a/liboctave/lo-mappers.h +++ b/liboctave/lo-mappers.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/lo-math.h b/liboctave/lo-math.h --- a/liboctave/lo-math.h +++ b/liboctave/lo-math.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2007, 2008 John W. Eaton +Copyright (C) 2007-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/lo-specfun.cc b/liboctave/lo-specfun.cc --- a/liboctave/lo-specfun.cc +++ b/liboctave/lo-specfun.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1998, 2002, 2003, 2004, 2005, 2006, 2007, 2008 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton Copyright (C) 2010 Jaroslav Hajek Copyright (C) 2010 VZLU Prague diff --git a/liboctave/lo-specfun.h b/liboctave/lo-specfun.h --- a/liboctave/lo-specfun.h +++ b/liboctave/lo-specfun.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2002, 2004, 2005, 2006, 2007, 2008 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/lo-sysdep.cc b/liboctave/lo-sysdep.cc --- a/liboctave/lo-sysdep.cc +++ b/liboctave/lo-sysdep.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/lo-sysdep.h b/liboctave/lo-sysdep.h --- a/liboctave/lo-sysdep.h +++ b/liboctave/lo-sysdep.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2005, 2006, 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/lo-traits.h b/liboctave/lo-traits.h --- a/liboctave/lo-traits.h +++ b/liboctave/lo-traits.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 John W. Eaton +Copyright (C) 2009-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/lo-utils.cc b/liboctave/lo-utils.cc --- a/liboctave/lo-utils.cc +++ b/liboctave/lo-utils.cc @@ -1,8 +1,7 @@ // utils.cc /* -Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/lo-utils.h b/liboctave/lo-utils.h --- a/liboctave/lo-utils.h +++ b/liboctave/lo-utils.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/mach-info.cc b/liboctave/mach-info.cc --- a/liboctave/mach-info.cc +++ b/liboctave/mach-info.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004, 2005, 2006, 2007 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/mach-info.h b/liboctave/mach-info.h --- a/liboctave/mach-info.h +++ b/liboctave/mach-info.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2003, 2004, 2005, 2006, 2007 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/mk-ops.awk b/liboctave/mk-ops.awk --- a/liboctave/mk-ops.awk +++ b/liboctave/mk-ops.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2003, 2004, 2006, 2007, 2009 John W. Eaton +# Copyright (C) 2003-2011 John W. Eaton # # This file is part of Octave. # diff --git a/liboctave/mx-base.h b/liboctave/mx-base.h --- a/liboctave/mx-base.h +++ b/liboctave/mx-base.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2003, 2004, 2005, 2006, 2007, 2008 - John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/mx-defs.h b/liboctave/mx-defs.h --- a/liboctave/mx-defs.h +++ b/liboctave/mx-defs.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2003, 2005, 2007, 2008 - John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/mx-ext.h b/liboctave/mx-ext.h --- a/liboctave/mx-ext.h +++ b/liboctave/mx-ext.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1998, 2002, 2005, 2007, 2008 - John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/mx-inlines.cc b/liboctave/mx-inlines.cc --- a/liboctave/mx-inlines.cc +++ b/liboctave/mx-inlines.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton Copyright (C) 2009 Jaroslav Hajek Copyright (C) 2009 VZLU Prague diff --git a/liboctave/mx-op-decl.h b/liboctave/mx-op-decl.h --- a/liboctave/mx-op-decl.h +++ b/liboctave/mx-op-decl.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2001, 2003, 2004, 2005, 2006, - 2007 John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff --git a/liboctave/mx-op-defs.h b/liboctave/mx-op-defs.h --- a/liboctave/mx-op-defs.h +++ b/liboctave/mx-op-defs.h @@ -1,9 +1,8 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek -Copyright (C) 1996, 1997, 1998, 2000, 2001, 2003, 2004, 2005, 2006, - 2007 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague, a.s. +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek +Copyright (C) 2009-2010 VZLU Prague, a.s. This file is part of Octave. diff --git a/liboctave/mx-ops b/liboctave/mx-ops --- a/liboctave/mx-ops +++ b/liboctave/mx-ops @@ -1,4 +1,4 @@ -# Copyright (C) 2003, 2004, 2006, 2007, 2008 John W. Eaton +# Copyright (C) 2003-2011 John W. Eaton # # This file is part of Octave. # diff --git a/liboctave/oct-alloc.cc b/liboctave/oct-alloc.cc --- a/liboctave/oct-alloc.cc +++ b/liboctave/oct-alloc.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, 2007 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/oct-alloc.h b/liboctave/oct-alloc.h --- a/liboctave/oct-alloc.h +++ b/liboctave/oct-alloc.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2002, 2003, 2005, 2006, 2007 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/oct-binmap.h b/liboctave/oct-binmap.h --- a/liboctave/oct-binmap.h +++ b/liboctave/oct-binmap.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2010 VZLU Prague +Copyright (C) 2010-2011 VZLU Prague This file is part of Octave. diff --git a/liboctave/oct-cmplx.h b/liboctave/oct-cmplx.h --- a/liboctave/oct-cmplx.h +++ b/liboctave/oct-cmplx.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1995, 1996, 1997, 2000, 2001, 2004, 2005, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1995-2011 John W. Eaton Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff --git a/liboctave/oct-convn.cc b/liboctave/oct-convn.cc --- a/liboctave/oct-convn.cc +++ b/liboctave/oct-convn.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2010 VZLU Prague +Copyright (C) 2010-2011 VZLU Prague This file is part of Octave. diff --git a/liboctave/oct-convn.h b/liboctave/oct-convn.h --- a/liboctave/oct-convn.h +++ b/liboctave/oct-convn.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 Jaroslav Hajek +Copyright (C) 2009-2011 Jaroslav Hajek Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/oct-env.cc b/liboctave/oct-env.cc --- a/liboctave/oct-env.cc +++ b/liboctave/oct-env.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/oct-env.h b/liboctave/oct-env.h --- a/liboctave/oct-env.h +++ b/liboctave/oct-env.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2005, 2006, 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/oct-fftw.cc b/liboctave/oct-fftw.cc --- a/liboctave/oct-fftw.cc +++ b/liboctave/oct-fftw.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2001-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/oct-fftw.h b/liboctave/oct-fftw.h --- a/liboctave/oct-fftw.h +++ b/liboctave/oct-fftw.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2001, 2004, 2005, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2001-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/oct-glob.cc b/liboctave/oct-glob.cc --- a/liboctave/oct-glob.cc +++ b/liboctave/oct-glob.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2010 John W. Eaton +Copyright (C) 2010-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/oct-glob.h b/liboctave/oct-glob.h --- a/liboctave/oct-glob.h +++ b/liboctave/oct-glob.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2010 John W. Eaton +Copyright (C) 2010-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/oct-group.cc b/liboctave/oct-group.cc --- a/liboctave/oct-group.cc +++ b/liboctave/oct-group.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2003, 2005, 2006, 2007, 2008 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/oct-group.h b/liboctave/oct-group.h --- a/liboctave/oct-group.h +++ b/liboctave/oct-group.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2005, 2006, 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/oct-inttypes.cc b/liboctave/oct-inttypes.cc --- a/liboctave/oct-inttypes.cc +++ b/liboctave/oct-inttypes.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek -Copyright (C) 2004, 2005, 2006, 2007 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/oct-inttypes.h b/liboctave/oct-inttypes.h --- a/liboctave/oct-inttypes.h +++ b/liboctave/oct-inttypes.h @@ -1,7 +1,7 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek -Copyright (C) 2004, 2005, 2006, 2007 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/oct-locbuf.cc b/liboctave/oct-locbuf.cc --- a/liboctave/oct-locbuf.cc +++ b/liboctave/oct-locbuf.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/oct-locbuf.h b/liboctave/oct-locbuf.h --- a/liboctave/oct-locbuf.h +++ b/liboctave/oct-locbuf.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/liboctave/oct-md5.cc b/liboctave/oct-md5.cc --- a/liboctave/oct-md5.cc +++ b/liboctave/oct-md5.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2007, 2008, 2009 David Bateman +Copyright (C) 2007-2011 David Bateman This file is part of Octave. diff --git a/liboctave/oct-md5.h b/liboctave/oct-md5.h --- a/liboctave/oct-md5.h +++ b/liboctave/oct-md5.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2007 David Bateman +Copyright (C) 2007-2011 David Bateman This file is part of Octave. diff --git a/liboctave/oct-mem.h b/liboctave/oct-mem.h --- a/liboctave/oct-mem.h +++ b/liboctave/oct-mem.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 VZLU Prague +Copyright (C) 2009-2011 VZLU Prague This file is part of Octave. diff --git a/liboctave/oct-mutex.cc b/liboctave/oct-mutex.cc --- a/liboctave/oct-mutex.cc +++ b/liboctave/oct-mutex.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Michael Goffioul +Copyright (C) 2008-2011 Michael Goffioul This file is part of Octave. diff --git a/liboctave/oct-mutex.h b/liboctave/oct-mutex.h --- a/liboctave/oct-mutex.h +++ b/liboctave/oct-mutex.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Michael Goffioul +Copyright (C) 2008-2011 Michael Goffioul This file is part of Octave. diff --git a/liboctave/oct-norm.cc b/liboctave/oct-norm.cc --- a/liboctave/oct-norm.cc +++ b/liboctave/oct-norm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 VZLU Prague, a.s. +Copyright (C) 2008-2011 VZLU Prague, a.s. This file is part of Octave. diff --git a/liboctave/oct-norm.h b/liboctave/oct-norm.h --- a/liboctave/oct-norm.h +++ b/liboctave/oct-norm.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 VZLU Prague, a.s. +Copyright (C) 2008-2011 VZLU Prague, a.s. This file is part of Octave. diff --git a/liboctave/oct-openmp.h b/liboctave/oct-openmp.h --- a/liboctave/oct-openmp.h +++ b/liboctave/oct-openmp.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2010 David Bateman +Copyright (C) 2010-2011 David Bateman This file is part of Octave. diff --git a/liboctave/oct-passwd.cc b/liboctave/oct-passwd.cc --- a/liboctave/oct-passwd.cc +++ b/liboctave/oct-passwd.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2005, 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/oct-passwd.h b/liboctave/oct-passwd.h --- a/liboctave/oct-passwd.h +++ b/liboctave/oct-passwd.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2005, 2006, 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/oct-rand.cc b/liboctave/oct-rand.cc --- a/liboctave/oct-rand.cc +++ b/liboctave/oct-rand.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/oct-rand.h b/liboctave/oct-rand.h --- a/liboctave/oct-rand.h +++ b/liboctave/oct-rand.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/oct-rl-edit.c b/liboctave/oct-rl-edit.c --- a/liboctave/oct-rl-edit.c +++ b/liboctave/oct-rl-edit.c @@ -1,7 +1,6 @@ /* -Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 - John W. Eaton +Copyright (C) 2000-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/oct-rl-edit.h b/liboctave/oct-rl-edit.h --- a/liboctave/oct-rl-edit.h +++ b/liboctave/oct-rl-edit.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008 John W. Eaton +Copyright (C) 2000-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/oct-rl-hist.c b/liboctave/oct-rl-hist.c --- a/liboctave/oct-rl-hist.c +++ b/liboctave/oct-rl-hist.c @@ -1,6 +1,6 @@ /* -Copyright (C) 2000, 2003, 2005, 2007 John W. Eaton +Copyright (C) 2000-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/oct-rl-hist.h b/liboctave/oct-rl-hist.h --- a/liboctave/oct-rl-hist.h +++ b/liboctave/oct-rl-hist.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2000, 2005, 2007 John W. Eaton +Copyright (C) 2000-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/oct-shlib.cc b/liboctave/oct-shlib.cc --- a/liboctave/oct-shlib.cc +++ b/liboctave/oct-shlib.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1999, 2000, 2002, 2003, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1999-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/oct-shlib.h b/liboctave/oct-shlib.h --- a/liboctave/oct-shlib.h +++ b/liboctave/oct-shlib.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1999, 2000, 2002, 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1999-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/liboctave/oct-sort.cc b/liboctave/oct-sort.cc --- a/liboctave/oct-sort.cc +++ b/liboctave/oct-sort.cc @@ -1,7 +1,8 @@ /* -Copyright (C) 2003, 2004, 2005, 2006, 2007 David Bateman -Copyright (C) 2008, 2009 Jaroslav Hajek -Copyright (C) 2009, 2010 VZLU Prague + +Copyright (C) 2003-2011 David Bateman +Copyright (C) 2008-2009 Jaroslav Hajek +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/oct-sort.h b/liboctave/oct-sort.h --- a/liboctave/oct-sort.h +++ b/liboctave/oct-sort.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 David Bateman -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 2003-2011 David Bateman +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/liboctave/oct-sparse.h b/liboctave/oct-sparse.h --- a/liboctave/oct-sparse.h +++ b/liboctave/oct-sparse.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2005, 2006, 2007, 2008 David Bateman +Copyright (C) 2005-2011 David Bateman This file is part of Octave. diff --git a/liboctave/oct-spparms.cc b/liboctave/oct-spparms.cc --- a/liboctave/oct-spparms.cc +++ b/liboctave/oct-spparms.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/liboctave/oct-spparms.h b/liboctave/oct-spparms.h --- a/liboctave/oct-spparms.h +++ b/liboctave/oct-spparms.h @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/liboctave/oct-syscalls.cc b/liboctave/oct-syscalls.cc --- a/liboctave/oct-syscalls.cc +++ b/liboctave/oct-syscalls.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2005, 2006, 2007 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/oct-syscalls.h b/liboctave/oct-syscalls.h --- a/liboctave/oct-syscalls.h +++ b/liboctave/oct-syscalls.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2003, 2005, 2006, 2007 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/oct-time.cc b/liboctave/oct-time.cc --- a/liboctave/oct-time.cc +++ b/liboctave/oct-time.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1999, 2000, 2002, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1999-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/oct-time.h b/liboctave/oct-time.h --- a/liboctave/oct-time.h +++ b/liboctave/oct-time.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1999, 2000, 2005, 2006, 2007 John W. Eaton +Copyright (C) 1999-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/oct-uname.cc b/liboctave/oct-uname.cc --- a/liboctave/oct-uname.cc +++ b/liboctave/oct-uname.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2005, 2007 John W. Eaton +Copyright (C) 2005-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/oct-uname.h b/liboctave/oct-uname.h --- a/liboctave/oct-uname.h +++ b/liboctave/oct-uname.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2005, 2006, 2007 John W. Eaton +Copyright (C) 2005-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/pathlen.h b/liboctave/pathlen.h --- a/liboctave/pathlen.h +++ b/liboctave/pathlen.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2005, 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/pathsearch.cc b/liboctave/pathsearch.cc --- a/liboctave/pathsearch.cc +++ b/liboctave/pathsearch.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/pathsearch.h b/liboctave/pathsearch.h --- a/liboctave/pathsearch.h +++ b/liboctave/pathsearch.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2005, 2006, 2007, 2008 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/randgamma.c b/liboctave/randgamma.c --- a/liboctave/randgamma.c +++ b/liboctave/randgamma.c @@ -1,6 +1,6 @@ /* -Copyright (C) 2006, 2007 John W. Eaton +Copyright (C) 2006-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/randgamma.h b/liboctave/randgamma.h --- a/liboctave/randgamma.h +++ b/liboctave/randgamma.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2006, 2007 John W. Eaton +Copyright (C) 2006-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/randmtzig.c b/liboctave/randmtzig.c --- a/liboctave/randmtzig.c +++ b/liboctave/randmtzig.c @@ -1,6 +1,6 @@ /* -Copyright (C) 2006, 2007, 2008 John W. Eaton +Copyright (C) 2006-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/randmtzig.h b/liboctave/randmtzig.h --- a/liboctave/randmtzig.h +++ b/liboctave/randmtzig.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2006, 2007 John W. Eaton +Copyright (C) 2006-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/randpoisson.c b/liboctave/randpoisson.c --- a/liboctave/randpoisson.c +++ b/liboctave/randpoisson.c @@ -1,6 +1,6 @@ /* -Copyright (C) 2006, 2007, 2008 John W. Eaton +Copyright (C) 2006-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/randpoisson.h b/liboctave/randpoisson.h --- a/liboctave/randpoisson.h +++ b/liboctave/randpoisson.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2006, 2007 John W. Eaton +Copyright (C) 2006-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/regex-match.cc b/liboctave/regex-match.cc --- a/liboctave/regex-match.cc +++ b/liboctave/regex-match.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 David Bateman +Copyright (C) 2008-2011 David Bateman This file is part of Octave. diff --git a/liboctave/regex-match.h b/liboctave/regex-match.h --- a/liboctave/regex-match.h +++ b/liboctave/regex-match.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 David Bateman +Copyright (C) 2008-2011 David Bateman This file is part of Octave. diff --git a/liboctave/sparse-base-chol.cc b/liboctave/sparse-base-chol.cc --- a/liboctave/sparse-base-chol.cc +++ b/liboctave/sparse-base-chol.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2005, 2006, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Andy Adler +Copyright (C) 2005-2011 David Bateman +Copyright (C) 1998-2005 Andy Adler This file is part of Octave. diff --git a/liboctave/sparse-base-chol.h b/liboctave/sparse-base-chol.h --- a/liboctave/sparse-base-chol.h +++ b/liboctave/sparse-base-chol.h @@ -1,7 +1,7 @@ /* -Copyright (C) 2005, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Andy Adler +Copyright (C) 2005-2011 David Bateman +Copyright (C) 1998-2005 Andy Adler This file is part of Octave. diff --git a/liboctave/sparse-base-lu.cc b/liboctave/sparse-base-lu.cc --- a/liboctave/sparse-base-lu.cc +++ b/liboctave/sparse-base-lu.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/liboctave/sparse-base-lu.h b/liboctave/sparse-base-lu.h --- a/liboctave/sparse-base-lu.h +++ b/liboctave/sparse-base-lu.h @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/liboctave/sparse-dmsolve.cc b/liboctave/sparse-dmsolve.cc --- a/liboctave/sparse-dmsolve.cc +++ b/liboctave/sparse-dmsolve.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2006, 2007, 2008 David Bateman +Copyright (C) 2006-2011 David Bateman This file is part of Octave. diff --git a/liboctave/sparse-mk-ops.awk b/liboctave/sparse-mk-ops.awk --- a/liboctave/sparse-mk-ops.awk +++ b/liboctave/sparse-mk-ops.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2005, 2007 John W. Eaton +# Copyright (C) 2004-2011 John W. Eaton # # This file is part of Octave. # diff --git a/liboctave/sparse-mx-ops b/liboctave/sparse-mx-ops --- a/liboctave/sparse-mx-ops +++ b/liboctave/sparse-mx-ops @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2005, 2006, 2007 John W. Eaton +# Copyright (C) 2004-2011 John W. Eaton # # This file is part of Octave. # diff --git a/liboctave/sparse-sort.cc b/liboctave/sparse-sort.cc --- a/liboctave/sparse-sort.cc +++ b/liboctave/sparse-sort.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/liboctave/sparse-sort.h b/liboctave/sparse-sort.h --- a/liboctave/sparse-sort.h +++ b/liboctave/sparse-sort.h @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/liboctave/sparse-util.cc b/liboctave/sparse-util.cc --- a/liboctave/sparse-util.cc +++ b/liboctave/sparse-util.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2005, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Andy Adler +Copyright (C) 2005-2011 David Bateman +Copyright (C) 1998-2005 Andy Adler This file is part of Octave. diff --git a/liboctave/sparse-util.h b/liboctave/sparse-util.h --- a/liboctave/sparse-util.h +++ b/liboctave/sparse-util.h @@ -1,7 +1,7 @@ /* -Copyright (C) 2005, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Andy Adler +Copyright (C) 2005-2011 David Bateman +Copyright (C) 1998-2005 Andy Adler This file is part of Octave. diff --git a/liboctave/statdefs.h b/liboctave/statdefs.h --- a/liboctave/statdefs.h +++ b/liboctave/statdefs.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2002, 2005, 2007 - John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/str-vec.cc b/liboctave/str-vec.cc --- a/liboctave/str-vec.cc +++ b/liboctave/str-vec.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2003, 2005, 2006, 2007, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/str-vec.h b/liboctave/str-vec.h --- a/liboctave/str-vec.h +++ b/liboctave/str-vec.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2003, 2005, 2006, 2007, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/sun-utils.h b/liboctave/sun-utils.h --- a/liboctave/sun-utils.h +++ b/liboctave/sun-utils.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2005, 2007, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/sysdir.h b/liboctave/sysdir.h --- a/liboctave/sysdir.h +++ b/liboctave/sysdir.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1995, 1996, 1997, 2005, 2007 John W. Eaton +Copyright (C) 1995-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/syswait.h b/liboctave/syswait.h --- a/liboctave/syswait.h +++ b/liboctave/syswait.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2005, 2006, 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/uint16NDArray.cc b/liboctave/uint16NDArray.cc --- a/liboctave/uint16NDArray.cc +++ b/liboctave/uint16NDArray.cc @@ -1,7 +1,7 @@ // N-D Array manipulations. /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/uint16NDArray.h b/liboctave/uint16NDArray.h --- a/liboctave/uint16NDArray.h +++ b/liboctave/uint16NDArray.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2007, 2009 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/uint32NDArray.cc b/liboctave/uint32NDArray.cc --- a/liboctave/uint32NDArray.cc +++ b/liboctave/uint32NDArray.cc @@ -1,7 +1,7 @@ // N-D Array manipulations. /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/uint32NDArray.h b/liboctave/uint32NDArray.h --- a/liboctave/uint32NDArray.h +++ b/liboctave/uint32NDArray.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2007, 2009 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/uint64NDArray.cc b/liboctave/uint64NDArray.cc --- a/liboctave/uint64NDArray.cc +++ b/liboctave/uint64NDArray.cc @@ -1,7 +1,7 @@ // N-D Array manipulations. /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/uint64NDArray.h b/liboctave/uint64NDArray.h --- a/liboctave/uint64NDArray.h +++ b/liboctave/uint64NDArray.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2007, 2009 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/uint8NDArray.cc b/liboctave/uint8NDArray.cc --- a/liboctave/uint8NDArray.cc +++ b/liboctave/uint8NDArray.cc @@ -1,7 +1,7 @@ // N-D Array manipulations. /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/uint8NDArray.h b/liboctave/uint8NDArray.h --- a/liboctave/uint8NDArray.h +++ b/liboctave/uint8NDArray.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2007, 2009 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/liboctave/vx-ops b/liboctave/vx-ops --- a/liboctave/vx-ops +++ b/liboctave/vx-ops @@ -1,4 +1,4 @@ -# Copyright (C) 2003, 2004, 2007, 2008 John W. Eaton +# Copyright (C) 2003-2011 John W. Eaton # # This file is part of Octave. # diff --git a/mk-opts.pl b/mk-opts.pl --- a/mk-opts.pl +++ b/mk-opts.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl # -# Copyright (C) 2002, 2005, 2006, 2007, 2008 John W. Eaton +# Copyright (C) 2002-2011 John W. Eaton # # This file is part of Octave. # diff --git a/mkoctfile.cc.in b/mkoctfile.cc.in --- a/mkoctfile.cc.in +++ b/mkoctfile.cc.in @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Michael Goffioul +Copyright (C) 2008-2011 Michael Goffioul This file is part of Octave. diff --git a/mkoctfile.in b/mkoctfile.in --- a/mkoctfile.in +++ b/mkoctfile.in @@ -3,8 +3,7 @@ ## mkoctfile -- create a .oct file suitable for dynamic linking by ## Octave. ## -## Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005, -## 2006, 2007, 2009 John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/octave-config.cc.in b/octave-config.cc.in --- a/octave-config.cc.in +++ b/octave-config.cc.in @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Michael Goffioul +Copyright (C) 2008-2011 Michael Goffioul This file is part of Octave. diff --git a/octave-config.in b/octave-config.in --- a/octave-config.in +++ b/octave-config.in @@ -2,7 +2,7 @@ ## ## octave-config - reports some configuration values for Octave ## -## Copyright (C) 2001, 2003, 2006, 2007 John W. Eaton +## Copyright (C) 2001-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/run-octave.in b/run-octave.in --- a/run-octave.in +++ b/run-octave.in @@ -2,7 +2,7 @@ ## ## run-octave -- run Octave in the build tree. ## -## Copyright (C) 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/@ftp/ascii.m b/scripts/@ftp/ascii.m --- a/scripts/@ftp/ascii.m +++ b/scripts/@ftp/ascii.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 David Bateman +## Copyright (C) 2009-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/@ftp/binary.m b/scripts/@ftp/binary.m --- a/scripts/@ftp/binary.m +++ b/scripts/@ftp/binary.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 David Bateman +## Copyright (C) 2009-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/@ftp/cd.m b/scripts/@ftp/cd.m --- a/scripts/@ftp/cd.m +++ b/scripts/@ftp/cd.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 David Bateman +## Copyright (C) 2009-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/@ftp/close.m b/scripts/@ftp/close.m --- a/scripts/@ftp/close.m +++ b/scripts/@ftp/close.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 David Bateman +## Copyright (C) 2009-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/@ftp/delete.m b/scripts/@ftp/delete.m --- a/scripts/@ftp/delete.m +++ b/scripts/@ftp/delete.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 David Bateman +## Copyright (C) 2009-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/@ftp/dir.m b/scripts/@ftp/dir.m --- a/scripts/@ftp/dir.m +++ b/scripts/@ftp/dir.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 David Bateman +## Copyright (C) 2009-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/@ftp/display.m b/scripts/@ftp/display.m --- a/scripts/@ftp/display.m +++ b/scripts/@ftp/display.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 David Bateman +## Copyright (C) 2009-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/@ftp/ftp.m b/scripts/@ftp/ftp.m --- a/scripts/@ftp/ftp.m +++ b/scripts/@ftp/ftp.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 David Bateman +## Copyright (C) 2009-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/@ftp/loadobj.m b/scripts/@ftp/loadobj.m --- a/scripts/@ftp/loadobj.m +++ b/scripts/@ftp/loadobj.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 David Bateman +## Copyright (C) 2009-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/@ftp/mget.m b/scripts/@ftp/mget.m --- a/scripts/@ftp/mget.m +++ b/scripts/@ftp/mget.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 David Bateman +## Copyright (C) 2009-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/@ftp/mkdir.m b/scripts/@ftp/mkdir.m --- a/scripts/@ftp/mkdir.m +++ b/scripts/@ftp/mkdir.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 David Bateman +## Copyright (C) 2009-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/@ftp/mput.m b/scripts/@ftp/mput.m --- a/scripts/@ftp/mput.m +++ b/scripts/@ftp/mput.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 David Bateman +## Copyright (C) 2009-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/@ftp/rename.m b/scripts/@ftp/rename.m --- a/scripts/@ftp/rename.m +++ b/scripts/@ftp/rename.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 David Bateman +## Copyright (C) 2009-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/@ftp/rmdir.m b/scripts/@ftp/rmdir.m --- a/scripts/@ftp/rmdir.m +++ b/scripts/@ftp/rmdir.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 David Bateman +## Copyright (C) 2009-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/@ftp/saveobj.m b/scripts/@ftp/saveobj.m --- a/scripts/@ftp/saveobj.m +++ b/scripts/@ftp/saveobj.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 David Bateman +## Copyright (C) 2009-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2011-01-14 John W. Eaton + + * Update copyright notices for 2011. + 2011-01-13 Michael Godfrey * plot/contourc.m: Correct one argument case. diff --git a/scripts/Makefile.am b/scripts/Makefile.am --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,7 +1,6 @@ # Makefile for octave's scripts directory # -# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +# Copyright (C) 1993-2011 John W. Eaton # # This file is part of Octave. # diff --git a/scripts/audio/lin2mu.m b/scripts/audio/lin2mu.m --- a/scripts/audio/lin2mu.m +++ b/scripts/audio/lin2mu.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1999, 2000, 2002, 2004, 2005, 2006, -## 2007 John W. Eaton +## Copyright (C) 1995-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/audio/loadaudio.m b/scripts/audio/loadaudio.m --- a/scripts/audio/loadaudio.m +++ b/scripts/audio/loadaudio.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2004, 2005, 2006, -## 2007 John W. Eaton +## Copyright (C) 1995-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/audio/mu2lin.m b/scripts/audio/mu2lin.m --- a/scripts/audio/mu2lin.m +++ b/scripts/audio/mu2lin.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1999, 2000, 2002, 2004, 2005, 2006, -## 2007 John W. Eaton +## Copyright (C) 1995-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/audio/playaudio.m b/scripts/audio/playaudio.m --- a/scripts/audio/playaudio.m +++ b/scripts/audio/playaudio.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, -## 2005, 2006, 2007 John W. Eaton +## Copyright (C) 1995-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/audio/record.m b/scripts/audio/record.m --- a/scripts/audio/record.m +++ b/scripts/audio/record.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2003, 2004, 2005, -## 2006, 2007 John W. Eaton +## Copyright (C) 1995-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/audio/saveaudio.m b/scripts/audio/saveaudio.m --- a/scripts/audio/saveaudio.m +++ b/scripts/audio/saveaudio.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2004, 2005, 2006, -## 2007 John W. Eaton +## Copyright (C) 1995-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/audio/setaudio.m b/scripts/audio/setaudio.m --- a/scripts/audio/setaudio.m +++ b/scripts/audio/setaudio.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2000, 2005, 2006, 2007 John W. Eaton +## Copyright (C) 1995-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/audio/wavread.m b/scripts/audio/wavread.m --- a/scripts/audio/wavread.m +++ b/scripts/audio/wavread.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2008, 2009 Michael Zeising +## Copyright (C) 2005-2011 Michael Zeising ## ## This file is part of Octave. ## diff --git a/scripts/audio/wavwrite.m b/scripts/audio/wavwrite.m --- a/scripts/audio/wavwrite.m +++ b/scripts/audio/wavwrite.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2009 Michael Zeising +## Copyright (C) 2005-2011 Michael Zeising ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/autocor.m b/scripts/deprecated/autocor.m --- a/scripts/deprecated/autocor.m +++ b/scripts/deprecated/autocor.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007 -## Friedrich Leisch +## Copyright (C) 1995-2011 Friedrich Leisch ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/autocov.m b/scripts/deprecated/autocov.m --- a/scripts/deprecated/autocov.m +++ b/scripts/deprecated/autocov.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2005, -## 2007 Friedrich Leisch +## Copyright (C) 1995-2011 Friedrich Leisch ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/betai.m b/scripts/deprecated/betai.m --- a/scripts/deprecated/betai.m +++ b/scripts/deprecated/betai.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2005, 2006, -## 2007 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/cellidx.m b/scripts/deprecated/cellidx.m --- a/scripts/deprecated/cellidx.m +++ b/scripts/deprecated/cellidx.m @@ -1,5 +1,4 @@ -## Copyright (C) 2000, 2004, 2005, 2006, 2007, 2008, 2009 -## Auburn University. All rights reserved. +## Copyright (C) 2000-2011 Auburn University. All rights reserved. ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/clg.m b/scripts/deprecated/clg.m --- a/scripts/deprecated/clg.m +++ b/scripts/deprecated/clg.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/complement.m b/scripts/deprecated/complement.m --- a/scripts/deprecated/complement.m +++ b/scripts/deprecated/complement.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1996, 1997, 1999, 2000, 2004, 2005, 2006, 2007, -## 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/create_set.m b/scripts/deprecated/create_set.m --- a/scripts/deprecated/create_set.m +++ b/scripts/deprecated/create_set.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1996, 1997, 1999, 2000, 2004, 2005, 2006, 2007, -## 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/dispatch.m b/scripts/deprecated/dispatch.m --- a/scripts/deprecated/dispatch.m +++ b/scripts/deprecated/dispatch.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 John W. Eaton +## Copyright (C) 2010-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/dmult.m b/scripts/deprecated/dmult.m --- a/scripts/deprecated/dmult.m +++ b/scripts/deprecated/dmult.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, -## 2007, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/fstat.m b/scripts/deprecated/fstat.m --- a/scripts/deprecated/fstat.m +++ b/scripts/deprecated/fstat.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 VZLU Prague +## Copyright (C) 2010-2011 VZLU Prague ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/gammai.m b/scripts/deprecated/gammai.m --- a/scripts/deprecated/gammai.m +++ b/scripts/deprecated/gammai.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2005, 2006, -## 2007 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/intwarning.m b/scripts/deprecated/intwarning.m --- a/scripts/deprecated/intwarning.m +++ b/scripts/deprecated/intwarning.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/is_global.m b/scripts/deprecated/is_global.m --- a/scripts/deprecated/is_global.m +++ b/scripts/deprecated/is_global.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2005, 2006, -## 2007, 2010 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/iscommand.m b/scripts/deprecated/iscommand.m --- a/scripts/deprecated/iscommand.m +++ b/scripts/deprecated/iscommand.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 John W. Eaton +## Copyright (C) 2009-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/israwcommand.m b/scripts/deprecated/israwcommand.m --- a/scripts/deprecated/israwcommand.m +++ b/scripts/deprecated/israwcommand.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 John W. Eaton +## Copyright (C) 2009-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/isstr.m b/scripts/deprecated/isstr.m --- a/scripts/deprecated/isstr.m +++ b/scripts/deprecated/isstr.m @@ -1,4 +1,4 @@ -## Copyright (C) 2003, 2005, 2007, 2008 John W. Eaton +## Copyright (C) 2003-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/lchol.m b/scripts/deprecated/lchol.m --- a/scripts/deprecated/lchol.m +++ b/scripts/deprecated/lchol.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/loadimage.m b/scripts/deprecated/loadimage.m --- a/scripts/deprecated/loadimage.m +++ b/scripts/deprecated/loadimage.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2004, 2005, -## 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/mark_as_command.m b/scripts/deprecated/mark_as_command.m --- a/scripts/deprecated/mark_as_command.m +++ b/scripts/deprecated/mark_as_command.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 John W. Eaton +## Copyright (C) 2009-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/mark_as_rawcommand.m b/scripts/deprecated/mark_as_rawcommand.m --- a/scripts/deprecated/mark_as_rawcommand.m +++ b/scripts/deprecated/mark_as_rawcommand.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 John W. Eaton +## Copyright (C) 2009-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/setstr.m b/scripts/deprecated/setstr.m --- a/scripts/deprecated/setstr.m +++ b/scripts/deprecated/setstr.m @@ -1,4 +1,4 @@ -## Copyright (C) 2003, 2005, 2007, 2008 John W. Eaton +## Copyright (C) 2003-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/spatan2.m b/scripts/deprecated/spatan2.m --- a/scripts/deprecated/spatan2.m +++ b/scripts/deprecated/spatan2.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/spchol.m b/scripts/deprecated/spchol.m --- a/scripts/deprecated/spchol.m +++ b/scripts/deprecated/spchol.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/spchol2inv.m b/scripts/deprecated/spchol2inv.m --- a/scripts/deprecated/spchol2inv.m +++ b/scripts/deprecated/spchol2inv.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/spcholinv.m b/scripts/deprecated/spcholinv.m --- a/scripts/deprecated/spcholinv.m +++ b/scripts/deprecated/spcholinv.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/spcumprod.m b/scripts/deprecated/spcumprod.m --- a/scripts/deprecated/spcumprod.m +++ b/scripts/deprecated/spcumprod.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/spcumsum.m b/scripts/deprecated/spcumsum.m --- a/scripts/deprecated/spcumsum.m +++ b/scripts/deprecated/spcumsum.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/spdet.m b/scripts/deprecated/spdet.m --- a/scripts/deprecated/spdet.m +++ b/scripts/deprecated/spdet.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/spdiag.m b/scripts/deprecated/spdiag.m --- a/scripts/deprecated/spdiag.m +++ b/scripts/deprecated/spdiag.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/spfind.m b/scripts/deprecated/spfind.m --- a/scripts/deprecated/spfind.m +++ b/scripts/deprecated/spfind.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/sphcat.m b/scripts/deprecated/sphcat.m --- a/scripts/deprecated/sphcat.m +++ b/scripts/deprecated/sphcat.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2005, 2006, 2007, 2009 David Bateman and Andy Adler +## Copyright (C) 2004-2011 David Bateman and Andy Adler ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/spinv.m b/scripts/deprecated/spinv.m --- a/scripts/deprecated/spinv.m +++ b/scripts/deprecated/spinv.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/spkron.m b/scripts/deprecated/spkron.m --- a/scripts/deprecated/spkron.m +++ b/scripts/deprecated/spkron.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 John W. Eaton +## Copyright (C) 2008-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/splchol.m b/scripts/deprecated/splchol.m --- a/scripts/deprecated/splchol.m +++ b/scripts/deprecated/splchol.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/split.m b/scripts/deprecated/split.m --- a/scripts/deprecated/split.m +++ b/scripts/deprecated/split.m @@ -1,4 +1,4 @@ -## Copyright (C) 1996, 1999, 2000, 2005, 2006, 2007, 2009 Kurt Hornik +## Copyright (C) 1996-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/splu.m b/scripts/deprecated/splu.m --- a/scripts/deprecated/splu.m +++ b/scripts/deprecated/splu.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/spmax.m b/scripts/deprecated/spmax.m --- a/scripts/deprecated/spmax.m +++ b/scripts/deprecated/spmax.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/spmin.m b/scripts/deprecated/spmin.m --- a/scripts/deprecated/spmin.m +++ b/scripts/deprecated/spmin.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/spprod.m b/scripts/deprecated/spprod.m --- a/scripts/deprecated/spprod.m +++ b/scripts/deprecated/spprod.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/spqr.m b/scripts/deprecated/spqr.m --- a/scripts/deprecated/spqr.m +++ b/scripts/deprecated/spqr.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/spsum.m b/scripts/deprecated/spsum.m --- a/scripts/deprecated/spsum.m +++ b/scripts/deprecated/spsum.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/spsumsq.m b/scripts/deprecated/spsumsq.m --- a/scripts/deprecated/spsumsq.m +++ b/scripts/deprecated/spsumsq.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/spvcat.m b/scripts/deprecated/spvcat.m --- a/scripts/deprecated/spvcat.m +++ b/scripts/deprecated/spvcat.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2005, 2006, 2007, 2009 David Bateman and Andy Adler +## Copyright (C) 2004-2011 David Bateman and Andy Adler ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/str2mat.m b/scripts/deprecated/str2mat.m --- a/scripts/deprecated/str2mat.m +++ b/scripts/deprecated/str2mat.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1998, 1999, 2000, 2002, 2004, 2005, 2006, 2007, -## 2008, 2009 Kurt Hornik +## Copyright (C) 1996-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/unmark_command.m b/scripts/deprecated/unmark_command.m --- a/scripts/deprecated/unmark_command.m +++ b/scripts/deprecated/unmark_command.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 John W. Eaton +## Copyright (C) 2009-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/unmark_rawcommand.m b/scripts/deprecated/unmark_rawcommand.m --- a/scripts/deprecated/unmark_rawcommand.m +++ b/scripts/deprecated/unmark_rawcommand.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 John W. Eaton +## Copyright (C) 2009-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/values.m b/scripts/deprecated/values.m --- a/scripts/deprecated/values.m +++ b/scripts/deprecated/values.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2005, 2006, -## 2007, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/weibcdf.m b/scripts/deprecated/weibcdf.m --- a/scripts/deprecated/weibcdf.m +++ b/scripts/deprecated/weibcdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/weibinv.m b/scripts/deprecated/weibinv.m --- a/scripts/deprecated/weibinv.m +++ b/scripts/deprecated/weibinv.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/weibpdf.m b/scripts/deprecated/weibpdf.m --- a/scripts/deprecated/weibpdf.m +++ b/scripts/deprecated/weibpdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/deprecated/weibrnd.m b/scripts/deprecated/weibrnd.m --- a/scripts/deprecated/weibrnd.m +++ b/scripts/deprecated/weibrnd.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/elfun/acosd.m b/scripts/elfun/acosd.m --- a/scripts/elfun/acosd.m +++ b/scripts/elfun/acosd.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 David Bateman +## Copyright (C) 2006-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/elfun/acot.m b/scripts/elfun/acot.m --- a/scripts/elfun/acot.m +++ b/scripts/elfun/acot.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1996, 1997, 1999, 2000, 2004, 2005, 2006, 2007, -## 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/elfun/acotd.m b/scripts/elfun/acotd.m --- a/scripts/elfun/acotd.m +++ b/scripts/elfun/acotd.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 David Bateman +## Copyright (C) 2006-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/elfun/acoth.m b/scripts/elfun/acoth.m --- a/scripts/elfun/acoth.m +++ b/scripts/elfun/acoth.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1996, 1997, 2000, 2004, 2005, 2006, 2007, 2008, 2009 -## John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/elfun/acsc.m b/scripts/elfun/acsc.m --- a/scripts/elfun/acsc.m +++ b/scripts/elfun/acsc.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1996, 1997, 1999, 2000, 2005, 2006, 2007, 2008, 2009 -## John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/elfun/acscd.m b/scripts/elfun/acscd.m --- a/scripts/elfun/acscd.m +++ b/scripts/elfun/acscd.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 David Bateman +## Copyright (C) 2006-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/elfun/acsch.m b/scripts/elfun/acsch.m --- a/scripts/elfun/acsch.m +++ b/scripts/elfun/acsch.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1996, 1997, 1999, 2000, 2005, 2006, 2007, 2008, 2009 -## John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/elfun/asec.m b/scripts/elfun/asec.m --- a/scripts/elfun/asec.m +++ b/scripts/elfun/asec.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1996, 1997, 1999, 2000, 2005, 2006, 2007, 2008, 2009 -## John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/elfun/asecd.m b/scripts/elfun/asecd.m --- a/scripts/elfun/asecd.m +++ b/scripts/elfun/asecd.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 David Bateman +## Copyright (C) 2006-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/elfun/asech.m b/scripts/elfun/asech.m --- a/scripts/elfun/asech.m +++ b/scripts/elfun/asech.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1996, 1997, 1999, 2000, 2005, 2006, 2007, 2008, 2009 -## John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/elfun/asind.m b/scripts/elfun/asind.m --- a/scripts/elfun/asind.m +++ b/scripts/elfun/asind.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 David Bateman +## Copyright (C) 2006-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/elfun/atand.m b/scripts/elfun/atand.m --- a/scripts/elfun/atand.m +++ b/scripts/elfun/atand.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 David Bateman +## Copyright (C) 2006-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/elfun/cosd.m b/scripts/elfun/cosd.m --- a/scripts/elfun/cosd.m +++ b/scripts/elfun/cosd.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 David Bateman +## Copyright (C) 2006-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/elfun/cot.m b/scripts/elfun/cot.m --- a/scripts/elfun/cot.m +++ b/scripts/elfun/cot.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1996, 1997, 1999, 2000, 2005, 2006, 2007, 2008, 2009 -## John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/elfun/cotd.m b/scripts/elfun/cotd.m --- a/scripts/elfun/cotd.m +++ b/scripts/elfun/cotd.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 David Bateman +## Copyright (C) 2006-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/elfun/coth.m b/scripts/elfun/coth.m --- a/scripts/elfun/coth.m +++ b/scripts/elfun/coth.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1996, 1997, 1999, 2000, 2002, 2005, 2006, 2007, -## 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/elfun/csc.m b/scripts/elfun/csc.m --- a/scripts/elfun/csc.m +++ b/scripts/elfun/csc.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1996, 1997, 1999, 2000, 2005, 2006, 2007, 2008, 2009 -## John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/elfun/cscd.m b/scripts/elfun/cscd.m --- a/scripts/elfun/cscd.m +++ b/scripts/elfun/cscd.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 David Bateman +## Copyright (C) 2006-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/elfun/csch.m b/scripts/elfun/csch.m --- a/scripts/elfun/csch.m +++ b/scripts/elfun/csch.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1996, 1997, 1999, 2000, 2005, 2006, 2007, 2008, 2009 -## John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/elfun/lcm.m b/scripts/elfun/lcm.m --- a/scripts/elfun/lcm.m +++ b/scripts/elfun/lcm.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2004, 2005, -## 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/elfun/sec.m b/scripts/elfun/sec.m --- a/scripts/elfun/sec.m +++ b/scripts/elfun/sec.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2005, 2006, 2007, -## 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/elfun/secd.m b/scripts/elfun/secd.m --- a/scripts/elfun/secd.m +++ b/scripts/elfun/secd.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 David Bateman +## Copyright (C) 2006-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/elfun/sech.m b/scripts/elfun/sech.m --- a/scripts/elfun/sech.m +++ b/scripts/elfun/sech.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2005, 2006, 2007, -## 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/elfun/sind.m b/scripts/elfun/sind.m --- a/scripts/elfun/sind.m +++ b/scripts/elfun/sind.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 David Bateman +## Copyright (C) 2006-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/elfun/tand.m b/scripts/elfun/tand.m --- a/scripts/elfun/tand.m +++ b/scripts/elfun/tand.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 David Bateman +## Copyright (C) 2006-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/general/accumarray.m b/scripts/general/accumarray.m --- a/scripts/general/accumarray.m +++ b/scripts/general/accumarray.m @@ -1,5 +1,5 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman -## Copyright (C) 2009, 2010 VZLU Prague +## Copyright (C) 2007-2011 David Bateman +## Copyright (C) 2009-2010 VZLU Prague ## ## This file is part of Octave. ## diff --git a/scripts/general/accumdim.m b/scripts/general/accumdim.m --- a/scripts/general/accumdim.m +++ b/scripts/general/accumdim.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 VZLU Prague +## Copyright (C) 2010-2011 VZLU Prague ## ## This file is part of Octave. ## diff --git a/scripts/general/arrayfun.m b/scripts/general/arrayfun.m --- a/scripts/general/arrayfun.m +++ b/scripts/general/arrayfun.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008, 2009 Bill Denney +## Copyright (C) 2006-2011 Bill Denney ## Copyright (C) 2009 Jaroslav Hajek ## ## This file is part of Octave. diff --git a/scripts/general/bicubic.m b/scripts/general/bicubic.m --- a/scripts/general/bicubic.m +++ b/scripts/general/bicubic.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2008, 2009 Hoxide Ma +## Copyright (C) 2005-2011 Hoxide Ma ## ## This file is part of Octave. ## diff --git a/scripts/general/bitcmp.m b/scripts/general/bitcmp.m --- a/scripts/general/bitcmp.m +++ b/scripts/general/bitcmp.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2005, 2006, 2007, 2009 David Bateman +## Copyright (C) 2004-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/general/bitget.m b/scripts/general/bitget.m --- a/scripts/general/bitget.m +++ b/scripts/general/bitget.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2005, 2006, 2007, 2009 David Bateman +## Copyright (C) 2004-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/general/bitset.m b/scripts/general/bitset.m --- a/scripts/general/bitset.m +++ b/scripts/general/bitset.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2005, 2006, 2007, 2009 David Bateman +## Copyright (C) 2004-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/general/blkdiag.m b/scripts/general/blkdiag.m --- a/scripts/general/blkdiag.m +++ b/scripts/general/blkdiag.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2005, 2006, 2007, 2008 Daniel Calvelo +## Copyright (C) 2000-2011 Daniel Calvelo ## ## This file is part of Octave. ## diff --git a/scripts/general/cart2pol.m b/scripts/general/cart2pol.m --- a/scripts/general/cart2pol.m +++ b/scripts/general/cart2pol.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2009 Kai Habel +## Copyright (C) 2000-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/general/cart2sph.m b/scripts/general/cart2sph.m --- a/scripts/general/cart2sph.m +++ b/scripts/general/cart2sph.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2009 Kai Habel +## Copyright (C) 2000-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/general/cell2mat.m b/scripts/general/cell2mat.m --- a/scripts/general/cell2mat.m +++ b/scripts/general/cell2mat.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2008 Laurent Mazet +## Copyright (C) 2005-2011 Laurent Mazet ## Copyright (C) 2010 Jaroslav Hajek ## ## This file is part of Octave. diff --git a/scripts/general/celldisp.m b/scripts/general/celldisp.m --- a/scripts/general/celldisp.m +++ b/scripts/general/celldisp.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/general/chop.m b/scripts/general/chop.m --- a/scripts/general/chop.m +++ b/scripts/general/chop.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 John W. Eaton +## Copyright (C) 2010-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/general/circshift.m b/scripts/general/circshift.m --- a/scripts/general/circshift.m +++ b/scripts/general/circshift.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman +## Copyright (C) 2004-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/general/colon.m b/scripts/general/colon.m --- a/scripts/general/colon.m +++ b/scripts/general/colon.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/general/common_size.m b/scripts/general/common_size.m --- a/scripts/general/common_size.m +++ b/scripts/general/common_size.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1999, 2000, 2002, 2004, 2005, 2007 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## Copyright (C) 2009 VZLU Prague ## Copyright (C) 2009 Jaroslav Hajek ## diff --git a/scripts/general/cplxpair.m b/scripts/general/cplxpair.m --- a/scripts/general/cplxpair.m +++ b/scripts/general/cplxpair.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2006, 2007, 2008, 2009 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/general/cumtrapz.m b/scripts/general/cumtrapz.m --- a/scripts/general/cumtrapz.m +++ b/scripts/general/cumtrapz.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2006, 2007, 2009 Kai Habel +## Copyright (C) 2000-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/general/curl.m b/scripts/general/curl.m --- a/scripts/general/curl.m +++ b/scripts/general/curl.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009, 2010 Kai Habel +## Copyright (C) 2009-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/general/dblquad.m b/scripts/general/dblquad.m --- a/scripts/general/dblquad.m +++ b/scripts/general/dblquad.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/general/deal.m b/scripts/general/deal.m --- a/scripts/general/deal.m +++ b/scripts/general/deal.m @@ -1,4 +1,4 @@ -## Copyright (C) 1998, 2004, 2005, 2006, 2007 Ariel Tankus +## Copyright (C) 1998-2011 Ariel Tankus ## ## This file is part of Octave. ## diff --git a/scripts/general/del2.m b/scripts/general/del2.m --- a/scripts/general/del2.m +++ b/scripts/general/del2.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2007, 2008, 2009 Kai Habel +## Copyright (C) 2000-2011 Kai Habel ## Copyright (C) 2007 David Bateman ## ## This file is part of Octave. diff --git a/scripts/general/display.m b/scripts/general/display.m --- a/scripts/general/display.m +++ b/scripts/general/display.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/general/divergence.m b/scripts/general/divergence.m --- a/scripts/general/divergence.m +++ b/scripts/general/divergence.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009, 2010 Kai Habel +## Copyright (C) 2009-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/general/flipdim.m b/scripts/general/flipdim.m --- a/scripts/general/flipdim.m +++ b/scripts/general/flipdim.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2005, 2006, 2007 David Bateman +## Copyright (C) 2004-2011 David Bateman ## Copyright (C) 2009 VZLU Prague ## ## This file is part of Octave. diff --git a/scripts/general/fliplr.m b/scripts/general/fliplr.m --- a/scripts/general/fliplr.m +++ b/scripts/general/fliplr.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2004, 2005, -## 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/general/flipud.m b/scripts/general/flipud.m --- a/scripts/general/flipud.m +++ b/scripts/general/flipud.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2004, 2005, -## 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/general/genvarname.m b/scripts/general/genvarname.m --- a/scripts/general/genvarname.m +++ b/scripts/general/genvarname.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Bill Denney, Robert Platt +## Copyright (C) 2008-2011 Bill Denney, Robert Platt ## ## This file is part of Octave. ## diff --git a/scripts/general/gradient.m b/scripts/general/gradient.m --- a/scripts/general/gradient.m +++ b/scripts/general/gradient.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2006, 2007, 2008, 2009 Kai Habel +## Copyright (C) 2000-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/general/idivide.m b/scripts/general/idivide.m --- a/scripts/general/idivide.m +++ b/scripts/general/idivide.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/general/int2str.m b/scripts/general/int2str.m --- a/scripts/general/int2str.m +++ b/scripts/general/int2str.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, -## 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/general/interp1.m b/scripts/general/interp1.m --- a/scripts/general/interp1.m +++ b/scripts/general/interp1.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2006, 2007, 2008, 2009 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## Copyright (C) 2009 VZLU Prague ## ## This file is part of Octave. diff --git a/scripts/general/interp1q.m b/scripts/general/interp1q.m --- a/scripts/general/interp1q.m +++ b/scripts/general/interp1q.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/general/interp2.m b/scripts/general/interp2.m --- a/scripts/general/interp2.m +++ b/scripts/general/interp2.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2006, 2007, 2008 Kai Habel +## Copyright (C) 2000-2011 Kai Habel ## Copyright (C) 2009 Jaroslav Hajek ## ## This file is part of Octave. diff --git a/scripts/general/interp3.m b/scripts/general/interp3.m --- a/scripts/general/interp3.m +++ b/scripts/general/interp3.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/general/interpft.m b/scripts/general/interpft.m --- a/scripts/general/interpft.m +++ b/scripts/general/interpft.m @@ -1,4 +1,4 @@ -## Copyright (C) 2001, 2006, 2007, 2008, 2009 Paul Kienzle +## Copyright (C) 2001-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/general/interpn.m b/scripts/general/interpn.m --- a/scripts/general/interpn.m +++ b/scripts/general/interpn.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/general/is_duplicate_entry.m b/scripts/general/is_duplicate_entry.m --- a/scripts/general/is_duplicate_entry.m +++ b/scripts/general/is_duplicate_entry.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, 2007 -## A. S. Hodel +## Copyright (C) 1996-2011 A. S. Hodel ## ## This file is part of Octave. ## diff --git a/scripts/general/isa.m b/scripts/general/isa.m --- a/scripts/general/isa.m +++ b/scripts/general/isa.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2005, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2004-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/general/isdir.m b/scripts/general/isdir.m --- a/scripts/general/isdir.m +++ b/scripts/general/isdir.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2006, 2007 Alois Schloegl +## Copyright (C) 2004-2011 Alois Schloegl ## ## This file is part of Octave. ## diff --git a/scripts/general/isequal.m b/scripts/general/isequal.m --- a/scripts/general/isequal.m +++ b/scripts/general/isequal.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007 William Poetra Yoga Hadisoeseno +## Copyright (C) 2005-2011 William Poetra Yoga Hadisoeseno ## ## This file is part of Octave. ## diff --git a/scripts/general/isequalwithequalnans.m b/scripts/general/isequalwithequalnans.m --- a/scripts/general/isequalwithequalnans.m +++ b/scripts/general/isequalwithequalnans.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007 William Poetra Yoga Hadisoeseno +## Copyright (C) 2005-2011 William Poetra Yoga Hadisoeseno ## ## This file is part of Octave. ## diff --git a/scripts/general/isscalar.m b/scripts/general/isscalar.m --- a/scripts/general/isscalar.m +++ b/scripts/general/isscalar.m @@ -1,4 +1,4 @@ -## Copyright (C) 1996, 1997, 2002, 2004, 2005, 2006, 2007, 2008 John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/general/issquare.m b/scripts/general/issquare.m --- a/scripts/general/issquare.m +++ b/scripts/general/issquare.m @@ -1,4 +1,4 @@ -## Copyright (C) 1996, 1997, 2002, 2004, 2005, 2006, 2007, 2008 John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/general/isvector.m b/scripts/general/isvector.m --- a/scripts/general/isvector.m +++ b/scripts/general/isvector.m @@ -1,4 +1,4 @@ -## Copyright (C) 1996, 1997, 2002, 2004, 2005, 2006, 2007, 2008 John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/general/loadobj.m b/scripts/general/loadobj.m --- a/scripts/general/loadobj.m +++ b/scripts/general/loadobj.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/general/logspace.m b/scripts/general/logspace.m --- a/scripts/general/logspace.m +++ b/scripts/general/logspace.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2004, 2005, -## 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/general/nargchk.m b/scripts/general/nargchk.m --- a/scripts/general/nargchk.m +++ b/scripts/general/nargchk.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Bill Denney +## Copyright (C) 2008-2011 Bill Denney ## ## This file is part of Octave. ## diff --git a/scripts/general/nargoutchk.m b/scripts/general/nargoutchk.m --- a/scripts/general/nargoutchk.m +++ b/scripts/general/nargoutchk.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Bill Denney +## Copyright (C) 2008-2011 Bill Denney ## ## This file is part of Octave. ## diff --git a/scripts/general/nextpow2.m b/scripts/general/nextpow2.m --- a/scripts/general/nextpow2.m +++ b/scripts/general/nextpow2.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1999, 2000, 2002, 2004, 2005, 2006, -## 2007, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/general/num2str.m b/scripts/general/num2str.m --- a/scripts/general/num2str.m +++ b/scripts/general/num2str.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, -## 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/general/perror.m b/scripts/general/perror.m --- a/scripts/general/perror.m +++ b/scripts/general/perror.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2004, 2005, -## 2006, 2007 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/general/pol2cart.m b/scripts/general/pol2cart.m --- a/scripts/general/pol2cart.m +++ b/scripts/general/pol2cart.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2009 Kai Habel +## Copyright (C) 2000-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/general/polyarea.m b/scripts/general/polyarea.m --- a/scripts/general/polyarea.m +++ b/scripts/general/polyarea.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2006, 2007, 2009 David M. Doolin +## Copyright (C) 1999-2011 David M. Doolin ## ## This file is part of Octave. ## diff --git a/scripts/general/postpad.m b/scripts/general/postpad.m --- a/scripts/general/postpad.m +++ b/scripts/general/postpad.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, -## 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/general/prepad.m b/scripts/general/prepad.m --- a/scripts/general/prepad.m +++ b/scripts/general/prepad.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, -## 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/general/private/__isequal__.m b/scripts/general/private/__isequal__.m --- a/scripts/general/private/__isequal__.m +++ b/scripts/general/private/__isequal__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2005, 2006, 2007, 2009 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/general/private/__splinen__.m b/scripts/general/private/__splinen__.m --- a/scripts/general/private/__splinen__.m +++ b/scripts/general/private/__splinen__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/general/quadgk.m b/scripts/general/quadgk.m --- a/scripts/general/quadgk.m +++ b/scripts/general/quadgk.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/general/quadl.m b/scripts/general/quadl.m --- a/scripts/general/quadl.m +++ b/scripts/general/quadl.m @@ -1,4 +1,4 @@ -## Copyright (C) 1998, 2006, 2007, 2008, 2009 Walter Gautschi +## Copyright (C) 1998-2011 Walter Gautschi ## ## This file is part of Octave. ## diff --git a/scripts/general/quadv.m b/scripts/general/quadv.m --- a/scripts/general/quadv.m +++ b/scripts/general/quadv.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/general/randi.m b/scripts/general/randi.m --- a/scripts/general/randi.m +++ b/scripts/general/randi.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Rik Wehbring +## Copyright (C) 2010-2011 Rik Wehbring ## ## This file is part of Octave. ## diff --git a/scripts/general/rat.m b/scripts/general/rat.m --- a/scripts/general/rat.m +++ b/scripts/general/rat.m @@ -1,4 +1,4 @@ -## Copyright (C) 2001, 2007, 2008, 2009 Paul Kienzle +## Copyright (C) 2001-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/general/repmat.m b/scripts/general/repmat.m --- a/scripts/general/repmat.m +++ b/scripts/general/repmat.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2002, 2004, 2005, 2006, 2007, 2009 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## Copyright (C) 2008 Jaroslav Hajek ## ## This file is part of Octave. diff --git a/scripts/general/rot90.m b/scripts/general/rot90.m --- a/scripts/general/rot90.m +++ b/scripts/general/rot90.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2004, 2005, -## 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/general/rotdim.m b/scripts/general/rotdim.m --- a/scripts/general/rotdim.m +++ b/scripts/general/rotdim.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman +## Copyright (C) 2004-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/general/runlength.m b/scripts/general/runlength.m --- a/scripts/general/runlength.m +++ b/scripts/general/runlength.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2008, 2009 Paul Kienzle +## Copyright (C) 2005-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/general/saveobj.m b/scripts/general/saveobj.m --- a/scripts/general/saveobj.m +++ b/scripts/general/saveobj.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/general/shift.m b/scripts/general/shift.m --- a/scripts/general/shift.m +++ b/scripts/general/shift.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1999, 2000, 2002, 2003, 2004, 2005, 2006, -## 2007, 2008 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/general/shiftdim.m b/scripts/general/shiftdim.m --- a/scripts/general/shiftdim.m +++ b/scripts/general/shiftdim.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2005, 2006, 2007, 2009 John Eaton and David Bateman +## Copyright (C) 2004-2011 John Eaton and David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/general/sortrows.m b/scripts/general/sortrows.m --- a/scripts/general/sortrows.m +++ b/scripts/general/sortrows.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2005, 2007, 2008 Daniel Calvelo +## Copyright (C) 2000-2011 Daniel Calvelo ## Copyright (C) 2009 Jaroslav Hajek ## ## This file is part of Octave. diff --git a/scripts/general/sph2cart.m b/scripts/general/sph2cart.m --- a/scripts/general/sph2cart.m +++ b/scripts/general/sph2cart.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2009 Kai Habel +## Copyright (C) 2000-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/general/strerror.m b/scripts/general/strerror.m --- a/scripts/general/strerror.m +++ b/scripts/general/strerror.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1999, 2002, 2005, 2006, 2007 -## John W. Eaton +## Copyright (C) 1995-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/general/structfun.m b/scripts/general/structfun.m --- a/scripts/general/structfun.m +++ b/scripts/general/structfun.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## Copyright (C) 2010 VZLU Prague ## ## This file is part of Octave. diff --git a/scripts/general/subsindex.m b/scripts/general/subsindex.m --- a/scripts/general/subsindex.m +++ b/scripts/general/subsindex.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/general/trapz.m b/scripts/general/trapz.m --- a/scripts/general/trapz.m +++ b/scripts/general/trapz.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2006, 2007, 2008, 2009 Kai Habel +## Copyright (C) 2000-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/general/triplequad.m b/scripts/general/triplequad.m --- a/scripts/general/triplequad.m +++ b/scripts/general/triplequad.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/geometry/convhull.m b/scripts/geometry/convhull.m --- a/scripts/geometry/convhull.m +++ b/scripts/geometry/convhull.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2007, 2008 Kai Habel +## Copyright (C) 2000-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/geometry/delaunay.m b/scripts/geometry/delaunay.m --- a/scripts/geometry/delaunay.m +++ b/scripts/geometry/delaunay.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2000, 2007, 2008, 2009 Kai Habel +## Copyright (C) 1999-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/geometry/delaunay3.m b/scripts/geometry/delaunay3.m --- a/scripts/geometry/delaunay3.m +++ b/scripts/geometry/delaunay3.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2000, 2007, 2008, 2009 Kai Habel +## Copyright (C) 1999-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/geometry/delaunayn.m b/scripts/geometry/delaunayn.m --- a/scripts/geometry/delaunayn.m +++ b/scripts/geometry/delaunayn.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/geometry/dsearch.m b/scripts/geometry/dsearch.m --- a/scripts/geometry/dsearch.m +++ b/scripts/geometry/dsearch.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/geometry/dsearchn.m b/scripts/geometry/dsearchn.m --- a/scripts/geometry/dsearchn.m +++ b/scripts/geometry/dsearchn.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/geometry/griddata.m b/scripts/geometry/griddata.m --- a/scripts/geometry/griddata.m +++ b/scripts/geometry/griddata.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2000, 2007, 2008, 2009 Kai Habel +## Copyright (C) 1999-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/geometry/griddata3.m b/scripts/geometry/griddata3.m --- a/scripts/geometry/griddata3.m +++ b/scripts/geometry/griddata3.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/geometry/griddatan.m b/scripts/geometry/griddatan.m --- a/scripts/geometry/griddatan.m +++ b/scripts/geometry/griddatan.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/geometry/inpolygon.m b/scripts/geometry/inpolygon.m --- a/scripts/geometry/inpolygon.m +++ b/scripts/geometry/inpolygon.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008, 2009 Frederick (Rick) A Niles +## Copyright (C) 2006-2011 Frederick (Rick) A Niles ## and S�ren Hauberg ## ## This file is part of Octave. diff --git a/scripts/geometry/rectint.m b/scripts/geometry/rectint.m --- a/scripts/geometry/rectint.m +++ b/scripts/geometry/rectint.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Bill Denney +## Copyright (C) 2008-2011 Bill Denney ## ## This file is part of Octave. ## diff --git a/scripts/geometry/trimesh.m b/scripts/geometry/trimesh.m --- a/scripts/geometry/trimesh.m +++ b/scripts/geometry/trimesh.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/geometry/triplot.m b/scripts/geometry/triplot.m --- a/scripts/geometry/triplot.m +++ b/scripts/geometry/triplot.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/geometry/trisurf.m b/scripts/geometry/trisurf.m --- a/scripts/geometry/trisurf.m +++ b/scripts/geometry/trisurf.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/geometry/tsearchn.m b/scripts/geometry/tsearchn.m --- a/scripts/geometry/tsearchn.m +++ b/scripts/geometry/tsearchn.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/geometry/voronoi.m b/scripts/geometry/voronoi.m --- a/scripts/geometry/voronoi.m +++ b/scripts/geometry/voronoi.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2007, 2008, 2009 Kai Habel +## Copyright (C) 2000-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/geometry/voronoin.m b/scripts/geometry/voronoin.m --- a/scripts/geometry/voronoin.m +++ b/scripts/geometry/voronoin.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2007, 2009 Kai Habel +## Copyright (C) 2000-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/gethelp.cc b/scripts/gethelp.cc --- a/scripts/gethelp.cc +++ b/scripts/gethelp.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1999, 2000, 2003, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1999-2011 John W. Eaton This file is part of Octave. diff --git a/scripts/help/__makeinfo__.m b/scripts/help/__makeinfo__.m --- a/scripts/help/__makeinfo__.m +++ b/scripts/help/__makeinfo__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 S�ren Hauberg +## Copyright (C) 2009-2011 S�ren Hauberg ## ## This file is part of Octave. ## diff --git a/scripts/help/__strip_html_tags__.m b/scripts/help/__strip_html_tags__.m --- a/scripts/help/__strip_html_tags__.m +++ b/scripts/help/__strip_html_tags__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 Søren Hauberg +## Copyright (C) 2009-2011 Søren Hauberg ## ## This file is part of Octave. ## diff --git a/scripts/help/doc.m b/scripts/help/doc.m --- a/scripts/help/doc.m +++ b/scripts/help/doc.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2009 Søren Hauberg +## Copyright (C) 2005-2011 Søren Hauberg ## ## This file is part of Octave. ## diff --git a/scripts/help/gen_doc_cache.m b/scripts/help/gen_doc_cache.m --- a/scripts/help/gen_doc_cache.m +++ b/scripts/help/gen_doc_cache.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 S�ren Hauberg +## Copyright (C) 2009-2011 S�ren Hauberg ## ## This file is part of Octave. ## diff --git a/scripts/help/get_first_help_sentence.m b/scripts/help/get_first_help_sentence.m --- a/scripts/help/get_first_help_sentence.m +++ b/scripts/help/get_first_help_sentence.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 S�ren Hauberg +## Copyright (C) 2009-2011 S�ren Hauberg ## ## This file is part of Octave. ## diff --git a/scripts/help/help.m b/scripts/help/help.m --- a/scripts/help/help.m +++ b/scripts/help/help.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 Søren Hauberg +## Copyright (C) 2009-2011 Søren Hauberg ## ## This file is part of Octave. ## diff --git a/scripts/help/lookfor.m b/scripts/help/lookfor.m --- a/scripts/help/lookfor.m +++ b/scripts/help/lookfor.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 Søren Hauberg +## Copyright (C) 2009-2011 Søren Hauberg ## ## This file is part of Octave. ## diff --git a/scripts/help/print_usage.m b/scripts/help/print_usage.m --- a/scripts/help/print_usage.m +++ b/scripts/help/print_usage.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 S�ren Hauberg +## Copyright (C) 2009-2011 S�ren Hauberg ## ## This file is part of Octave. ## diff --git a/scripts/help/private/__additional_help_message__.m b/scripts/help/private/__additional_help_message__.m --- a/scripts/help/private/__additional_help_message__.m +++ b/scripts/help/private/__additional_help_message__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 Søren Hauberg +## Copyright (C) 2009-2011 Søren Hauberg ## ## This file is part of Octave. ## diff --git a/scripts/help/type.m b/scripts/help/type.m --- a/scripts/help/type.m +++ b/scripts/help/type.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 S�ren Hauberg +## Copyright (C) 2009-2011 S�ren Hauberg ## ## This file is part of Octave. ## diff --git a/scripts/help/which.m b/scripts/help/which.m --- a/scripts/help/which.m +++ b/scripts/help/which.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 John W. Eaton +## Copyright (C) 2009-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/image/autumn.m b/scripts/image/autumn.m --- a/scripts/image/autumn.m +++ b/scripts/image/autumn.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2000, 2007, 2009 Kai Habel +## Copyright (C) 1999-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/image/bone.m b/scripts/image/bone.m --- a/scripts/image/bone.m +++ b/scripts/image/bone.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2000, 2007, 2009 Kai Habel +## Copyright (C) 1999-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/image/brighten.m b/scripts/image/brighten.m --- a/scripts/image/brighten.m +++ b/scripts/image/brighten.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2000, 2007, 2009 Kai Habel +## Copyright (C) 1999-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/image/colormap.m b/scripts/image/colormap.m --- a/scripts/image/colormap.m +++ b/scripts/image/colormap.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2003, 2005, -## 2006, 2007, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/image/contrast.m b/scripts/image/contrast.m --- a/scripts/image/contrast.m +++ b/scripts/image/contrast.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/image/cool.m b/scripts/image/cool.m --- a/scripts/image/cool.m +++ b/scripts/image/cool.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2000, 2007, 2009 Kai Habel +## Copyright (C) 1999-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/image/copper.m b/scripts/image/copper.m --- a/scripts/image/copper.m +++ b/scripts/image/copper.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2000, 2007, 2009 Kai Habel +## Copyright (C) 1999-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/image/flag.m b/scripts/image/flag.m --- a/scripts/image/flag.m +++ b/scripts/image/flag.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2000, 2007, 2009 Kai Habel +## Copyright (C) 1999-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/image/gmap40.m b/scripts/image/gmap40.m --- a/scripts/image/gmap40.m +++ b/scripts/image/gmap40.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/image/gray.m b/scripts/image/gray.m --- a/scripts/image/gray.m +++ b/scripts/image/gray.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2005, 2006, 2007 -## John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/image/gray2ind.m b/scripts/image/gray2ind.m --- a/scripts/image/gray2ind.m +++ b/scripts/image/gray2ind.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2005, 2006, 2007, -## 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/image/hot.m b/scripts/image/hot.m --- a/scripts/image/hot.m +++ b/scripts/image/hot.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2000, 2007, 2009 Kai Habel +## Copyright (C) 1999-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/image/hsv.m b/scripts/image/hsv.m --- a/scripts/image/hsv.m +++ b/scripts/image/hsv.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2000, 2007, 2009 Kai Habel +## Copyright (C) 1999-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/image/hsv2rgb.m b/scripts/image/hsv2rgb.m --- a/scripts/image/hsv2rgb.m +++ b/scripts/image/hsv2rgb.m @@ -1,5 +1,4 @@ -## Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009 -## Kai Habel +## Copyright (C) 1999-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/image/image.m b/scripts/image/image.m --- a/scripts/image/image.m +++ b/scripts/image/image.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, -## 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/image/imagesc.m b/scripts/image/imagesc.m --- a/scripts/image/imagesc.m +++ b/scripts/image/imagesc.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, -## 2004, 2005, 2006, 2007, 2008 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/image/imfinfo.m b/scripts/image/imfinfo.m --- a/scripts/image/imfinfo.m +++ b/scripts/image/imfinfo.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Soren Hauberg +## Copyright (C) 2008-2011 Soren Hauberg ## ## This file is part of Octave. ## diff --git a/scripts/image/imread.m b/scripts/image/imread.m --- a/scripts/image/imread.m +++ b/scripts/image/imread.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Thomas L. Scofield +## Copyright (C) 2008-2011 Thomas L. Scofield ## Copyright (C) 2008 Kristian Rumberg ## Copyright (C) 2006 Thomas Weber ## Copyright (C) 2005 Stefan van der Walt diff --git a/scripts/image/imshow.m b/scripts/image/imshow.m --- a/scripts/image/imshow.m +++ b/scripts/image/imshow.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2004, 2005, -## 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/image/imwrite.m b/scripts/image/imwrite.m --- a/scripts/image/imwrite.m +++ b/scripts/image/imwrite.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 John W. Eaton +## Copyright (C) 2008-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/image/ind2gray.m b/scripts/image/ind2gray.m --- a/scripts/image/ind2gray.m +++ b/scripts/image/ind2gray.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2004, 2005, -## 2006, 2007 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/image/ind2rgb.m b/scripts/image/ind2rgb.m --- a/scripts/image/ind2rgb.m +++ b/scripts/image/ind2rgb.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2004, 2005, -## 2006, 2007 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/image/jet.m b/scripts/image/jet.m --- a/scripts/image/jet.m +++ b/scripts/image/jet.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2000, 2007, 2009 Kai Habel +## Copyright (C) 1999-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/image/ntsc2rgb.m b/scripts/image/ntsc2rgb.m --- a/scripts/image/ntsc2rgb.m +++ b/scripts/image/ntsc2rgb.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2005, 2006, 2007, 2008 -## John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/image/ocean.m b/scripts/image/ocean.m --- a/scripts/image/ocean.m +++ b/scripts/image/ocean.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2002, 2005, 2006, -## 2007 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/image/pink.m b/scripts/image/pink.m --- a/scripts/image/pink.m +++ b/scripts/image/pink.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2007, 2009 Kai Habel +## Copyright (C) 2000-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/image/prism.m b/scripts/image/prism.m --- a/scripts/image/prism.m +++ b/scripts/image/prism.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2000, 2007, 2009 Kai Habel +## Copyright (C) 1999-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/image/rainbow.m b/scripts/image/rainbow.m --- a/scripts/image/rainbow.m +++ b/scripts/image/rainbow.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2000, 2007, 2009 Kai Habel +## Copyright (C) 1999-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/image/rgb2hsv.m b/scripts/image/rgb2hsv.m --- a/scripts/image/rgb2hsv.m +++ b/scripts/image/rgb2hsv.m @@ -1,5 +1,4 @@ -## Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008 -## Kai Habel +## Copyright (C) 1999-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/image/rgb2ind.m b/scripts/image/rgb2ind.m --- a/scripts/image/rgb2ind.m +++ b/scripts/image/rgb2ind.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2004, 2005, -## 2006, 2007, 2008 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/image/rgb2ntsc.m b/scripts/image/rgb2ntsc.m --- a/scripts/image/rgb2ntsc.m +++ b/scripts/image/rgb2ntsc.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2005, 2006, 2007, 2008 -## John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/image/saveimage.m b/scripts/image/saveimage.m --- a/scripts/image/saveimage.m +++ b/scripts/image/saveimage.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 -## 2004, 2005, 2006, 2007, 2008 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/image/spring.m b/scripts/image/spring.m --- a/scripts/image/spring.m +++ b/scripts/image/spring.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2000, 2007, 2009 Kai Habel +## Copyright (C) 1999-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/image/summer.m b/scripts/image/summer.m --- a/scripts/image/summer.m +++ b/scripts/image/summer.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2000, 2007, 2009 Kai Habel +## Copyright (C) 1999-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/image/white.m b/scripts/image/white.m --- a/scripts/image/white.m +++ b/scripts/image/white.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2000, 2007 Kai Habel +## Copyright (C) 1999-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/image/winter.m b/scripts/image/winter.m --- a/scripts/image/winter.m +++ b/scripts/image/winter.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2000, 2007, 2009 Kai Habel +## Copyright (C) 1999-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/io/beep.m b/scripts/io/beep.m --- a/scripts/io/beep.m +++ b/scripts/io/beep.m @@ -1,4 +1,4 @@ -## Copyright (C) 2003, 2004, 2005, 2006, 2007 John W. Eaton +## Copyright (C) 2003-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/io/csvread.m b/scripts/io/csvread.m --- a/scripts/io/csvread.m +++ b/scripts/io/csvread.m @@ -1,4 +1,4 @@ -## Copyright (C) 2001, 2008 Paul Kienzle +## Copyright (C) 2001-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/io/csvwrite.m b/scripts/io/csvwrite.m --- a/scripts/io/csvwrite.m +++ b/scripts/io/csvwrite.m @@ -1,4 +1,4 @@ -## Copyright (C) 2001, 2008 Paul Kienzle +## Copyright (C) 2001-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/io/dlmwrite.m b/scripts/io/dlmwrite.m --- a/scripts/io/dlmwrite.m +++ b/scripts/io/dlmwrite.m @@ -1,4 +1,4 @@ -## Copyright (C) 2002, 2008, 2009 Paul Kienzle +## Copyright (C) 2002-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/io/fileread.m b/scripts/io/fileread.m --- a/scripts/io/fileread.m +++ b/scripts/io/fileread.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 VZLU Prague +## Copyright (C) 2010-2011 VZLU Prague ## ## This file is part of Octave. ## diff --git a/scripts/io/is_valid_file_id.m b/scripts/io/is_valid_file_id.m --- a/scripts/io/is_valid_file_id.m +++ b/scripts/io/is_valid_file_id.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 John W. Eaton +## Copyright (C) 2010-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/io/strread.m b/scripts/io/strread.m --- a/scripts/io/strread.m +++ b/scripts/io/strread.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 Eric Chassande-Mottin, CNRS (France) +## Copyright (C) 2009-2011 Eric Chassande-Mottin, CNRS (France) ## ## This file is part of Octave. ## diff --git a/scripts/io/textread.m b/scripts/io/textread.m --- a/scripts/io/textread.m +++ b/scripts/io/textread.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 Eric Chassande-Mottin, CNRS (France) +## Copyright (C) 2009-2011 Eric Chassande-Mottin, CNRS (France) ## ## This file is part of Octave. ## diff --git a/scripts/io/textscan.m b/scripts/io/textscan.m --- a/scripts/io/textscan.m +++ b/scripts/io/textscan.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Ben Abbott +## Copyright (C) 2010-2011 Ben Abbott ## ## This file is part of Octave. ## diff --git a/scripts/linear-algebra/commutation_matrix.m b/scripts/linear-algebra/commutation_matrix.m --- a/scripts/linear-algebra/commutation_matrix.m +++ b/scripts/linear-algebra/commutation_matrix.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1999, 2000, 2002, 2005, 2006, 2007, 2009 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/linear-algebra/cond.m b/scripts/linear-algebra/cond.m --- a/scripts/linear-algebra/cond.m +++ b/scripts/linear-algebra/cond.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2003, 2004, -## 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/linear-algebra/condest.m b/scripts/linear-algebra/condest.m --- a/scripts/linear-algebra/condest.m +++ b/scripts/linear-algebra/condest.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 Regents of the University of California +## Copyright (C) 2007-2011 Regents of the University of California ## ## This file is part of Octave. ## diff --git a/scripts/linear-algebra/cross.m b/scripts/linear-algebra/cross.m --- a/scripts/linear-algebra/cross.m +++ b/scripts/linear-algebra/cross.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1999, 2000, 2002, 2004, 2005, 2006, -## 2007, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/linear-algebra/duplication_matrix.m b/scripts/linear-algebra/duplication_matrix.m --- a/scripts/linear-algebra/duplication_matrix.m +++ b/scripts/linear-algebra/duplication_matrix.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1999, 2000, 2002, 2005, 2006, 2007, 2009 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/linear-algebra/expm.m b/scripts/linear-algebra/expm.m --- a/scripts/linear-algebra/expm.m +++ b/scripts/linear-algebra/expm.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Jaroslav Hajek, Marco Caliari +## Copyright (C) 2008-2011 Jaroslav Hajek, Marco Caliari ## ## This file is part of Octave. ## diff --git a/scripts/linear-algebra/housh.m b/scripts/linear-algebra/housh.m --- a/scripts/linear-algebra/housh.m +++ b/scripts/linear-algebra/housh.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1998, 1999, 2000, 2002, 2005, 2007, 2009 -## A. Scottedward Hodel +## Copyright (C) 1995-2011 A. Scottedward Hodel ## ## This file is part of Octave. ## diff --git a/scripts/linear-algebra/isdefinite.m b/scripts/linear-algebra/isdefinite.m --- a/scripts/linear-algebra/isdefinite.m +++ b/scripts/linear-algebra/isdefinite.m @@ -1,4 +1,4 @@ -## Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Gabriele Pannocchia +## Copyright (C) 2003-2011 Gabriele Pannocchia ## ## This file is part of Octave. ## diff --git a/scripts/linear-algebra/ishermitian.m b/scripts/linear-algebra/ishermitian.m --- a/scripts/linear-algebra/ishermitian.m +++ b/scripts/linear-algebra/ishermitian.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 2002, 2003, 2004, 2005, 2006, 2007, 2008 -## John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## Copyright (C) 2009 VZLU Prague ## ## This file is part of Octave. diff --git a/scripts/linear-algebra/issymmetric.m b/scripts/linear-algebra/issymmetric.m --- a/scripts/linear-algebra/issymmetric.m +++ b/scripts/linear-algebra/issymmetric.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 2002, 2003, 2004, 2005, 2006, 2007, 2008 -## John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## Copyright (C) 2009 VZLU Prague ## ## This file is part of Octave. diff --git a/scripts/linear-algebra/krylov.m b/scripts/linear-algebra/krylov.m --- a/scripts/linear-algebra/krylov.m +++ b/scripts/linear-algebra/krylov.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1998, 1999, 2000, 2002, 2003, 2005, 2006, 2007, -## 2008, 2009 Auburn University. All rights reserved. +## Copyright (C) 1993-2011 Auburn University. All rights reserved. ## ## This file is part of Octave. ## diff --git a/scripts/linear-algebra/krylovb.m b/scripts/linear-algebra/krylovb.m --- a/scripts/linear-algebra/krylovb.m +++ b/scripts/linear-algebra/krylovb.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1998, 1999, 2000, 2003, 2005, 2006, 2007 -## A. Scottedward Hodel +## Copyright (C) 1993-2011 A. Scottedward Hodel ## ## This file is part of Octave. ## diff --git a/scripts/linear-algebra/logm.m b/scripts/linear-algebra/logm.m --- a/scripts/linear-algebra/logm.m +++ b/scripts/linear-algebra/logm.m @@ -1,6 +1,6 @@ +## Copyright (C) 2008-2011 N.J. Higham ## Copyright (C) 2010 Richard T. Guy ## Copyright (C) 2010 Marco Caliari -## Copyright (C) 2008 N.J. Higham ## ## This file is part of Octave. ## diff --git a/scripts/linear-algebra/normest.m b/scripts/linear-algebra/normest.m --- a/scripts/linear-algebra/normest.m +++ b/scripts/linear-algebra/normest.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008, 2009 David Bateman and Marco Caliari +## Copyright (C) 2006-2011 David Bateman and Marco Caliari ## Copyright (C) 2009 VZLU Prague ## ## This file is part of Octave. diff --git a/scripts/linear-algebra/null.m b/scripts/linear-algebra/null.m --- a/scripts/linear-algebra/null.m +++ b/scripts/linear-algebra/null.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2003, 2005, 2006, -## 2007, 2008 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/linear-algebra/onenormest.m b/scripts/linear-algebra/onenormest.m --- a/scripts/linear-algebra/onenormest.m +++ b/scripts/linear-algebra/onenormest.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 Regents of the University of California +## Copyright (C) 2007-2011 Regents of the University of California ## ## This file is part of Octave. ## diff --git a/scripts/linear-algebra/orth.m b/scripts/linear-algebra/orth.m --- a/scripts/linear-algebra/orth.m +++ b/scripts/linear-algebra/orth.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2005, 2006, -## 2007, 2008 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/linear-algebra/planerot.m b/scripts/linear-algebra/planerot.m --- a/scripts/linear-algebra/planerot.m +++ b/scripts/linear-algebra/planerot.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/linear-algebra/qzhess.m b/scripts/linear-algebra/qzhess.m --- a/scripts/linear-algebra/qzhess.m +++ b/scripts/linear-algebra/qzhess.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1995, 1996, 1997, 1999, 2000, 2005, 2006, 2007 -## John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/linear-algebra/rank.m b/scripts/linear-algebra/rank.m --- a/scripts/linear-algebra/rank.m +++ b/scripts/linear-algebra/rank.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2004, 2005, -## 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/linear-algebra/rref.m b/scripts/linear-algebra/rref.m --- a/scripts/linear-algebra/rref.m +++ b/scripts/linear-algebra/rref.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2006, 2007, 2008, 2009 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/linear-algebra/subspace.m b/scripts/linear-algebra/subspace.m --- a/scripts/linear-algebra/subspace.m +++ b/scripts/linear-algebra/subspace.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 VZLU Prague, a.s., Czech Republic +## Copyright (C) 2008-2011 VZLU Prague, a.s., Czech Republic ## ## This file is part of Octave. ## diff --git a/scripts/linear-algebra/trace.m b/scripts/linear-algebra/trace.m --- a/scripts/linear-algebra/trace.m +++ b/scripts/linear-algebra/trace.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2005, 2006, 2007, 2008 -## John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/linear-algebra/vech.m b/scripts/linear-algebra/vech.m --- a/scripts/linear-algebra/vech.m +++ b/scripts/linear-algebra/vech.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1999, 2000, 2002, 2005, 2006, 2007, 2008 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## Copyright (C) 2009 VZLU Prague ## ## This file is part of Octave. diff --git a/scripts/miscellaneous/ans.m b/scripts/miscellaneous/ans.m --- a/scripts/miscellaneous/ans.m +++ b/scripts/miscellaneous/ans.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/bincoeff.m b/scripts/miscellaneous/bincoeff.m --- a/scripts/miscellaneous/bincoeff.m +++ b/scripts/miscellaneous/bincoeff.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1999, 2000, 2002, 2004, 2005, 2006, 2007, -## 2008, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/bug_report.m b/scripts/miscellaneous/bug_report.m --- a/scripts/miscellaneous/bug_report.m +++ b/scripts/miscellaneous/bug_report.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2003, 2005, -## 2007, 2008, 2010 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/bunzip2.m b/scripts/miscellaneous/bunzip2.m --- a/scripts/miscellaneous/bunzip2.m +++ b/scripts/miscellaneous/bunzip2.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008, 2009 Bill Denney +## Copyright (C) 2006-2011 Bill Denney ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/bzip2.m b/scripts/miscellaneous/bzip2.m --- a/scripts/miscellaneous/bzip2.m +++ b/scripts/miscellaneous/bzip2.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Thorsten Meyer +## Copyright (C) 2008-2011 Thorsten Meyer ## (based on gzip.m by David Bateman) ## ## This file is part of Octave. diff --git a/scripts/miscellaneous/cast.m b/scripts/miscellaneous/cast.m --- a/scripts/miscellaneous/cast.m +++ b/scripts/miscellaneous/cast.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008 John W. Eaton +## Copyright (C) 2007-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/comma.m b/scripts/miscellaneous/comma.m --- a/scripts/miscellaneous/comma.m +++ b/scripts/miscellaneous/comma.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2000, 2004, 2005, 2006, 2007 -## John W. Eaton +## Copyright (C) 1995-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/compare_versions.m b/scripts/miscellaneous/compare_versions.m --- a/scripts/miscellaneous/compare_versions.m +++ b/scripts/miscellaneous/compare_versions.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008, 2009 Bill Denney +## Copyright (C) 2006-2011 Bill Denney ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/computer.m b/scripts/miscellaneous/computer.m --- a/scripts/miscellaneous/computer.m +++ b/scripts/miscellaneous/computer.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2005, 2007, 2008 John W. Eaton +## Copyright (C) 2004-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/copyfile.m b/scripts/miscellaneous/copyfile.m --- a/scripts/miscellaneous/copyfile.m +++ b/scripts/miscellaneous/copyfile.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2005-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/debug.m b/scripts/miscellaneous/debug.m --- a/scripts/miscellaneous/debug.m +++ b/scripts/miscellaneous/debug.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/delete.m b/scripts/miscellaneous/delete.m --- a/scripts/miscellaneous/delete.m +++ b/scripts/miscellaneous/delete.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2004-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/dir.m b/scripts/miscellaneous/dir.m --- a/scripts/miscellaneous/dir.m +++ b/scripts/miscellaneous/dir.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2004-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/dos.m b/scripts/miscellaneous/dos.m --- a/scripts/miscellaneous/dos.m +++ b/scripts/miscellaneous/dos.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2006, 2007 John W. Eaton +## Copyright (C) 2004-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/dump_prefs.m b/scripts/miscellaneous/dump_prefs.m --- a/scripts/miscellaneous/dump_prefs.m +++ b/scripts/miscellaneous/dump_prefs.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2003, 2005, 2006, -## 2007 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/edit.m b/scripts/miscellaneous/edit.m --- a/scripts/miscellaneous/edit.m +++ b/scripts/miscellaneous/edit.m @@ -1,4 +1,4 @@ -## Copyright (C) 2001, 2007, 2008, 2009 Paul Kienzle +## Copyright (C) 2001-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/fileattrib.m b/scripts/miscellaneous/fileattrib.m --- a/scripts/miscellaneous/fileattrib.m +++ b/scripts/miscellaneous/fileattrib.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007 John W. Eaton +## Copyright (C) 2005-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/fileparts.m b/scripts/miscellaneous/fileparts.m --- a/scripts/miscellaneous/fileparts.m +++ b/scripts/miscellaneous/fileparts.m @@ -1,4 +1,4 @@ -## Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2003-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/flops.m b/scripts/miscellaneous/flops.m --- a/scripts/miscellaneous/flops.m +++ b/scripts/miscellaneous/flops.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 1998, 2000, 2005, 2006, 2007, 2009 -## John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/fullfile.m b/scripts/miscellaneous/fullfile.m --- a/scripts/miscellaneous/fullfile.m +++ b/scripts/miscellaneous/fullfile.m @@ -1,4 +1,4 @@ -## Copyright (C) 2003, 2005, 2006, 2007, 2008 John W. Eaton +## Copyright (C) 2003-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/getappdata.m b/scripts/miscellaneous/getappdata.m --- a/scripts/miscellaneous/getappdata.m +++ b/scripts/miscellaneous/getappdata.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Ben Abbott +## Copyright (C) 2010-2011 Ben Abbott ## ## 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/scripts/miscellaneous/getfield.m b/scripts/miscellaneous/getfield.m --- a/scripts/miscellaneous/getfield.m +++ b/scripts/miscellaneous/getfield.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2006, 2007, 2009 Etienne Grossmann +## Copyright (C) 2000-2011 Etienne Grossmann ## Copyright (C) 2009 VZLU Prague ## ## This file is part of Octave. diff --git a/scripts/miscellaneous/gunzip.m b/scripts/miscellaneous/gunzip.m --- a/scripts/miscellaneous/gunzip.m +++ b/scripts/miscellaneous/gunzip.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008, 2009 Bill Denney +## Copyright (C) 2006-2011 Bill Denney ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/gzip.m b/scripts/miscellaneous/gzip.m --- a/scripts/miscellaneous/gzip.m +++ b/scripts/miscellaneous/gzip.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/info.m b/scripts/miscellaneous/info.m --- a/scripts/miscellaneous/info.m +++ b/scripts/miscellaneous/info.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008 Julian Schnidder +## Copyright (C) 2008-2011 Julian Schnidder ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/inputname.m b/scripts/miscellaneous/inputname.m --- a/scripts/miscellaneous/inputname.m +++ b/scripts/miscellaneous/inputname.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2006, 2007, 2010 Paul Kienzle +## Copyright (C) 2004-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/isappdata.m b/scripts/miscellaneous/isappdata.m --- a/scripts/miscellaneous/isappdata.m +++ b/scripts/miscellaneous/isappdata.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Ben Abbott +## Copyright (C) 2010-2011 Ben Abbott ## ## 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/scripts/miscellaneous/ismac.m b/scripts/miscellaneous/ismac.m --- a/scripts/miscellaneous/ismac.m +++ b/scripts/miscellaneous/ismac.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007 Thomas Treichl +## Copyright (C) 2007-2011 Thomas Treichl ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/ispc.m b/scripts/miscellaneous/ispc.m --- a/scripts/miscellaneous/ispc.m +++ b/scripts/miscellaneous/ispc.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2005, 2006, 2007 John W. Eaton +## Copyright (C) 2004-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/isunix.m b/scripts/miscellaneous/isunix.m --- a/scripts/miscellaneous/isunix.m +++ b/scripts/miscellaneous/isunix.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2005, 2006, 2007 John W. Eaton +## Copyright (C) 2004-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/license.m b/scripts/miscellaneous/license.m --- a/scripts/miscellaneous/license.m +++ b/scripts/miscellaneous/license.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2009 William Poetra Yoga Hadisoeseno +## Copyright (C) 2005-2011 William Poetra Yoga Hadisoeseno ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/list_primes.m b/scripts/miscellaneous/list_primes.m --- a/scripts/miscellaneous/list_primes.m +++ b/scripts/miscellaneous/list_primes.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1995, 1996, 1997, 2000, 2002, 2005, 2007, 2009 -## John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/ls.m b/scripts/miscellaneous/ls.m --- a/scripts/miscellaneous/ls.m +++ b/scripts/miscellaneous/ls.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/ls_command.m b/scripts/miscellaneous/ls_command.m --- a/scripts/miscellaneous/ls_command.m +++ b/scripts/miscellaneous/ls_command.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/menu.m b/scripts/miscellaneous/menu.m --- a/scripts/miscellaneous/menu.m +++ b/scripts/miscellaneous/menu.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, -## 2004, 2005, 2006, 2007 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/mex.m b/scripts/miscellaneous/mex.m --- a/scripts/miscellaneous/mex.m +++ b/scripts/miscellaneous/mex.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 David Bateman +## Copyright (C) 2006-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/mexext.m b/scripts/miscellaneous/mexext.m --- a/scripts/miscellaneous/mexext.m +++ b/scripts/miscellaneous/mexext.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/mkoctfile.m b/scripts/miscellaneous/mkoctfile.m --- a/scripts/miscellaneous/mkoctfile.m +++ b/scripts/miscellaneous/mkoctfile.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008, 2009 Keith Goodman +## Copyright (C) 2006-2011 Keith Goodman ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/movefile.m b/scripts/miscellaneous/movefile.m --- a/scripts/miscellaneous/movefile.m +++ b/scripts/miscellaneous/movefile.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2008 John W. Eaton +## Copyright (C) 2005-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/namelengthmax.m b/scripts/miscellaneous/namelengthmax.m --- a/scripts/miscellaneous/namelengthmax.m +++ b/scripts/miscellaneous/namelengthmax.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/news.m b/scripts/miscellaneous/news.m --- a/scripts/miscellaneous/news.m +++ b/scripts/miscellaneous/news.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2007-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/orderfields.m b/scripts/miscellaneous/orderfields.m --- a/scripts/miscellaneous/orderfields.m +++ b/scripts/miscellaneous/orderfields.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 Paul Kienzle +## Copyright (C) 2006-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/pack.m b/scripts/miscellaneous/pack.m --- a/scripts/miscellaneous/pack.m +++ b/scripts/miscellaneous/pack.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2000, 2005, 2007, 2009 John W. Eaton +## Copyright (C) 1999-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/paren.m b/scripts/miscellaneous/paren.m --- a/scripts/miscellaneous/paren.m +++ b/scripts/miscellaneous/paren.m @@ -1,4 +1,4 @@ -## Copyright (C) 1996, 1997, 2000, 2005, 2007 John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/parseparams.m b/scripts/miscellaneous/parseparams.m --- a/scripts/miscellaneous/parseparams.m +++ b/scripts/miscellaneous/parseparams.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007 Alexander Barth +## Copyright (C) 2006-2011 Alexander Barth ## Copyright (C) 2010 VZLU Prague ## ## This file is part of Octave. diff --git a/scripts/miscellaneous/perl.m b/scripts/miscellaneous/perl.m --- a/scripts/miscellaneous/perl.m +++ b/scripts/miscellaneous/perl.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Julian Schnidder +## Copyright (C) 2008-2011 Julian Schnidder ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/private/__xzip__.m b/scripts/miscellaneous/private/__xzip__.m --- a/scripts/miscellaneous/private/__xzip__.m +++ b/scripts/miscellaneous/private/__xzip__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Thorsten Meyer +## Copyright (C) 2008-2011 Thorsten Meyer ## based on the original gzip function by David Bateman ## ## This file is part of Octave. diff --git a/scripts/miscellaneous/rmappdata.m b/scripts/miscellaneous/rmappdata.m --- a/scripts/miscellaneous/rmappdata.m +++ b/scripts/miscellaneous/rmappdata.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Ben Abbott +## Copyright (C) 2010-2011 Ben Abbott ## ## 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/scripts/miscellaneous/run.m b/scripts/miscellaneous/run.m --- a/scripts/miscellaneous/run.m +++ b/scripts/miscellaneous/run.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/semicolon.m b/scripts/miscellaneous/semicolon.m --- a/scripts/miscellaneous/semicolon.m +++ b/scripts/miscellaneous/semicolon.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2000, 2004, 2005, 2006, 2007 -## John W. Eaton +## Copyright (C) 1995-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/setappdata.m b/scripts/miscellaneous/setappdata.m --- a/scripts/miscellaneous/setappdata.m +++ b/scripts/miscellaneous/setappdata.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Ben Abbott +## Copyright (C) 2010-2011 Ben Abbott ## ## 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/scripts/miscellaneous/setfield.m b/scripts/miscellaneous/setfield.m --- a/scripts/miscellaneous/setfield.m +++ b/scripts/miscellaneous/setfield.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2006, 2007, 2009 Etienne Grossmann +## Copyright (C) 2000-2011 Etienne Grossmann ## Copyright (C) 2009 VZLU Prague ## ## This file is part of Octave. diff --git a/scripts/miscellaneous/substruct.m b/scripts/miscellaneous/substruct.m --- a/scripts/miscellaneous/substruct.m +++ b/scripts/miscellaneous/substruct.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## Copyright (C) 2010 VZLU Prague ## ## This file is part of Octave. diff --git a/scripts/miscellaneous/swapbytes.m b/scripts/miscellaneous/swapbytes.m --- a/scripts/miscellaneous/swapbytes.m +++ b/scripts/miscellaneous/swapbytes.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/symvar.m b/scripts/miscellaneous/symvar.m --- a/scripts/miscellaneous/symvar.m +++ b/scripts/miscellaneous/symvar.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/tar.m b/scripts/miscellaneous/tar.m --- a/scripts/miscellaneous/tar.m +++ b/scripts/miscellaneous/tar.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2009 Søren Hauberg +## Copyright (C) 2005-2011 Søren Hauberg ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/tempdir.m b/scripts/miscellaneous/tempdir.m --- a/scripts/miscellaneous/tempdir.m +++ b/scripts/miscellaneous/tempdir.m @@ -1,4 +1,4 @@ -## Copyright (C) 2003, 2005, 2007, 2008 John W. Eaton +## Copyright (C) 2003-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/tempname.m b/scripts/miscellaneous/tempname.m --- a/scripts/miscellaneous/tempname.m +++ b/scripts/miscellaneous/tempname.m @@ -1,4 +1,4 @@ -## Copyright (C) 2003, 2005, 2007, 2008 John W. Eaton +## Copyright (C) 2003-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/texas_lotto.m b/scripts/miscellaneous/texas_lotto.m --- a/scripts/miscellaneous/texas_lotto.m +++ b/scripts/miscellaneous/texas_lotto.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2004, 2005, 2006, -## 2007 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/unimplemented.m b/scripts/miscellaneous/unimplemented.m --- a/scripts/miscellaneous/unimplemented.m +++ b/scripts/miscellaneous/unimplemented.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 John W. Eaton +## Copyright (C) 2010-2011 John W. Eaton ## Copyright (C) 2010 VZLU Prague ## ## This file is part of Octave. diff --git a/scripts/miscellaneous/unix.m b/scripts/miscellaneous/unix.m --- a/scripts/miscellaneous/unix.m +++ b/scripts/miscellaneous/unix.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2005, 2006, 2007 John W. Eaton +## Copyright (C) 2004-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/unpack.m b/scripts/miscellaneous/unpack.m --- a/scripts/miscellaneous/unpack.m +++ b/scripts/miscellaneous/unpack.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008, 2009 Bill Denney +## Copyright (C) 2006-2011 Bill Denney ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/untar.m b/scripts/miscellaneous/untar.m --- a/scripts/miscellaneous/untar.m +++ b/scripts/miscellaneous/untar.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2008 Søren Hauberg +## Copyright (C) 2005-2011 Søren Hauberg ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/unzip.m b/scripts/miscellaneous/unzip.m --- a/scripts/miscellaneous/unzip.m +++ b/scripts/miscellaneous/unzip.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2008 Søren Hauberg +## Copyright (C) 2005-2011 Søren Hauberg ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/ver.m b/scripts/miscellaneous/ver.m --- a/scripts/miscellaneous/ver.m +++ b/scripts/miscellaneous/ver.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2008 William Poetra Yoga Hadisoeseno +## Copyright (C) 2005-2011 William Poetra Yoga Hadisoeseno ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/version.m b/scripts/miscellaneous/version.m --- a/scripts/miscellaneous/version.m +++ b/scripts/miscellaneous/version.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1999, 2005, 2007, 2008, -## 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/warning_ids.m b/scripts/miscellaneous/warning_ids.m --- a/scripts/miscellaneous/warning_ids.m +++ b/scripts/miscellaneous/warning_ids.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/what.m b/scripts/miscellaneous/what.m --- a/scripts/miscellaneous/what.m +++ b/scripts/miscellaneous/what.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/xor.m b/scripts/miscellaneous/xor.m --- a/scripts/miscellaneous/xor.m +++ b/scripts/miscellaneous/xor.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1999, 2000, 2002, 2005, 2006, 2007, 2008 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/miscellaneous/zip.m b/scripts/miscellaneous/zip.m --- a/scripts/miscellaneous/zip.m +++ b/scripts/miscellaneous/zip.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 Sylvain Pelissier +## Copyright (C) 2006-2011 Sylvain Pelissier ## ## This file is part of Octave. ## diff --git a/scripts/mk-pkg-add b/scripts/mk-pkg-add --- a/scripts/mk-pkg-add +++ b/scripts/mk-pkg-add @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 2002, 2003, 2007, 2009 John W. Eaton +# Copyright (C) 2002-2011 John W. Eaton # # This file is part of Octave. # diff --git a/scripts/mkdoc b/scripts/mkdoc --- a/scripts/mkdoc +++ b/scripts/mkdoc @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 1999, 2002, 2005, 2007, 2009 John W. Eaton +# Copyright (C) 1999-2011 John W. Eaton # # This file is part of Octave. # diff --git a/scripts/optimization/__all_opts__.m b/scripts/optimization/__all_opts__.m --- a/scripts/optimization/__all_opts__.m +++ b/scripts/optimization/__all_opts__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 VZLU Prague +## Copyright (C) 2009-2011 VZLU Prague ## ## This file is part of Octave. ## diff --git a/scripts/optimization/fminbnd.m b/scripts/optimization/fminbnd.m --- a/scripts/optimization/fminbnd.m +++ b/scripts/optimization/fminbnd.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009, 2010 VZLU Prague, a.s. +## Copyright (C) 2008-2011 VZLU Prague, a.s. ## ## This file is part of Octave. ## diff --git a/scripts/optimization/fminunc.m b/scripts/optimization/fminunc.m --- a/scripts/optimization/fminunc.m +++ b/scripts/optimization/fminunc.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 VZLU Prague, a.s. +## Copyright (C) 2008-2011 VZLU Prague, a.s. ## ## This file is part of Octave. ## diff --git a/scripts/optimization/fsolve.m b/scripts/optimization/fsolve.m --- a/scripts/optimization/fsolve.m +++ b/scripts/optimization/fsolve.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 VZLU Prague, a.s. +## Copyright (C) 2008-2011 VZLU Prague, a.s. ## ## This file is part of Octave. ## diff --git a/scripts/optimization/fzero.m b/scripts/optimization/fzero.m --- a/scripts/optimization/fzero.m +++ b/scripts/optimization/fzero.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 VZLU Prague, a.s. +## Copyright (C) 2008-2011 VZLU Prague, a.s. ## ## This file is part of Octave. ## diff --git a/scripts/optimization/glpk.m b/scripts/optimization/glpk.m --- a/scripts/optimization/glpk.m +++ b/scripts/optimization/glpk.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2008, 2009 Nicolo' Giorgetti +## Copyright (C) 2005-2011 Nicolo' Giorgetti ## ## This file is part of Octave. ## diff --git a/scripts/optimization/glpkmex.m b/scripts/optimization/glpkmex.m --- a/scripts/optimization/glpkmex.m +++ b/scripts/optimization/glpkmex.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2009 Nicolo' Giorgetti +## Copyright (C) 2005-2011 Nicolo' Giorgetti ## ## This file is part of Octave. ## diff --git a/scripts/optimization/lsqnonneg.m b/scripts/optimization/lsqnonneg.m --- a/scripts/optimization/lsqnonneg.m +++ b/scripts/optimization/lsqnonneg.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008 Bill Denney +## Copyright (C) 2008-2011 Bill Denney ## Copyright (C) 2008 Jaroslav Hajek ## Copyright (C) 2009 VZLU Prague ## diff --git a/scripts/optimization/optimget.m b/scripts/optimization/optimget.m --- a/scripts/optimization/optimget.m +++ b/scripts/optimization/optimget.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008 Jaroslav Hajek +## Copyright (C) 2008-2011 Jaroslav Hajek ## Copyright (C) 2009 VZLU Prague ## ## This file is part of Octave. diff --git a/scripts/optimization/optimset.m b/scripts/optimization/optimset.m --- a/scripts/optimization/optimset.m +++ b/scripts/optimization/optimset.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008 John W. Eaton +## Copyright (C) 2007-2011 John W. Eaton ## Copyright (C) 2009 VZLU Prague ## ## This file is part of Octave. diff --git a/scripts/optimization/pqpnonneg.m b/scripts/optimization/pqpnonneg.m --- a/scripts/optimization/pqpnonneg.m +++ b/scripts/optimization/pqpnonneg.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008 Bill Denney +## Copyright (C) 2008-2011 Bill Denney ## Copyright (C) 2008 Jaroslav Hajek ## Copyright (C) 2009 VZLU Prague ## diff --git a/scripts/optimization/private/__fdjac__.m b/scripts/optimization/private/__fdjac__.m --- a/scripts/optimization/private/__fdjac__.m +++ b/scripts/optimization/private/__fdjac__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Jaroslav Hajek +## Copyright (C) 2008-2011 Jaroslav Hajek ## ## This file is part of Octave. ## diff --git a/scripts/optimization/qp.m b/scripts/optimization/qp.m --- a/scripts/optimization/qp.m +++ b/scripts/optimization/qp.m @@ -1,5 +1,4 @@ -## Copyright (C) 2000, 2001, 2004, 2005, 2006, 2007, 2008, -## 2009 Gabriele Pannocchia. +## Copyright (C) 2000-2011 Gabriele Pannocchia. ## ## This file is part of Octave. ## diff --git a/scripts/optimization/sqp.m b/scripts/optimization/sqp.m --- a/scripts/optimization/sqp.m +++ b/scripts/optimization/sqp.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2005-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/path/matlabroot.m b/scripts/path/matlabroot.m --- a/scripts/path/matlabroot.m +++ b/scripts/path/matlabroot.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008 Ben Abbott +## Copyright (C) 2008-2011 Ben Abbott ## ## This file is part of Octave. ## diff --git a/scripts/path/pathdef.m b/scripts/path/pathdef.m --- a/scripts/path/pathdef.m +++ b/scripts/path/pathdef.m @@ -1,5 +1,5 @@ -## Copyright (C) 2005, 2006, 2007, 2008, 2009 Bill Denney -## Copyright (C) 2007, 2008, 2009 Ben Abbott +## Copyright (C) 2005-2011 Bill Denney +## Copyright (C) 2007-2009 Ben Abbott ## ## This file is part of Octave. ## diff --git a/scripts/path/savepath.m b/scripts/path/savepath.m --- a/scripts/path/savepath.m +++ b/scripts/path/savepath.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2008, 2009 Bill Denney +## Copyright (C) 2005-2011 Bill Denney ## ## This file is part of Octave. ## diff --git a/scripts/pkg/get_forge_pkg.m b/scripts/pkg/get_forge_pkg.m --- a/scripts/pkg/get_forge_pkg.m +++ b/scripts/pkg/get_forge_pkg.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 VZLU Prague, a.s. +## Copyright (C) 2010-2011 VZLU Prague, a.s. ## ## This file is part of Octave. ## diff --git a/scripts/pkg/pkg.m b/scripts/pkg/pkg.m --- a/scripts/pkg/pkg.m +++ b/scripts/pkg/pkg.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2008, 2009 S�ren Hauberg +## Copyright (C) 2005-2011 S�ren Hauberg ## Copyright (C) 2010 VZLU Prague, a.s. ## ## This file is part of Octave. diff --git a/scripts/plot/__fltk_ginput__.m b/scripts/plot/__fltk_ginput__.m --- a/scripts/plot/__fltk_ginput__.m +++ b/scripts/plot/__fltk_ginput__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Shai Ayal +## Copyright (C) 2010-2011 Shai Ayal ## ## This file is part of Octave. ## diff --git a/scripts/plot/__fltk_print__.m b/scripts/plot/__fltk_print__.m --- a/scripts/plot/__fltk_print__.m +++ b/scripts/plot/__fltk_print__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Shai Ayal +## Copyright (C) 2010-2011 Shai Ayal ## ## This file is part of Octave. ## diff --git a/scripts/plot/__gnuplot_get_var__.m b/scripts/plot/__gnuplot_get_var__.m --- a/scripts/plot/__gnuplot_get_var__.m +++ b/scripts/plot/__gnuplot_get_var__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 Ben Abbott +## Copyright (C) 2009-2011 Ben Abbott ## ## This file is part of Octave. ## diff --git a/scripts/plot/__gnuplot_ginput__.m b/scripts/plot/__gnuplot_ginput__.m --- a/scripts/plot/__gnuplot_ginput__.m +++ b/scripts/plot/__gnuplot_ginput__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2006, 2008, 2009 Petr Mikulik +## Copyright (C) 2004-2011 Petr Mikulik ## ## This file is part of Octave. ## diff --git a/scripts/plot/__gnuplot_has_feature__.m b/scripts/plot/__gnuplot_has_feature__.m --- a/scripts/plot/__gnuplot_has_feature__.m +++ b/scripts/plot/__gnuplot_has_feature__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 Ben Abbott +## Copyright (C) 2009-2011 Ben Abbott ## ## This file is part of Octave. ## diff --git a/scripts/plot/__gnuplot_open_stream__.m b/scripts/plot/__gnuplot_open_stream__.m --- a/scripts/plot/__gnuplot_open_stream__.m +++ b/scripts/plot/__gnuplot_open_stream__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 Ben Abbott +## Copyright (C) 2009-2011 Ben Abbott ## ## This file is part of Octave. ## diff --git a/scripts/plot/__gnuplot_print__.m b/scripts/plot/__gnuplot_print__.m --- a/scripts/plot/__gnuplot_print__.m +++ b/scripts/plot/__gnuplot_print__.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2005, 2006, 2007, 2008, 2009 Daniel Heiserer +## Copyright (C) 1999-2011 Daniel Heiserer ## Copyright (C) 2001 Laurent Mazet ## ## This file is part of Octave. diff --git a/scripts/plot/__gnuplot_version__.m b/scripts/plot/__gnuplot_version__.m --- a/scripts/plot/__gnuplot_version__.m +++ b/scripts/plot/__gnuplot_version__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008, 2009 Daniel Sebald +## Copyright (C) 2006-2011 Daniel Sebald ## ## This file is part of Octave. ## diff --git a/scripts/plot/__go_close_all__.m b/scripts/plot/__go_close_all__.m --- a/scripts/plot/__go_close_all__.m +++ b/scripts/plot/__go_close_all__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2009 John W. Eaton +## Copyright (C) 2007-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/__go_draw_axes__.m b/scripts/plot/__go_draw_axes__.m --- a/scripts/plot/__go_draw_axes__.m +++ b/scripts/plot/__go_draw_axes__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2005-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/__go_draw_figure__.m b/scripts/plot/__go_draw_figure__.m --- a/scripts/plot/__go_draw_figure__.m +++ b/scripts/plot/__go_draw_figure__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2005-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/__marching_cube__.m b/scripts/plot/__marching_cube__.m --- a/scripts/plot/__marching_cube__.m +++ b/scripts/plot/__marching_cube__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 Martin Helm +## Copyright (C) 2009-2011 Martin Helm ## ## This file is part of Octave. ## diff --git a/scripts/plot/__next_line_color__.m b/scripts/plot/__next_line_color__.m --- a/scripts/plot/__next_line_color__.m +++ b/scripts/plot/__next_line_color__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2009 John W. Eaton +## Copyright (C) 2007-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/__next_line_style__.m b/scripts/plot/__next_line_style__.m --- a/scripts/plot/__next_line_style__.m +++ b/scripts/plot/__next_line_style__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 David Bateman +## Copyright (C) 2010-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/__plt_get_axis_arg__.m b/scripts/plot/__plt_get_axis_arg__.m --- a/scripts/plot/__plt_get_axis_arg__.m +++ b/scripts/plot/__plt_get_axis_arg__.m @@ -1,4 +1,4 @@ -## Copyright (C) 1996, 1997, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/__print_parse_opts__.m b/scripts/plot/__print_parse_opts__.m --- a/scripts/plot/__print_parse_opts__.m +++ b/scripts/plot/__print_parse_opts__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/allchild.m b/scripts/plot/allchild.m --- a/scripts/plot/allchild.m +++ b/scripts/plot/allchild.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008 Bill Denney +## Copyright (C) 2008-2011 Bill Denney ## ## This file is part of Octave. ## diff --git a/scripts/plot/ancestor.m b/scripts/plot/ancestor.m --- a/scripts/plot/ancestor.m +++ b/scripts/plot/ancestor.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 Michael Goffioul +## Copyright (C) 2007-2011 Michael Goffioul ## ## This file is part of Octave. ## diff --git a/scripts/plot/area.m b/scripts/plot/area.m --- a/scripts/plot/area.m +++ b/scripts/plot/area.m @@ -1,5 +1,5 @@ -## Copyright (C) 2007, 2008, 2009 Michael Goffioul -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 Michael Goffioul +## Copyright (C) 2007-2009 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/axes.m b/scripts/plot/axes.m --- a/scripts/plot/axes.m +++ b/scripts/plot/axes.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2008 John W. Eaton +## Copyright (C) 2005-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/axis.m b/scripts/plot/axis.m --- a/scripts/plot/axis.m +++ b/scripts/plot/axis.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, 2004, -## 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/backend.m b/scripts/plot/backend.m --- a/scripts/plot/backend.m +++ b/scripts/plot/backend.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Michael Goffioul +## Copyright (C) 2008-2011 Michael Goffioul ## ## This file is part of Octave. ## diff --git a/scripts/plot/bar.m b/scripts/plot/bar.m --- a/scripts/plot/bar.m +++ b/scripts/plot/bar.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2004, -## 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/barh.m b/scripts/plot/barh.m --- a/scripts/plot/barh.m +++ b/scripts/plot/barh.m @@ -1,4 +1,4 @@ -## Copyright (C) 1996, 1997, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/box.m b/scripts/plot/box.m --- a/scripts/plot/box.m +++ b/scripts/plot/box.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/caxis.m b/scripts/plot/caxis.m --- a/scripts/plot/caxis.m +++ b/scripts/plot/caxis.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/cla.m b/scripts/plot/cla.m --- a/scripts/plot/cla.m +++ b/scripts/plot/cla.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Ben Abbott +## Copyright (C) 2008-2011 Ben Abbott ## ## This file is part of Octave. ## diff --git a/scripts/plot/clabel.m b/scripts/plot/clabel.m --- a/scripts/plot/clabel.m +++ b/scripts/plot/clabel.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/clf.m b/scripts/plot/clf.m --- a/scripts/plot/clf.m +++ b/scripts/plot/clf.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2005-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/close.m b/scripts/plot/close.m --- a/scripts/plot/close.m +++ b/scripts/plot/close.m @@ -1,4 +1,4 @@ -## Copyright (C) 2002, 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2002-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/closereq.m b/scripts/plot/closereq.m --- a/scripts/plot/closereq.m +++ b/scripts/plot/closereq.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2008 John W. Eaton +## Copyright (C) 2005-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/colorbar.m b/scripts/plot/colorbar.m --- a/scripts/plot/colorbar.m +++ b/scripts/plot/colorbar.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/comet.m b/scripts/plot/comet.m --- a/scripts/plot/comet.m +++ b/scripts/plot/comet.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Ben Abbott +## Copyright (C) 2008-2011 Ben Abbott ## ## This file is part of Octave. ## diff --git a/scripts/plot/comet3.m b/scripts/plot/comet3.m --- a/scripts/plot/comet3.m +++ b/scripts/plot/comet3.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Ben Abbott and John W. Eaton +## Copyright (C) 2010-2011 Ben Abbott and John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/compass.m b/scripts/plot/compass.m --- a/scripts/plot/compass.m +++ b/scripts/plot/compass.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/contour.m b/scripts/plot/contour.m --- a/scripts/plot/contour.m +++ b/scripts/plot/contour.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, -## 2003, 2004, 2005, 2006, 2007, 2008 Shai Ayal +## Copyright (C) 1993-2011 Shai Ayal ## ## This file is part of Octave. ## diff --git a/scripts/plot/contour3.m b/scripts/plot/contour3.m --- a/scripts/plot/contour3.m +++ b/scripts/plot/contour3.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David BAteman +## Copyright (C) 2007-2011 David BAteman ## ## This file is part of Octave. ## diff --git a/scripts/plot/contourc.m b/scripts/plot/contourc.m --- a/scripts/plot/contourc.m +++ b/scripts/plot/contourc.m @@ -1,4 +1,4 @@ -## Copyright (C) 2003, 2007, 2008, 2009 Shai Ayal +## Copyright (C) 2003-2011 Shai Ayal ## ## This file is part of Octave. ## diff --git a/scripts/plot/contourf.m b/scripts/plot/contourf.m --- a/scripts/plot/contourf.m +++ b/scripts/plot/contourf.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 Kai Habel +## Copyright (C) 2007-2011 Kai Habel ## Copyright (C) 2003 Shai Ayal ## ## This file is part of Octave. diff --git a/scripts/plot/cylinder.m b/scripts/plot/cylinder.m --- a/scripts/plot/cylinder.m +++ b/scripts/plot/cylinder.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2009 Michael Goffioul and Kai Habel +## Copyright (C) 2007-2011 Michael Goffioul and Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/plot/daspect.m b/scripts/plot/daspect.m --- a/scripts/plot/daspect.m +++ b/scripts/plot/daspect.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Ben Abbott +## Copyright (C) 2010-2011 Ben Abbott ## ## This file is part of Octave. ## diff --git a/scripts/plot/diffuse.m b/scripts/plot/diffuse.m --- a/scripts/plot/diffuse.m +++ b/scripts/plot/diffuse.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 Kai Habel +## Copyright (C) 2009-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/plot/ellipsoid.m b/scripts/plot/ellipsoid.m --- a/scripts/plot/ellipsoid.m +++ b/scripts/plot/ellipsoid.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 Sylvain Pelissier +## Copyright (C) 2007-2011 Sylvain Pelissier ## ## This file is part of Octave. ## diff --git a/scripts/plot/errorbar.m b/scripts/plot/errorbar.m --- a/scripts/plot/errorbar.m +++ b/scripts/plot/errorbar.m @@ -1,5 +1,4 @@ -## Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, -## 2009 Teemu Ikonen +## Copyright (C) 2000-2011 Teemu Ikonen ## ## This file is part of Octave. ## diff --git a/scripts/plot/ezcontour.m b/scripts/plot/ezcontour.m --- a/scripts/plot/ezcontour.m +++ b/scripts/plot/ezcontour.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/ezcontourf.m b/scripts/plot/ezcontourf.m --- a/scripts/plot/ezcontourf.m +++ b/scripts/plot/ezcontourf.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/ezmesh.m b/scripts/plot/ezmesh.m --- a/scripts/plot/ezmesh.m +++ b/scripts/plot/ezmesh.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/ezmeshc.m b/scripts/plot/ezmeshc.m --- a/scripts/plot/ezmeshc.m +++ b/scripts/plot/ezmeshc.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/ezplot.m b/scripts/plot/ezplot.m --- a/scripts/plot/ezplot.m +++ b/scripts/plot/ezplot.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/ezplot3.m b/scripts/plot/ezplot3.m --- a/scripts/plot/ezplot3.m +++ b/scripts/plot/ezplot3.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/ezpolar.m b/scripts/plot/ezpolar.m --- a/scripts/plot/ezpolar.m +++ b/scripts/plot/ezpolar.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/ezsurf.m b/scripts/plot/ezsurf.m --- a/scripts/plot/ezsurf.m +++ b/scripts/plot/ezsurf.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/ezsurfc.m b/scripts/plot/ezsurfc.m --- a/scripts/plot/ezsurfc.m +++ b/scripts/plot/ezsurfc.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/feather.m b/scripts/plot/feather.m --- a/scripts/plot/feather.m +++ b/scripts/plot/feather.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/figure.m b/scripts/plot/figure.m --- a/scripts/plot/figure.m +++ b/scripts/plot/figure.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 1999, 2000, 2004, 2005, 2006, 2007 -## John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/fill.m b/scripts/plot/fill.m --- a/scripts/plot/fill.m +++ b/scripts/plot/fill.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/findall.m b/scripts/plot/findall.m --- a/scripts/plot/findall.m +++ b/scripts/plot/findall.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Bill Denney +## Copyright (C) 2008-2011 Bill Denney ## ## This file is part of Octave. ## diff --git a/scripts/plot/findobj.m b/scripts/plot/findobj.m --- a/scripts/plot/findobj.m +++ b/scripts/plot/findobj.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 Ben Abbott +## Copyright (C) 2007-2011 Ben Abbott ## ## This file is part of Octave. ## diff --git a/scripts/plot/fplot.m b/scripts/plot/fplot.m --- a/scripts/plot/fplot.m +++ b/scripts/plot/fplot.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2008, 2009 Paul Kienzle +## Copyright (C) 2005-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/plot/gca.m b/scripts/plot/gca.m --- a/scripts/plot/gca.m +++ b/scripts/plot/gca.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007 John W. Eaton +## Copyright (C) 2005-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/gcbf.m b/scripts/plot/gcbf.m --- a/scripts/plot/gcbf.m +++ b/scripts/plot/gcbf.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Michael Goffioul +## Copyright (C) 2008-2011 Michael Goffioul ## ## This file is part of Octave. ## diff --git a/scripts/plot/gcbo.m b/scripts/plot/gcbo.m --- a/scripts/plot/gcbo.m +++ b/scripts/plot/gcbo.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Michael Goffioul +## Copyright (C) 2008-2011 Michael Goffioul ## ## This file is part of Octave. ## diff --git a/scripts/plot/gcf.m b/scripts/plot/gcf.m --- a/scripts/plot/gcf.m +++ b/scripts/plot/gcf.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007 John W. Eaton +## Copyright (C) 2005-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/ginput.m b/scripts/plot/ginput.m --- a/scripts/plot/ginput.m +++ b/scripts/plot/ginput.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/gnuplot_binary.in b/scripts/plot/gnuplot_binary.in --- a/scripts/plot/gnuplot_binary.in +++ b/scripts/plot/gnuplot_binary.in @@ -1,4 +1,4 @@ -## Copyright (C) 2008 John W. Eaton +## Copyright (C) 2008-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/gnuplot_drawnow.m b/scripts/plot/gnuplot_drawnow.m --- a/scripts/plot/gnuplot_drawnow.m +++ b/scripts/plot/gnuplot_drawnow.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2005-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/grid.m b/scripts/plot/grid.m --- a/scripts/plot/grid.m +++ b/scripts/plot/grid.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2003, 2004, -## 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/gtext.m b/scripts/plot/gtext.m --- a/scripts/plot/gtext.m +++ b/scripts/plot/gtext.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/hggroup.m b/scripts/plot/hggroup.m --- a/scripts/plot/hggroup.m +++ b/scripts/plot/hggroup.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Michael Goffioul +## Copyright (C) 2008-2011 Michael Goffioul ## ## This file is part of Octave. ## diff --git a/scripts/plot/hidden.m b/scripts/plot/hidden.m --- a/scripts/plot/hidden.m +++ b/scripts/plot/hidden.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 Michael Goffioul +## Copyright (C) 2007-2011 Michael Goffioul ## ## This file is part of Octave. ## diff --git a/scripts/plot/hist.m b/scripts/plot/hist.m --- a/scripts/plot/hist.m +++ b/scripts/plot/hist.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, -## 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/hold.m b/scripts/plot/hold.m --- a/scripts/plot/hold.m +++ b/scripts/plot/hold.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2005-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/isfigure.m b/scripts/plot/isfigure.m --- a/scripts/plot/isfigure.m +++ b/scripts/plot/isfigure.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007 John W. Eaton +## Copyright (C) 2005-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/ishghandle.m b/scripts/plot/ishghandle.m --- a/scripts/plot/ishghandle.m +++ b/scripts/plot/ishghandle.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/ishold.m b/scripts/plot/ishold.m --- a/scripts/plot/ishold.m +++ b/scripts/plot/ishold.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2008 2009 John W. Eaton +## Copyright (C) 2005-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/isocolors.m b/scripts/plot/isocolors.m --- a/scripts/plot/isocolors.m +++ b/scripts/plot/isocolors.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 Martin Helm +## Copyright (C) 2009-2011 Martin Helm ## ## This file is part of Octave. ## diff --git a/scripts/plot/isonormals.m b/scripts/plot/isonormals.m --- a/scripts/plot/isonormals.m +++ b/scripts/plot/isonormals.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 Martin Helm +## Copyright (C) 2009-2011 Martin Helm ## ## This file is part of Octave. ## diff --git a/scripts/plot/isosurface.m b/scripts/plot/isosurface.m --- a/scripts/plot/isosurface.m +++ b/scripts/plot/isosurface.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 Martin Helm +## Copyright (C) 2009-2011 Martin Helm ## ## This file is part of Octave. ## diff --git a/scripts/plot/isprop.m b/scripts/plot/isprop.m --- a/scripts/plot/isprop.m +++ b/scripts/plot/isprop.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Ben Abbott +## Copyright (C) 2010-2011 Ben Abbott ## ## This file is part of Octave. ## diff --git a/scripts/plot/legend.m b/scripts/plot/legend.m --- a/scripts/plot/legend.m +++ b/scripts/plot/legend.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 David Bateman +## Copyright (C) 2010-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/line.m b/scripts/plot/line.m --- a/scripts/plot/line.m +++ b/scripts/plot/line.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007 John W. Eaton +## Copyright (C) 2005-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/linkprop.m b/scripts/plot/linkprop.m --- a/scripts/plot/linkprop.m +++ b/scripts/plot/linkprop.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/loglog.m b/scripts/plot/loglog.m --- a/scripts/plot/loglog.m +++ b/scripts/plot/loglog.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2004, -## 2005, 2006, 2007 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/loglogerr.m b/scripts/plot/loglogerr.m --- a/scripts/plot/loglogerr.m +++ b/scripts/plot/loglogerr.m @@ -1,5 +1,4 @@ -## Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2009 -## Teemu Ikonen +## Copyright (C) 2000-2011 Teemu Ikonen ## ## This file is part of Octave. ## diff --git a/scripts/plot/mesh.m b/scripts/plot/mesh.m --- a/scripts/plot/mesh.m +++ b/scripts/plot/mesh.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2004, -## 2005, 2006, 2007 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/meshc.m b/scripts/plot/meshc.m --- a/scripts/plot/meshc.m +++ b/scripts/plot/meshc.m @@ -1,4 +1,4 @@ -## Copyright (C) 1996, 1997, 2007 John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/meshgrid.m b/scripts/plot/meshgrid.m --- a/scripts/plot/meshgrid.m +++ b/scripts/plot/meshgrid.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2009 -## John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/meshz.m b/scripts/plot/meshz.m --- a/scripts/plot/meshz.m +++ b/scripts/plot/meshz.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/ndgrid.m b/scripts/plot/ndgrid.m --- a/scripts/plot/ndgrid.m +++ b/scripts/plot/ndgrid.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 Alexander Barth +## Copyright (C) 2006-2011 Alexander Barth ## ## This file is part of Octave. ## diff --git a/scripts/plot/newplot.m b/scripts/plot/newplot.m --- a/scripts/plot/newplot.m +++ b/scripts/plot/newplot.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2008 John W. Eaton +## Copyright (C) 2005-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/orient.m b/scripts/plot/orient.m --- a/scripts/plot/orient.m +++ b/scripts/plot/orient.m @@ -1,4 +1,4 @@ -## Copyright (C) 2001, 2005, 2006, 2007, 2008, 2009 Paul Kienzle +## Copyright (C) 2001-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/plot/pareto.m b/scripts/plot/pareto.m --- a/scripts/plot/pareto.m +++ b/scripts/plot/pareto.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## Copyright (C) 2003 Alberto Terruzzi ## ## This file is part of Octave. diff --git a/scripts/plot/patch.m b/scripts/plot/patch.m --- a/scripts/plot/patch.m +++ b/scripts/plot/patch.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2005-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/pbaspect.m b/scripts/plot/pbaspect.m --- a/scripts/plot/pbaspect.m +++ b/scripts/plot/pbaspect.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Ben Abbott +## Copyright (C) 2010-2011 Ben Abbott ## ## This file is part of Octave. ## diff --git a/scripts/plot/pcolor.m b/scripts/plot/pcolor.m --- a/scripts/plot/pcolor.m +++ b/scripts/plot/pcolor.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 Kai Habel +## Copyright (C) 2007-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/plot/peaks.m b/scripts/plot/peaks.m --- a/scripts/plot/peaks.m +++ b/scripts/plot/peaks.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2009 Paul Kienzle +## Copyright (C) 2007-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/plot/pie.m b/scripts/plot/pie.m --- a/scripts/plot/pie.m +++ b/scripts/plot/pie.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/pie3.m b/scripts/plot/pie3.m --- a/scripts/plot/pie3.m +++ b/scripts/plot/pie3.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## Copyright (C) 2010 Kai Habel ## ## This file is part of Octave. diff --git a/scripts/plot/plot.m b/scripts/plot/plot.m --- a/scripts/plot/plot.m +++ b/scripts/plot/plot.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2004, -## 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/plot3.m b/scripts/plot/plot3.m --- a/scripts/plot/plot3.m +++ b/scripts/plot/plot3.m @@ -1,4 +1,4 @@ -## Copyright (C) 1996, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/plotmatrix.m b/scripts/plot/plotmatrix.m --- a/scripts/plot/plotmatrix.m +++ b/scripts/plot/plotmatrix.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/plotyy.m b/scripts/plot/plotyy.m --- a/scripts/plot/plotyy.m +++ b/scripts/plot/plotyy.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/polar.m b/scripts/plot/polar.m --- a/scripts/plot/polar.m +++ b/scripts/plot/polar.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2004, 2005, -## 2006, 2007 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/print.m b/scripts/plot/print.m --- a/scripts/plot/print.m +++ b/scripts/plot/print.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__actual_axis_position__.m b/scripts/plot/private/__actual_axis_position__.m --- a/scripts/plot/private/__actual_axis_position__.m +++ b/scripts/plot/private/__actual_axis_position__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 Ben Abbott +## Copyright (C) 2009-2011 Ben Abbott ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__add_datasource__.m b/scripts/plot/private/__add_datasource__.m --- a/scripts/plot/private/__add_datasource__.m +++ b/scripts/plot/private/__add_datasource__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__add_default_menu__.m b/scripts/plot/private/__add_default_menu__.m --- a/scripts/plot/private/__add_default_menu__.m +++ b/scripts/plot/private/__add_default_menu__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Kai Habel +## Copyright (C) 2010-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__axes_limits__.m b/scripts/plot/private/__axes_limits__.m --- a/scripts/plot/private/__axes_limits__.m +++ b/scripts/plot/private/__axes_limits__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__axis_label__.m b/scripts/plot/private/__axis_label__.m --- a/scripts/plot/private/__axis_label__.m +++ b/scripts/plot/private/__axis_label__.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 2000, 2003, 2005, 2006, 2007, 2008, -## 2009 John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__bar__.m b/scripts/plot/private/__bar__.m --- a/scripts/plot/private/__bar__.m +++ b/scripts/plot/private/__bar__.m @@ -1,4 +1,4 @@ -## Copyright (C) 1996, 1997, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__clabel__.m b/scripts/plot/private/__clabel__.m --- a/scripts/plot/private/__clabel__.m +++ b/scripts/plot/private/__clabel__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__color_str_rgb__.m b/scripts/plot/private/__color_str_rgb__.m --- a/scripts/plot/private/__color_str_rgb__.m +++ b/scripts/plot/private/__color_str_rgb__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 David Bateman +## Copyright (C) 2010-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__contour__.m b/scripts/plot/private/__contour__.m --- a/scripts/plot/private/__contour__.m +++ b/scripts/plot/private/__contour__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__default_plot_options__.m b/scripts/plot/private/__default_plot_options__.m --- a/scripts/plot/private/__default_plot_options__.m +++ b/scripts/plot/private/__default_plot_options__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2009 John W. Eaton +## Copyright (C) 2007-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__errcomm__.m b/scripts/plot/private/__errcomm__.m --- a/scripts/plot/private/__errcomm__.m +++ b/scripts/plot/private/__errcomm__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 Teemu Ikonen +## Copyright (C) 2001-2011 Teemu Ikonen ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__errplot__.m b/scripts/plot/private/__errplot__.m --- a/scripts/plot/private/__errplot__.m +++ b/scripts/plot/private/__errplot__.m @@ -1,5 +1,4 @@ -## Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 -## Teemu Ikonen +## Copyright (C) 2000-2011 Teemu Ikonen ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__ezplot__.m b/scripts/plot/private/__ezplot__.m --- a/scripts/plot/private/__ezplot__.m +++ b/scripts/plot/private/__ezplot__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__fltk_file_filter__.m b/scripts/plot/private/__fltk_file_filter__.m --- a/scripts/plot/private/__fltk_file_filter__.m +++ b/scripts/plot/private/__fltk_file_filter__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Kai Habel +## Copyright (C) 2010-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__ghostscript__.m b/scripts/plot/private/__ghostscript__.m --- a/scripts/plot/private/__ghostscript__.m +++ b/scripts/plot/private/__ghostscript__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Ben Abbott +## Copyright (C) 2010-2011 Ben Abbott ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__gnuplot_has_terminal__.m b/scripts/plot/private/__gnuplot_has_terminal__.m --- a/scripts/plot/private/__gnuplot_has_terminal__.m +++ b/scripts/plot/private/__gnuplot_has_terminal__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Ben Abbott +## Copyright (C) 2010-2011 Ben Abbott ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__interp_cube__.m b/scripts/plot/private/__interp_cube__.m --- a/scripts/plot/private/__interp_cube__.m +++ b/scripts/plot/private/__interp_cube__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 Martin Helm +## Copyright (C) 2009-2011 Martin Helm ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__line__.m b/scripts/plot/private/__line__.m --- a/scripts/plot/private/__line__.m +++ b/scripts/plot/private/__line__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2005-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__patch__.m b/scripts/plot/private/__patch__.m --- a/scripts/plot/private/__patch__.m +++ b/scripts/plot/private/__patch__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 John W. Eaton, Shai Ayal, Kai Habel +## Copyright (C) 2007-2011 John W. Eaton, Shai Ayal, Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__pie__.m b/scripts/plot/private/__pie__.m --- a/scripts/plot/private/__pie__.m +++ b/scripts/plot/private/__pie__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## Copyright (C) 2010 Kai Habel ## ## This file is part of Octave. diff --git a/scripts/plot/private/__plt__.m b/scripts/plot/private/__plt__.m --- a/scripts/plot/private/__plt__.m +++ b/scripts/plot/private/__plt__.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2004, -## 2005, 2006, 2007, 2009 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__pltopt__.m b/scripts/plot/private/__pltopt__.m --- a/scripts/plot/private/__pltopt__.m +++ b/scripts/plot/private/__pltopt__.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, -## 2006, 2007, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__quiver__.m b/scripts/plot/private/__quiver__.m --- a/scripts/plot/private/__quiver__.m +++ b/scripts/plot/private/__quiver__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__scatter__.m b/scripts/plot/private/__scatter__.m --- a/scripts/plot/private/__scatter__.m +++ b/scripts/plot/private/__scatter__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__stem__.m b/scripts/plot/private/__stem__.m --- a/scripts/plot/private/__stem__.m +++ b/scripts/plot/private/__stem__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008, 2009 Michel D. Schmid +## Copyright (C) 2006-2011 Michel D. Schmid ## ## This file is part of Octave. ## diff --git a/scripts/plot/private/__tight_eps_bbox__.m b/scripts/plot/private/__tight_eps_bbox__.m --- a/scripts/plot/private/__tight_eps_bbox__.m +++ b/scripts/plot/private/__tight_eps_bbox__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Ben Abbott +## Copyright (C) 2010-2011 Ben Abbott ## ## This file is part of Octave. ## diff --git a/scripts/plot/quiver.m b/scripts/plot/quiver.m --- a/scripts/plot/quiver.m +++ b/scripts/plot/quiver.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/quiver3.m b/scripts/plot/quiver3.m --- a/scripts/plot/quiver3.m +++ b/scripts/plot/quiver3.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/refresh.m b/scripts/plot/refresh.m --- a/scripts/plot/refresh.m +++ b/scripts/plot/refresh.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/refreshdata.m b/scripts/plot/refreshdata.m --- a/scripts/plot/refreshdata.m +++ b/scripts/plot/refreshdata.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/replot.m b/scripts/plot/replot.m --- a/scripts/plot/replot.m +++ b/scripts/plot/replot.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007 John W. Eaton +## Copyright (C) 2005-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/ribbon.m b/scripts/plot/ribbon.m --- a/scripts/plot/ribbon.m +++ b/scripts/plot/ribbon.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 Kai Habel +## Copyright (C) 2007-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/plot/rose.m b/scripts/plot/rose.m --- a/scripts/plot/rose.m +++ b/scripts/plot/rose.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/saveas.m b/scripts/plot/saveas.m --- a/scripts/plot/saveas.m +++ b/scripts/plot/saveas.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Kai Habel +## Copyright (C) 2010-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/plot/scatter.m b/scripts/plot/scatter.m --- a/scripts/plot/scatter.m +++ b/scripts/plot/scatter.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/scatter3.m b/scripts/plot/scatter3.m --- a/scripts/plot/scatter3.m +++ b/scripts/plot/scatter3.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/semilogx.m b/scripts/plot/semilogx.m --- a/scripts/plot/semilogx.m +++ b/scripts/plot/semilogx.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2004, -## 2005, 2006, 2007 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/semilogxerr.m b/scripts/plot/semilogxerr.m --- a/scripts/plot/semilogxerr.m +++ b/scripts/plot/semilogxerr.m @@ -1,5 +1,4 @@ -## Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2009 -## Teemu Ikonen +## Copyright (C) 2000-2011 Teemu Ikonen ## ## This file is part of Octave. ## diff --git a/scripts/plot/semilogy.m b/scripts/plot/semilogy.m --- a/scripts/plot/semilogy.m +++ b/scripts/plot/semilogy.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2004, -## 2005, 2006, 2007 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/semilogyerr.m b/scripts/plot/semilogyerr.m --- a/scripts/plot/semilogyerr.m +++ b/scripts/plot/semilogyerr.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007 Teemu Ikonen +## Copyright (C) 2000-2011 Teemu Ikonen ## ## This file is part of Octave. ## diff --git a/scripts/plot/shading.m b/scripts/plot/shading.m --- a/scripts/plot/shading.m +++ b/scripts/plot/shading.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008, 2009 Kai Habel +## Copyright (C) 2006-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/plot/shg.m b/scripts/plot/shg.m --- a/scripts/plot/shg.m +++ b/scripts/plot/shg.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 2000, 2004, 2005, 2006, 2007 -## John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/slice.m b/scripts/plot/slice.m --- a/scripts/plot/slice.m +++ b/scripts/plot/slice.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2009 Kai Habel, David Bateman +## Copyright (C) 2007-2011 Kai Habel, David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/sombrero.m b/scripts/plot/sombrero.m --- a/scripts/plot/sombrero.m +++ b/scripts/plot/sombrero.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2005, 2006, 2007 -## John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/specular.m b/scripts/plot/specular.m --- a/scripts/plot/specular.m +++ b/scripts/plot/specular.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 Kai Habel +## Copyright (C) 2009-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/plot/sphere.m b/scripts/plot/sphere.m --- a/scripts/plot/sphere.m +++ b/scripts/plot/sphere.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2009 Michael Goffioul +## Copyright (C) 2007-2011 Michael Goffioul ## ## This file is part of Octave. ## diff --git a/scripts/plot/spinmap.m b/scripts/plot/spinmap.m --- a/scripts/plot/spinmap.m +++ b/scripts/plot/spinmap.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2009 Kai Habel +## Copyright (C) 2007-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/plot/stairs.m b/scripts/plot/stairs.m --- a/scripts/plot/stairs.m +++ b/scripts/plot/stairs.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2004, -## 2005, 2006, 2007, 2008 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/stem.m b/scripts/plot/stem.m --- a/scripts/plot/stem.m +++ b/scripts/plot/stem.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008, 2009 Michel D. Schmid +## Copyright (C) 2006-2011 Michel D. Schmid ## ## This file is part of Octave. ## diff --git a/scripts/plot/stem3.m b/scripts/plot/stem3.m --- a/scripts/plot/stem3.m +++ b/scripts/plot/stem3.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/subplot.m b/scripts/plot/subplot.m --- a/scripts/plot/subplot.m +++ b/scripts/plot/subplot.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2005, -## 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1995-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/surf.m b/scripts/plot/surf.m --- a/scripts/plot/surf.m +++ b/scripts/plot/surf.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007 Kai Habel +## Copyright (C) 2007-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/plot/surface.m b/scripts/plot/surface.m --- a/scripts/plot/surface.m +++ b/scripts/plot/surface.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2004, -## 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/surfc.m b/scripts/plot/surfc.m --- a/scripts/plot/surfc.m +++ b/scripts/plot/surfc.m @@ -1,4 +1,4 @@ -## Copyright (C) 1996, 1997, 2007 John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/surfl.m b/scripts/plot/surfl.m --- a/scripts/plot/surfl.m +++ b/scripts/plot/surfl.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 Kai Habel +## Copyright (C) 2009-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/plot/surfnorm.m b/scripts/plot/surfnorm.m --- a/scripts/plot/surfnorm.m +++ b/scripts/plot/surfnorm.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/text.m b/scripts/plot/text.m --- a/scripts/plot/text.m +++ b/scripts/plot/text.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007 John W. Eaton +## Copyright (C) 2007-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/title.m b/scripts/plot/title.m --- a/scripts/plot/title.m +++ b/scripts/plot/title.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2003, 2004, -## 2005, 2006, 2007, 2009 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/uigetdir.m b/scripts/plot/uigetdir.m --- a/scripts/plot/uigetdir.m +++ b/scripts/plot/uigetdir.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Kai Habel +## Copyright (C) 2010-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/plot/uigetfile.m b/scripts/plot/uigetfile.m --- a/scripts/plot/uigetfile.m +++ b/scripts/plot/uigetfile.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Kai Habel +## Copyright (C) 2010-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/plot/uimenu.m b/scripts/plot/uimenu.m --- a/scripts/plot/uimenu.m +++ b/scripts/plot/uimenu.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Kai Habel +## Copyright (C) 2010-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/plot/uiputfile.m b/scripts/plot/uiputfile.m --- a/scripts/plot/uiputfile.m +++ b/scripts/plot/uiputfile.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Kai Habel +## Copyright (C) 2010-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/plot/view.m b/scripts/plot/view.m --- a/scripts/plot/view.m +++ b/scripts/plot/view.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008 John W. Eaton +## Copyright (C) 2007-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/waitforbuttonpress.m b/scripts/plot/waitforbuttonpress.m --- a/scripts/plot/waitforbuttonpress.m +++ b/scripts/plot/waitforbuttonpress.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2006, 2008, 2009 Petr Mikulik +## Copyright (C) 2004-2011 Petr Mikulik ## ## This file is part of Octave. ## diff --git a/scripts/plot/whitebg.m b/scripts/plot/whitebg.m --- a/scripts/plot/whitebg.m +++ b/scripts/plot/whitebg.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 David Bateman +## Copyright (C) 2010-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/xlabel.m b/scripts/plot/xlabel.m --- a/scripts/plot/xlabel.m +++ b/scripts/plot/xlabel.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, -## 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/xlim.m b/scripts/plot/xlim.m --- a/scripts/plot/xlim.m +++ b/scripts/plot/xlim.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/ylabel.m b/scripts/plot/ylabel.m --- a/scripts/plot/ylabel.m +++ b/scripts/plot/ylabel.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, -## 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/ylim.m b/scripts/plot/ylim.m --- a/scripts/plot/ylim.m +++ b/scripts/plot/ylim.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/plot/zlabel.m b/scripts/plot/zlabel.m --- a/scripts/plot/zlabel.m +++ b/scripts/plot/zlabel.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1999, 2000, 2002, 2003, 2005, 2006, -## 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1995-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/plot/zlim.m b/scripts/plot/zlim.m --- a/scripts/plot/zlim.m +++ b/scripts/plot/zlim.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/polynomial/compan.m b/scripts/polynomial/compan.m --- a/scripts/polynomial/compan.m +++ b/scripts/polynomial/compan.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2004, -## 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/polynomial/conv.m b/scripts/polynomial/conv.m --- a/scripts/polynomial/conv.m +++ b/scripts/polynomial/conv.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2004, -## 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/polynomial/deconv.m b/scripts/polynomial/deconv.m --- a/scripts/polynomial/deconv.m +++ b/scripts/polynomial/deconv.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2004, -## 2005, 2006, 2007, 2008 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/polynomial/mkpp.m b/scripts/polynomial/mkpp.m --- a/scripts/polynomial/mkpp.m +++ b/scripts/polynomial/mkpp.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2006, 2007, 2008, 2009 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/polynomial/mpoles.m b/scripts/polynomial/mpoles.m --- a/scripts/polynomial/mpoles.m +++ b/scripts/polynomial/mpoles.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 Ben Abbott +## Copyright (C) 2007-2011 Ben Abbott ## ## This file is part of Octave. ## diff --git a/scripts/polynomial/pchip.m b/scripts/polynomial/pchip.m --- a/scripts/polynomial/pchip.m +++ b/scripts/polynomial/pchip.m @@ -1,4 +1,4 @@ -## Copyright (C) 2001, 2002, 2006, 2007, 2008, 2009 Kai Habel +## Copyright (C) 2001-2011 Kai Habel ## ## This file is part of Octave. ## diff --git a/scripts/polynomial/poly.m b/scripts/polynomial/poly.m --- a/scripts/polynomial/poly.m +++ b/scripts/polynomial/poly.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2005, 2006, 2007, -## 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/polynomial/polyaffine.m b/scripts/polynomial/polyaffine.m --- a/scripts/polynomial/polyaffine.m +++ b/scripts/polynomial/polyaffine.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 Tony Richardson, Jaroslav Hajek +## Copyright (C) 2009-2011 Tony Richardson, Jaroslav Hajek ## ## This file is part of Octave. ## diff --git a/scripts/polynomial/polyder.m b/scripts/polynomial/polyder.m --- a/scripts/polynomial/polyder.m +++ b/scripts/polynomial/polyder.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2000, 2005, 2006, 2007 John W. Eaton +## Copyright (C) 1995-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/polynomial/polyderiv.m b/scripts/polynomial/polyderiv.m --- a/scripts/polynomial/polyderiv.m +++ b/scripts/polynomial/polyderiv.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2004, -## 2005, 2006, 2007, 2008 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/polynomial/polyfit.m b/scripts/polynomial/polyfit.m --- a/scripts/polynomial/polyfit.m +++ b/scripts/polynomial/polyfit.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2005, 2006, -## 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/polynomial/polygcd.m b/scripts/polynomial/polygcd.m --- a/scripts/polynomial/polygcd.m +++ b/scripts/polynomial/polygcd.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2005, 2006, 2007, 2008, 2009 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/polynomial/polyint.m b/scripts/polynomial/polyint.m --- a/scripts/polynomial/polyint.m +++ b/scripts/polynomial/polyint.m @@ -1,4 +1,4 @@ -## Copyright (C) 1996, 1997, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/polynomial/polyout.m b/scripts/polynomial/polyout.m --- a/scripts/polynomial/polyout.m +++ b/scripts/polynomial/polyout.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1998, 2000, 2002, 2004, 2005, 2006, 2007, 2008, 2009 -## Auburn University. All rights reserved. +## Copyright (C) 1995-2011 Auburn University. All rights reserved. ## ## This file is part of Octave. ## diff --git a/scripts/polynomial/polyreduce.m b/scripts/polynomial/polyreduce.m --- a/scripts/polynomial/polyreduce.m +++ b/scripts/polynomial/polyreduce.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2004, -## 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/polynomial/polyval.m b/scripts/polynomial/polyval.m --- a/scripts/polynomial/polyval.m +++ b/scripts/polynomial/polyval.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2004, -## 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/polynomial/polyvalm.m b/scripts/polynomial/polyvalm.m --- a/scripts/polynomial/polyvalm.m +++ b/scripts/polynomial/polyvalm.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2004, -## 2005, 2006, 2007, 2008 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## Copyright (C) 2009 Jaroslav Hajek ## ## This file is part of Octave. diff --git a/scripts/polynomial/ppder.m b/scripts/polynomial/ppder.m --- a/scripts/polynomial/ppder.m +++ b/scripts/polynomial/ppder.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 VZLU Prague, a.s., Czech Republic +## Copyright (C) 2008-2011 VZLU Prague, a.s., Czech Republic ## ## This file is part of Octave. ## diff --git a/scripts/polynomial/ppint.m b/scripts/polynomial/ppint.m --- a/scripts/polynomial/ppint.m +++ b/scripts/polynomial/ppint.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 VZLU Prague, a.s., Czech Republic +## Copyright (C) 2008-2011 VZLU Prague, a.s., Czech Republic ## ## This file is part of Octave. ## diff --git a/scripts/polynomial/ppjumps.m b/scripts/polynomial/ppjumps.m --- a/scripts/polynomial/ppjumps.m +++ b/scripts/polynomial/ppjumps.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 VZLU Prague, a.s., Czech Republic +## Copyright (C) 2008-2011 VZLU Prague, a.s., Czech Republic ## ## This file is part of Octave. ## diff --git a/scripts/polynomial/ppval.m b/scripts/polynomial/ppval.m --- a/scripts/polynomial/ppval.m +++ b/scripts/polynomial/ppval.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2006, 2007, 2008 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/polynomial/residue.m b/scripts/polynomial/residue.m --- a/scripts/polynomial/residue.m +++ b/scripts/polynomial/residue.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2004, 2005 -## 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## Copyright (C) 2007 Ben Abbott ## ## This file is part of Octave. diff --git a/scripts/polynomial/roots.m b/scripts/polynomial/roots.m --- a/scripts/polynomial/roots.m +++ b/scripts/polynomial/roots.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2004, 2005, 2006, -## 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/polynomial/spline.m b/scripts/polynomial/spline.m --- a/scripts/polynomial/spline.m +++ b/scripts/polynomial/spline.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2001, 2006, 2007, 2008, 2009 Kai Habel +## Copyright (C) 2000-2011 Kai Habel ## Copyright (C) 2006 David Bateman ## ## This file is part of Octave. diff --git a/scripts/polynomial/unmkpp.m b/scripts/polynomial/unmkpp.m --- a/scripts/polynomial/unmkpp.m +++ b/scripts/polynomial/unmkpp.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2006, 2007, 2008, 2009 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/set/intersect.m b/scripts/set/intersect.m --- a/scripts/set/intersect.m +++ b/scripts/set/intersect.m @@ -1,5 +1,5 @@ -## Copyright (C) 2008, 2009 Jaroslav Hajek -## Copyright (C) 2000, 2006, 2007 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle +## Copyright (C) 2008-2009 Jaroslav Hajek ## ## This file is part of Octave. ## diff --git a/scripts/set/ismember.m b/scripts/set/ismember.m --- a/scripts/set/ismember.m +++ b/scripts/set/ismember.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2005, 2006, 2007, 2008, 2009 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## Copyright (C) 2009 Jaroslav Hajek ## ## This file is part of Octave. diff --git a/scripts/set/powerset.m b/scripts/set/powerset.m --- a/scripts/set/powerset.m +++ b/scripts/set/powerset.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Jaroslav Hajek +## Copyright (C) 2010-2011 Jaroslav Hajek ## ## This file is part of Octave. ## diff --git a/scripts/set/private/validargs.m b/scripts/set/private/validargs.m --- a/scripts/set/private/validargs.m +++ b/scripts/set/private/validargs.m @@ -1,5 +1,5 @@ -## Copyright (C) 2000, 2005, 2006, 2007, 2008, 2009 Paul Kienzle -## Copyright (C) 2009, 2010 Jaroslav Hajek +## Copyright (C) 2000-2011 Paul Kienzle +## Copyright (C) 2009-2010 Jaroslav Hajek ## ## This file is part of Octave. ## diff --git a/scripts/set/setdiff.m b/scripts/set/setdiff.m --- a/scripts/set/setdiff.m +++ b/scripts/set/setdiff.m @@ -1,5 +1,5 @@ -## Copyright (C) 2000, 2005, 2006, 2007 Paul Kienzle -## Copyright (C) 2008, 2009 Jaroslav Hajek +## Copyright (C) 2000-2011 Paul Kienzle +## Copyright (C) 2008-2009 Jaroslav Hajek ## ## This file is part of Octave. ## diff --git a/scripts/set/setxor.m b/scripts/set/setxor.m --- a/scripts/set/setxor.m +++ b/scripts/set/setxor.m @@ -1,5 +1,5 @@ -## Copyright (C) 2008, 2009 Jaroslav Hajek -## Copyright (C) 2000, 2006, 2007 Paul Kienzle +## Copyright (C) 2008-2011 Jaroslav Hajek +## Copyright (C) 2000, 2006-2007 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/set/union.m b/scripts/set/union.m --- a/scripts/set/union.m +++ b/scripts/set/union.m @@ -1,6 +1,5 @@ -## Copyright (C) 2008, 2009 Jaroslav Hajek -## Copyright (C) 1994, 1996, 1997, 1999, 2000, 2003, 2004, 2005, 2006, -## 2007 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton +## Copyright (C) 2008-2009 Jaroslav Hajek ## ## This file is part of Octave. ## diff --git a/scripts/set/unique.m b/scripts/set/unique.m --- a/scripts/set/unique.m +++ b/scripts/set/unique.m @@ -1,5 +1,5 @@ -## Copyright (C) 2008, 2009 Jaroslav Hajek -## Copyright (C) 2000, 2001, 2005, 2006, 2007 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle +## Copyright (C) 2008-2009 Jaroslav Hajek ## ## This file is part of Octave. ## diff --git a/scripts/signal/arch_fit.m b/scripts/signal/arch_fit.m --- a/scripts/signal/arch_fit.m +++ b/scripts/signal/arch_fit.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2005, 2006, -## 2007, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/signal/arch_rnd.m b/scripts/signal/arch_rnd.m --- a/scripts/signal/arch_rnd.m +++ b/scripts/signal/arch_rnd.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2005, 2006, -## 2007, 2008, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/signal/arch_test.m b/scripts/signal/arch_test.m --- a/scripts/signal/arch_test.m +++ b/scripts/signal/arch_test.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2007 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/signal/arma_rnd.m b/scripts/signal/arma_rnd.m --- a/scripts/signal/arma_rnd.m +++ b/scripts/signal/arma_rnd.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2003, 2005, 2006, -## 2007, 2009 Friedrich Leisch +## Copyright (C) 1995-2011 Friedrich Leisch ## ## This file is part of Octave. ## diff --git a/scripts/signal/autoreg_matrix.m b/scripts/signal/autoreg_matrix.m --- a/scripts/signal/autoreg_matrix.m +++ b/scripts/signal/autoreg_matrix.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2005, 2006, -## 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/signal/bartlett.m b/scripts/signal/bartlett.m --- a/scripts/signal/bartlett.m +++ b/scripts/signal/bartlett.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007, 2009 -## Andreas Weingessel +## Copyright (C) 1995-2011 Andreas Weingessel ## ## This file is part of Octave. ## diff --git a/scripts/signal/blackman.m b/scripts/signal/blackman.m --- a/scripts/signal/blackman.m +++ b/scripts/signal/blackman.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007, 2009 -## Andreas Weingessel +## Copyright (C) 1995-2011 Andreas Weingessel ## ## This file is part of Octave. ## diff --git a/scripts/signal/detrend.m b/scripts/signal/detrend.m --- a/scripts/signal/detrend.m +++ b/scripts/signal/detrend.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1999, 2000, 2002, 2005, 2006, 2007 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/signal/diffpara.m b/scripts/signal/diffpara.m --- a/scripts/signal/diffpara.m +++ b/scripts/signal/diffpara.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2005, 2006, -## 2007 Friedrich Leisch +## Copyright (C) 1995-2011 Friedrich Leisch ## ## This file is part of Octave. ## diff --git a/scripts/signal/durbinlevinson.m b/scripts/signal/durbinlevinson.m --- a/scripts/signal/durbinlevinson.m +++ b/scripts/signal/durbinlevinson.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1998, 2000, 2002, 2005, 2006, 2007, 2009 -## Friedrich Leisch +## Copyright (C) 1995-2011 Friedrich Leisch ## ## This file is part of Octave. ## diff --git a/scripts/signal/fftconv.m b/scripts/signal/fftconv.m --- a/scripts/signal/fftconv.m +++ b/scripts/signal/fftconv.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2005, 2006, -## 2007 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/signal/fftfilt.m b/scripts/signal/fftfilt.m --- a/scripts/signal/fftfilt.m +++ b/scripts/signal/fftfilt.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2005, 2006, -## 2007 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/signal/fftshift.m b/scripts/signal/fftshift.m --- a/scripts/signal/fftshift.m +++ b/scripts/signal/fftshift.m @@ -1,5 +1,4 @@ -## Copyright (C) 1997, 1998, 2000, 2002, 2004, 2005, 2006, 2007, 2009 -## Vincent Cautaerts +## Copyright (C) 1997-2011 Vincent Cautaerts ## ## This file is part of Octave. ## diff --git a/scripts/signal/filter2.m b/scripts/signal/filter2.m --- a/scripts/signal/filter2.m +++ b/scripts/signal/filter2.m @@ -1,4 +1,4 @@ -## Copyright (C) 2001, 2006, 2007, 2009 Paul Kienzle +## Copyright (C) 2001-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/signal/fractdiff.m b/scripts/signal/fractdiff.m --- a/scripts/signal/fractdiff.m +++ b/scripts/signal/fractdiff.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2007, 2009 -## Friedrich Leisch +## Copyright (C) 1995-2011 Friedrich Leisch ## ## This file is part of Octave. ## diff --git a/scripts/signal/freqz.m b/scripts/signal/freqz.m --- a/scripts/signal/freqz.m +++ b/scripts/signal/freqz.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2005, 2006, -## 2007, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/signal/freqz_plot.m b/scripts/signal/freqz_plot.m --- a/scripts/signal/freqz_plot.m +++ b/scripts/signal/freqz_plot.m @@ -1,4 +1,4 @@ -## Copyright (C) 2002, 2003, 2005, 2006, 2007, 2009 John W. Eaton +## Copyright (C) 2002-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/signal/hamming.m b/scripts/signal/hamming.m --- a/scripts/signal/hamming.m +++ b/scripts/signal/hamming.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007, 2009 -## Andreas Weingessel +## Copyright (C) 1995-2011 Andreas Weingessel ## ## This file is part of Octave. ## diff --git a/scripts/signal/hanning.m b/scripts/signal/hanning.m --- a/scripts/signal/hanning.m +++ b/scripts/signal/hanning.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007, 2009 -## Andreas Weingessel +## Copyright (C) 1995-2011 Andreas Weingessel ## ## This file is part of Octave. ## diff --git a/scripts/signal/hurst.m b/scripts/signal/hurst.m --- a/scripts/signal/hurst.m +++ b/scripts/signal/hurst.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2005, 2006, -## 2007, 2009 Friedrich Leisch +## Copyright (C) 1995-2011 Friedrich Leisch ## ## This file is part of Octave. ## diff --git a/scripts/signal/ifftshift.m b/scripts/signal/ifftshift.m --- a/scripts/signal/ifftshift.m +++ b/scripts/signal/ifftshift.m @@ -1,4 +1,4 @@ -## Copyright (C) 1997, 2006, 2007, 2009 by Vincent Cautaerts +## Copyright (C) 1997-2011 Vincent Cautaerts ## ## This file is part of Octave. ## diff --git a/scripts/signal/periodogram.m b/scripts/signal/periodogram.m --- a/scripts/signal/periodogram.m +++ b/scripts/signal/periodogram.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2005, 2007 -## Friedrich Leisch +## Copyright (C) 1995-2011 Friedrich Leisch ## Copyright (C) 2010 Alois Schloegl ## ## This file is part of Octave. diff --git a/scripts/signal/rectangle_lw.m b/scripts/signal/rectangle_lw.m --- a/scripts/signal/rectangle_lw.m +++ b/scripts/signal/rectangle_lw.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2007, 2009 -## Friedrich Leisch +## Copyright (C) 1995-2011 Friedrich Leisch ## ## This file is part of Octave. ## diff --git a/scripts/signal/rectangle_sw.m b/scripts/signal/rectangle_sw.m --- a/scripts/signal/rectangle_sw.m +++ b/scripts/signal/rectangle_sw.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2007 -## Friedrich Leisch +## Copyright (C) 1995-2011 Friedrich Leisch ## ## This file is part of Octave. ## diff --git a/scripts/signal/sinc.m b/scripts/signal/sinc.m --- a/scripts/signal/sinc.m +++ b/scripts/signal/sinc.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1996, 1997, 1999, 2000, 2004, 2005, 2007, 2009 -## John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/signal/sinetone.m b/scripts/signal/sinetone.m --- a/scripts/signal/sinetone.m +++ b/scripts/signal/sinetone.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007, 2008 -## Friedrich Leisch +## Copyright (C) 1995-2011 Friedrich Leisch ## ## This file is part of Octave. ## diff --git a/scripts/signal/sinewave.m b/scripts/signal/sinewave.m --- a/scripts/signal/sinewave.m +++ b/scripts/signal/sinewave.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, -## 2007 Andreas Weingessel +## Copyright (C) 1995-2011 Andreas Weingessel ## ## This file is part of Octave. ## diff --git a/scripts/signal/spectral_adf.m b/scripts/signal/spectral_adf.m --- a/scripts/signal/spectral_adf.m +++ b/scripts/signal/spectral_adf.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2005, -## 2007, 2008, 2009 Friedrich Leisch +## Copyright (C) 1995-2011 Friedrich Leisch ## ## This file is part of Octave. ## diff --git a/scripts/signal/spectral_xdf.m b/scripts/signal/spectral_xdf.m --- a/scripts/signal/spectral_xdf.m +++ b/scripts/signal/spectral_xdf.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2005, -## 2007, 2008 Friedrich Leisch +## Copyright (C) 1995-2011 Friedrich Leisch ## ## This file is part of Octave. ## diff --git a/scripts/signal/spencer.m b/scripts/signal/spencer.m --- a/scripts/signal/spencer.m +++ b/scripts/signal/spencer.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2005, 2006, -## 2007 Friedrich Leisch +## Copyright (C) 1995-2011 Friedrich Leisch ## ## This file is part of Octave. ## diff --git a/scripts/signal/stft.m b/scripts/signal/stft.m --- a/scripts/signal/stft.m +++ b/scripts/signal/stft.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007, 2009 -## Andreas Weingessel +## Copyright (C) 1995-2011 Andreas Weingessel ## ## This file is part of Octave. ## diff --git a/scripts/signal/synthesis.m b/scripts/signal/synthesis.m --- a/scripts/signal/synthesis.m +++ b/scripts/signal/synthesis.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2005, 2006, -## 2007 Andreas Weingessel +## Copyright (C) 1995-2011 Andreas Weingessel ## ## This file is part of Octave. ## diff --git a/scripts/signal/triangle_lw.m b/scripts/signal/triangle_lw.m --- a/scripts/signal/triangle_lw.m +++ b/scripts/signal/triangle_lw.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2005, 2007, 2009 -## Friedrich Leisch +## Copyright (C) 1995-2011 Friedrich Leisch ## ## This file is part of Octave. ## diff --git a/scripts/signal/triangle_sw.m b/scripts/signal/triangle_sw.m --- a/scripts/signal/triangle_sw.m +++ b/scripts/signal/triangle_sw.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2007 -## Friedrich Leisch +## Copyright (C) 1995-2011 Friedrich Leisch ## ## This file is part of Octave. ## diff --git a/scripts/signal/unwrap.m b/scripts/signal/unwrap.m --- a/scripts/signal/unwrap.m +++ b/scripts/signal/unwrap.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2002, 2004, 2005, 2006, 2007, 2008 Bill Lash +## Copyright (C) 2000-2011 Bill Lash ## ## This file is part of Octave. ## diff --git a/scripts/signal/yulewalker.m b/scripts/signal/yulewalker.m --- a/scripts/signal/yulewalker.m +++ b/scripts/signal/yulewalker.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2007, 2009 -## Friedrich Leisch +## Copyright (C) 1995-2011 Friedrich Leisch ## ## This file is part of Octave. ## diff --git a/scripts/sparse/bicgstab.m b/scripts/sparse/bicgstab.m --- a/scripts/sparse/bicgstab.m +++ b/scripts/sparse/bicgstab.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008 Radek Salac +## Copyright (C) 2008-2011 Radek Salac ## ## This file is part of Octave. ## diff --git a/scripts/sparse/cgs.m b/scripts/sparse/cgs.m --- a/scripts/sparse/cgs.m +++ b/scripts/sparse/cgs.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008 Radek Salac +## Copyright (C) 2008-2011 Radek Salac ## ## This file is part of Octave. ## diff --git a/scripts/sparse/colperm.m b/scripts/sparse/colperm.m --- a/scripts/sparse/colperm.m +++ b/scripts/sparse/colperm.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2005, 2007, 2008, 2009 David Bateman and Andy Adler +## Copyright (C) 2004-2011 David Bateman and Andy Adler ## ## This file is part of Octave. ## diff --git a/scripts/sparse/etreeplot.m b/scripts/sparse/etreeplot.m --- a/scripts/sparse/etreeplot.m +++ b/scripts/sparse/etreeplot.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007 Ivana Varekova +## Copyright (C) 2005-2011 Ivana Varekova ## ## This file is part of Octave. ## diff --git a/scripts/sparse/gplot.m b/scripts/sparse/gplot.m --- a/scripts/sparse/gplot.m +++ b/scripts/sparse/gplot.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2009 Ivana Varekova +## Copyright (C) 2005-2011 Ivana Varekova ## ## This file is part of Octave. ## diff --git a/scripts/sparse/nonzeros.m b/scripts/sparse/nonzeros.m --- a/scripts/sparse/nonzeros.m +++ b/scripts/sparse/nonzeros.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2005, 2007, 2008, 2009 Paul Kienzle +## Copyright (C) 2004-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/sparse/pcg.m b/scripts/sparse/pcg.m --- a/scripts/sparse/pcg.m +++ b/scripts/sparse/pcg.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2006, 2007, 2008, 2009 Piotr Krzyzanowski +## Copyright (C) 2004-2011 Piotr Krzyzanowski ## ## This file is part of Octave. ## diff --git a/scripts/sparse/pcr.m b/scripts/sparse/pcr.m --- a/scripts/sparse/pcr.m +++ b/scripts/sparse/pcr.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2006, 2007, 2009 Piotr Krzyzanowski +## Copyright (C) 2004-2011 Piotr Krzyzanowski ## ## This file is part of Octave. ## diff --git a/scripts/sparse/spaugment.m b/scripts/sparse/spaugment.m --- a/scripts/sparse/spaugment.m +++ b/scripts/sparse/spaugment.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/sparse/spconvert.m b/scripts/sparse/spconvert.m --- a/scripts/sparse/spconvert.m +++ b/scripts/sparse/spconvert.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2005, 2007, 2009 David Bateman and Andy Adler +## Copyright (C) 2004-2011 David Bateman and Andy Adler ## ## This file is part of Octave. ## diff --git a/scripts/sparse/spdiags.m b/scripts/sparse/spdiags.m --- a/scripts/sparse/spdiags.m +++ b/scripts/sparse/spdiags.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2001, 2004, 2005, 2007, 2008, 2009 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/sparse/speye.m b/scripts/sparse/speye.m --- a/scripts/sparse/speye.m +++ b/scripts/sparse/speye.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2005, 2007, 2009 David Bateman and Andy Adler +## Copyright (C) 2004-2011 David Bateman and Andy Adler ## ## This file is part of Octave. ## diff --git a/scripts/sparse/spfun.m b/scripts/sparse/spfun.m --- a/scripts/sparse/spfun.m +++ b/scripts/sparse/spfun.m @@ -1,5 +1,4 @@ -## Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 -## David Bateman and Andy Adler +## Copyright (C) 2004-2011 David Bateman and Andy Adler ## ## This file is part of Octave. ## diff --git a/scripts/sparse/spones.m b/scripts/sparse/spones.m --- a/scripts/sparse/spones.m +++ b/scripts/sparse/spones.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2005, 2007, 2008, 2009 David Bateman and Andy Adler +## Copyright (C) 2004-2011 David Bateman and Andy Adler ## ## This file is part of Octave. ## diff --git a/scripts/sparse/sprand.m b/scripts/sparse/sprand.m --- a/scripts/sparse/sprand.m +++ b/scripts/sparse/sprand.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Paul Kienzle +## Copyright (C) 2004-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/sparse/sprandn.m b/scripts/sparse/sprandn.m --- a/scripts/sparse/sprandn.m +++ b/scripts/sparse/sprandn.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Paul Kienzle +## Copyright (C) 2004-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/sparse/sprandsym.m b/scripts/sparse/sprandsym.m --- a/scripts/sparse/sprandsym.m +++ b/scripts/sparse/sprandsym.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2006, 2007, 2008, 2009 David Bateman and Andy Adler +## Copyright (C) 2004-2011 David Bateman and Andy Adler ## ## This file is part of Octave. ## diff --git a/scripts/sparse/spstats.m b/scripts/sparse/spstats.m --- a/scripts/sparse/spstats.m +++ b/scripts/sparse/spstats.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2005, 2006, 2007, 2008 Paul Kienzle +## Copyright (C) 2004-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/sparse/spy.m b/scripts/sparse/spy.m --- a/scripts/sparse/spy.m +++ b/scripts/sparse/spy.m @@ -1,5 +1,4 @@ -## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -## 2007, 2008, 2009 Andy Adler +## Copyright (C) 1998-2011 Andy Adler ## ## This file is part of Octave. ## diff --git a/scripts/sparse/svds.m b/scripts/sparse/svds.m --- a/scripts/sparse/svds.m +++ b/scripts/sparse/svds.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2008, 2009 David Bateman +## Copyright (C) 2006-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/sparse/treelayout.m b/scripts/sparse/treelayout.m --- a/scripts/sparse/treelayout.m +++ b/scripts/sparse/treelayout.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Ivana Varekova & Radek Salac +## Copyright (C) 2008-2011 Ivana Varekova & Radek Salac ## ## This file is part of Octave. ## diff --git a/scripts/sparse/treeplot.m b/scripts/sparse/treeplot.m --- a/scripts/sparse/treeplot.m +++ b/scripts/sparse/treeplot.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2009 Ivana Varekova +## Copyright (C) 2005-2011 Ivana Varekova ## ## This file is part of Octave. ## diff --git a/scripts/specfun/bessel.m b/scripts/specfun/bessel.m --- a/scripts/specfun/bessel.m +++ b/scripts/specfun/bessel.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 1999, 2000, 2005, 2007, 2008, 2009 -## John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/specfun/beta.m b/scripts/specfun/beta.m --- a/scripts/specfun/beta.m +++ b/scripts/specfun/beta.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2005, 2006, -## 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/specfun/betaln.m b/scripts/specfun/betaln.m --- a/scripts/specfun/betaln.m +++ b/scripts/specfun/betaln.m @@ -1,4 +1,4 @@ -## Copyright (C) 1998, 2006, 2007, 2008, 2009 by Nicol N. Schraudolph +## Copyright (C) 1998-2011 Nicol N. Schraudolph ## ## This file is part of Octave. ## diff --git a/scripts/specfun/factor.m b/scripts/specfun/factor.m --- a/scripts/specfun/factor.m +++ b/scripts/specfun/factor.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2006, 2007, 2009 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/specfun/factorial.m b/scripts/specfun/factorial.m --- a/scripts/specfun/factorial.m +++ b/scripts/specfun/factorial.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2006, 2007, 2009 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/specfun/isprime.m b/scripts/specfun/isprime.m --- a/scripts/specfun/isprime.m +++ b/scripts/specfun/isprime.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2006, 2007, 2009 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## Copyright (C) 2010 VZLU Prague ## ## This file is part of Octave. diff --git a/scripts/specfun/legendre.m b/scripts/specfun/legendre.m --- a/scripts/specfun/legendre.m +++ b/scripts/specfun/legendre.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2006, 2007, 2009 Kai Habel +## Copyright (C) 2000-2011 Kai Habel ## Copyright (C) 2008 Marco Caliari ## ## This file is part of Octave. diff --git a/scripts/specfun/nchoosek.m b/scripts/specfun/nchoosek.m --- a/scripts/specfun/nchoosek.m +++ b/scripts/specfun/nchoosek.m @@ -1,4 +1,4 @@ -## Copyright (C) 2001, 2006, 2007, 2009 Rolf Fabian and Paul Kienzle +## Copyright (C) 2001-2011 Rolf Fabian and Paul Kienzle ## Copyright (C) 2008 Jaroslav Hajek ## ## This file is part of Octave. diff --git a/scripts/specfun/nthroot.m b/scripts/specfun/nthroot.m --- a/scripts/specfun/nthroot.m +++ b/scripts/specfun/nthroot.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2006, 2007, 2009 Paul Kienzle +## Copyright (C) 2004-2011 Paul Kienzle ## Copyright (C) 2010 VZLU Prague ## ## This file is part of Octave. diff --git a/scripts/specfun/perms.m b/scripts/specfun/perms.m --- a/scripts/specfun/perms.m +++ b/scripts/specfun/perms.m @@ -1,4 +1,4 @@ -## Copyright (C) 2001, 2006, 2007, 2009 Paul Kienzle +## Copyright (C) 2001-2011 Paul Kienzle ## Copyright (C) 2009 VZLU Prague ## ## This file is part of Octave. diff --git a/scripts/specfun/pow2.m b/scripts/specfun/pow2.m --- a/scripts/specfun/pow2.m +++ b/scripts/specfun/pow2.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1999, 2000, 2002, 2004, 2005, 2006, 2007, -## 2008, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/specfun/primes.m b/scripts/specfun/primes.m --- a/scripts/specfun/primes.m +++ b/scripts/specfun/primes.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2006, 2007, 2009 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/specfun/reallog.m b/scripts/specfun/reallog.m --- a/scripts/specfun/reallog.m +++ b/scripts/specfun/reallog.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/specfun/realpow.m b/scripts/specfun/realpow.m --- a/scripts/specfun/realpow.m +++ b/scripts/specfun/realpow.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/specfun/realsqrt.m b/scripts/specfun/realsqrt.m --- a/scripts/specfun/realsqrt.m +++ b/scripts/specfun/realsqrt.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/special-matrix/hadamard.m b/scripts/special-matrix/hadamard.m --- a/scripts/special-matrix/hadamard.m +++ b/scripts/special-matrix/hadamard.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2004, 2006, 2007, 2009 -## Paul Kienzle +## Copyright (C) 1993-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/special-matrix/hankel.m b/scripts/special-matrix/hankel.m --- a/scripts/special-matrix/hankel.m +++ b/scripts/special-matrix/hankel.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2004, -## 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/special-matrix/hilb.m b/scripts/special-matrix/hilb.m --- a/scripts/special-matrix/hilb.m +++ b/scripts/special-matrix/hilb.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2004, -## 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/special-matrix/invhilb.m b/scripts/special-matrix/invhilb.m --- a/scripts/special-matrix/invhilb.m +++ b/scripts/special-matrix/invhilb.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, -## 2004, 2005, 2006, 2007, 2008, 2009 Dirk Laurie +## Copyright (C) 1993-2011 Dirk Laurie ## ## This file is part of Octave. ## diff --git a/scripts/special-matrix/magic.m b/scripts/special-matrix/magic.m --- a/scripts/special-matrix/magic.m +++ b/scripts/special-matrix/magic.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2000, 2001, 2006, 2007, 2009 Paul Kienzle +## Copyright (C) 1999-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/special-matrix/pascal.m b/scripts/special-matrix/pascal.m --- a/scripts/special-matrix/pascal.m +++ b/scripts/special-matrix/pascal.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2006, 2007 Peter Ekberg +## Copyright (C) 1999-2011 Peter Ekberg ## Copyright (C) 2009 VZLU Prague ## ## This file is part of Octave. diff --git a/scripts/special-matrix/rosser.m b/scripts/special-matrix/rosser.m --- a/scripts/special-matrix/rosser.m +++ b/scripts/special-matrix/rosser.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2006, 2007, 2009 Peter Ekberg +## Copyright (C) 1999-2011 Peter Ekberg ## ## This file is part of Octave. ## diff --git a/scripts/special-matrix/sylvester_matrix.m b/scripts/special-matrix/sylvester_matrix.m --- a/scripts/special-matrix/sylvester_matrix.m +++ b/scripts/special-matrix/sylvester_matrix.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2004, 2005, 2006, -## 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/special-matrix/toeplitz.m b/scripts/special-matrix/toeplitz.m --- a/scripts/special-matrix/toeplitz.m +++ b/scripts/special-matrix/toeplitz.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2004, -## 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## Copyright (C) 2009 VZLU Prague ## ## This file is part of Octave. diff --git a/scripts/special-matrix/vander.m b/scripts/special-matrix/vander.m --- a/scripts/special-matrix/vander.m +++ b/scripts/special-matrix/vander.m @@ -1,5 +1,4 @@ -## Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, -## 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1993-2011 John W. Eaton ## Copyright (C) 2009 VZLU Prague ## ## This file is part of Octave. diff --git a/scripts/special-matrix/wilkinson.m b/scripts/special-matrix/wilkinson.m --- a/scripts/special-matrix/wilkinson.m +++ b/scripts/special-matrix/wilkinson.m @@ -1,4 +1,4 @@ -## Copyright (C) 1999, 2006, 2007 Peter Ekberg +## Copyright (C) 1999-2011 Peter Ekberg ## ## This file is part of Octave. ## diff --git a/scripts/startup/__finish__.m b/scripts/startup/__finish__.m --- a/scripts/startup/__finish__.m +++ b/scripts/startup/__finish__.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Ben Abbott +## Copyright (C) 2008-2011 Ben Abbott ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/center.m b/scripts/statistics/base/center.m --- a/scripts/statistics/base/center.m +++ b/scripts/statistics/base/center.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, -## 2007, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## Copyright (C) 2009 VZLU Prague ## ## This file is part of Octave. diff --git a/scripts/statistics/base/cloglog.m b/scripts/statistics/base/cloglog.m --- a/scripts/statistics/base/cloglog.m +++ b/scripts/statistics/base/cloglog.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007, 2009 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/cor.m b/scripts/statistics/base/cor.m --- a/scripts/statistics/base/cor.m +++ b/scripts/statistics/base/cor.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, -## 2007, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/corrcoef.m b/scripts/statistics/base/corrcoef.m --- a/scripts/statistics/base/corrcoef.m +++ b/scripts/statistics/base/corrcoef.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 1998, 1999, 2004, 2005, 2006, 2007, 2008, 2009 -## John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/cov.m b/scripts/statistics/base/cov.m --- a/scripts/statistics/base/cov.m +++ b/scripts/statistics/base/cov.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2004, 2005, -## 2006, 2007, 2008, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/cut.m b/scripts/statistics/base/cut.m --- a/scripts/statistics/base/cut.m +++ b/scripts/statistics/base/cut.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007 -## Kurt Hornik +## Copyright (C) 1996-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/gls.m b/scripts/statistics/base/gls.m --- a/scripts/statistics/base/gls.m +++ b/scripts/statistics/base/gls.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 1998, 1999, 2000, 2005, 2006, 2007, 2009 -## John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/histc.m b/scripts/statistics/base/histc.m --- a/scripts/statistics/base/histc.m +++ b/scripts/statistics/base/histc.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009, Søren Hauberg +## Copyright (C) 2009-2011 Søren Hauberg ## Copyright (C) 2009 VZLU Prague ## ## This file is part of Octave. diff --git a/scripts/statistics/base/iqr.m b/scripts/statistics/base/iqr.m --- a/scripts/statistics/base/iqr.m +++ b/scripts/statistics/base/iqr.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, -## 2006, 2007, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/kendall.m b/scripts/statistics/base/kendall.m --- a/scripts/statistics/base/kendall.m +++ b/scripts/statistics/base/kendall.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007, 2009 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/kurtosis.m b/scripts/statistics/base/kurtosis.m --- a/scripts/statistics/base/kurtosis.m +++ b/scripts/statistics/base/kurtosis.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2004, 2005, 2006, -## 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/logit.m b/scripts/statistics/base/logit.m --- a/scripts/statistics/base/logit.m +++ b/scripts/statistics/base/logit.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007, 2009 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/mahalanobis.m b/scripts/statistics/base/mahalanobis.m --- a/scripts/statistics/base/mahalanobis.m +++ b/scripts/statistics/base/mahalanobis.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 1998, 1999, 2000, 2005, 2006, 2007, 2008 -## John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/mean.m b/scripts/statistics/base/mean.m --- a/scripts/statistics/base/mean.m +++ b/scripts/statistics/base/mean.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2005, -## 2006, 2007, 2008, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/meansq.m b/scripts/statistics/base/meansq.m --- a/scripts/statistics/base/meansq.m +++ b/scripts/statistics/base/meansq.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, -## 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## Copyright (C) 2009 Jaroslav Hajek ## ## This file is part of Octave. diff --git a/scripts/statistics/base/median.m b/scripts/statistics/base/median.m --- a/scripts/statistics/base/median.m +++ b/scripts/statistics/base/median.m @@ -1,6 +1,5 @@ -## Copyright (C) 1996, 1997, 1998, 1999, 2000, 2004, 2005, 2006, 2007, -## 2008, 2009 John W. Eaton -## Copyright (C) 2009, 2010 VZLU Prague +## Copyright (C) 1996-2011 John W. Eaton +## Copyright (C) 2009-2010 VZLU Prague ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/mode.m b/scripts/statistics/base/mode.m --- a/scripts/statistics/base/mode.m +++ b/scripts/statistics/base/mode.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/moment.m b/scripts/statistics/base/moment.m --- a/scripts/statistics/base/moment.m +++ b/scripts/statistics/base/moment.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, -## 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/ols.m b/scripts/statistics/base/ols.m --- a/scripts/statistics/base/ols.m +++ b/scripts/statistics/base/ols.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 1998, 1999, 2000, 2005, 2006, 2007, 2009 -## John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/ppplot.m b/scripts/statistics/base/ppplot.m --- a/scripts/statistics/base/ppplot.m +++ b/scripts/statistics/base/ppplot.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2005, -## 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/prctile.m b/scripts/statistics/base/prctile.m --- a/scripts/statistics/base/prctile.m +++ b/scripts/statistics/base/prctile.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Ben Abbott +## Copyright (C) 2008-2011 Ben Abbott ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/probit.m b/scripts/statistics/base/probit.m --- a/scripts/statistics/base/probit.m +++ b/scripts/statistics/base/probit.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/qqplot.m b/scripts/statistics/base/qqplot.m --- a/scripts/statistics/base/qqplot.m +++ b/scripts/statistics/base/qqplot.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2005, -## 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/quantile.m b/scripts/statistics/base/quantile.m --- a/scripts/statistics/base/quantile.m +++ b/scripts/statistics/base/quantile.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Ben Abbott and Jaroslav Hajek +## Copyright (C) 2008-2011 Ben Abbott and Jaroslav Hajek ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/range.m b/scripts/statistics/base/range.m --- a/scripts/statistics/base/range.m +++ b/scripts/statistics/base/range.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, -## 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## Copyright (C) 2009 Jaroslav Hajek ## ## This file is part of Octave. diff --git a/scripts/statistics/base/ranks.m b/scripts/statistics/base/ranks.m --- a/scripts/statistics/base/ranks.m +++ b/scripts/statistics/base/ranks.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, -## 2007, 2008, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/run_count.m b/scripts/statistics/base/run_count.m --- a/scripts/statistics/base/run_count.m +++ b/scripts/statistics/base/run_count.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, -## 2007, 2009 Friedrich Leisch +## Copyright (C) 1995-2011 Friedrich Leisch ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/skewness.m b/scripts/statistics/base/skewness.m --- a/scripts/statistics/base/skewness.m +++ b/scripts/statistics/base/skewness.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2004, 2005, 2006, -## 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/spearman.m b/scripts/statistics/base/spearman.m --- a/scripts/statistics/base/spearman.m +++ b/scripts/statistics/base/spearman.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/statistics.m b/scripts/statistics/base/statistics.m --- a/scripts/statistics/base/statistics.m +++ b/scripts/statistics/base/statistics.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2004, 2005, -## 2006, 2007, 2008 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/std.m b/scripts/statistics/base/std.m --- a/scripts/statistics/base/std.m +++ b/scripts/statistics/base/std.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 1998, 1999, 2000, 2004, 2005, 2006, 2007, 2008, -## 2009 John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/studentize.m b/scripts/statistics/base/studentize.m --- a/scripts/statistics/base/studentize.m +++ b/scripts/statistics/base/studentize.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2004, 2005, -## 2006, 2007, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/table.m b/scripts/statistics/base/table.m --- a/scripts/statistics/base/table.m +++ b/scripts/statistics/base/table.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/base/var.m b/scripts/statistics/base/var.m --- a/scripts/statistics/base/var.m +++ b/scripts/statistics/base/var.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, -## 2007, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/betacdf.m b/scripts/statistics/distributions/betacdf.m --- a/scripts/statistics/distributions/betacdf.m +++ b/scripts/statistics/distributions/betacdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/betainv.m b/scripts/statistics/distributions/betainv.m --- a/scripts/statistics/distributions/betainv.m +++ b/scripts/statistics/distributions/betainv.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007, 2008 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/betapdf.m b/scripts/statistics/distributions/betapdf.m --- a/scripts/statistics/distributions/betapdf.m +++ b/scripts/statistics/distributions/betapdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## Copyright (C) 2010 Christos Dimitrakakis ## ## This file is part of Octave. diff --git a/scripts/statistics/distributions/betarnd.m b/scripts/statistics/distributions/betarnd.m --- a/scripts/statistics/distributions/betarnd.m +++ b/scripts/statistics/distributions/betarnd.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/binocdf.m b/scripts/statistics/distributions/binocdf.m --- a/scripts/statistics/distributions/binocdf.m +++ b/scripts/statistics/distributions/binocdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/binoinv.m b/scripts/statistics/distributions/binoinv.m --- a/scripts/statistics/distributions/binoinv.m +++ b/scripts/statistics/distributions/binoinv.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/binopdf.m b/scripts/statistics/distributions/binopdf.m --- a/scripts/statistics/distributions/binopdf.m +++ b/scripts/statistics/distributions/binopdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/binornd.m b/scripts/statistics/distributions/binornd.m --- a/scripts/statistics/distributions/binornd.m +++ b/scripts/statistics/distributions/binornd.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007, 2008 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/cauchy_cdf.m b/scripts/statistics/distributions/cauchy_cdf.m --- a/scripts/statistics/distributions/cauchy_cdf.m +++ b/scripts/statistics/distributions/cauchy_cdf.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, -## 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/cauchy_inv.m b/scripts/statistics/distributions/cauchy_inv.m --- a/scripts/statistics/distributions/cauchy_inv.m +++ b/scripts/statistics/distributions/cauchy_inv.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, -## 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/cauchy_pdf.m b/scripts/statistics/distributions/cauchy_pdf.m --- a/scripts/statistics/distributions/cauchy_pdf.m +++ b/scripts/statistics/distributions/cauchy_pdf.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, -## 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/cauchy_rnd.m b/scripts/statistics/distributions/cauchy_rnd.m --- a/scripts/statistics/distributions/cauchy_rnd.m +++ b/scripts/statistics/distributions/cauchy_rnd.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, -## 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/chi2cdf.m b/scripts/statistics/distributions/chi2cdf.m --- a/scripts/statistics/distributions/chi2cdf.m +++ b/scripts/statistics/distributions/chi2cdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/chi2inv.m b/scripts/statistics/distributions/chi2inv.m --- a/scripts/statistics/distributions/chi2inv.m +++ b/scripts/statistics/distributions/chi2inv.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/chi2pdf.m b/scripts/statistics/distributions/chi2pdf.m --- a/scripts/statistics/distributions/chi2pdf.m +++ b/scripts/statistics/distributions/chi2pdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/chi2rnd.m b/scripts/statistics/distributions/chi2rnd.m --- a/scripts/statistics/distributions/chi2rnd.m +++ b/scripts/statistics/distributions/chi2rnd.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007, 2008 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/discrete_cdf.m b/scripts/statistics/distributions/discrete_cdf.m --- a/scripts/statistics/distributions/discrete_cdf.m +++ b/scripts/statistics/distributions/discrete_cdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 David Bateman +## Copyright (C) 2010-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/discrete_inv.m b/scripts/statistics/distributions/discrete_inv.m --- a/scripts/statistics/distributions/discrete_inv.m +++ b/scripts/statistics/distributions/discrete_inv.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, 2007 -## Kurt Hornik +## Copyright (C) 1996-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/discrete_pdf.m b/scripts/statistics/distributions/discrete_pdf.m --- a/scripts/statistics/distributions/discrete_pdf.m +++ b/scripts/statistics/distributions/discrete_pdf.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, 2007 -## Kurt Hornik +## Copyright (C) 1996-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/discrete_rnd.m b/scripts/statistics/distributions/discrete_rnd.m --- a/scripts/statistics/distributions/discrete_rnd.m +++ b/scripts/statistics/distributions/discrete_rnd.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, 2007, 2009 -## Kurt Hornik +## Copyright (C) 1996-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/empirical_cdf.m b/scripts/statistics/distributions/empirical_cdf.m --- a/scripts/statistics/distributions/empirical_cdf.m +++ b/scripts/statistics/distributions/empirical_cdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1996, 1997, 1998, 2000, 2002, 2005, 2007 Kurt Hornik +## Copyright (C) 1996-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/empirical_inv.m b/scripts/statistics/distributions/empirical_inv.m --- a/scripts/statistics/distributions/empirical_inv.m +++ b/scripts/statistics/distributions/empirical_inv.m @@ -1,4 +1,4 @@ -## Copyright (C) 1996, 1997, 1998, 2000, 2002, 2005, 2007 Kurt Hornik +## Copyright (C) 1996-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/empirical_pdf.m b/scripts/statistics/distributions/empirical_pdf.m --- a/scripts/statistics/distributions/empirical_pdf.m +++ b/scripts/statistics/distributions/empirical_pdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1996, 1997, 1998, 2000, 2002, 2005, 2007 Kurt Hornik +## Copyright (C) 1996-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/empirical_rnd.m b/scripts/statistics/distributions/empirical_rnd.m --- a/scripts/statistics/distributions/empirical_rnd.m +++ b/scripts/statistics/distributions/empirical_rnd.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, 2007, 2009 -## Kurt Hornik +## Copyright (C) 1996-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/expcdf.m b/scripts/statistics/distributions/expcdf.m --- a/scripts/statistics/distributions/expcdf.m +++ b/scripts/statistics/distributions/expcdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007, 2008 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/expinv.m b/scripts/statistics/distributions/expinv.m --- a/scripts/statistics/distributions/expinv.m +++ b/scripts/statistics/distributions/expinv.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007, 2008 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/exppdf.m b/scripts/statistics/distributions/exppdf.m --- a/scripts/statistics/distributions/exppdf.m +++ b/scripts/statistics/distributions/exppdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007, 2008 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/exprnd.m b/scripts/statistics/distributions/exprnd.m --- a/scripts/statistics/distributions/exprnd.m +++ b/scripts/statistics/distributions/exprnd.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007, 2008, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/fcdf.m b/scripts/statistics/distributions/fcdf.m --- a/scripts/statistics/distributions/fcdf.m +++ b/scripts/statistics/distributions/fcdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/finv.m b/scripts/statistics/distributions/finv.m --- a/scripts/statistics/distributions/finv.m +++ b/scripts/statistics/distributions/finv.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/fpdf.m b/scripts/statistics/distributions/fpdf.m --- a/scripts/statistics/distributions/fpdf.m +++ b/scripts/statistics/distributions/fpdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/frnd.m b/scripts/statistics/distributions/frnd.m --- a/scripts/statistics/distributions/frnd.m +++ b/scripts/statistics/distributions/frnd.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/gamcdf.m b/scripts/statistics/distributions/gamcdf.m --- a/scripts/statistics/distributions/gamcdf.m +++ b/scripts/statistics/distributions/gamcdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/gaminv.m b/scripts/statistics/distributions/gaminv.m --- a/scripts/statistics/distributions/gaminv.m +++ b/scripts/statistics/distributions/gaminv.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007, 2008 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/gampdf.m b/scripts/statistics/distributions/gampdf.m --- a/scripts/statistics/distributions/gampdf.m +++ b/scripts/statistics/distributions/gampdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/gamrnd.m b/scripts/statistics/distributions/gamrnd.m --- a/scripts/statistics/distributions/gamrnd.m +++ b/scripts/statistics/distributions/gamrnd.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/geocdf.m b/scripts/statistics/distributions/geocdf.m --- a/scripts/statistics/distributions/geocdf.m +++ b/scripts/statistics/distributions/geocdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/geoinv.m b/scripts/statistics/distributions/geoinv.m --- a/scripts/statistics/distributions/geoinv.m +++ b/scripts/statistics/distributions/geoinv.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/geopdf.m b/scripts/statistics/distributions/geopdf.m --- a/scripts/statistics/distributions/geopdf.m +++ b/scripts/statistics/distributions/geopdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/geornd.m b/scripts/statistics/distributions/geornd.m --- a/scripts/statistics/distributions/geornd.m +++ b/scripts/statistics/distributions/geornd.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/hygecdf.m b/scripts/statistics/distributions/hygecdf.m --- a/scripts/statistics/distributions/hygecdf.m +++ b/scripts/statistics/distributions/hygecdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1997-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/hygeinv.m b/scripts/statistics/distributions/hygeinv.m --- a/scripts/statistics/distributions/hygeinv.m +++ b/scripts/statistics/distributions/hygeinv.m @@ -1,4 +1,4 @@ -## Copyright (C) 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1997-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/hygepdf.m b/scripts/statistics/distributions/hygepdf.m --- a/scripts/statistics/distributions/hygepdf.m +++ b/scripts/statistics/distributions/hygepdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1996, 1997, 2005, 2006, 2007, 2009 Kurt Hornik +## Copyright (C) 1996-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/hygernd.m b/scripts/statistics/distributions/hygernd.m --- a/scripts/statistics/distributions/hygernd.m +++ b/scripts/statistics/distributions/hygernd.m @@ -1,4 +1,4 @@ -## Copyright (C) 1997, 2005, 2006, 2007, 2009 Kurt Hornik +## Copyright (C) 1997-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/kolmogorov_smirnov_cdf.m b/scripts/statistics/distributions/kolmogorov_smirnov_cdf.m --- a/scripts/statistics/distributions/kolmogorov_smirnov_cdf.m +++ b/scripts/statistics/distributions/kolmogorov_smirnov_cdf.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, -## 2007, 2008, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/laplace_cdf.m b/scripts/statistics/distributions/laplace_cdf.m --- a/scripts/statistics/distributions/laplace_cdf.m +++ b/scripts/statistics/distributions/laplace_cdf.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, -## 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/laplace_inv.m b/scripts/statistics/distributions/laplace_inv.m --- a/scripts/statistics/distributions/laplace_inv.m +++ b/scripts/statistics/distributions/laplace_inv.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, -## 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/laplace_pdf.m b/scripts/statistics/distributions/laplace_pdf.m --- a/scripts/statistics/distributions/laplace_pdf.m +++ b/scripts/statistics/distributions/laplace_pdf.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, -## 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/laplace_rnd.m b/scripts/statistics/distributions/laplace_rnd.m --- a/scripts/statistics/distributions/laplace_rnd.m +++ b/scripts/statistics/distributions/laplace_rnd.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, -## 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/logistic_cdf.m b/scripts/statistics/distributions/logistic_cdf.m --- a/scripts/statistics/distributions/logistic_cdf.m +++ b/scripts/statistics/distributions/logistic_cdf.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/logistic_inv.m b/scripts/statistics/distributions/logistic_inv.m --- a/scripts/statistics/distributions/logistic_inv.m +++ b/scripts/statistics/distributions/logistic_inv.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, -## 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/logistic_pdf.m b/scripts/statistics/distributions/logistic_pdf.m --- a/scripts/statistics/distributions/logistic_pdf.m +++ b/scripts/statistics/distributions/logistic_pdf.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/logistic_rnd.m b/scripts/statistics/distributions/logistic_rnd.m --- a/scripts/statistics/distributions/logistic_rnd.m +++ b/scripts/statistics/distributions/logistic_rnd.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, -## 2007, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/logncdf.m b/scripts/statistics/distributions/logncdf.m --- a/scripts/statistics/distributions/logncdf.m +++ b/scripts/statistics/distributions/logncdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/logninv.m b/scripts/statistics/distributions/logninv.m --- a/scripts/statistics/distributions/logninv.m +++ b/scripts/statistics/distributions/logninv.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/lognpdf.m b/scripts/statistics/distributions/lognpdf.m --- a/scripts/statistics/distributions/lognpdf.m +++ b/scripts/statistics/distributions/lognpdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/lognrnd.m b/scripts/statistics/distributions/lognrnd.m --- a/scripts/statistics/distributions/lognrnd.m +++ b/scripts/statistics/distributions/lognrnd.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/nbincdf.m b/scripts/statistics/distributions/nbincdf.m --- a/scripts/statistics/distributions/nbincdf.m +++ b/scripts/statistics/distributions/nbincdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/nbininv.m b/scripts/statistics/distributions/nbininv.m --- a/scripts/statistics/distributions/nbininv.m +++ b/scripts/statistics/distributions/nbininv.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/nbinpdf.m b/scripts/statistics/distributions/nbinpdf.m --- a/scripts/statistics/distributions/nbinpdf.m +++ b/scripts/statistics/distributions/nbinpdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/nbinrnd.m b/scripts/statistics/distributions/nbinrnd.m --- a/scripts/statistics/distributions/nbinrnd.m +++ b/scripts/statistics/distributions/nbinrnd.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2007, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/normcdf.m b/scripts/statistics/distributions/normcdf.m --- a/scripts/statistics/distributions/normcdf.m +++ b/scripts/statistics/distributions/normcdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/norminv.m b/scripts/statistics/distributions/norminv.m --- a/scripts/statistics/distributions/norminv.m +++ b/scripts/statistics/distributions/norminv.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/normpdf.m b/scripts/statistics/distributions/normpdf.m --- a/scripts/statistics/distributions/normpdf.m +++ b/scripts/statistics/distributions/normpdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/normrnd.m b/scripts/statistics/distributions/normrnd.m --- a/scripts/statistics/distributions/normrnd.m +++ b/scripts/statistics/distributions/normrnd.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/poisscdf.m b/scripts/statistics/distributions/poisscdf.m --- a/scripts/statistics/distributions/poisscdf.m +++ b/scripts/statistics/distributions/poisscdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/poissinv.m b/scripts/statistics/distributions/poissinv.m --- a/scripts/statistics/distributions/poissinv.m +++ b/scripts/statistics/distributions/poissinv.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/poisspdf.m b/scripts/statistics/distributions/poisspdf.m --- a/scripts/statistics/distributions/poisspdf.m +++ b/scripts/statistics/distributions/poisspdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/poissrnd.m b/scripts/statistics/distributions/poissrnd.m --- a/scripts/statistics/distributions/poissrnd.m +++ b/scripts/statistics/distributions/poissrnd.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/stdnormal_cdf.m b/scripts/statistics/distributions/stdnormal_cdf.m --- a/scripts/statistics/distributions/stdnormal_cdf.m +++ b/scripts/statistics/distributions/stdnormal_cdf.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, -## 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/stdnormal_inv.m b/scripts/statistics/distributions/stdnormal_inv.m --- a/scripts/statistics/distributions/stdnormal_inv.m +++ b/scripts/statistics/distributions/stdnormal_inv.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007, 2009 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/stdnormal_pdf.m b/scripts/statistics/distributions/stdnormal_pdf.m --- a/scripts/statistics/distributions/stdnormal_pdf.m +++ b/scripts/statistics/distributions/stdnormal_pdf.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, -## 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/stdnormal_rnd.m b/scripts/statistics/distributions/stdnormal_rnd.m --- a/scripts/statistics/distributions/stdnormal_rnd.m +++ b/scripts/statistics/distributions/stdnormal_rnd.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, -## 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/tcdf.m b/scripts/statistics/distributions/tcdf.m --- a/scripts/statistics/distributions/tcdf.m +++ b/scripts/statistics/distributions/tcdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007, 2008 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/tinv.m b/scripts/statistics/distributions/tinv.m --- a/scripts/statistics/distributions/tinv.m +++ b/scripts/statistics/distributions/tinv.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007, 2008, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/tpdf.m b/scripts/statistics/distributions/tpdf.m --- a/scripts/statistics/distributions/tpdf.m +++ b/scripts/statistics/distributions/tpdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/trnd.m b/scripts/statistics/distributions/trnd.m --- a/scripts/statistics/distributions/trnd.m +++ b/scripts/statistics/distributions/trnd.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/unidcdf.m b/scripts/statistics/distributions/unidcdf.m --- a/scripts/statistics/distributions/unidcdf.m +++ b/scripts/statistics/distributions/unidcdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/unidinv.m b/scripts/statistics/distributions/unidinv.m --- a/scripts/statistics/distributions/unidinv.m +++ b/scripts/statistics/distributions/unidinv.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/unidpdf.m b/scripts/statistics/distributions/unidpdf.m --- a/scripts/statistics/distributions/unidpdf.m +++ b/scripts/statistics/distributions/unidpdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007 David Bateman +## Copyright (C) 2007-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/unidrnd.m b/scripts/statistics/distributions/unidrnd.m --- a/scripts/statistics/distributions/unidrnd.m +++ b/scripts/statistics/distributions/unidrnd.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2007 John W. Eaton +## Copyright (C) 2005-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/unifcdf.m b/scripts/statistics/distributions/unifcdf.m --- a/scripts/statistics/distributions/unifcdf.m +++ b/scripts/statistics/distributions/unifcdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/unifinv.m b/scripts/statistics/distributions/unifinv.m --- a/scripts/statistics/distributions/unifinv.m +++ b/scripts/statistics/distributions/unifinv.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/unifpdf.m b/scripts/statistics/distributions/unifpdf.m --- a/scripts/statistics/distributions/unifpdf.m +++ b/scripts/statistics/distributions/unifpdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/unifrnd.m b/scripts/statistics/distributions/unifrnd.m --- a/scripts/statistics/distributions/unifrnd.m +++ b/scripts/statistics/distributions/unifrnd.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/wblcdf.m b/scripts/statistics/distributions/wblcdf.m --- a/scripts/statistics/distributions/wblcdf.m +++ b/scripts/statistics/distributions/wblcdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2006, 2007, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/wblinv.m b/scripts/statistics/distributions/wblinv.m --- a/scripts/statistics/distributions/wblinv.m +++ b/scripts/statistics/distributions/wblinv.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2006, 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/wblpdf.m b/scripts/statistics/distributions/wblpdf.m --- a/scripts/statistics/distributions/wblpdf.m +++ b/scripts/statistics/distributions/wblpdf.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2006, 2007, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/wblrnd.m b/scripts/statistics/distributions/wblrnd.m --- a/scripts/statistics/distributions/wblrnd.m +++ b/scripts/statistics/distributions/wblrnd.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2006, 2007, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/distributions/wienrnd.m b/scripts/statistics/distributions/wienrnd.m --- a/scripts/statistics/distributions/wienrnd.m +++ b/scripts/statistics/distributions/wienrnd.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 2005, 2006, 2007, 2009 Friedrich Leisch +## Copyright (C) 1995-2011 Friedrich Leisch ## ## This file is part of Octave. ## diff --git a/scripts/statistics/models/logistic_regression.m b/scripts/statistics/models/logistic_regression.m --- a/scripts/statistics/models/logistic_regression.m +++ b/scripts/statistics/models/logistic_regression.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2005, 2007, -## 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/models/logistic_regression_derivatives.m b/scripts/statistics/models/logistic_regression_derivatives.m --- a/scripts/statistics/models/logistic_regression_derivatives.m +++ b/scripts/statistics/models/logistic_regression_derivatives.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2005, 2007, 2009 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/models/logistic_regression_likelihood.m b/scripts/statistics/models/logistic_regression_likelihood.m --- a/scripts/statistics/models/logistic_regression_likelihood.m +++ b/scripts/statistics/models/logistic_regression_likelihood.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2005, 2007 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/anova.m b/scripts/statistics/tests/anova.m --- a/scripts/statistics/tests/anova.m +++ b/scripts/statistics/tests/anova.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2005, 2006, -## 2007, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/bartlett_test.m b/scripts/statistics/tests/bartlett_test.m --- a/scripts/statistics/tests/bartlett_test.m +++ b/scripts/statistics/tests/bartlett_test.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/chisquare_test_homogeneity.m b/scripts/statistics/tests/chisquare_test_homogeneity.m --- a/scripts/statistics/tests/chisquare_test_homogeneity.m +++ b/scripts/statistics/tests/chisquare_test_homogeneity.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2005, 2006, -## 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/chisquare_test_independence.m b/scripts/statistics/tests/chisquare_test_independence.m --- a/scripts/statistics/tests/chisquare_test_independence.m +++ b/scripts/statistics/tests/chisquare_test_independence.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2005, 2006, -## 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/cor_test.m b/scripts/statistics/tests/cor_test.m --- a/scripts/statistics/tests/cor_test.m +++ b/scripts/statistics/tests/cor_test.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007, 2009 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/f_test_regression.m b/scripts/statistics/tests/f_test_regression.m --- a/scripts/statistics/tests/f_test_regression.m +++ b/scripts/statistics/tests/f_test_regression.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/hotelling_test.m b/scripts/statistics/tests/hotelling_test.m --- a/scripts/statistics/tests/hotelling_test.m +++ b/scripts/statistics/tests/hotelling_test.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007 -## Kurt Hornik +## Copyright (C) 1996-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/hotelling_test_2.m b/scripts/statistics/tests/hotelling_test_2.m --- a/scripts/statistics/tests/hotelling_test_2.m +++ b/scripts/statistics/tests/hotelling_test_2.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007, 2009 -## Kurt Hornik +## Copyright (C) 1996-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/kolmogorov_smirnov_test.m b/scripts/statistics/tests/kolmogorov_smirnov_test.m --- a/scripts/statistics/tests/kolmogorov_smirnov_test.m +++ b/scripts/statistics/tests/kolmogorov_smirnov_test.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, -## 2006, 2007, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/kolmogorov_smirnov_test_2.m b/scripts/statistics/tests/kolmogorov_smirnov_test_2.m --- a/scripts/statistics/tests/kolmogorov_smirnov_test_2.m +++ b/scripts/statistics/tests/kolmogorov_smirnov_test_2.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, -## 2007, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/kruskal_wallis_test.m b/scripts/statistics/tests/kruskal_wallis_test.m --- a/scripts/statistics/tests/kruskal_wallis_test.m +++ b/scripts/statistics/tests/kruskal_wallis_test.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2005, 2006, -## 2007, 2008, 2009 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/manova.m b/scripts/statistics/tests/manova.m --- a/scripts/statistics/tests/manova.m +++ b/scripts/statistics/tests/manova.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2005, 2006, 2007, -## 2008, 2009 Kurt Hornik +## Copyright (C) 1996-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/mcnemar_test.m b/scripts/statistics/tests/mcnemar_test.m --- a/scripts/statistics/tests/mcnemar_test.m +++ b/scripts/statistics/tests/mcnemar_test.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007 -## Kurt Hornik +## Copyright (C) 1996-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/prop_test_2.m b/scripts/statistics/tests/prop_test_2.m --- a/scripts/statistics/tests/prop_test_2.m +++ b/scripts/statistics/tests/prop_test_2.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007 -## Kurt Hornik +## Copyright (C) 1996-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/run_test.m b/scripts/statistics/tests/run_test.m --- a/scripts/statistics/tests/run_test.m +++ b/scripts/statistics/tests/run_test.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2005, 2006, -## 2007 Friedrich Leisch +## Copyright (C) 1995-2011 Friedrich Leisch ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/sign_test.m b/scripts/statistics/tests/sign_test.m --- a/scripts/statistics/tests/sign_test.m +++ b/scripts/statistics/tests/sign_test.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/t_test.m b/scripts/statistics/tests/t_test.m --- a/scripts/statistics/tests/t_test.m +++ b/scripts/statistics/tests/t_test.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/t_test_2.m b/scripts/statistics/tests/t_test_2.m --- a/scripts/statistics/tests/t_test_2.m +++ b/scripts/statistics/tests/t_test_2.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/t_test_regression.m b/scripts/statistics/tests/t_test_regression.m --- a/scripts/statistics/tests/t_test_regression.m +++ b/scripts/statistics/tests/t_test_regression.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2005, 2006, -## 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/u_test.m b/scripts/statistics/tests/u_test.m --- a/scripts/statistics/tests/u_test.m +++ b/scripts/statistics/tests/u_test.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2005, 2006, -## 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/var_test.m b/scripts/statistics/tests/var_test.m --- a/scripts/statistics/tests/var_test.m +++ b/scripts/statistics/tests/var_test.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/welch_test.m b/scripts/statistics/tests/welch_test.m --- a/scripts/statistics/tests/welch_test.m +++ b/scripts/statistics/tests/welch_test.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2005, 2006, -## 2007 Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/wilcoxon_test.m b/scripts/statistics/tests/wilcoxon_test.m --- a/scripts/statistics/tests/wilcoxon_test.m +++ b/scripts/statistics/tests/wilcoxon_test.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/z_test.m b/scripts/statistics/tests/z_test.m --- a/scripts/statistics/tests/z_test.m +++ b/scripts/statistics/tests/z_test.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007, 2008 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/statistics/tests/z_test_2.m b/scripts/statistics/tests/z_test_2.m --- a/scripts/statistics/tests/z_test_2.m +++ b/scripts/statistics/tests/z_test_2.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007, 2008 -## Kurt Hornik +## Copyright (C) 1995-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/strings/base2dec.m b/scripts/strings/base2dec.m --- a/scripts/strings/base2dec.m +++ b/scripts/strings/base2dec.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2009 Daniel Calvelo +## Copyright (C) 2000-2011 Daniel Calvelo ## ## This file is part of Octave. ## diff --git a/scripts/strings/bin2dec.m b/scripts/strings/bin2dec.m --- a/scripts/strings/bin2dec.m +++ b/scripts/strings/bin2dec.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 2000, 2001, 2005, 2006, 2007, 2008, 2009 -## Daniel Calvelo +## Copyright (C) 1996-2011 Daniel Calvelo ## ## This file is part of Octave. ## diff --git a/scripts/strings/blanks.m b/scripts/strings/blanks.m --- a/scripts/strings/blanks.m +++ b/scripts/strings/blanks.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1997, 1999, 2002, 2003, 2005, 2006, 2007, 2008, 2009 -## Kurt Hornik +## Copyright (C) 1996-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/strings/cstrcat.m b/scripts/strings/cstrcat.m --- a/scripts/strings/cstrcat.m +++ b/scripts/strings/cstrcat.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, -## 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/strings/deblank.m b/scripts/strings/deblank.m --- a/scripts/strings/deblank.m +++ b/scripts/strings/deblank.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1998, 1999, 2000, 2002, 2004, 2005, 2006, 2007, 2008 -## Kurt Hornik +## Copyright (C) 1996-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/strings/dec2base.m b/scripts/strings/dec2base.m --- a/scripts/strings/dec2base.m +++ b/scripts/strings/dec2base.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009 Daniel Calvelo +## Copyright (C) 2000-2011 Daniel Calvelo ## ## This file is part of Octave. ## diff --git a/scripts/strings/dec2bin.m b/scripts/strings/dec2bin.m --- a/scripts/strings/dec2bin.m +++ b/scripts/strings/dec2bin.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1999, 2000, 2001, 2003, 2005, 2006, 2007, 2008, 2009 -## Daniel Calvelo +## Copyright (C) 1996-2011 Daniel Calvelo ## ## This file is part of Octave. ## diff --git a/scripts/strings/dec2hex.m b/scripts/strings/dec2hex.m --- a/scripts/strings/dec2hex.m +++ b/scripts/strings/dec2hex.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1999, 2000, 2001, 2003, 2005, 2006, 2007, 2008, 2009 -## Daniel Calvelo +## Copyright (C) 1996-2011 Daniel Calvelo ## ## This file is part of Octave. ## diff --git a/scripts/strings/findstr.m b/scripts/strings/findstr.m --- a/scripts/strings/findstr.m +++ b/scripts/strings/findstr.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1999, 2000, 2002, 2003, 2005, 2006, 2007, 2008, 2009 -## Kurt Hornik +## Copyright (C) 1996-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/strings/hex2dec.m b/scripts/strings/hex2dec.m --- a/scripts/strings/hex2dec.m +++ b/scripts/strings/hex2dec.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1999, 2000, 2001, 2005, 2006, 2007, 2008, 2009 -## Daniel Calvelo +## Copyright (C) 1996-2011 Daniel Calvelo ## ## This file is part of Octave. ## diff --git a/scripts/strings/index.m b/scripts/strings/index.m --- a/scripts/strings/index.m +++ b/scripts/strings/index.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1999, 2000, 2002, 2004, 2005, 2006, 2007, 2008, 2009 -## Kurt Hornik +## Copyright (C) 1996-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/strings/isletter.m b/scripts/strings/isletter.m --- a/scripts/strings/isletter.m +++ b/scripts/strings/isletter.m @@ -1,4 +1,4 @@ -## Copyright (C) 1998, 2000, 2004, 2005, 2006, 2007, 2009 John W. Eaton +## Copyright (C) 1998-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/strings/isstrprop.m b/scripts/strings/isstrprop.m --- a/scripts/strings/isstrprop.m +++ b/scripts/strings/isstrprop.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 John W. Eaton +## Copyright (C) 2008-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/strings/mat2str.m b/scripts/strings/mat2str.m --- a/scripts/strings/mat2str.m +++ b/scripts/strings/mat2str.m @@ -1,4 +1,4 @@ -## Copyright (C) 2002, 2006, 2007, 2008, 2009 Rolf Fabian +## Copyright (C) 2002-2011 Rolf Fabian ## ## This file is part of Octave. ## diff --git a/scripts/strings/regexptranslate.m b/scripts/strings/regexptranslate.m --- a/scripts/strings/regexptranslate.m +++ b/scripts/strings/regexptranslate.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/strings/rindex.m b/scripts/strings/rindex.m --- a/scripts/strings/rindex.m +++ b/scripts/strings/rindex.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1999, 2000, 2002, 2004, 2005, 2006, 2007, 2008, 2009 -## Kurt Hornik +## Copyright (C) 1996-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/strings/str2num.m b/scripts/strings/str2num.m --- a/scripts/strings/str2num.m +++ b/scripts/strings/str2num.m @@ -1,4 +1,4 @@ -## Copyright (C) 1996, 1998, 1999, 2005, 2006, 2007, 2008, 2009 Kurt Hornik +## Copyright (C) 1996-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/strings/strcat.m b/scripts/strings/strcat.m --- a/scripts/strings/strcat.m +++ b/scripts/strings/strcat.m @@ -1,5 +1,4 @@ -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, -## 2005, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1994-2011 John W. Eaton ## Copyright (C) 2009 Jaroslav Hajek ## ## This file is part of Octave. diff --git a/scripts/strings/strchr.m b/scripts/strings/strchr.m --- a/scripts/strings/strchr.m +++ b/scripts/strings/strchr.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Jaroslav Hajek +## Copyright (C) 2008-2011 Jaroslav Hajek ## ## This file is part of Octave. ## diff --git a/scripts/strings/strjust.m b/scripts/strings/strjust.m --- a/scripts/strings/strjust.m +++ b/scripts/strings/strjust.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2001, 2003, 2005, 2006, 2007, 2009 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## Copyright (C) 2009 Jaroslav Hajek ## ## This file is part of Octave. diff --git a/scripts/strings/strmatch.m b/scripts/strings/strmatch.m --- a/scripts/strings/strmatch.m +++ b/scripts/strings/strmatch.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2005, 2006, 2007, 2009 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## Copyright (C) 2003 Alois Schloegl ## Copyright (C) 2010 VZLU Prague ## diff --git a/scripts/strings/strsplit.m b/scripts/strings/strsplit.m --- a/scripts/strings/strsplit.m +++ b/scripts/strings/strsplit.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 Jaroslav Hajek +## Copyright (C) 2009-2011 Jaroslav Hajek ## ## This file is part of Octave. ## diff --git a/scripts/strings/strtok.m b/scripts/strings/strtok.m --- a/scripts/strings/strtok.m +++ b/scripts/strings/strtok.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2006, 2007, 2008, 2009 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/strings/strtrim.m b/scripts/strings/strtrim.m --- a/scripts/strings/strtrim.m +++ b/scripts/strings/strtrim.m @@ -1,4 +1,4 @@ -## Copyright (C) 1996, 2007, 2008, 2009 Kurt Hornik +## Copyright (C) 1996-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/strings/strtrunc.m b/scripts/strings/strtrunc.m --- a/scripts/strings/strtrunc.m +++ b/scripts/strings/strtrunc.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 William Poetra Yoga Hadisoeseno +## Copyright (C) 2006-2011 William Poetra Yoga Hadisoeseno ## ## This file is part of Octave. ## diff --git a/scripts/strings/substr.m b/scripts/strings/substr.m --- a/scripts/strings/substr.m +++ b/scripts/strings/substr.m @@ -1,5 +1,4 @@ -## Copyright (C) 1996, 1999, 2000, 2004, 2005, 2006, 2007, 2008, -## 2009 Kurt Hornik +## Copyright (C) 1996-2011 Kurt Hornik ## ## This file is part of Octave. ## diff --git a/scripts/strings/untabify.m b/scripts/strings/untabify.m --- a/scripts/strings/untabify.m +++ b/scripts/strings/untabify.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Ben Abbott +## Copyright (C) 2010-2011 Ben Abbott ## ## This file is part of Octave. ## diff --git a/scripts/strings/validatestring.m b/scripts/strings/validatestring.m --- a/scripts/strings/validatestring.m +++ b/scripts/strings/validatestring.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Bill Denney +## Copyright (C) 2008-2011 Bill Denney ## ## This file is part of Octave. ## diff --git a/scripts/testfun/assert.m b/scripts/testfun/assert.m --- a/scripts/testfun/assert.m +++ b/scripts/testfun/assert.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2006, 2007, 2008, 2009 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/testfun/demo.m b/scripts/testfun/demo.m --- a/scripts/testfun/demo.m +++ b/scripts/testfun/demo.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2006, 2007, 2008, 2009 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/testfun/example.m b/scripts/testfun/example.m --- a/scripts/testfun/example.m +++ b/scripts/testfun/example.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2006, 2007, 2009 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/testfun/fail.m b/scripts/testfun/fail.m --- a/scripts/testfun/fail.m +++ b/scripts/testfun/fail.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2009 Paul Kienzle +## Copyright (C) 2005-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/testfun/rundemos.m b/scripts/testfun/rundemos.m --- a/scripts/testfun/rundemos.m +++ b/scripts/testfun/rundemos.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 John W. Eaton +## Copyright (C) 2008-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/testfun/runtests.m b/scripts/testfun/runtests.m --- a/scripts/testfun/runtests.m +++ b/scripts/testfun/runtests.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 John W. Eaton +## Copyright (C) 2010-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/testfun/speed.m b/scripts/testfun/speed.m --- a/scripts/testfun/speed.m +++ b/scripts/testfun/speed.m @@ -1,5 +1,4 @@ -## Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -## 2009 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/testfun/test.m b/scripts/testfun/test.m --- a/scripts/testfun/test.m +++ b/scripts/testfun/test.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2008, 2009 Paul Kienzle +## Copyright (C) 2005-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/time/addtodate.m b/scripts/time/addtodate.m --- a/scripts/time/addtodate.m +++ b/scripts/time/addtodate.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 Bill Denney +## Copyright (C) 2008-2011 Bill Denney ## ## This file is part of Octave. ## diff --git a/scripts/time/asctime.m b/scripts/time/asctime.m --- a/scripts/time/asctime.m +++ b/scripts/time/asctime.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1999, 2000, 2005, 2006, 2007, 2008 -## John W. Eaton +## Copyright (C) 1995-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/time/calendar.m b/scripts/time/calendar.m --- a/scripts/time/calendar.m +++ b/scripts/time/calendar.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2006, 2007 Paul Kienzle +## Copyright (C) 2004-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/time/clock.m b/scripts/time/clock.m --- a/scripts/time/clock.m +++ b/scripts/time/clock.m @@ -1,4 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1999, 2000, 2005, 2007, 2008 John W. Eaton +## Copyright (C) 1995-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/time/ctime.m b/scripts/time/ctime.m --- a/scripts/time/ctime.m +++ b/scripts/time/ctime.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1999, 2000, 2002, 2005, 2006, 2007, -## 2008, 2009 John W. Eaton +## Copyright (C) 1995-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/time/date.m b/scripts/time/date.m --- a/scripts/time/date.m +++ b/scripts/time/date.m @@ -1,5 +1,4 @@ -## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2005, 2007, 2008 -## John W. Eaton +## Copyright (C) 1995-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/time/datenum.m b/scripts/time/datenum.m --- a/scripts/time/datenum.m +++ b/scripts/time/datenum.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008 Paul Kienzle +## Copyright (C) 2006-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/time/datestr.m b/scripts/time/datestr.m --- a/scripts/time/datestr.m +++ b/scripts/time/datestr.m @@ -1,5 +1,4 @@ -## Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, -## 2009 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/time/datetick.m b/scripts/time/datetick.m --- a/scripts/time/datetick.m +++ b/scripts/time/datetick.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008, 2009 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/scripts/time/datevec.m b/scripts/time/datevec.m --- a/scripts/time/datevec.m +++ b/scripts/time/datevec.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2001, 2004, 2005, 2006, 2007, 2008, 2009 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/time/eomday.m b/scripts/time/eomday.m --- a/scripts/time/eomday.m +++ b/scripts/time/eomday.m @@ -1,4 +1,4 @@ -## Copyright (C) 2004, 2006, 2007, 2008 Paul Kienzle +## Copyright (C) 2004-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/time/etime.m b/scripts/time/etime.m --- a/scripts/time/etime.m +++ b/scripts/time/etime.m @@ -1,4 +1,4 @@ -## Copyright (C) 1996, 1997, 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/time/is_leap_year.m b/scripts/time/is_leap_year.m --- a/scripts/time/is_leap_year.m +++ b/scripts/time/is_leap_year.m @@ -1,4 +1,4 @@ -## Copyright (C) 1996, 1997, 2006, 2007, 2008 John W. Eaton +## Copyright (C) 1996-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/scripts/time/now.m b/scripts/time/now.m --- a/scripts/time/now.m +++ b/scripts/time/now.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2001, 2003, 2005, 2006, 2007 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/scripts/time/weekday.m b/scripts/time/weekday.m --- a/scripts/time/weekday.m +++ b/scripts/time/weekday.m @@ -1,4 +1,4 @@ -## Copyright (C) 2000, 2001, 2004, 2005, 2006, 2007, 2008 Paul Kienzle +## Copyright (C) 2000-2011 Paul Kienzle ## ## This file is part of Octave. ## diff --git a/src/Cell.cc b/src/Cell.cc --- a/src/Cell.cc +++ b/src/Cell.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1999-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/Cell.h b/src/Cell.h --- a/src/Cell.h +++ b/src/Cell.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1999-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-01-14 John W. Eaton + + * Update copyright notices for 2011. + 2011-01-13 John W. Eaton * file-io.cc (mkstemp): Delete. diff --git a/src/DLD-FUNCTIONS/__contourc__.cc b/src/DLD-FUNCTIONS/__contourc__.cc --- a/src/DLD-FUNCTIONS/__contourc__.cc +++ b/src/DLD-FUNCTIONS/__contourc__.cc @@ -1,6 +1,6 @@ /* Contour lines for function evaluated on a grid. -Copyright (C) 2007, 2008 Kai Habel +Copyright (C) 2007-2011 Kai Habel Copyright (C) 2004, 2007 Shai Ayal Adapted to an oct file from the stand alone contourl by Victro Munoz diff --git a/src/DLD-FUNCTIONS/__delaunayn__.cc b/src/DLD-FUNCTIONS/__delaunayn__.cc --- a/src/DLD-FUNCTIONS/__delaunayn__.cc +++ b/src/DLD-FUNCTIONS/__delaunayn__.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2000, 2007 Kai Habel +Copyright (C) 2000-2011 Kai Habel This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/__dispatch__.cc b/src/DLD-FUNCTIONS/__dispatch__.cc --- a/src/DLD-FUNCTIONS/__dispatch__.cc +++ b/src/DLD-FUNCTIONS/__dispatch__.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 2001, 2005, 2006, 2007, 2008, 2009 - John W. Eaton and Paul Kienzle +Copyright (C) 2001-2011 John W. Eaton and Paul Kienzle This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/__dsearchn__.cc b/src/DLD-FUNCTIONS/__dsearchn__.cc --- a/src/DLD-FUNCTIONS/__dsearchn__.cc +++ b/src/DLD-FUNCTIONS/__dsearchn__.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2007 David Bateman +Copyright (C) 2007-2011 David Bateman This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/__glpk__.cc b/src/DLD-FUNCTIONS/__glpk__.cc --- a/src/DLD-FUNCTIONS/__glpk__.cc +++ b/src/DLD-FUNCTIONS/__glpk__.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2005, 2006, 2007, 2008 Nicolo' Giorgetti +Copyright (C) 2005-2011 Nicolo' Giorgetti This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/__lin_interpn__.cc b/src/DLD-FUNCTIONS/__lin_interpn__.cc --- a/src/DLD-FUNCTIONS/__lin_interpn__.cc +++ b/src/DLD-FUNCTIONS/__lin_interpn__.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2007, 2008 Alexander Barth +Copyright (C) 2007-2011 Alexander Barth This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/__magick_read__.cc b/src/DLD-FUNCTIONS/__magick_read__.cc --- a/src/DLD-FUNCTIONS/__magick_read__.cc +++ b/src/DLD-FUNCTIONS/__magick_read__.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2002, 2009 Andy Adler +Copyright (C) 2002-2011 Andy Adler Copyright (C) 2008 Thomas L. Scofield Copyright (C) 2010 David Grundberg diff --git a/src/DLD-FUNCTIONS/__pchip_deriv__.cc b/src/DLD-FUNCTIONS/__pchip_deriv__.cc --- a/src/DLD-FUNCTIONS/__pchip_deriv__.cc +++ b/src/DLD-FUNCTIONS/__pchip_deriv__.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2002, 2006, 2007 Kai Habel -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2002-2011 Kai Habel +Copyright (C) 2008-2009 Jaroslav Hajek This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/__qp__.cc b/src/DLD-FUNCTIONS/__qp__.cc --- a/src/DLD-FUNCTIONS/__qp__.cc +++ b/src/DLD-FUNCTIONS/__qp__.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2000, 2001, 2004, 2005, 2006, 2007, 2008 Gabriele Pannocchia +Copyright (C) 2000-2011 Gabriele Pannocchia This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/__voronoi__.cc b/src/DLD-FUNCTIONS/__voronoi__.cc --- a/src/DLD-FUNCTIONS/__voronoi__.cc +++ b/src/DLD-FUNCTIONS/__voronoi__.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2000, 2007, 2008 Kai Habel +Copyright (C) 2000-2011 Kai Habel This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/amd.cc b/src/DLD-FUNCTIONS/amd.cc --- a/src/DLD-FUNCTIONS/amd.cc +++ b/src/DLD-FUNCTIONS/amd.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 David Bateman +Copyright (C) 2008-2011 David Bateman This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/balance.cc b/src/DLD-FUNCTIONS/balance.cc --- a/src/DLD-FUNCTIONS/balance.cc +++ b/src/DLD-FUNCTIONS/balance.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2005, 2006, - 2007 John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/besselj.cc b/src/DLD-FUNCTIONS/besselj.cc --- a/src/DLD-FUNCTIONS/besselj.cc +++ b/src/DLD-FUNCTIONS/besselj.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1997-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/betainc.cc b/src/DLD-FUNCTIONS/betainc.cc --- a/src/DLD-FUNCTIONS/betainc.cc +++ b/src/DLD-FUNCTIONS/betainc.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1997, 1999, 2000, 2004, 2005, 2006, 2007, 2008, - 2009 John W. Eaton +Copyright (C) 1997-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/bsxfun.cc b/src/DLD-FUNCTIONS/bsxfun.cc --- a/src/DLD-FUNCTIONS/bsxfun.cc +++ b/src/DLD-FUNCTIONS/bsxfun.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2007, 2008, 2009 David Bateman +Copyright (C) 2007-2011 David Bateman Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/ccolamd.cc b/src/DLD-FUNCTIONS/ccolamd.cc --- a/src/DLD-FUNCTIONS/ccolamd.cc +++ b/src/DLD-FUNCTIONS/ccolamd.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2005, 2006, 2007, 2008 David Bateman +Copyright (C) 2005-2011 David Bateman This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/cellfun.cc b/src/DLD-FUNCTIONS/cellfun.cc --- a/src/DLD-FUNCTIONS/cellfun.cc +++ b/src/DLD-FUNCTIONS/cellfun.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2005, 2006, 2007, 2008, 2009 Mohamed Kamoun +Copyright (C) 2005-2011 Mohamed Kamoun Copyright (C) 2009 Jaroslav Hajek Copyright (C) 2010 VZLU Prague diff --git a/src/DLD-FUNCTIONS/chol.cc b/src/DLD-FUNCTIONS/chol.cc --- a/src/DLD-FUNCTIONS/chol.cc +++ b/src/DLD-FUNCTIONS/chol.cc @@ -1,9 +1,8 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2002, 2005, 2006, 2007 - John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek -Copyright (C) 2008, 2009 VZLU Prague +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek +Copyright (C) 2008-2009 VZLU Prague This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/colamd.cc b/src/DLD-FUNCTIONS/colamd.cc --- a/src/DLD-FUNCTIONS/colamd.cc +++ b/src/DLD-FUNCTIONS/colamd.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/colloc.cc b/src/DLD-FUNCTIONS/colloc.cc --- a/src/DLD-FUNCTIONS/colloc.cc +++ b/src/DLD-FUNCTIONS/colloc.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2005, 2006, 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/conv2.cc b/src/DLD-FUNCTIONS/conv2.cc --- a/src/DLD-FUNCTIONS/conv2.cc +++ b/src/DLD-FUNCTIONS/conv2.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 - Andy Adler +Copyright (C) 1999-2011 Andy Adler Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/convhulln.cc b/src/DLD-FUNCTIONS/convhulln.cc --- a/src/DLD-FUNCTIONS/convhulln.cc +++ b/src/DLD-FUNCTIONS/convhulln.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2000, 2007, 2008, 2009 Kai Habel +Copyright (C) 2000-2011 Kai Habel This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/cquad.cc b/src/DLD-FUNCTIONS/cquad.cc --- a/src/DLD-FUNCTIONS/cquad.cc +++ b/src/DLD-FUNCTIONS/cquad.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2010 Pedro Gonnet +Copyright (C) 2010-2011 Pedro Gonnet This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/daspk.cc b/src/DLD-FUNCTIONS/daspk.cc --- a/src/DLD-FUNCTIONS/daspk.cc +++ b/src/DLD-FUNCTIONS/daspk.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2002, 2003, 2004, 2005, 2006, 2007, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/dasrt.cc b/src/DLD-FUNCTIONS/dasrt.cc --- a/src/DLD-FUNCTIONS/dasrt.cc +++ b/src/DLD-FUNCTIONS/dasrt.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2009 John W. Eaton +Copyright (C) 2002-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/dassl.cc b/src/DLD-FUNCTIONS/dassl.cc --- a/src/DLD-FUNCTIONS/dassl.cc +++ b/src/DLD-FUNCTIONS/dassl.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/det.cc b/src/DLD-FUNCTIONS/det.cc --- a/src/DLD-FUNCTIONS/det.cc +++ b/src/DLD-FUNCTIONS/det.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/dlmread.cc b/src/DLD-FUNCTIONS/dlmread.cc --- a/src/DLD-FUNCTIONS/dlmread.cc +++ b/src/DLD-FUNCTIONS/dlmread.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jonathan Stickel +Copyright (C) 2008-2011 Jonathan Stickel Copyright (C) 2010 Jaroslav Hajek This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/dmperm.cc b/src/DLD-FUNCTIONS/dmperm.cc --- a/src/DLD-FUNCTIONS/dmperm.cc +++ b/src/DLD-FUNCTIONS/dmperm.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2005, 2006, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Andy Adler +Copyright (C) 2005-2011 David Bateman +Copyright (C) 1998-2005 Andy Adler This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/dot.cc b/src/DLD-FUNCTIONS/dot.cc --- a/src/DLD-FUNCTIONS/dot.cc +++ b/src/DLD-FUNCTIONS/dot.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 VZLU Prague +Copyright (C) 2009-2011 VZLU Prague This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/eig.cc b/src/DLD-FUNCTIONS/eig.cc --- a/src/DLD-FUNCTIONS/eig.cc +++ b/src/DLD-FUNCTIONS/eig.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2008 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/eigs.cc b/src/DLD-FUNCTIONS/eigs.cc --- a/src/DLD-FUNCTIONS/eigs.cc +++ b/src/DLD-FUNCTIONS/eigs.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2005, 2008, 2009 David Bateman +Copyright (C) 2005-2011 David Bateman This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/fft.cc b/src/DLD-FUNCTIONS/fft.cc --- a/src/DLD-FUNCTIONS/fft.cc +++ b/src/DLD-FUNCTIONS/fft.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 1997, 1999, 2002, 2004, 2005, 2006, 2007, 2008 David Bateman -Copyright (C) 1996, 1997 John W. Eaton +Copyright (C) 1997-2011 David Bateman +Copyright (C) 1996-1997 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/fft2.cc b/src/DLD-FUNCTIONS/fft2.cc --- a/src/DLD-FUNCTIONS/fft2.cc +++ b/src/DLD-FUNCTIONS/fft2.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1997, 1999, 2002, 2004, 2005, 2006, 2007, 2008, - 2009 David Bateman -Copyright (C) 1996, 1997 John W. Eaton +Copyright (C) 1997-2011 David Bateman +Copyright (C) 1996-1997 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/fftn.cc b/src/DLD-FUNCTIONS/fftn.cc --- a/src/DLD-FUNCTIONS/fftn.cc +++ b/src/DLD-FUNCTIONS/fftn.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman +Copyright (C) 2004-2011 David Bateman This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/fftw.cc b/src/DLD-FUNCTIONS/fftw.cc --- a/src/DLD-FUNCTIONS/fftw.cc +++ b/src/DLD-FUNCTIONS/fftw.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2006, 2007, 2008, 2009 David Bateman +Copyright (C) 2006-2011 David Bateman This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/filter.cc b/src/DLD-FUNCTIONS/filter.cc --- a/src/DLD-FUNCTIONS/filter.cc +++ b/src/DLD-FUNCTIONS/filter.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2002, 2004, 2005, 2006, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/find.cc b/src/DLD-FUNCTIONS/find.cc --- a/src/DLD-FUNCTIONS/find.cc +++ b/src/DLD-FUNCTIONS/find.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/fltk_backend.cc b/src/DLD-FUNCTIONS/fltk_backend.cc --- a/src/DLD-FUNCTIONS/fltk_backend.cc +++ b/src/DLD-FUNCTIONS/fltk_backend.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2007, 2008, 2009 Shai Ayal +Copyright (C) 2007-2011 Shai Ayal This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/gammainc.cc b/src/DLD-FUNCTIONS/gammainc.cc --- a/src/DLD-FUNCTIONS/gammainc.cc +++ b/src/DLD-FUNCTIONS/gammainc.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1997, 1999, 2000, 2004, 2005, 2006, 2007, 2008, - 2009 John W. Eaton +Copyright (C) 1997-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/gcd.cc b/src/DLD-FUNCTIONS/gcd.cc --- a/src/DLD-FUNCTIONS/gcd.cc +++ b/src/DLD-FUNCTIONS/gcd.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman +Copyright (C) 2004-2011 David Bateman Copyright (C) 2010 Jaroslav Hajek, Jordi Gutiérrez Hermoso This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/getgrent.cc b/src/DLD-FUNCTIONS/getgrent.cc --- a/src/DLD-FUNCTIONS/getgrent.cc +++ b/src/DLD-FUNCTIONS/getgrent.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2005, 2006, 2007, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/getpwent.cc b/src/DLD-FUNCTIONS/getpwent.cc --- a/src/DLD-FUNCTIONS/getpwent.cc +++ b/src/DLD-FUNCTIONS/getpwent.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2005, 2006, 2007, 2008 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/getrusage.cc b/src/DLD-FUNCTIONS/getrusage.cc --- a/src/DLD-FUNCTIONS/getrusage.cc +++ b/src/DLD-FUNCTIONS/getrusage.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2002, 2003, 2005, 2006, 2007, 2008 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/givens.cc b/src/DLD-FUNCTIONS/givens.cc --- a/src/DLD-FUNCTIONS/givens.cc +++ b/src/DLD-FUNCTIONS/givens.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2005, 2006, 2007, 2008, - 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/hess.cc b/src/DLD-FUNCTIONS/hess.cc --- a/src/DLD-FUNCTIONS/hess.cc +++ b/src/DLD-FUNCTIONS/hess.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2004, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/hex2num.cc b/src/DLD-FUNCTIONS/hex2num.cc --- a/src/DLD-FUNCTIONS/hex2num.cc +++ b/src/DLD-FUNCTIONS/hex2num.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 David Bateman +Copyright (C) 2008-2011 David Bateman This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/inv.cc b/src/DLD-FUNCTIONS/inv.cc --- a/src/DLD-FUNCTIONS/inv.cc +++ b/src/DLD-FUNCTIONS/inv.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/kron.cc b/src/DLD-FUNCTIONS/kron.cc --- a/src/DLD-FUNCTIONS/kron.cc +++ b/src/DLD-FUNCTIONS/kron.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2002, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 2002-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/lookup.cc b/src/DLD-FUNCTIONS/lookup.cc --- a/src/DLD-FUNCTIONS/lookup.cc +++ b/src/DLD-FUNCTIONS/lookup.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 VZLU Prague a.s., Czech Republic +Copyright (C) 2008-2011 VZLU Prague a.s., Czech Republic This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/lsode.cc b/src/DLD-FUNCTIONS/lsode.cc --- a/src/DLD-FUNCTIONS/lsode.cc +++ b/src/DLD-FUNCTIONS/lsode.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/lu.cc b/src/DLD-FUNCTIONS/lu.cc --- a/src/DLD-FUNCTIONS/lu.cc +++ b/src/DLD-FUNCTIONS/lu.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2003, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/luinc.cc b/src/DLD-FUNCTIONS/luinc.cc --- a/src/DLD-FUNCTIONS/luinc.cc +++ b/src/DLD-FUNCTIONS/luinc.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2005, 2006, 2007, 2008 David Bateman +Copyright (C) 2005-2011 David Bateman This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/matrix_type.cc b/src/DLD-FUNCTIONS/matrix_type.cc --- a/src/DLD-FUNCTIONS/matrix_type.cc +++ b/src/DLD-FUNCTIONS/matrix_type.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2005, 2006, 2007, 2008, 2009 David Bateman +Copyright (C) 2005-2011 David Bateman This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/max.cc b/src/DLD-FUNCTIONS/max.cc --- a/src/DLD-FUNCTIONS/max.cc +++ b/src/DLD-FUNCTIONS/max.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/md5sum.cc b/src/DLD-FUNCTIONS/md5sum.cc --- a/src/DLD-FUNCTIONS/md5sum.cc +++ b/src/DLD-FUNCTIONS/md5sum.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2007, 2009 David Bateman +Copyright (C) 2007-2011 David Bateman This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/onCleanup.cc b/src/DLD-FUNCTIONS/onCleanup.cc --- a/src/DLD-FUNCTIONS/onCleanup.cc +++ b/src/DLD-FUNCTIONS/onCleanup.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2010 VZLU Prague +Copyright (C) 2010-2011 VZLU Prague This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/pinv.cc b/src/DLD-FUNCTIONS/pinv.cc --- a/src/DLD-FUNCTIONS/pinv.cc +++ b/src/DLD-FUNCTIONS/pinv.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2002, 2005, 2006, 2007, 2008, - 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/qr.cc b/src/DLD-FUNCTIONS/qr.cc --- a/src/DLD-FUNCTIONS/qr.cc +++ b/src/DLD-FUNCTIONS/qr.cc @@ -1,8 +1,8 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2005, 2006, 2007 John W. Eaton -Copyright (C) 2008, 2009 Jaroslav Hajek -Copyright (C) 2008, 2009 VZLU Prague +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2008-2009 Jaroslav Hajek +Copyright (C) 2008-2009 VZLU Prague This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/quad.cc b/src/DLD-FUNCTIONS/quad.cc --- a/src/DLD-FUNCTIONS/quad.cc +++ b/src/DLD-FUNCTIONS/quad.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/qz.cc b/src/DLD-FUNCTIONS/qz.cc --- a/src/DLD-FUNCTIONS/qz.cc +++ b/src/DLD-FUNCTIONS/qz.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 A. S. Hodel +Copyright (C) 1998-2011 A. S. Hodel This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/rand.cc b/src/DLD-FUNCTIONS/rand.cc --- a/src/DLD-FUNCTIONS/rand.cc +++ b/src/DLD-FUNCTIONS/rand.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/rcond.cc b/src/DLD-FUNCTIONS/rcond.cc --- a/src/DLD-FUNCTIONS/rcond.cc +++ b/src/DLD-FUNCTIONS/rcond.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 David Bateman +Copyright (C) 2008-2011 David Bateman This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/regexp.cc b/src/DLD-FUNCTIONS/regexp.cc --- a/src/DLD-FUNCTIONS/regexp.cc +++ b/src/DLD-FUNCTIONS/regexp.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2005, 2006, 2007, 2008, 2009 David Bateman -Copyright (C) 2002, 2003, 2004, 2005 Paul Kienzle +Copyright (C) 2005-2011 David Bateman +Copyright (C) 2002-2005 Paul Kienzle This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/schur.cc b/src/DLD-FUNCTIONS/schur.cc --- a/src/DLD-FUNCTIONS/schur.cc +++ b/src/DLD-FUNCTIONS/schur.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2004, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/spparms.cc b/src/DLD-FUNCTIONS/spparms.cc --- a/src/DLD-FUNCTIONS/spparms.cc +++ b/src/DLD-FUNCTIONS/spparms.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/sqrtm.cc b/src/DLD-FUNCTIONS/sqrtm.cc --- a/src/DLD-FUNCTIONS/sqrtm.cc +++ b/src/DLD-FUNCTIONS/sqrtm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2001, 2003, 2005, 2006, 2007, 2008 Ross Lippert and Paul Kienzle +Copyright (C) 2001-2011 Ross Lippert and Paul Kienzle Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/str2double.cc b/src/DLD-FUNCTIONS/str2double.cc --- a/src/DLD-FUNCTIONS/str2double.cc +++ b/src/DLD-FUNCTIONS/str2double.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2010 Jaroslav Hajek +Copyright (C) 2010-2011 Jaroslav Hajek Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/strfind.cc b/src/DLD-FUNCTIONS/strfind.cc --- a/src/DLD-FUNCTIONS/strfind.cc +++ b/src/DLD-FUNCTIONS/strfind.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2009 Jaroslav Hajek -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 2009-2011 Jaroslav Hajek +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/sub2ind.cc b/src/DLD-FUNCTIONS/sub2ind.cc --- a/src/DLD-FUNCTIONS/sub2ind.cc +++ b/src/DLD-FUNCTIONS/sub2ind.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 VZLU Prague +Copyright (C) 2009-2011 VZLU Prague This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/svd.cc b/src/DLD-FUNCTIONS/svd.cc --- a/src/DLD-FUNCTIONS/svd.cc +++ b/src/DLD-FUNCTIONS/svd.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2003, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/syl.cc b/src/DLD-FUNCTIONS/syl.cc --- a/src/DLD-FUNCTIONS/syl.cc +++ b/src/DLD-FUNCTIONS/syl.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2002, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/symbfact.cc b/src/DLD-FUNCTIONS/symbfact.cc --- a/src/DLD-FUNCTIONS/symbfact.cc +++ b/src/DLD-FUNCTIONS/symbfact.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2005, 2006, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Andy Adler +Copyright (C) 2005-2011 David Bateman +Copyright (C) 1998-2005 Andy Adler This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/symrcm.cc b/src/DLD-FUNCTIONS/symrcm.cc --- a/src/DLD-FUNCTIONS/symrcm.cc +++ b/src/DLD-FUNCTIONS/symrcm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2007, 2008 Michael Weitzel +Copyright (C) 2007-2011 Michael Weitzel This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/time.cc b/src/DLD-FUNCTIONS/time.cc --- a/src/DLD-FUNCTIONS/time.cc +++ b/src/DLD-FUNCTIONS/time.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/tril.cc b/src/DLD-FUNCTIONS/tril.cc --- a/src/DLD-FUNCTIONS/tril.cc +++ b/src/DLD-FUNCTIONS/tril.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2007 David Bateman +Copyright (C) 2004-2011 David Bateman Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/tsearch.cc b/src/DLD-FUNCTIONS/tsearch.cc --- a/src/DLD-FUNCTIONS/tsearch.cc +++ b/src/DLD-FUNCTIONS/tsearch.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2002, 2007, 2009 Andreas Stahel +Copyright (C) 2002-2011 Andreas Stahel This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/typecast.cc b/src/DLD-FUNCTIONS/typecast.cc --- a/src/DLD-FUNCTIONS/typecast.cc +++ b/src/DLD-FUNCTIONS/typecast.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2007, 2008, 2009 David Bateman +Copyright (C) 2007-2011 David Bateman Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/src/DLD-FUNCTIONS/urlwrite.cc b/src/DLD-FUNCTIONS/urlwrite.cc --- a/src/DLD-FUNCTIONS/urlwrite.cc +++ b/src/DLD-FUNCTIONS/urlwrite.cc @@ -1,7 +1,7 @@ // urlwrite and urlread, a curl front-end for octave /* -Copyright (C) 2006, 2007, 2008 Alexander Barth +Copyright (C) 2006-2011 Alexander Barth Copyright (C) 2009 David Bateman This file is part of Octave. diff --git a/src/Makefile.am b/src/Makefile.am --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,6 @@ # Makefile for octave's src directory # -# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +# Copyright (C) 1993-2011 John W. Eaton # # This file is part of Octave. # diff --git a/src/OPERATORS/op-b-b.cc b/src/OPERATORS/op-b-b.cc --- a/src/OPERATORS/op-b-b.cc +++ b/src/OPERATORS/op-b-b.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2004, 2005, 2007, 2008 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-b-bm.cc b/src/OPERATORS/op-b-bm.cc --- a/src/OPERATORS/op-b-bm.cc +++ b/src/OPERATORS/op-b-bm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2004, 2005, 2007, 2008 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-b-sbm.cc b/src/OPERATORS/op-b-sbm.cc --- a/src/OPERATORS/op-b-sbm.cc +++ b/src/OPERATORS/op-b-sbm.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-bm-b.cc b/src/OPERATORS/op-bm-b.cc --- a/src/OPERATORS/op-bm-b.cc +++ b/src/OPERATORS/op-bm-b.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - Cai Jianming +Copyright (C) 2001-2011 Cai Jianming This file is part of Octave. diff --git a/src/OPERATORS/op-bm-bm.cc b/src/OPERATORS/op-bm-bm.cc --- a/src/OPERATORS/op-bm-bm.cc +++ b/src/OPERATORS/op-bm-bm.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-bm-sbm.cc b/src/OPERATORS/op-bm-sbm.cc --- a/src/OPERATORS/op-bm-sbm.cc +++ b/src/OPERATORS/op-bm-sbm.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-cdm-cdm.cc b/src/OPERATORS/op-cdm-cdm.cc --- a/src/OPERATORS/op-cdm-cdm.cc +++ b/src/OPERATORS/op-cdm-cdm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-cdm-cm.cc b/src/OPERATORS/op-cdm-cm.cc --- a/src/OPERATORS/op-cdm-cm.cc +++ b/src/OPERATORS/op-cdm-cm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-cdm-cs.cc b/src/OPERATORS/op-cdm-cs.cc --- a/src/OPERATORS/op-cdm-cs.cc +++ b/src/OPERATORS/op-cdm-cs.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-cdm-dm.cc b/src/OPERATORS/op-cdm-dm.cc --- a/src/OPERATORS/op-cdm-dm.cc +++ b/src/OPERATORS/op-cdm-dm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-cdm-m.cc b/src/OPERATORS/op-cdm-m.cc --- a/src/OPERATORS/op-cdm-m.cc +++ b/src/OPERATORS/op-cdm-m.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-cdm-s.cc b/src/OPERATORS/op-cdm-s.cc --- a/src/OPERATORS/op-cdm-s.cc +++ b/src/OPERATORS/op-cdm-s.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-cell.cc b/src/OPERATORS/op-cell.cc --- a/src/OPERATORS/op-cell.cc +++ b/src/OPERATORS/op-cell.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2002, 2003, 2004, 2005, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-chm.cc b/src/OPERATORS/op-chm.cc --- a/src/OPERATORS/op-chm.cc +++ b/src/OPERATORS/op-chm.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, 2007, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-class.cc b/src/OPERATORS/op-class.cc --- a/src/OPERATORS/op-class.cc +++ b/src/OPERATORS/op-class.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2007, 2008, 2009 John W. Eaton +Copyright (C) 2007-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-cm-cdm.cc b/src/OPERATORS/op-cm-cdm.cc --- a/src/OPERATORS/op-cm-cdm.cc +++ b/src/OPERATORS/op-cm-cdm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-cm-cm.cc b/src/OPERATORS/op-cm-cm.cc --- a/src/OPERATORS/op-cm-cm.cc +++ b/src/OPERATORS/op-cm-cm.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-cm-cs.cc b/src/OPERATORS/op-cm-cs.cc --- a/src/OPERATORS/op-cm-cs.cc +++ b/src/OPERATORS/op-cm-cs.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-cm-dm.cc b/src/OPERATORS/op-cm-dm.cc --- a/src/OPERATORS/op-cm-dm.cc +++ b/src/OPERATORS/op-cm-dm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-cm-m.cc b/src/OPERATORS/op-cm-m.cc --- a/src/OPERATORS/op-cm-m.cc +++ b/src/OPERATORS/op-cm-m.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-cm-pm.cc b/src/OPERATORS/op-cm-pm.cc --- a/src/OPERATORS/op-cm-pm.cc +++ b/src/OPERATORS/op-cm-pm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-cm-s.cc b/src/OPERATORS/op-cm-s.cc --- a/src/OPERATORS/op-cm-s.cc +++ b/src/OPERATORS/op-cm-s.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-cm-scm.cc b/src/OPERATORS/op-cm-scm.cc --- a/src/OPERATORS/op-cm-scm.cc +++ b/src/OPERATORS/op-cm-scm.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-cm-sm.cc b/src/OPERATORS/op-cm-sm.cc --- a/src/OPERATORS/op-cm-sm.cc +++ b/src/OPERATORS/op-cm-sm.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-cs-cm.cc b/src/OPERATORS/op-cs-cm.cc --- a/src/OPERATORS/op-cs-cm.cc +++ b/src/OPERATORS/op-cs-cm.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-cs-cs.cc b/src/OPERATORS/op-cs-cs.cc --- a/src/OPERATORS/op-cs-cs.cc +++ b/src/OPERATORS/op-cs-cs.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-cs-m.cc b/src/OPERATORS/op-cs-m.cc --- a/src/OPERATORS/op-cs-m.cc +++ b/src/OPERATORS/op-cs-m.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-cs-s.cc b/src/OPERATORS/op-cs-s.cc --- a/src/OPERATORS/op-cs-s.cc +++ b/src/OPERATORS/op-cs-s.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004, 2005, 2007 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-cs-scm.cc b/src/OPERATORS/op-cs-scm.cc --- a/src/OPERATORS/op-cs-scm.cc +++ b/src/OPERATORS/op-cs-scm.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-cs-sm.cc b/src/OPERATORS/op-cs-sm.cc --- a/src/OPERATORS/op-cs-sm.cc +++ b/src/OPERATORS/op-cs-sm.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-dm-cdm.cc b/src/OPERATORS/op-dm-cdm.cc --- a/src/OPERATORS/op-dm-cdm.cc +++ b/src/OPERATORS/op-dm-cdm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-dm-cm.cc b/src/OPERATORS/op-dm-cm.cc --- a/src/OPERATORS/op-dm-cm.cc +++ b/src/OPERATORS/op-dm-cm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-dm-cs.cc b/src/OPERATORS/op-dm-cs.cc --- a/src/OPERATORS/op-dm-cs.cc +++ b/src/OPERATORS/op-dm-cs.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-dm-dm.cc b/src/OPERATORS/op-dm-dm.cc --- a/src/OPERATORS/op-dm-dm.cc +++ b/src/OPERATORS/op-dm-dm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-dm-m.cc b/src/OPERATORS/op-dm-m.cc --- a/src/OPERATORS/op-dm-m.cc +++ b/src/OPERATORS/op-dm-m.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-dm-s.cc b/src/OPERATORS/op-dm-s.cc --- a/src/OPERATORS/op-dm-s.cc +++ b/src/OPERATORS/op-dm-s.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-dm-scm.cc b/src/OPERATORS/op-dm-scm.cc --- a/src/OPERATORS/op-dm-scm.cc +++ b/src/OPERATORS/op-dm-scm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 Jason Riedy, Jaroslav Hajek +Copyright (C) 2009-2011 Jason Riedy, Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-dm-sm.cc b/src/OPERATORS/op-dm-sm.cc --- a/src/OPERATORS/op-dm-sm.cc +++ b/src/OPERATORS/op-dm-sm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 Jason Riedy, Jaroslav Hajek +Copyright (C) 2009-2011 Jason Riedy, Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-dm-template.cc b/src/OPERATORS/op-dm-template.cc --- a/src/OPERATORS/op-dm-template.cc +++ b/src/OPERATORS/op-dm-template.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-dms-template.cc b/src/OPERATORS/op-dms-template.cc --- a/src/OPERATORS/op-dms-template.cc +++ b/src/OPERATORS/op-dms-template.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-double-conv.cc b/src/OPERATORS/op-double-conv.cc --- a/src/OPERATORS/op-double-conv.cc +++ b/src/OPERATORS/op-double-conv.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2006, 2007 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-fcdm-fcdm.cc b/src/OPERATORS/op-fcdm-fcdm.cc --- a/src/OPERATORS/op-fcdm-fcdm.cc +++ b/src/OPERATORS/op-fcdm-fcdm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-fcdm-fcm.cc b/src/OPERATORS/op-fcdm-fcm.cc --- a/src/OPERATORS/op-fcdm-fcm.cc +++ b/src/OPERATORS/op-fcdm-fcm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-fcdm-fcs.cc b/src/OPERATORS/op-fcdm-fcs.cc --- a/src/OPERATORS/op-fcdm-fcs.cc +++ b/src/OPERATORS/op-fcdm-fcs.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-fcdm-fdm.cc b/src/OPERATORS/op-fcdm-fdm.cc --- a/src/OPERATORS/op-fcdm-fdm.cc +++ b/src/OPERATORS/op-fcdm-fdm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-fcdm-fm.cc b/src/OPERATORS/op-fcdm-fm.cc --- a/src/OPERATORS/op-fcdm-fm.cc +++ b/src/OPERATORS/op-fcdm-fm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-fcdm-fs.cc b/src/OPERATORS/op-fcdm-fs.cc --- a/src/OPERATORS/op-fcdm-fs.cc +++ b/src/OPERATORS/op-fcdm-fs.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-fcm-fcdm.cc b/src/OPERATORS/op-fcm-fcdm.cc --- a/src/OPERATORS/op-fcm-fcdm.cc +++ b/src/OPERATORS/op-fcm-fcdm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-fcm-fcm.cc b/src/OPERATORS/op-fcm-fcm.cc --- a/src/OPERATORS/op-fcm-fcm.cc +++ b/src/OPERATORS/op-fcm-fcm.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-fcm-fcs.cc b/src/OPERATORS/op-fcm-fcs.cc --- a/src/OPERATORS/op-fcm-fcs.cc +++ b/src/OPERATORS/op-fcm-fcs.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-fcm-fdm.cc b/src/OPERATORS/op-fcm-fdm.cc --- a/src/OPERATORS/op-fcm-fdm.cc +++ b/src/OPERATORS/op-fcm-fdm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-fcm-fm.cc b/src/OPERATORS/op-fcm-fm.cc --- a/src/OPERATORS/op-fcm-fm.cc +++ b/src/OPERATORS/op-fcm-fm.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-fcm-fs.cc b/src/OPERATORS/op-fcm-fs.cc --- a/src/OPERATORS/op-fcm-fs.cc +++ b/src/OPERATORS/op-fcm-fs.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-fcm-pm.cc b/src/OPERATORS/op-fcm-pm.cc --- a/src/OPERATORS/op-fcm-pm.cc +++ b/src/OPERATORS/op-fcm-pm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-fcn.cc b/src/OPERATORS/op-fcn.cc --- a/src/OPERATORS/op-fcn.cc +++ b/src/OPERATORS/op-fcn.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2010 VZLU Prague +Copyright (C) 2010-2011 VZLU Prague This file is part of Octave. diff --git a/src/OPERATORS/op-fcs-fcm.cc b/src/OPERATORS/op-fcs-fcm.cc --- a/src/OPERATORS/op-fcs-fcm.cc +++ b/src/OPERATORS/op-fcs-fcm.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-fcs-fcs.cc b/src/OPERATORS/op-fcs-fcs.cc --- a/src/OPERATORS/op-fcs-fcs.cc +++ b/src/OPERATORS/op-fcs-fcs.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-fcs-fm.cc b/src/OPERATORS/op-fcs-fm.cc --- a/src/OPERATORS/op-fcs-fm.cc +++ b/src/OPERATORS/op-fcs-fm.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-fcs-fs.cc b/src/OPERATORS/op-fcs-fs.cc --- a/src/OPERATORS/op-fcs-fs.cc +++ b/src/OPERATORS/op-fcs-fs.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004, 2005, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-fdm-fcdm.cc b/src/OPERATORS/op-fdm-fcdm.cc --- a/src/OPERATORS/op-fdm-fcdm.cc +++ b/src/OPERATORS/op-fdm-fcdm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-fdm-fcm.cc b/src/OPERATORS/op-fdm-fcm.cc --- a/src/OPERATORS/op-fdm-fcm.cc +++ b/src/OPERATORS/op-fdm-fcm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-fdm-fcs.cc b/src/OPERATORS/op-fdm-fcs.cc --- a/src/OPERATORS/op-fdm-fcs.cc +++ b/src/OPERATORS/op-fdm-fcs.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-fdm-fdm.cc b/src/OPERATORS/op-fdm-fdm.cc --- a/src/OPERATORS/op-fdm-fdm.cc +++ b/src/OPERATORS/op-fdm-fdm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-fdm-fm.cc b/src/OPERATORS/op-fdm-fm.cc --- a/src/OPERATORS/op-fdm-fm.cc +++ b/src/OPERATORS/op-fdm-fm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-fdm-fs.cc b/src/OPERATORS/op-fdm-fs.cc --- a/src/OPERATORS/op-fdm-fs.cc +++ b/src/OPERATORS/op-fdm-fs.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-float-conv.cc b/src/OPERATORS/op-float-conv.cc --- a/src/OPERATORS/op-float-conv.cc +++ b/src/OPERATORS/op-float-conv.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-fm-fcdm.cc b/src/OPERATORS/op-fm-fcdm.cc --- a/src/OPERATORS/op-fm-fcdm.cc +++ b/src/OPERATORS/op-fm-fcdm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-fm-fcm.cc b/src/OPERATORS/op-fm-fcm.cc --- a/src/OPERATORS/op-fm-fcm.cc +++ b/src/OPERATORS/op-fm-fcm.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-fm-fcs.cc b/src/OPERATORS/op-fm-fcs.cc --- a/src/OPERATORS/op-fm-fcs.cc +++ b/src/OPERATORS/op-fm-fcs.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-fm-fdm.cc b/src/OPERATORS/op-fm-fdm.cc --- a/src/OPERATORS/op-fm-fdm.cc +++ b/src/OPERATORS/op-fm-fdm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-fm-fm.cc b/src/OPERATORS/op-fm-fm.cc --- a/src/OPERATORS/op-fm-fm.cc +++ b/src/OPERATORS/op-fm-fm.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-fm-fs.cc b/src/OPERATORS/op-fm-fs.cc --- a/src/OPERATORS/op-fm-fs.cc +++ b/src/OPERATORS/op-fm-fs.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-fm-pm.cc b/src/OPERATORS/op-fm-pm.cc --- a/src/OPERATORS/op-fm-pm.cc +++ b/src/OPERATORS/op-fm-pm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-fs-fcm.cc b/src/OPERATORS/op-fs-fcm.cc --- a/src/OPERATORS/op-fs-fcm.cc +++ b/src/OPERATORS/op-fs-fcm.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-fs-fcs.cc b/src/OPERATORS/op-fs-fcs.cc --- a/src/OPERATORS/op-fs-fcs.cc +++ b/src/OPERATORS/op-fs-fcs.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004, 2005, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-fs-fm.cc b/src/OPERATORS/op-fs-fm.cc --- a/src/OPERATORS/op-fs-fm.cc +++ b/src/OPERATORS/op-fs-fm.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-fs-fs.cc b/src/OPERATORS/op-fs-fs.cc --- a/src/OPERATORS/op-fs-fs.cc +++ b/src/OPERATORS/op-fs-fs.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, - 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-i16-i16.cc b/src/OPERATORS/op-i16-i16.cc --- a/src/OPERATORS/op-i16-i16.cc +++ b/src/OPERATORS/op-i16-i16.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2004, 2005, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-i32-i32.cc b/src/OPERATORS/op-i32-i32.cc --- a/src/OPERATORS/op-i32-i32.cc +++ b/src/OPERATORS/op-i32-i32.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2004, 2005, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-i64-i64.cc b/src/OPERATORS/op-i64-i64.cc --- a/src/OPERATORS/op-i64-i64.cc +++ b/src/OPERATORS/op-i64-i64.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2004, 2005, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-i8-i8.cc b/src/OPERATORS/op-i8-i8.cc --- a/src/OPERATORS/op-i8-i8.cc +++ b/src/OPERATORS/op-i8-i8.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2004, 2005, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-int-concat.cc b/src/OPERATORS/op-int-concat.cc --- a/src/OPERATORS/op-int-concat.cc +++ b/src/OPERATORS/op-int-concat.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-int-conv.cc b/src/OPERATORS/op-int-conv.cc --- a/src/OPERATORS/op-int-conv.cc +++ b/src/OPERATORS/op-int-conv.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-int.h b/src/OPERATORS/op-int.h --- a/src/OPERATORS/op-int.h +++ b/src/OPERATORS/op-int.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-m-cdm.cc b/src/OPERATORS/op-m-cdm.cc --- a/src/OPERATORS/op-m-cdm.cc +++ b/src/OPERATORS/op-m-cdm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-m-cm.cc b/src/OPERATORS/op-m-cm.cc --- a/src/OPERATORS/op-m-cm.cc +++ b/src/OPERATORS/op-m-cm.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-m-cs.cc b/src/OPERATORS/op-m-cs.cc --- a/src/OPERATORS/op-m-cs.cc +++ b/src/OPERATORS/op-m-cs.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-m-dm.cc b/src/OPERATORS/op-m-dm.cc --- a/src/OPERATORS/op-m-dm.cc +++ b/src/OPERATORS/op-m-dm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-m-m.cc b/src/OPERATORS/op-m-m.cc --- a/src/OPERATORS/op-m-m.cc +++ b/src/OPERATORS/op-m-m.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-m-pm.cc b/src/OPERATORS/op-m-pm.cc --- a/src/OPERATORS/op-m-pm.cc +++ b/src/OPERATORS/op-m-pm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-m-s.cc b/src/OPERATORS/op-m-s.cc --- a/src/OPERATORS/op-m-s.cc +++ b/src/OPERATORS/op-m-s.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-m-scm.cc b/src/OPERATORS/op-m-scm.cc --- a/src/OPERATORS/op-m-scm.cc +++ b/src/OPERATORS/op-m-scm.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-m-sm.cc b/src/OPERATORS/op-m-sm.cc --- a/src/OPERATORS/op-m-sm.cc +++ b/src/OPERATORS/op-m-sm.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-pm-cm.cc b/src/OPERATORS/op-pm-cm.cc --- a/src/OPERATORS/op-pm-cm.cc +++ b/src/OPERATORS/op-pm-cm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-pm-fcm.cc b/src/OPERATORS/op-pm-fcm.cc --- a/src/OPERATORS/op-pm-fcm.cc +++ b/src/OPERATORS/op-pm-fcm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-pm-fm.cc b/src/OPERATORS/op-pm-fm.cc --- a/src/OPERATORS/op-pm-fm.cc +++ b/src/OPERATORS/op-pm-fm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-pm-m.cc b/src/OPERATORS/op-pm-m.cc --- a/src/OPERATORS/op-pm-m.cc +++ b/src/OPERATORS/op-pm-m.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-pm-pm.cc b/src/OPERATORS/op-pm-pm.cc --- a/src/OPERATORS/op-pm-pm.cc +++ b/src/OPERATORS/op-pm-pm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-pm-scm.cc b/src/OPERATORS/op-pm-scm.cc --- a/src/OPERATORS/op-pm-scm.cc +++ b/src/OPERATORS/op-pm-scm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 Jason Riedy +Copyright (C) 2009-2011 Jason Riedy This file is part of Octave. diff --git a/src/OPERATORS/op-pm-sm.cc b/src/OPERATORS/op-pm-sm.cc --- a/src/OPERATORS/op-pm-sm.cc +++ b/src/OPERATORS/op-pm-sm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 Jason Riedy +Copyright (C) 2009-2011 Jason Riedy This file is part of Octave. diff --git a/src/OPERATORS/op-pm-template.cc b/src/OPERATORS/op-pm-template.cc --- a/src/OPERATORS/op-pm-template.cc +++ b/src/OPERATORS/op-pm-template.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/OPERATORS/op-range.cc b/src/OPERATORS/op-range.cc --- a/src/OPERATORS/op-range.cc +++ b/src/OPERATORS/op-range.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-s-cm.cc b/src/OPERATORS/op-s-cm.cc --- a/src/OPERATORS/op-s-cm.cc +++ b/src/OPERATORS/op-s-cm.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-s-cs.cc b/src/OPERATORS/op-s-cs.cc --- a/src/OPERATORS/op-s-cs.cc +++ b/src/OPERATORS/op-s-cs.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004, 2005, 2007, 2008 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-s-m.cc b/src/OPERATORS/op-s-m.cc --- a/src/OPERATORS/op-s-m.cc +++ b/src/OPERATORS/op-s-m.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-s-s.cc b/src/OPERATORS/op-s-s.cc --- a/src/OPERATORS/op-s-s.cc +++ b/src/OPERATORS/op-s-s.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-s-scm.cc b/src/OPERATORS/op-s-scm.cc --- a/src/OPERATORS/op-s-scm.cc +++ b/src/OPERATORS/op-s-scm.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-s-sm.cc b/src/OPERATORS/op-s-sm.cc --- a/src/OPERATORS/op-s-sm.cc +++ b/src/OPERATORS/op-s-sm.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-sbm-b.cc b/src/OPERATORS/op-sbm-b.cc --- a/src/OPERATORS/op-sbm-b.cc +++ b/src/OPERATORS/op-sbm-b.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-sbm-bm.cc b/src/OPERATORS/op-sbm-bm.cc --- a/src/OPERATORS/op-sbm-bm.cc +++ b/src/OPERATORS/op-sbm-bm.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-sbm-sbm.cc b/src/OPERATORS/op-sbm-sbm.cc --- a/src/OPERATORS/op-sbm-sbm.cc +++ b/src/OPERATORS/op-sbm-sbm.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2007, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-scm-cm.cc b/src/OPERATORS/op-scm-cm.cc --- a/src/OPERATORS/op-scm-cm.cc +++ b/src/OPERATORS/op-scm-cm.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-scm-cs.cc b/src/OPERATORS/op-scm-cs.cc --- a/src/OPERATORS/op-scm-cs.cc +++ b/src/OPERATORS/op-scm-cs.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-scm-m.cc b/src/OPERATORS/op-scm-m.cc --- a/src/OPERATORS/op-scm-m.cc +++ b/src/OPERATORS/op-scm-m.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-scm-s.cc b/src/OPERATORS/op-scm-s.cc --- a/src/OPERATORS/op-scm-s.cc +++ b/src/OPERATORS/op-scm-s.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-scm-scm.cc b/src/OPERATORS/op-scm-scm.cc --- a/src/OPERATORS/op-scm-scm.cc +++ b/src/OPERATORS/op-scm-scm.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-scm-sm.cc b/src/OPERATORS/op-scm-sm.cc --- a/src/OPERATORS/op-scm-sm.cc +++ b/src/OPERATORS/op-scm-sm.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-sm-cm.cc b/src/OPERATORS/op-sm-cm.cc --- a/src/OPERATORS/op-sm-cm.cc +++ b/src/OPERATORS/op-sm-cm.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-sm-cs.cc b/src/OPERATORS/op-sm-cs.cc --- a/src/OPERATORS/op-sm-cs.cc +++ b/src/OPERATORS/op-sm-cs.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-sm-m.cc b/src/OPERATORS/op-sm-m.cc --- a/src/OPERATORS/op-sm-m.cc +++ b/src/OPERATORS/op-sm-m.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-sm-s.cc b/src/OPERATORS/op-sm-s.cc --- a/src/OPERATORS/op-sm-s.cc +++ b/src/OPERATORS/op-sm-s.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-sm-scm.cc b/src/OPERATORS/op-sm-scm.cc --- a/src/OPERATORS/op-sm-scm.cc +++ b/src/OPERATORS/op-sm-scm.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-sm-sm.cc b/src/OPERATORS/op-sm-sm.cc --- a/src/OPERATORS/op-sm-sm.cc +++ b/src/OPERATORS/op-sm-sm.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/OPERATORS/op-str-m.cc b/src/OPERATORS/op-str-m.cc --- a/src/OPERATORS/op-str-m.cc +++ b/src/OPERATORS/op-str-m.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2004, 2005, 2007, 2009 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-str-s.cc b/src/OPERATORS/op-str-s.cc --- a/src/OPERATORS/op-str-s.cc +++ b/src/OPERATORS/op-str-s.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2004, 2005, 2007, 2009 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-str-str.cc b/src/OPERATORS/op-str-str.cc --- a/src/OPERATORS/op-str-str.cc +++ b/src/OPERATORS/op-str-str.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-struct.cc b/src/OPERATORS/op-struct.cc --- a/src/OPERATORS/op-struct.cc +++ b/src/OPERATORS/op-struct.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2004, 2005, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-ui16-ui16.cc b/src/OPERATORS/op-ui16-ui16.cc --- a/src/OPERATORS/op-ui16-ui16.cc +++ b/src/OPERATORS/op-ui16-ui16.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2004, 2005, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-ui32-ui32.cc b/src/OPERATORS/op-ui32-ui32.cc --- a/src/OPERATORS/op-ui32-ui32.cc +++ b/src/OPERATORS/op-ui32-ui32.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2004, 2005, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-ui64-ui64.cc b/src/OPERATORS/op-ui64-ui64.cc --- a/src/OPERATORS/op-ui64-ui64.cc +++ b/src/OPERATORS/op-ui64-ui64.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2004, 2005, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/OPERATORS/op-ui8-ui8.cc b/src/OPERATORS/op-ui8-ui8.cc --- a/src/OPERATORS/op-ui8-ui8.cc +++ b/src/OPERATORS/op-ui8-ui8.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2004, 2005, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/TEMPLATE-INST/Array-os.cc b/src/TEMPLATE-INST/Array-os.cc --- a/src/TEMPLATE-INST/Array-os.cc +++ b/src/TEMPLATE-INST/Array-os.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2003, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/TEMPLATE-INST/Array-sym.cc b/src/TEMPLATE-INST/Array-sym.cc --- a/src/TEMPLATE-INST/Array-sym.cc +++ b/src/TEMPLATE-INST/Array-sym.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2002, 2003, 2005, 2006, 2007, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/TEMPLATE-INST/Array-tc.cc b/src/TEMPLATE-INST/Array-tc.cc --- a/src/TEMPLATE-INST/Array-tc.cc +++ b/src/TEMPLATE-INST/Array-tc.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/base-list.h b/src/base-list.h --- a/src/base-list.h +++ b/src/base-list.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2002, 2005, 2007, 2009 John W. Eaton +Copyright (C) 2002-2011 John W. Eaton This file is part of Octave. diff --git a/src/bitfcns.cc b/src/bitfcns.cc --- a/src/bitfcns.cc +++ b/src/bitfcns.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/builtins.h b/src/builtins.h --- a/src/builtins.h +++ b/src/builtins.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2005, 2007 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/c-file-ptr-stream.cc b/src/c-file-ptr-stream.cc --- a/src/c-file-ptr-stream.cc +++ b/src/c-file-ptr-stream.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 - John W. Eaton +Copyright (C) 2000-2011 John W. Eaton This file is part of Octave. diff --git a/src/c-file-ptr-stream.h b/src/c-file-ptr-stream.h --- a/src/c-file-ptr-stream.h +++ b/src/c-file-ptr-stream.h @@ -1,7 +1,6 @@ /* -Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 - John W. Eaton +Copyright (C) 2000-2011 John W. Eaton This file is part of Octave. diff --git a/src/comment-list.cc b/src/comment-list.cc --- a/src/comment-list.cc +++ b/src/comment-list.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2009 John W. Eaton +Copyright (C) 2000-2011 John W. Eaton This file is part of Octave. diff --git a/src/comment-list.h b/src/comment-list.h --- a/src/comment-list.h +++ b/src/comment-list.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2000, 2002, 2004, 2005, 2006, 2007, 2009 John W. Eaton +Copyright (C) 2000-2011 John W. Eaton This file is part of Octave. diff --git a/src/cutils.c b/src/cutils.c --- a/src/cutils.c +++ b/src/cutils.c @@ -1,6 +1,6 @@ /* -Copyright (C) 1999, 2000, 2002, 2003, 2005, 2006, 2007 John W. Eaton +Copyright (C) 1999-2011 John W. Eaton This file is part of Octave. diff --git a/src/data.cc b/src/data.cc --- a/src/data.cc +++ b/src/data.cc @@ -1,9 +1,8 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2009 Jaroslav Hajek -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/debug.cc b/src/debug.cc --- a/src/debug.cc +++ b/src/debug.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2007, 2008, 2009 John Swensen -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Ben Sapp +Copyright (C) 2001-2011 Ben Sapp +Copyright (C) 2007-2009 John Swensen This file is part of Octave. diff --git a/src/debug.h b/src/debug.h --- a/src/debug.h +++ b/src/debug.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Ben Sapp +Copyright (C) 2001-2011 Ben Sapp This file is part of Octave. diff --git a/src/defaults.cc b/src/defaults.cc --- a/src/defaults.cc +++ b/src/defaults.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/defaults.h.in b/src/defaults.h.in --- a/src/defaults.h.in +++ b/src/defaults.h.in @@ -1,8 +1,7 @@ // defaults.h.in /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, - 2003, 2004, 2005, 2006, 2007, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/defun-dld.h b/src/defun-dld.h --- a/src/defun-dld.h +++ b/src/defun-dld.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1999, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/src/defun-int.h b/src/defun-int.h --- a/src/defun-int.h +++ b/src/defun-int.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/src/defun.cc b/src/defun.cc --- a/src/defun.cc +++ b/src/defun.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/defun.h b/src/defun.h --- a/src/defun.h +++ b/src/defun.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/src/dirfns.cc b/src/dirfns.cc --- a/src/dirfns.cc +++ b/src/dirfns.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/src/dirfns.h b/src/dirfns.h --- a/src/dirfns.h +++ b/src/dirfns.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2005, 2007 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/src/display.cc b/src/display.cc --- a/src/display.cc +++ b/src/display.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 John W. Eaton +Copyright (C) 2009-2011 John W. Eaton This file is part of Octave. diff --git a/src/display.h b/src/display.h --- a/src/display.h +++ b/src/display.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 John W. Eaton +Copyright (C) 2009-2011 John W. Eaton This file is part of Octave. diff --git a/src/dynamic-ld.cc b/src/dynamic-ld.cc --- a/src/dynamic-ld.cc +++ b/src/dynamic-ld.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/dynamic-ld.h b/src/dynamic-ld.h --- a/src/dynamic-ld.h +++ b/src/dynamic-ld.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2005, - 2006, 2007, 2008 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/error.cc b/src/error.cc --- a/src/error.cc +++ b/src/error.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/error.h b/src/error.h --- a/src/error.h +++ b/src/error.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/file-io.cc b/src/file-io.cc --- a/src/file-io.cc +++ b/src/file-io.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/file-io.h b/src/file-io.h --- a/src/file-io.h +++ b/src/file-io.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2004, 2005, 2006, 2007 - John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/genprops.awk b/src/genprops.awk --- a/src/genprops.awk +++ b/src/genprops.awk @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2007-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/src/gl-render.cc b/src/gl-render.cc --- a/src/gl-render.cc +++ b/src/gl-render.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Michael Goffioul +Copyright (C) 2008-2011 Michael Goffioul This file is part of Octave. diff --git a/src/gl-render.h b/src/gl-render.h --- a/src/gl-render.h +++ b/src/gl-render.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Michael Goffioul +Copyright (C) 2008-2011 Michael Goffioul This file is part of Octave. diff --git a/src/gl2ps-renderer.cc b/src/gl2ps-renderer.cc --- a/src/gl2ps-renderer.cc +++ b/src/gl2ps-renderer.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 Shai Ayal +Copyright (C) 2009-2011 Shai Ayal This file is part of Octave. diff --git a/src/gl2ps-renderer.h b/src/gl2ps-renderer.h --- a/src/gl2ps-renderer.h +++ b/src/gl2ps-renderer.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 Shai Ayal +Copyright (C) 2009-2011 Shai Ayal This file is part of Octave. diff --git a/src/graphics.cc b/src/graphics.cc --- a/src/graphics.cc +++ b/src/graphics.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2007, 2008, 2009 John W. Eaton +Copyright (C) 2007-2011 John W. Eaton This file is part of Octave. diff --git a/src/graphics.h.in b/src/graphics.h.in --- a/src/graphics.h.in +++ b/src/graphics.h.in @@ -1,6 +1,6 @@ /* -Copyright (C) 2007, 2008, 2009 John W. Eaton +Copyright (C) 2007-2011 John W. Eaton This file is part of Octave. diff --git a/src/gripes.cc b/src/gripes.cc --- a/src/gripes.cc +++ b/src/gripes.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/gripes.h b/src/gripes.h --- a/src/gripes.h +++ b/src/gripes.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2003, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/help.cc b/src/help.cc --- a/src/help.cc +++ b/src/help.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/help.h b/src/help.h --- a/src/help.h +++ b/src/help.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2005, 2006, - 2007, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/input.cc b/src/input.cc --- a/src/input.cc +++ b/src/input.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/input.h b/src/input.h --- a/src/input.h +++ b/src/input.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/lex.h b/src/lex.h --- a/src/lex.h +++ b/src/lex.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/lex.ll b/src/lex.ll --- a/src/lex.ll +++ b/src/lex.ll @@ -1,8 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/load-path.cc b/src/load-path.cc --- a/src/load-path.cc +++ b/src/load-path.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2006-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/src/load-path.h b/src/load-path.h --- a/src/load-path.h +++ b/src/load-path.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2006-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/src/load-save.cc b/src/load-save.cc --- a/src/load-save.cc +++ b/src/load-save.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/src/load-save.h b/src/load-save.h --- a/src/load-save.h +++ b/src/load-save.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2003, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/src/ls-ascii-helper.cc b/src/ls-ascii-helper.cc --- a/src/ls-ascii-helper.cc +++ b/src/ls-ascii-helper.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 Benjamin Lindner +Copyright (C) 2009-2011 Benjamin Lindner This file is part of Octave. diff --git a/src/ls-ascii-helper.h b/src/ls-ascii-helper.h --- a/src/ls-ascii-helper.h +++ b/src/ls-ascii-helper.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 Benjamin Lindner +Copyright (C) 2009-2011 Benjamin Lindner This file is part of Octave. diff --git a/src/ls-hdf5.cc b/src/ls-hdf5.cc --- a/src/ls-hdf5.cc +++ b/src/ls-hdf5.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2003, 2004, 2005, 2006, 2007, 2008, - 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ls-hdf5.h b/src/ls-hdf5.h --- a/src/ls-hdf5.h +++ b/src/ls-hdf5.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton This file is part of Octave. diff --git a/src/ls-mat-ascii.cc b/src/ls-mat-ascii.cc --- a/src/ls-mat-ascii.cc +++ b/src/ls-mat-ascii.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2003, 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ls-mat-ascii.h b/src/ls-mat-ascii.h --- a/src/ls-mat-ascii.h +++ b/src/ls-mat-ascii.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton This file is part of Octave. diff --git a/src/ls-mat4.cc b/src/ls-mat4.cc --- a/src/ls-mat4.cc +++ b/src/ls-mat4.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2003, 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ls-mat4.h b/src/ls-mat4.h --- a/src/ls-mat4.h +++ b/src/ls-mat4.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2005, 2006, 2007 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton This file is part of Octave. diff --git a/src/ls-mat5.cc b/src/ls-mat5.cc --- a/src/ls-mat5.cc +++ b/src/ls-mat5.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2003, 2004, 2005, 2006, 2007, 2008, - 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ls-mat5.h b/src/ls-mat5.h --- a/src/ls-mat5.h +++ b/src/ls-mat5.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2005, 2007 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton This file is part of Octave. diff --git a/src/ls-oct-ascii.cc b/src/ls-oct-ascii.cc --- a/src/ls-oct-ascii.cc +++ b/src/ls-oct-ascii.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2003, 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ls-oct-ascii.h b/src/ls-oct-ascii.h --- a/src/ls-oct-ascii.h +++ b/src/ls-oct-ascii.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton This file is part of Octave. diff --git a/src/ls-oct-binary.cc b/src/ls-oct-binary.cc --- a/src/ls-oct-binary.cc +++ b/src/ls-oct-binary.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2003, 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ls-oct-binary.h b/src/ls-oct-binary.h --- a/src/ls-oct-binary.h +++ b/src/ls-oct-binary.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2005, 2007, 2008 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton This file is part of Octave. diff --git a/src/ls-utils.cc b/src/ls-utils.cc --- a/src/ls-utils.cc +++ b/src/ls-utils.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2005, 2007 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton This file is part of Octave. diff --git a/src/ls-utils.h b/src/ls-utils.h --- a/src/ls-utils.h +++ b/src/ls-utils.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2005, 2007 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton This file is part of Octave. diff --git a/src/main.c b/src/main.c --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ /* -Copyright (C) 2002, 2003, 2005, 2007 John W. Eaton +Copyright (C) 2002-2011 John W. Eaton This file is part of Octave. diff --git a/src/mappers.cc b/src/mappers.cc --- a/src/mappers.cc +++ b/src/mappers.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1993-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/matherr.c b/src/matherr.c --- a/src/matherr.c +++ b/src/matherr.c @@ -1,6 +1,6 @@ /* -Copyright (C) 1997, 2005, 2007 John W. Eaton +Copyright (C) 1997-2011 John W. Eaton This file is part of Octave. diff --git a/src/mex.cc b/src/mex.cc --- a/src/mex.cc +++ b/src/mex.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2006-2011 John W. Eaton This file is part of Octave. diff --git a/src/mex.h b/src/mex.h --- a/src/mex.h +++ b/src/mex.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2001, 2006, 2007 Paul Kienzle +Copyright (C) 2001-2011 Paul Kienzle This file is part of Octave. diff --git a/src/mexproto.h b/src/mexproto.h --- a/src/mexproto.h +++ b/src/mexproto.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2006, 2007, 2008 Paul Kienzle +Copyright (C) 2006-2011 Paul Kienzle This file is part of Octave. diff --git a/src/mk-errno-list b/src/mk-errno-list --- a/src/mk-errno-list +++ b/src/mk-errno-list @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 2005, 2007 John W. Eaton +# Copyright (C) 2005-2011 John W. Eaton # # This file is part of Octave. # diff --git a/src/mk-pkg-add b/src/mk-pkg-add --- a/src/mk-pkg-add +++ b/src/mk-pkg-add @@ -1,6 +1,6 @@ #! /bin/sh -e # -# Copyright (C) 2005, 2006, 2007 John W. Eaton +# Copyright (C) 2005-2011 John W. Eaton # # This file is part of Octave. # diff --git a/src/mkbuiltins b/src/mkbuiltins --- a/src/mkbuiltins +++ b/src/mkbuiltins @@ -1,7 +1,6 @@ #! /bin/sh # -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2005, -# 2006, 2007, 2008, 2009 John W. Eaton +# Copyright (C) 1996-2011 John W. Eaton # # This file is part of Octave. # diff --git a/src/mkdefs b/src/mkdefs --- a/src/mkdefs +++ b/src/mkdefs @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 1996, 1999, 2000, 2003, 2006, 2007, 2009 John W. Eaton +# Copyright (C) 1996-2011 John W. Eaton # # This file is part of Octave. # diff --git a/src/mkdocs b/src/mkdocs --- a/src/mkdocs +++ b/src/mkdocs @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 1999, 2003, 2006, 2007 John W. Eaton +# Copyright (C) 1999-2011 John W. Eaton # # This file is part of Octave. # diff --git a/src/mkgendoc b/src/mkgendoc --- a/src/mkgendoc +++ b/src/mkgendoc @@ -1,7 +1,6 @@ #! /bin/sh # -# Copyright (C) 1999, 2000, 2002, 2003, 2005, 2006, 2007, 2008, -# 2009 John W. Eaton +# Copyright (C) 1999-2011 John W. Eaton # # This file is part of Octave. # diff --git a/src/mkops b/src/mkops --- a/src/mkops +++ b/src/mkops @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 1997, 1998, 2003, 2006, 2007 John W. Eaton +# Copyright (C) 1997-2011 John W. Eaton # # This file is part of Octave. # diff --git a/src/mxarray.h.in b/src/mxarray.h.in --- a/src/mxarray.h.in +++ b/src/mxarray.h.in @@ -1,6 +1,6 @@ /* -Copyright (C) 2001, 2006, 2007, 2008 Paul Kienzle +Copyright (C) 2001-2011 Paul Kienzle This file is part of Octave. diff --git a/src/oct-conf.h.in b/src/oct-conf.h.in --- a/src/oct-conf.h.in +++ b/src/oct-conf.h.in @@ -1,8 +1,7 @@ // oct-conf.h.in /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/oct-errno.cc.in b/src/oct-errno.cc.in --- a/src/oct-errno.cc.in +++ b/src/oct-errno.cc.in @@ -1,7 +1,7 @@ // oct-errno.cc.in /* -Copyright (C) 2005, 2006, 2007 John W. Eaton +Copyright (C) 2005-2011 John W. Eaton This file is part of Octave. diff --git a/src/oct-errno.h b/src/oct-errno.h --- a/src/oct-errno.h +++ b/src/oct-errno.h @@ -1,7 +1,7 @@ // oct-errno.h.in /* -Copyright (C) 2005, 2007, 2008 John W. Eaton +Copyright (C) 2005-2011 John W. Eaton This file is part of Octave. diff --git a/src/oct-fstrm.cc b/src/oct-fstrm.cc --- a/src/oct-fstrm.cc +++ b/src/oct-fstrm.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2007 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/oct-fstrm.h b/src/oct-fstrm.h --- a/src/oct-fstrm.h +++ b/src/oct-fstrm.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2007 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/oct-hdf5.h b/src/oct-hdf5.h --- a/src/oct-hdf5.h +++ b/src/oct-hdf5.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 John W. Eaton +Copyright (C) 2009-2011 John W. Eaton This file is part of Octave. diff --git a/src/oct-hist.cc b/src/oct-hist.cc --- a/src/oct-hist.cc +++ b/src/oct-hist.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, - 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/oct-hist.h b/src/oct-hist.h --- a/src/oct-hist.h +++ b/src/oct-hist.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2005, 2006, 2007, 2008 - John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/oct-iostrm.cc b/src/oct-iostrm.cc --- a/src/oct-iostrm.cc +++ b/src/oct-iostrm.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2007 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/oct-iostrm.h b/src/oct-iostrm.h --- a/src/oct-iostrm.h +++ b/src/oct-iostrm.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2007, - 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/oct-lvalue.cc b/src/oct-lvalue.cc --- a/src/oct-lvalue.cc +++ b/src/oct-lvalue.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2002, 2004, 2005, 2007 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/oct-lvalue.h b/src/oct-lvalue.h --- a/src/oct-lvalue.h +++ b/src/oct-lvalue.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2004, 2005, 2006, - 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/oct-map.cc b/src/oct-map.cc --- a/src/oct-map.cc +++ b/src/oct-map.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1995, 1996, 1997, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1995-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/src/oct-map.h b/src/oct-map.h --- a/src/oct-map.h +++ b/src/oct-map.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/src/oct-obj.cc b/src/oct-obj.cc --- a/src/oct-obj.cc +++ b/src/oct-obj.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, - 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/src/oct-obj.h b/src/oct-obj.h --- a/src/oct-obj.h +++ b/src/oct-obj.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2003, 2004, - 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/src/oct-parse.yy b/src/oct-parse.yy --- a/src/oct-parse.yy +++ b/src/oct-parse.yy @@ -1,9 +1,8 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton Copyright (C) 2009 David Grundberg -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/oct-prcstrm.cc b/src/oct-prcstrm.cc --- a/src/oct-prcstrm.cc +++ b/src/oct-prcstrm.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2005, 2006, 2007 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/oct-prcstrm.h b/src/oct-prcstrm.h --- a/src/oct-prcstrm.h +++ b/src/oct-prcstrm.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2003, 2004, 2005, 2006, 2007 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/oct-procbuf.cc b/src/oct-procbuf.cc --- a/src/oct-procbuf.cc +++ b/src/oct-procbuf.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2005, 2006 - 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/oct-procbuf.h b/src/oct-procbuf.h --- a/src/oct-procbuf.h +++ b/src/oct-procbuf.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2005, 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/oct-stdstrm.h b/src/oct-stdstrm.h --- a/src/oct-stdstrm.h +++ b/src/oct-stdstrm.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/oct-stream.cc b/src/oct-stream.cc --- a/src/oct-stream.cc +++ b/src/oct-stream.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/oct-stream.h b/src/oct-stream.h --- a/src/oct-stream.h +++ b/src/oct-stream.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/oct-strstrm.cc b/src/oct-strstrm.cc --- a/src/oct-strstrm.cc +++ b/src/oct-strstrm.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2007 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/oct-strstrm.h b/src/oct-strstrm.h --- a/src/oct-strstrm.h +++ b/src/oct-strstrm.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/oct.h b/src/oct.h --- a/src/oct.h +++ b/src/oct.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2002, 2004, 2005, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/octave.cc b/src/octave.cc --- a/src/octave.cc +++ b/src/octave.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/octave.gperf b/src/octave.gperf --- a/src/octave.gperf +++ b/src/octave.gperf @@ -1,8 +1,7 @@ %{ /* -Copyright (C) 1995, 1997, 1998, 2000, 2002, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1995-2011 John W. Eaton This file is part of Octave. diff --git a/src/octave.h b/src/octave.h --- a/src/octave.h +++ b/src/octave.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2002, 2003, 2005, 2006, 2007 John W. Eaton +Copyright (C) 2002-2011 John W. Eaton This file is part of Octave. diff --git a/src/ops.h b/src/ops.h --- a/src/ops.h +++ b/src/ops.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff --git a/src/ov-base-diag.cc b/src/ov-base-diag.cc --- a/src/ov-base-diag.cc +++ b/src/ov-base-diag.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/ov-base-diag.h b/src/ov-base-diag.h --- a/src/ov-base-diag.h +++ b/src/ov-base-diag.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/ov-base-int.cc b/src/ov-base-int.cc --- a/src/ov-base-int.cc +++ b/src/ov-base-int.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-base-int.h b/src/ov-base-int.h --- a/src/ov-base-int.h +++ b/src/ov-base-int.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-base-mat.cc b/src/ov-base-mat.cc --- a/src/ov-base-mat.cc +++ b/src/ov-base-mat.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/ov-base-mat.h b/src/ov-base-mat.h --- a/src/ov-base-mat.h +++ b/src/ov-base-mat.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1998, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1998-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/ov-base-scalar.cc b/src/ov-base-scalar.cc --- a/src/ov-base-scalar.cc +++ b/src/ov-base-scalar.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2002, 2004, 2005, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-base-scalar.h b/src/ov-base-scalar.h --- a/src/ov-base-scalar.h +++ b/src/ov-base-scalar.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-base-sparse.cc b/src/ov-base-sparse.cc --- a/src/ov-base-sparse.cc +++ b/src/ov-base-sparse.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/src/ov-base-sparse.h b/src/ov-base-sparse.h --- a/src/ov-base-sparse.h +++ b/src/ov-base-sparse.h @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/ov-base.cc b/src/ov-base.cc --- a/src/ov-base.cc +++ b/src/ov-base.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/ov-base.h b/src/ov-base.h --- a/src/ov-base.h +++ b/src/ov-base.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/ov-bool-mat.cc b/src/ov-bool-mat.cc --- a/src/ov-bool-mat.cc +++ b/src/ov-bool-mat.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/ov-bool-mat.h b/src/ov-bool-mat.h --- a/src/ov-bool-mat.h +++ b/src/ov-bool-mat.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/ov-bool-sparse.cc b/src/ov-bool-sparse.cc --- a/src/ov-bool-sparse.cc +++ b/src/ov-bool-sparse.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/ov-bool-sparse.h b/src/ov-bool-sparse.h --- a/src/ov-bool-sparse.h +++ b/src/ov-bool-sparse.h @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/ov-bool.cc b/src/ov-bool.cc --- a/src/ov-bool.cc +++ b/src/ov-bool.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-bool.h b/src/ov-bool.h --- a/src/ov-bool.h +++ b/src/ov-bool.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-builtin.cc b/src/ov-builtin.cc --- a/src/ov-builtin.cc +++ b/src/ov-builtin.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-builtin.h b/src/ov-builtin.h --- a/src/ov-builtin.h +++ b/src/ov-builtin.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, - 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-cell.cc b/src/ov-cell.cc --- a/src/ov-cell.cc +++ b/src/ov-cell.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1999-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/ov-cell.h b/src/ov-cell.h --- a/src/ov-cell.h +++ b/src/ov-cell.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1999-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/ov-ch-mat.cc b/src/ov-ch-mat.cc --- a/src/ov-ch-mat.cc +++ b/src/ov-ch-mat.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/ov-ch-mat.h b/src/ov-ch-mat.h --- a/src/ov-ch-mat.h +++ b/src/ov-ch-mat.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/ov-class.cc b/src/ov-class.cc --- a/src/ov-class.cc +++ b/src/ov-class.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2007, 2008, 2009 John W. Eaton +Copyright (C) 2007-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/src/ov-class.h b/src/ov-class.h --- a/src/ov-class.h +++ b/src/ov-class.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2007, 2008, 2009 John W. Eaton +Copyright (C) 2007-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/src/ov-colon.cc b/src/ov-colon.cc --- a/src/ov-colon.cc +++ b/src/ov-colon.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2007 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-colon.h b/src/ov-colon.h --- a/src/ov-colon.h +++ b/src/ov-colon.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2005, 2006, 2007, 2008 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-complex.cc b/src/ov-complex.cc --- a/src/ov-complex.cc +++ b/src/ov-complex.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-complex.h b/src/ov-complex.h --- a/src/ov-complex.h +++ b/src/ov-complex.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-cs-list.cc b/src/ov-cs-list.cc --- a/src/ov-cs-list.cc +++ b/src/ov-cs-list.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2002-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-cs-list.h b/src/ov-cs-list.h --- a/src/ov-cs-list.h +++ b/src/ov-cs-list.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 2002-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-cx-diag.cc b/src/ov-cx-diag.cc --- a/src/ov-cx-diag.cc +++ b/src/ov-cx-diag.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/ov-cx-diag.h b/src/ov-cx-diag.h --- a/src/ov-cx-diag.h +++ b/src/ov-cx-diag.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/ov-cx-mat.cc b/src/ov-cx-mat.cc --- a/src/ov-cx-mat.cc +++ b/src/ov-cx-mat.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/ov-cx-mat.h b/src/ov-cx-mat.h --- a/src/ov-cx-mat.h +++ b/src/ov-cx-mat.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/ov-cx-sparse.cc b/src/ov-cx-sparse.cc --- a/src/ov-cx-sparse.cc +++ b/src/ov-cx-sparse.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/ov-cx-sparse.h b/src/ov-cx-sparse.h --- a/src/ov-cx-sparse.h +++ b/src/ov-cx-sparse.h @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/ov-dld-fcn.cc b/src/ov-dld-fcn.cc --- a/src/ov-dld-fcn.cc +++ b/src/ov-dld-fcn.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2007, 2008 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-dld-fcn.h b/src/ov-dld-fcn.h --- a/src/ov-dld-fcn.h +++ b/src/ov-dld-fcn.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2007, 2008 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-fcn-handle.cc b/src/ov-fcn-handle.cc --- a/src/ov-fcn-handle.cc +++ b/src/ov-fcn-handle.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton Copyright (C) 2009 VZLU Prague, a.s. Copyright (C) 2010 Jaroslav Hajek diff --git a/src/ov-fcn-handle.h b/src/ov-fcn-handle.h --- a/src/ov-fcn-handle.h +++ b/src/ov-fcn-handle.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/src/ov-fcn-inline.cc b/src/ov-fcn-inline.cc --- a/src/ov-fcn-inline.cc +++ b/src/ov-fcn-inline.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman +Copyright (C) 2004-2011 David Bateman This file is part of Octave. diff --git a/src/ov-fcn-inline.h b/src/ov-fcn-inline.h --- a/src/ov-fcn-inline.h +++ b/src/ov-fcn-inline.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 David Bateman +Copyright (C) 2004-2011 David Bateman This file is part of Octave. diff --git a/src/ov-fcn.cc b/src/ov-fcn.cc --- a/src/ov-fcn.cc +++ b/src/ov-fcn.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-fcn.h b/src/ov-fcn.h --- a/src/ov-fcn.h +++ b/src/ov-fcn.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-float.cc b/src/ov-float.cc --- a/src/ov-float.cc +++ b/src/ov-float.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-float.h b/src/ov-float.h --- a/src/ov-float.h +++ b/src/ov-float.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-flt-complex.cc b/src/ov-flt-complex.cc --- a/src/ov-flt-complex.cc +++ b/src/ov-flt-complex.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-flt-complex.h b/src/ov-flt-complex.h --- a/src/ov-flt-complex.h +++ b/src/ov-flt-complex.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-flt-cx-diag.cc b/src/ov-flt-cx-diag.cc --- a/src/ov-flt-cx-diag.cc +++ b/src/ov-flt-cx-diag.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/ov-flt-cx-diag.h b/src/ov-flt-cx-diag.h --- a/src/ov-flt-cx-diag.h +++ b/src/ov-flt-cx-diag.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/ov-flt-cx-mat.cc b/src/ov-flt-cx-mat.cc --- a/src/ov-flt-cx-mat.cc +++ b/src/ov-flt-cx-mat.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/ov-flt-cx-mat.h b/src/ov-flt-cx-mat.h --- a/src/ov-flt-cx-mat.h +++ b/src/ov-flt-cx-mat.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/ov-flt-re-diag.cc b/src/ov-flt-re-diag.cc --- a/src/ov-flt-re-diag.cc +++ b/src/ov-flt-re-diag.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/ov-flt-re-diag.h b/src/ov-flt-re-diag.h --- a/src/ov-flt-re-diag.h +++ b/src/ov-flt-re-diag.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/ov-flt-re-mat.cc b/src/ov-flt-re-mat.cc --- a/src/ov-flt-re-mat.cc +++ b/src/ov-flt-re-mat.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/ov-flt-re-mat.h b/src/ov-flt-re-mat.h --- a/src/ov-flt-re-mat.h +++ b/src/ov-flt-re-mat.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/ov-int-traits.h b/src/ov-int-traits.h --- a/src/ov-int-traits.h +++ b/src/ov-int-traits.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2007 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-int16.cc b/src/ov-int16.cc --- a/src/ov-int16.cc +++ b/src/ov-int16.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2007 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-int16.h b/src/ov-int16.h --- a/src/ov-int16.h +++ b/src/ov-int16.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-int32.cc b/src/ov-int32.cc --- a/src/ov-int32.cc +++ b/src/ov-int32.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2007 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-int32.h b/src/ov-int32.h --- a/src/ov-int32.h +++ b/src/ov-int32.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-int64.cc b/src/ov-int64.cc --- a/src/ov-int64.cc +++ b/src/ov-int64.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2007 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-int64.h b/src/ov-int64.h --- a/src/ov-int64.h +++ b/src/ov-int64.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-int8.cc b/src/ov-int8.cc --- a/src/ov-int8.cc +++ b/src/ov-int8.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2007 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-int8.h b/src/ov-int8.h --- a/src/ov-int8.h +++ b/src/ov-int8.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-intx.h b/src/ov-intx.h --- a/src/ov-intx.h +++ b/src/ov-intx.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/src/ov-lazy-idx.cc b/src/ov-lazy-idx.cc --- a/src/ov-lazy-idx.cc +++ b/src/ov-lazy-idx.cc @@ -1,7 +1,6 @@ - /* -Copyright (C) 2010 VZLU Prague +Copyright (C) 2010-2011 VZLU Prague This file is part of Octave. diff --git a/src/ov-lazy-idx.h b/src/ov-lazy-idx.h --- a/src/ov-lazy-idx.h +++ b/src/ov-lazy-idx.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2010 VZLU Prague +Copyright (C) 2010-2011 VZLU Prague This file is part of Octave. diff --git a/src/ov-mex-fcn.cc b/src/ov-mex-fcn.cc --- a/src/ov-mex-fcn.cc +++ b/src/ov-mex-fcn.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-mex-fcn.h b/src/ov-mex-fcn.h --- a/src/ov-mex-fcn.h +++ b/src/ov-mex-fcn.h @@ -1,6 +1,6 @@ /* -Copyright (C) 1996, 1997, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-null-mat.cc b/src/ov-null-mat.cc --- a/src/ov-null-mat.cc +++ b/src/ov-null-mat.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/ov-null-mat.h b/src/ov-null-mat.h --- a/src/ov-null-mat.h +++ b/src/ov-null-mat.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/ov-perm.cc b/src/ov-perm.cc --- a/src/ov-perm.cc +++ b/src/ov-perm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/ov-perm.h b/src/ov-perm.h --- a/src/ov-perm.h +++ b/src/ov-perm.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/ov-range.cc b/src/ov-range.cc --- a/src/ov-range.cc +++ b/src/ov-range.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-range.h b/src/ov-range.h --- a/src/ov-range.h +++ b/src/ov-range.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-re-diag.cc b/src/ov-re-diag.cc --- a/src/ov-re-diag.cc +++ b/src/ov-re-diag.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/ov-re-diag.h b/src/ov-re-diag.h --- a/src/ov-re-diag.h +++ b/src/ov-re-diag.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/ov-re-mat.cc b/src/ov-re-mat.cc --- a/src/ov-re-mat.cc +++ b/src/ov-re-mat.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/ov-re-mat.h b/src/ov-re-mat.h --- a/src/ov-re-mat.h +++ b/src/ov-re-mat.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/ov-re-sparse.cc b/src/ov-re-sparse.cc --- a/src/ov-re-sparse.cc +++ b/src/ov-re-sparse.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/ov-re-sparse.h b/src/ov-re-sparse.h --- a/src/ov-re-sparse.h +++ b/src/ov-re-sparse.h @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/ov-scalar.cc b/src/ov-scalar.cc --- a/src/ov-scalar.cc +++ b/src/ov-scalar.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-scalar.h b/src/ov-scalar.h --- a/src/ov-scalar.h +++ b/src/ov-scalar.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-str-mat.cc b/src/ov-str-mat.cc --- a/src/ov-str-mat.cc +++ b/src/ov-str-mat.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/ov-str-mat.h b/src/ov-str-mat.h --- a/src/ov-str-mat.h +++ b/src/ov-str-mat.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/ov-struct.cc b/src/ov-struct.cc --- a/src/ov-struct.cc +++ b/src/ov-struct.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-struct.h b/src/ov-struct.h --- a/src/ov-struct.h +++ b/src/ov-struct.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-type-conv.h b/src/ov-type-conv.h --- a/src/ov-type-conv.h +++ b/src/ov-type-conv.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-typeinfo.cc b/src/ov-typeinfo.cc --- a/src/ov-typeinfo.cc +++ b/src/ov-typeinfo.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-typeinfo.h b/src/ov-typeinfo.h --- a/src/ov-typeinfo.h +++ b/src/ov-typeinfo.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-uint16.cc b/src/ov-uint16.cc --- a/src/ov-uint16.cc +++ b/src/ov-uint16.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2007 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-uint16.h b/src/ov-uint16.h --- a/src/ov-uint16.h +++ b/src/ov-uint16.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-uint32.cc b/src/ov-uint32.cc --- a/src/ov-uint32.cc +++ b/src/ov-uint32.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2007 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-uint32.h b/src/ov-uint32.h --- a/src/ov-uint32.h +++ b/src/ov-uint32.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-uint64.cc b/src/ov-uint64.cc --- a/src/ov-uint64.cc +++ b/src/ov-uint64.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2007 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-uint64.h b/src/ov-uint64.h --- a/src/ov-uint64.h +++ b/src/ov-uint64.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-uint8.cc b/src/ov-uint8.cc --- a/src/ov-uint8.cc +++ b/src/ov-uint8.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2007 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-uint8.h b/src/ov-uint8.h --- a/src/ov-uint8.h +++ b/src/ov-uint8.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 2004-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-usr-fcn.cc b/src/ov-usr-fcn.cc --- a/src/ov-usr-fcn.cc +++ b/src/ov-usr-fcn.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov-usr-fcn.h b/src/ov-usr-fcn.h --- a/src/ov-usr-fcn.h +++ b/src/ov-usr-fcn.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/ov.cc b/src/ov.cc --- a/src/ov.cc +++ b/src/ov.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/ov.h b/src/ov.h --- a/src/ov.h +++ b/src/ov.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1996-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/pager.cc b/src/pager.cc --- a/src/pager.cc +++ b/src/pager.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/pager.h b/src/pager.h --- a/src/pager.h +++ b/src/pager.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2002, 2005, 2006, - 2007, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/parse.h b/src/parse.h --- a/src/parse.h +++ b/src/parse.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/pr-output.cc b/src/pr-output.cc --- a/src/pr-output.cc +++ b/src/pr-output.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/pr-output.h b/src/pr-output.h --- a/src/pr-output.h +++ b/src/pr-output.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/procstream.cc b/src/procstream.cc --- a/src/procstream.cc +++ b/src/procstream.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2004, - 2005, 2007, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/procstream.h b/src/procstream.h --- a/src/procstream.h +++ b/src/procstream.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, - 2004, 2005, 2006, 2007, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-all.h b/src/pt-all.h --- a/src/pt-all.h +++ b/src/pt-all.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2007, 2008 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-arg-list.cc b/src/pt-arg-list.cc --- a/src/pt-arg-list.cc +++ b/src/pt-arg-list.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-arg-list.h b/src/pt-arg-list.h --- a/src/pt-arg-list.h +++ b/src/pt-arg-list.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-assign.cc b/src/pt-assign.cc --- a/src/pt-assign.cc +++ b/src/pt-assign.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-assign.h b/src/pt-assign.h --- a/src/pt-assign.h +++ b/src/pt-assign.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-binop.cc b/src/pt-binop.cc --- a/src/pt-binop.cc +++ b/src/pt-binop.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2004, 2005, 2006, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-binop.h b/src/pt-binop.h --- a/src/pt-binop.h +++ b/src/pt-binop.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-bp.cc b/src/pt-bp.cc --- a/src/pt-bp.cc +++ b/src/pt-bp.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Ben Sapp +Copyright (C) 2001-2011 Ben Sapp This file is part of Octave. diff --git a/src/pt-bp.h b/src/pt-bp.h --- a/src/pt-bp.h +++ b/src/pt-bp.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Ben Sapp +Copyright (C) 2001-2011 Ben Sapp This file is part of Octave. diff --git a/src/pt-cbinop.cc b/src/pt-cbinop.cc --- a/src/pt-cbinop.cc +++ b/src/pt-cbinop.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/pt-cbinop.h b/src/pt-cbinop.h --- a/src/pt-cbinop.h +++ b/src/pt-cbinop.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2008, 2009 Jaroslav Hajek +Copyright (C) 2008-2011 Jaroslav Hajek This file is part of Octave. diff --git a/src/pt-cell.cc b/src/pt-cell.cc --- a/src/pt-cell.cc +++ b/src/pt-cell.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1999-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-cell.h b/src/pt-cell.h --- a/src/pt-cell.h +++ b/src/pt-cell.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1999-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-check.cc b/src/pt-check.cc --- a/src/pt-check.cc +++ b/src/pt-check.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-check.h b/src/pt-check.h --- a/src/pt-check.h +++ b/src/pt-check.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-cmd.cc b/src/pt-cmd.cc --- a/src/pt-cmd.cc +++ b/src/pt-cmd.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2002, 2004, 2005, 2006, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-cmd.h b/src/pt-cmd.h --- a/src/pt-cmd.h +++ b/src/pt-cmd.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-colon.cc b/src/pt-colon.cc --- a/src/pt-colon.cc +++ b/src/pt-colon.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2004, 2005, 2006, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-colon.h b/src/pt-colon.h --- a/src/pt-colon.h +++ b/src/pt-colon.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-const.cc b/src/pt-const.cc --- a/src/pt-const.cc +++ b/src/pt-const.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-const.h b/src/pt-const.h --- a/src/pt-const.h +++ b/src/pt-const.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-decl.cc b/src/pt-decl.cc --- a/src/pt-decl.cc +++ b/src/pt-decl.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-decl.h b/src/pt-decl.h --- a/src/pt-decl.h +++ b/src/pt-decl.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2004, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-eval.cc b/src/pt-eval.cc --- a/src/pt-eval.cc +++ b/src/pt-eval.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 John W. Eaton +Copyright (C) 2009-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-eval.h b/src/pt-eval.h --- a/src/pt-eval.h +++ b/src/pt-eval.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 John W. Eaton +Copyright (C) 2009-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-except.cc b/src/pt-except.cc --- a/src/pt-except.cc +++ b/src/pt-except.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-except.h b/src/pt-except.h --- a/src/pt-except.h +++ b/src/pt-except.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2004, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-exp.cc b/src/pt-exp.cc --- a/src/pt-exp.cc +++ b/src/pt-exp.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2004, 2005, 2007, 2008, - 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-exp.h b/src/pt-exp.h --- a/src/pt-exp.h +++ b/src/pt-exp.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-fcn-handle.cc b/src/pt-fcn-handle.cc --- a/src/pt-fcn-handle.cc +++ b/src/pt-fcn-handle.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-fcn-handle.h b/src/pt-fcn-handle.h --- a/src/pt-fcn-handle.h +++ b/src/pt-fcn-handle.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2003-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-id.cc b/src/pt-id.cc --- a/src/pt-id.cc +++ b/src/pt-id.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2004, 2005, 2006, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-id.h b/src/pt-id.h --- a/src/pt-id.h +++ b/src/pt-id.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-idx.cc b/src/pt-idx.cc --- a/src/pt-idx.cc +++ b/src/pt-idx.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-idx.h b/src/pt-idx.h --- a/src/pt-idx.h +++ b/src/pt-idx.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-jump.cc b/src/pt-jump.cc --- a/src/pt-jump.cc +++ b/src/pt-jump.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-jump.h b/src/pt-jump.h --- a/src/pt-jump.h +++ b/src/pt-jump.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2002, 2004, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-loop.cc b/src/pt-loop.cc --- a/src/pt-loop.cc +++ b/src/pt-loop.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-loop.h b/src/pt-loop.h --- a/src/pt-loop.h +++ b/src/pt-loop.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2004, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-mat.cc b/src/pt-mat.cc --- a/src/pt-mat.cc +++ b/src/pt-mat.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-mat.h b/src/pt-mat.h --- a/src/pt-mat.h +++ b/src/pt-mat.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-misc.cc b/src/pt-misc.cc --- a/src/pt-misc.cc +++ b/src/pt-misc.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-misc.h b/src/pt-misc.h --- a/src/pt-misc.h +++ b/src/pt-misc.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1999, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-pr-code.cc b/src/pt-pr-code.cc --- a/src/pt-pr-code.cc +++ b/src/pt-pr-code.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-pr-code.h b/src/pt-pr-code.h --- a/src/pt-pr-code.h +++ b/src/pt-pr-code.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-select.cc b/src/pt-select.cc --- a/src/pt-select.cc +++ b/src/pt-select.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2004, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-select.h b/src/pt-select.h --- a/src/pt-select.h +++ b/src/pt-select.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2002, 2004, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-stmt.cc b/src/pt-stmt.cc --- a/src/pt-stmt.cc +++ b/src/pt-stmt.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-stmt.h b/src/pt-stmt.h --- a/src/pt-stmt.h +++ b/src/pt-stmt.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-unop.cc b/src/pt-unop.cc --- a/src/pt-unop.cc +++ b/src/pt-unop.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-unop.h b/src/pt-unop.h --- a/src/pt-unop.h +++ b/src/pt-unop.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt-walk.h b/src/pt-walk.h --- a/src/pt-walk.h +++ b/src/pt-walk.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt.cc b/src/pt.cc --- a/src/pt.cc +++ b/src/pt.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/pt.h b/src/pt.h --- a/src/pt.h +++ b/src/pt.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 2000, 2001, 2002, 2004, 2005, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1996-2011 John W. Eaton This file is part of Octave. diff --git a/src/sighandlers.cc b/src/sighandlers.cc --- a/src/sighandlers.cc +++ b/src/sighandlers.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/sighandlers.h b/src/sighandlers.h --- a/src/sighandlers.h +++ b/src/sighandlers.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2002, 2005, 2006, - 2007 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/siglist.c b/src/siglist.c --- a/src/siglist.c +++ b/src/siglist.c @@ -1,6 +1,6 @@ /* -Copyright (C) 2000, 2005, 2006, 2007 John W. Eaton +Copyright (C) 2000-2011 John W. Eaton This file is part of Octave. diff --git a/src/siglist.h b/src/siglist.h --- a/src/siglist.h +++ b/src/siglist.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2000, 2005, 2006, 2007 John W. Eaton +Copyright (C) 2000-2011 John W. Eaton This file is part of Octave. diff --git a/src/sparse-xdiv.cc b/src/sparse-xdiv.cc --- a/src/sparse-xdiv.cc +++ b/src/sparse-xdiv.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/sparse-xdiv.h b/src/sparse-xdiv.h --- a/src/sparse-xdiv.h +++ b/src/sparse-xdiv.h @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/sparse-xpow.cc b/src/sparse-xpow.cc --- a/src/sparse-xpow.cc +++ b/src/sparse-xpow.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/sparse-xpow.h b/src/sparse-xpow.h --- a/src/sparse-xpow.h +++ b/src/sparse-xpow.h @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2007 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler This file is part of Octave. diff --git a/src/sparse.cc b/src/sparse.cc --- a/src/sparse.cc +++ b/src/sparse.cc @@ -1,7 +1,7 @@ /* -Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman -Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler +Copyright (C) 2004-2011 David Bateman +Copyright (C) 1998-2004 Andy Adler Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/src/strfns.cc b/src/strfns.cc --- a/src/strfns.cc +++ b/src/strfns.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1994, 1995, 1996, 1997, 1999, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1994-2011 John W. Eaton This file is part of Octave. diff --git a/src/symtab.cc b/src/symtab.cc --- a/src/symtab.cc +++ b/src/symtab.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff --git a/src/symtab.h b/src/symtab.h --- a/src/symtab.h +++ b/src/symtab.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/src/syscalls.cc b/src/syscalls.cc --- a/src/syscalls.cc +++ b/src/syscalls.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1996-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/src/sysdep.cc b/src/sysdep.cc --- a/src/sysdep.cc +++ b/src/sysdep.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003, - 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/sysdep.h b/src/sysdep.h --- a/src/sysdep.h +++ b/src/sysdep.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2002, 2005, 2007 - John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/token.cc b/src/token.cc --- a/src/token.cc +++ b/src/token.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, - 2007, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/token.h b/src/token.h --- a/src/token.h +++ b/src/token.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, - 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/toplev.cc b/src/toplev.cc --- a/src/toplev.cc +++ b/src/toplev.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1995-2011 John W. Eaton This file is part of Octave. diff --git a/src/toplev.h b/src/toplev.h --- a/src/toplev.h +++ b/src/toplev.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, - 2003, 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/txt-eng-ft.cc b/src/txt-eng-ft.cc --- a/src/txt-eng-ft.cc +++ b/src/txt-eng-ft.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 Michael Goffioul +Copyright (C) 2009-2011 Michael Goffioul This file is part of Octave. diff --git a/src/txt-eng-ft.h b/src/txt-eng-ft.h --- a/src/txt-eng-ft.h +++ b/src/txt-eng-ft.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 Michael Goffioul +Copyright (C) 2009-2011 Michael Goffioul This file is part of Octave. diff --git a/src/txt-eng.h b/src/txt-eng.h --- a/src/txt-eng.h +++ b/src/txt-eng.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 Michael Goffioul +Copyright (C) 2009-2011 Michael Goffioul This file is part of Octave. diff --git a/src/unwind-prot.cc b/src/unwind-prot.cc --- a/src/unwind-prot.cc +++ b/src/unwind-prot.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2004, - 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton Copyright (C) 2009 VZLU Prague This file is part of Octave. diff --git a/src/unwind-prot.h b/src/unwind-prot.h --- a/src/unwind-prot.h +++ b/src/unwind-prot.h @@ -1,8 +1,7 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2004, - 2005, 2006, 2007, 2008 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1993-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/utils.cc b/src/utils.cc --- a/src/utils.cc +++ b/src/utils.cc @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton Copyright (C) 2010 VZLU Prague This file is part of Octave. diff --git a/src/utils.h b/src/utils.h --- a/src/utils.h +++ b/src/utils.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, - 2003, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/variables.cc b/src/variables.cc --- a/src/variables.cc +++ b/src/variables.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1993-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/variables.h b/src/variables.h --- a/src/variables.h +++ b/src/variables.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, - 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/version.h.in b/src/version.h.in --- a/src/version.h.in +++ b/src/version.h.in @@ -1,8 +1,6 @@ /* -Copyright (C) 1992, 1993, 1994, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - John W. Eaton +Copyright (C) 1992-2011 John W. Eaton This file is part of Octave. diff --git a/src/xdiv.cc b/src/xdiv.cc --- a/src/xdiv.cc +++ b/src/xdiv.cc @@ -1,9 +1,8 @@ /* +Copyright (C) 1993-2011 John W. Eaton Copyright (C) 2008 Jaroslav Hajek -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2003, - 2005, 2006, 2007 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/xdiv.h b/src/xdiv.h --- a/src/xdiv.h +++ b/src/xdiv.h @@ -1,8 +1,7 @@ /* +Copyright (C) 1993-2011 John W. Eaton Copyright (C) 2008 Jaroslav Hajek -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2003, 2005, 2006, 2007 - John W. Eaton This file is part of Octave. diff --git a/src/xgl2ps.c b/src/xgl2ps.c --- a/src/xgl2ps.c +++ b/src/xgl2ps.c @@ -1,6 +1,6 @@ /* -Copyright (C) 2009 John W. Eaton +Copyright (C) 2009-2011 John W. Eaton This file is part of Octave. diff --git a/src/xnorm.cc b/src/xnorm.cc --- a/src/xnorm.cc +++ b/src/xnorm.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 VZLU Prague, a.s. +Copyright (C) 2008-2011 VZLU Prague, a.s. This file is part of Octave. diff --git a/src/xnorm.h b/src/xnorm.h --- a/src/xnorm.h +++ b/src/xnorm.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2008 VZLU Prague, a.s. +Copyright (C) 2008-2011 VZLU Prague, a.s. This file is part of Octave. diff --git a/src/xpow.cc b/src/xpow.cc --- a/src/xpow.cc +++ b/src/xpow.cc @@ -1,8 +1,7 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2002, 2003, - 2004, 2005, 2006, 2007, 2008 John W. Eaton -Copyright (C) 2009, 2010 VZLU Prague +Copyright (C) 1993-2011 John W. Eaton +Copyright (C) 2009-2010 VZLU Prague This file is part of Octave. diff --git a/src/xpow.h b/src/xpow.h --- a/src/xpow.h +++ b/src/xpow.h @@ -1,7 +1,6 @@ /* -Copyright (C) 1993, 1994, 1995, 1996, 1997, 2002, 2003, 2005, 2007, 2008 - John W. Eaton +Copyright (C) 1993-2011 John W. Eaton This file is part of Octave. diff --git a/src/zfstream.cc b/src/zfstream.cc --- a/src/zfstream.cc +++ b/src/zfstream.cc @@ -1,6 +1,6 @@ /* -Copyright (C) 2005, 2007, 2008 Ludwig Schwardt, Kevin Ruland +Copyright (C) 2005-2011 Ludwig Schwardt, Kevin Ruland This file is part of Octave. diff --git a/src/zfstream.h b/src/zfstream.h --- a/src/zfstream.h +++ b/src/zfstream.h @@ -1,6 +1,6 @@ /* -Copyright (C) 2005, 2007, 2008 Ludwig Schwardt, Kevin Ruland +Copyright (C) 2005-2011 Ludwig Schwardt, Kevin Ruland This file is part of Octave. diff --git a/test/ChangeLog b/test/ChangeLog --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2011-01-14 John W. Eaton + + * Update copyright notices for 2011. + 2010-12-13 Rik * test_switch.m : Add test for switch statement with otherwise clause, diff --git a/test/Makefile.am b/test/Makefile.am --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,7 +1,6 @@ # Makefile for octave's test directory # -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2006, 2007 -# John W. Eaton +# Copyright (C) 1994-2011 John W. Eaton # # This file is part of Octave. # diff --git a/test/build_bc_overload_tests.sh b/test/build_bc_overload_tests.sh --- a/test/build_bc_overload_tests.sh +++ b/test/build_bc_overload_tests.sh @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2010 VZLU Prague +# Copyright (C) 2010-2011 VZLU Prague # # This file is part of Octave. # diff --git a/test/build_sparse_tests.sh b/test/build_sparse_tests.sh --- a/test/build_sparse_tests.sh +++ b/test/build_sparse_tests.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2006, 2007, 2008, 2009 David Bateman +# Copyright (C) 2006-2011 David Bateman # # This file is part of Octave. # diff --git a/test/fntests.m b/test/fntests.m --- a/test/fntests.m +++ b/test/fntests.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005, 2006, 2007, 2008, 2009 David Bateman +## Copyright (C) 2005-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/test/test_args.m b/test/test_args.m --- a/test/test_args.m +++ b/test/test_args.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_classes.m b/test/test_classes.m --- a/test/test_classes.m +++ b/test/test_classes.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 Robert T. Short +## Copyright (C) 2009-2011 Robert T. Short ## ## This file is part of Octave. ## diff --git a/test/test_contin.m b/test/test_contin.m --- a/test/test_contin.m +++ b/test/test_contin.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_diag_perm.m b/test/test_diag_perm.m --- a/test/test_diag_perm.m +++ b/test/test_diag_perm.m @@ -1,4 +1,4 @@ -## Copyright (C) 2009 E. Jason Riedy +## Copyright (C) 2009-2011 E. Jason Riedy ## ## This file is part of Octave. ## diff --git a/test/test_error.m b/test/test_error.m --- a/test/test_error.m +++ b/test/test_error.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_eval-catch.m b/test/test_eval-catch.m --- a/test/test_eval-catch.m +++ b/test/test_eval-catch.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_for.m b/test/test_for.m --- a/test/test_for.m +++ b/test/test_for.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_func.m b/test/test_func.m --- a/test/test_func.m +++ b/test/test_func.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008 David Bateman +## Copyright (C) 2008-2011 David Bateman ## ## This file is part of Octave. ## diff --git a/test/test_global.m b/test/test_global.m --- a/test/test_global.m +++ b/test/test_global.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_if.m b/test/test_if.m --- a/test/test_if.m +++ b/test/test_if.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_index-wfi-f.m b/test/test_index-wfi-f.m --- a/test/test_index-wfi-f.m +++ b/test/test_index-wfi-f.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_index-wfi-t.m b/test/test_index-wfi-t.m --- a/test/test_index-wfi-t.m +++ b/test/test_index-wfi-t.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_io.m b/test/test_io.m --- a/test/test_io.m +++ b/test/test_io.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_logical-wfi-f.m b/test/test_logical-wfi-f.m --- a/test/test_logical-wfi-f.m +++ b/test/test_logical-wfi-f.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_logical-wfi-t.m b/test/test_logical-wfi-t.m --- a/test/test_logical-wfi-t.m +++ b/test/test_logical-wfi-t.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_null_assign.m b/test/test_null_assign.m --- a/test/test_null_assign.m +++ b/test/test_null_assign.m @@ -1,4 +1,4 @@ -## Copyright (C) 2008 Jaroslav Hajek +## Copyright (C) 2008-2011 Jaroslav Hajek ## ## This file is part of Octave. ## diff --git a/test/test_parser.m b/test/test_parser.m --- a/test/test_parser.m +++ b/test/test_parser.m @@ -1,4 +1,4 @@ -## Copyright (C) 2010 John W. Eaton +## Copyright (C) 2010-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_prefer.m b/test/test_prefer.m --- a/test/test_prefer.m +++ b/test/test_prefer.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_range.m b/test/test_range.m --- a/test/test_range.m +++ b/test/test_range.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008 John W. Eaton +## Copyright (C) 2007-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_recursion.m b/test/test_recursion.m --- a/test/test_recursion.m +++ b/test/test_recursion.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_return.m b/test/test_return.m --- a/test/test_return.m +++ b/test/test_return.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_slice.m b/test/test_slice.m --- a/test/test_slice.m +++ b/test/test_slice.m @@ -1,4 +1,4 @@ -## Copyright (C) 2007, 2008 John W. Eaton +## Copyright (C) 2007-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_string.m b/test/test_string.m --- a/test/test_string.m +++ b/test/test_string.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_struct.m b/test/test_struct.m --- a/test/test_struct.m +++ b/test/test_struct.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_switch.m b/test/test_switch.m --- a/test/test_switch.m +++ b/test/test_switch.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_system.m b/test/test_system.m --- a/test/test_system.m +++ b/test/test_system.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008, 2009 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_transpose.m b/test/test_transpose.m --- a/test/test_transpose.m +++ b/test/test_transpose.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_try.m b/test/test_try.m --- a/test/test_try.m +++ b/test/test_try.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2008 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_unwind.m b/test/test_unwind.m --- a/test/test_unwind.m +++ b/test/test_unwind.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ## diff --git a/test/test_while.m b/test/test_while.m --- a/test/test_while.m +++ b/test/test_while.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006, 2007, 2009 John W. Eaton +## Copyright (C) 2006-2011 John W. Eaton ## ## This file is part of Octave. ##