changeset 10521:4d1fc073fbb7

add some missing copyright stmts
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 14 Apr 2010 12:23:13 +0200
parents 72c90e7132a9
children 6538ff562949
files liboctave/Array-C.cc liboctave/Array-d.cc liboctave/Array-f.cc liboctave/Array-fC.cc liboctave/Array.h liboctave/CColVector.cc liboctave/CColVector.h liboctave/CSparse.cc liboctave/CmplxQRP.cc liboctave/DiagArray2.cc liboctave/DiagArray2.h liboctave/MArray.h liboctave/MDiagArray2.cc liboctave/MDiagArray2.h liboctave/MatrixType.cc liboctave/Sparse.cc liboctave/Sparse.h liboctave/base-lu.cc liboctave/base-lu.h liboctave/boolMatrix.cc liboctave/boolMatrix.h liboctave/boolSparse.cc liboctave/chMatrix.cc liboctave/chMatrix.h liboctave/dColVector.cc liboctave/dColVector.h liboctave/dSparse.cc liboctave/dbleQRP.cc liboctave/dim-vector.h liboctave/fCColVector.cc liboctave/fCColVector.h liboctave/fCmplxQRP.cc liboctave/fColVector.cc liboctave/fColVector.h liboctave/floatQRP.cc liboctave/lo-mappers.cc liboctave/lo-mappers.h liboctave/lo-specfun.cc liboctave/lo-specfun.h liboctave/mx-op-decl.h liboctave/mx-op-defs.h liboctave/oct-sort.cc liboctave/oct-sort.h src/Cell.cc src/Cell.h src/DLD-FUNCTIONS/cellfun.cc src/DLD-FUNCTIONS/sparse.cc src/DLD-FUNCTIONS/strfind.cc src/load-path.cc src/load-path.h src/mappers.cc src/oct-parse.yy src/ov-base-mat.cc src/ov-base-mat.h src/ov-base-sparse.cc src/ov-base.cc src/ov-base.h src/ov-bool-mat.cc src/ov-bool-mat.h src/ov-cell.cc src/ov-cell.h src/ov-ch-mat.cc src/ov-ch-mat.h src/ov-class.h src/ov-cx-mat.cc src/ov-cx-mat.h src/ov-fcn-handle.h src/ov-flt-cx-mat.cc src/ov-flt-cx-mat.h src/ov-flt-re-mat.cc src/ov-flt-re-mat.h src/ov-intx.h src/ov-re-mat.cc src/ov-re-mat.h src/ov-str-mat.cc src/ov-str-mat.h src/ov.cc src/ov.h src/symtab.h src/syscalls.cc src/variables.cc src/xdiv.cc src/xpow.cc
diffstat 83 files changed, 84 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/Array-C.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/Array-C.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1994, 1995, 1996, 1997, 1998, 2001, 2003, 2004, 2005,
               2006, 2007, 2008, 2009 John W. Eaton
+Copyright (C) 2009 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/Array-d.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/Array-d.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2003, 2004,
               2005, 2006, 2007, 2008, 2009 John W. Eaton
+Copyright (C) 2009 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/Array-f.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/Array-f.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2003, 2004,
               2005, 2006, 2007, 2008, 2009 John W. Eaton
+Copyright (C) 2009 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/Array-fC.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/Array-fC.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1994, 1995, 1996, 1997, 1998, 2001, 2003, 2004, 2005,
               2006, 2007, 2008, 2009 John W. Eaton
+Copyright (C) 2009 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/Array.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/Array.h	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 /*
 
 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
 
--- a/liboctave/CColVector.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/CColVector.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -3,6 +3,7 @@
 
 Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004,
               2005, 2007, 2008 John W. Eaton
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/CColVector.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/CColVector.h	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005,
               2006, 2007, 2008 John W. Eaton
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/CSparse.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/CSparse.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman
 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/CmplxQRP.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/CmplxQRP.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1994, 1995, 1996, 1997, 2002, 2003, 2004, 2005, 2007,
               2008, 2009 John W. Eaton
+Copyright (C) 2009 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/DiagArray2.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/DiagArray2.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -3,6 +3,7 @@
 
 Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2007,
               2008, 2009 John W. Eaton
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/DiagArray2.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/DiagArray2.h	Wed Apr 14 12:23:13 2010 +0200
@@ -4,6 +4,7 @@
 Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004, 2005, 2006, 2007
               John W. Eaton
 Copyright (C) 2008, 2009 Jaroslav Hajek
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/MArray.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/MArray.h	Wed Apr 14 12:23:13 2010 +0200
@@ -3,6 +3,7 @@
 
 Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004,
               2005, 2006, 2007, 2008, 2009 John W. Eaton
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/MDiagArray2.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/MDiagArray2.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004, 2005, 2007, 2008
               John W. Eaton
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/MDiagArray2.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/MDiagArray2.h	Wed Apr 14 12:23:13 2010 +0200
@@ -3,6 +3,7 @@
 
 Copyright (C) 1996, 1997, 2000, 2002, 2003, 2004, 2005, 2007, 2008, 2009
               John W. Eaton
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/MatrixType.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/MatrixType.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 2006, 2007, 2008 David Bateman
 Copyright (C) 2006 Andy Adler
+Copyright (C) 2009 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/Sparse.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/Sparse.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -3,6 +3,7 @@
 
 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman
 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
@@ -2451,7 +2452,7 @@
 
 ## size = [0 2]
 %!test test_sparse_slice([0 2], 11, []);
-%!assert(set_slice(sparse(ones([0 2])), 11, 1), sparse(1,2));  # sparse different from full
+%!assert(set_slice(sparse(ones([0 2])), 11, 1), sparse([2 0]));  # sparse different from full
 %!test test_sparse_slice([0 2], 11, 2);
 %!test test_sparse_slice([0 2], 11, 3);
 %!test test_sparse_slice([0 2], 11, 4);
--- a/liboctave/Sparse.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/Sparse.h	Wed Apr 14 12:23:13 2010 +0200
@@ -3,6 +3,7 @@
 
 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman
 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/base-lu.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/base-lu.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -1,6 +1,7 @@
 /*
 
 Copyright (C) 1996, 1997, 2002, 2003, 2004, 2005, 2007, 2008 John W. Eaton
+Copyright (C) 2009 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/base-lu.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/base-lu.h	Wed Apr 14 12:23:13 2010 +0200
@@ -1,6 +1,7 @@
 /*
 
 Copyright (C) 1996, 1997, 2000, 2002, 2004, 2005, 2007, 2008 John W. Eaton
+Copyright (C) 2009 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/boolMatrix.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/boolMatrix.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -3,7 +3,7 @@
 
 Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005,
               2006, 2007, 2008, 2009 John W. Eaton
-Copyright (C) 2009 VZLU Prague, a.s.
+Copyright (C) 2009, 2010 VZLU Prague, a.s.
 
 This file is part of Octave.
 
--- a/liboctave/boolMatrix.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/boolMatrix.h	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1996, 1997, 1998, 2000, 2002, 2004, 2005, 2006, 2007,
               2008, 2009 John W. Eaton
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/boolSparse.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/boolSparse.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 2004, 2005, 2006, 2007, 2008 David Bateman
 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/chMatrix.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/chMatrix.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -3,6 +3,7 @@
 
 Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2004, 2005,
               2006, 2007, 2008, 2009 John W. Eaton
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/chMatrix.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/chMatrix.h	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2004, 2005,
               2006, 2007, 2008, 2009 John W. Eaton
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/dColVector.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/dColVector.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -3,6 +3,7 @@
 
 Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004,
               2005, 2007, 2008 John W. Eaton
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/dColVector.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/dColVector.h	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005,
               2006, 2007, 2008 John W. Eaton
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/dSparse.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/dSparse.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman
 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/dbleQRP.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/dbleQRP.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1994, 1995, 1996, 1997, 2002, 2003, 2004, 2005, 2007,
               2008, 2009 John W. Eaton
+Copyright (C) 2009 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/dim-vector.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/dim-vector.h	Wed Apr 14 12:23:13 2010 +0200
@@ -1,7 +1,7 @@
 /*
 
 Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton
-Copyirght (C) 2009 VZLU Prague
+Copyirght (C) 2009, 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/fCColVector.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/fCColVector.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -3,6 +3,7 @@
 
 Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004,
               2005, 2007, 2008 John W. Eaton
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/fCColVector.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/fCColVector.h	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005,
               2006, 2007, 2008 John W. Eaton
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/fCmplxQRP.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/fCmplxQRP.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1994, 1995, 1996, 1997, 2002, 2003, 2004, 2005, 2007,
               2008, 2009 John W. Eaton
+Copyright (C) 2009 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/fColVector.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/fColVector.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -3,6 +3,7 @@
 
 Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004,
               2005, 2007, 2008 John W. Eaton
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/fColVector.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/fColVector.h	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2005,
               2006, 2007, 2008 John W. Eaton
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/floatQRP.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/floatQRP.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1994, 1995, 1996, 1997, 2002, 2003, 2004, 2005, 2007,
               2008, 2009 John W. Eaton
+Copyright (C) 2009 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/lo-mappers.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/lo-mappers.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
               2005, 2006, 2007, 2008, 2009 John W. Eaton
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/lo-mappers.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/lo-mappers.h	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
               2006, 2007, 2008 John W. Eaton
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/lo-specfun.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/lo-specfun.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -3,6 +3,7 @@
 Copyright (C) 1996, 1998, 2002, 2003, 2004, 2005, 2006, 2007, 2008
               John W. Eaton
 Copyright (C) 2010 Jaroslav Hajek
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/lo-specfun.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/lo-specfun.h	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1996, 1997, 1998, 2002, 2004, 2005, 2006, 2007, 2008
               John W. Eaton
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/mx-op-decl.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/mx-op-decl.h	Wed Apr 14 12:23:13 2010 +0200
@@ -3,6 +3,7 @@
 Copyright (C) 1996, 1997, 1998, 2000, 2001, 2003, 2004, 2005, 2006,
               2007 John W. Eaton
 Copyright (C) 2008, 2009 Jaroslav Hajek
+Copyright (C) 2009 VZLU Prague, a.s.
 
 This file is part of Octave.
 
--- a/liboctave/mx-op-defs.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/mx-op-defs.h	Wed Apr 14 12:23:13 2010 +0200
@@ -3,7 +3,7 @@
 Copyright (C) 2008, 2009 Jaroslav Hajek
 Copyright (C) 1996, 1997, 1998, 2000, 2001, 2003, 2004, 2005, 2006,
               2007 John W. Eaton
-Copyright (C) 2009 VZLU Prague, a.s.
+Copyright (C) 2009, 2010 VZLU Prague, a.s.
 
 This file is part of Octave.
 
--- a/liboctave/oct-sort.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/oct-sort.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -1,6 +1,7 @@
 /*
 Copyright (C) 2003, 2004, 2005, 2006, 2007 David Bateman
 Copyright (C) 2008, 2009 Jaroslav Hajek
+Copyright (C) 2009, 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/liboctave/oct-sort.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/liboctave/oct-sort.h	Wed Apr 14 12:23:13 2010 +0200
@@ -1,5 +1,6 @@
 /*
 Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 David Bateman
+Copyright (C) 2009, 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/Cell.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/Cell.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
               2009 John W. Eaton
+Copyright (C) 2009, 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/Cell.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/Cell.h	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
               2009 John W. Eaton
+Copyright (C) 2009, 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/DLD-FUNCTIONS/cellfun.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/DLD-FUNCTIONS/cellfun.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 2005, 2006, 2007, 2008, 2009 Mohamed Kamoun
 Copyright (C) 2009 Jaroslav Hajek
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/DLD-FUNCTIONS/sparse.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/DLD-FUNCTIONS/sparse.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman
 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/DLD-FUNCTIONS/strfind.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/DLD-FUNCTIONS/strfind.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -1,6 +1,7 @@
 /*
 
 Copyright (C) 2009 Jaroslav Hajek
+Copyright (C) 2009, 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/load-path.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/load-path.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -1,6 +1,7 @@
 /*
 
 Copyright (C) 2006, 2007, 2008, 2009 John W. Eaton
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/load-path.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/load-path.h	Wed Apr 14 12:23:13 2010 +0200
@@ -1,6 +1,7 @@
 /*
 
 Copyright (C) 2006, 2007, 2008, 2009 John W. Eaton
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/mappers.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/mappers.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,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
 
 This file is part of Octave.
 
--- a/src/oct-parse.yy	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/oct-parse.yy	Wed Apr 14 12:23:13 2010 +0200
@@ -3,6 +3,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 David Grundberg
+Copyright (C) 2009, 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/ov-base-mat.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov-base-mat.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,7 +2,7 @@
 
 Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006,
               2007, 2008 John W. Eaton
-Copyright (C) 2009 VZLU Prague
+Copyright (C) 2009, 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/ov-base-mat.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov-base-mat.h	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1998, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
               John W. Eaton
+Copyright (C) 2009, 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/ov-base-sparse.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov-base-sparse.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 David Bateman
 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Andy Adler
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/ov-base.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov-base.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,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
 
 This file is part of Octave.
 
--- a/src/ov-base.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov-base.h	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,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
 
 This file is part of Octave.
 
--- a/src/ov-bool-mat.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov-bool-mat.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005,
               2006, 2007, 2008 John W. Eaton
+Copyright (C) 2009, 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/ov-bool-mat.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov-bool-mat.h	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006,
               2007, 2008 John W. Eaton
+Copyright (C) 2009, 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/ov-cell.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov-cell.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
               John W. Eaton
+Copyright (C) 2009, 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/ov-cell.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov-cell.h	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
               John W. Eaton
+Copyright (C) 2009, 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/ov-ch-mat.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov-ch-mat.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006,
               2007, 2008 John W. Eaton
+Copyright (C) 2009, 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/ov-ch-mat.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov-ch-mat.h	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006,
               2007, 2008 John W. Eaton
+Copyright (C) 2009, 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/ov-class.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov-class.h	Wed Apr 14 12:23:13 2010 +0200
@@ -1,6 +1,7 @@
 /*
 
 Copyright (C) 2007, 2008, 2009 John W. Eaton
+Copyright (C) 2009 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/ov-cx-mat.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov-cx-mat.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,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
 
 This file is part of Octave.
 
--- a/src/ov-cx-mat.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov-cx-mat.h	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006,
               2007, 2008, 2009 John W. Eaton
+Copyright (C) 2009, 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/ov-fcn-handle.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov-fcn-handle.h	Wed Apr 14 12:23:13 2010 +0200
@@ -1,6 +1,7 @@
 /*
 
 Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 John W. Eaton
+Copyright (C) 2009 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/ov-flt-cx-mat.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov-flt-cx-mat.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,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
 
 This file is part of Octave.
 
--- a/src/ov-flt-cx-mat.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov-flt-cx-mat.h	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006,
               2007, 2008, 2009 John W. Eaton
+Copyright (C) 2009, 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/ov-flt-re-mat.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov-flt-re-mat.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,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
 
 This file is part of Octave.
 
--- a/src/ov-flt-re-mat.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov-flt-re-mat.h	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006,
               2007, 2008 John W. Eaton
+Copyright (C) 2009, 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/ov-intx.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov-intx.h	Wed Apr 14 12:23:13 2010 +0200
@@ -1,6 +1,7 @@
 /*
 
 Copyright (C) 2004, 2005, 2006, 2007, 2008 John W. Eaton
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/ov-re-mat.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov-re-mat.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,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
 
 This file is part of Octave.
 
--- a/src/ov-re-mat.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov-re-mat.h	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004, 2005, 2006,
               2007, 2008 John W. Eaton
+Copyright (C) 2009, 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/ov-str-mat.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov-str-mat.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005,
               2006, 2007, 2008 John W. Eaton
+Copyright (C) 2009, 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/ov-str-mat.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov-str-mat.h	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005,
               2006, 2007, 2008 John W. Eaton
+Copyright (C) 2009, 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/ov.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,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
 
 This file is part of Octave.
 
--- a/src/ov.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/ov.h	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,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
 
 This file is part of Octave.
 
--- a/src/symtab.h	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/symtab.h	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2002, 2003,
               2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton
+Copyright (C) 2009 VZLU Prague
   
 This file is part of Octave.
 
--- a/src/syscalls.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/syscalls.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,7 @@
 
 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005,
               2006, 2007, 2008, 2009 John W. Eaton
+Copyright (C) 2010 VZLU Prague
 
 This file is part of Octave.
 
--- a/src/variables.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/variables.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,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
 
 This file is part of Octave.
 
--- a/src/xdiv.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/xdiv.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -3,6 +3,7 @@
 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
 
 This file is part of Octave.
 
--- a/src/xpow.cc	Wed Apr 14 08:27:37 2010 +0200
+++ b/src/xpow.cc	Wed Apr 14 12:23:13 2010 +0200
@@ -2,6 +2,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
 
 This file is part of Octave.