# HG changeset patch # User Jaroslav Hajek # Date 1251876096 -7200 # Node ID a9b37bae1802f46027e6fa3e79957594b79371c6 # Parent de6f547574be7918e8b8c5c767bf16384e685436 add a couple of missing copyright statements diff -r de6f547574be -r a9b37bae1802 liboctave/Array-util.cc --- a/liboctave/Array-util.cc Wed Sep 02 08:35:48 2009 +0200 +++ b/liboctave/Array-util.cc Wed Sep 02 09:21:36 2009 +0200 @@ -1,6 +1,7 @@ /* Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2009 VZLU Prague This file is part of Octave. diff -r de6f547574be -r a9b37bae1802 liboctave/Array.cc --- a/liboctave/Array.cc Wed Sep 02 08:35:48 2009 +0200 +++ b/liboctave/Array.cc Wed Sep 02 09:21:36 2009 +0200 @@ -4,6 +4,7 @@ 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) 2009 VZLU Prague This file is part of Octave. diff -r de6f547574be -r a9b37bae1802 liboctave/CDiagMatrix.cc --- a/liboctave/CDiagMatrix.cc Wed Sep 02 08:35:48 2009 +0200 +++ b/liboctave/CDiagMatrix.cc Wed Sep 02 09:21:36 2009 +0200 @@ -3,6 +3,7 @@ Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2009 VZLU Prague This file is part of Octave. diff -r de6f547574be -r a9b37bae1802 liboctave/CMatrix.cc --- a/liboctave/CMatrix.cc Wed Sep 02 08:35:48 2009 +0200 +++ b/liboctave/CMatrix.cc Wed Sep 02 09:21:36 2009 +0200 @@ -4,6 +4,7 @@ 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) 2009 VZLU Prague, a.s. This file is part of Octave. diff -r de6f547574be -r a9b37bae1802 liboctave/CNDArray.cc --- a/liboctave/CNDArray.cc Wed Sep 02 08:35:48 2009 +0200 +++ b/liboctave/CNDArray.cc Wed Sep 02 09:21:36 2009 +0200 @@ -3,6 +3,7 @@ Copyright (C) 1996, 1997, 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff -r de6f547574be -r a9b37bae1802 liboctave/MArray-defs.h --- a/liboctave/MArray-defs.h Wed Sep 02 08:35:48 2009 +0200 +++ b/liboctave/MArray-defs.h Wed Sep 02 09:21:36 2009 +0200 @@ -2,6 +2,7 @@ Copyright (C) 1996, 1999, 2000, 2003, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff -r de6f547574be -r a9b37bae1802 liboctave/boolMatrix.cc --- a/liboctave/boolMatrix.cc Wed Sep 02 08:35:48 2009 +0200 +++ b/liboctave/boolMatrix.cc Wed Sep 02 09:21:36 2009 +0200 @@ -3,6 +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. This file is part of Octave. diff -r de6f547574be -r a9b37bae1802 liboctave/boolNDArray.cc --- a/liboctave/boolNDArray.cc Wed Sep 02 08:35:48 2009 +0200 +++ b/liboctave/boolNDArray.cc Wed Sep 02 09:21:36 2009 +0200 @@ -3,6 +3,7 @@ Copyright (C) 1996, 1997, 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff -r de6f547574be -r a9b37bae1802 liboctave/dDiagMatrix.cc --- a/liboctave/dDiagMatrix.cc Wed Sep 02 08:35:48 2009 +0200 +++ b/liboctave/dDiagMatrix.cc Wed Sep 02 09:21:36 2009 +0200 @@ -3,6 +3,7 @@ Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2009 VZLU Prague This file is part of Octave. diff -r de6f547574be -r a9b37bae1802 liboctave/dMatrix.cc --- a/liboctave/dMatrix.cc Wed Sep 02 08:35:48 2009 +0200 +++ b/liboctave/dMatrix.cc Wed Sep 02 09:21:36 2009 +0200 @@ -4,6 +4,7 @@ Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 John W. Eaton Copyright (C) 2008 Jaroslav Hajek +Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff -r de6f547574be -r a9b37bae1802 liboctave/dNDArray.cc --- a/liboctave/dNDArray.cc Wed Sep 02 08:35:48 2009 +0200 +++ b/liboctave/dNDArray.cc Wed Sep 02 09:21:36 2009 +0200 @@ -3,6 +3,7 @@ Copyright (C) 1996, 1997, 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff -r de6f547574be -r a9b37bae1802 liboctave/fCDiagMatrix.cc --- a/liboctave/fCDiagMatrix.cc Wed Sep 02 08:35:48 2009 +0200 +++ b/liboctave/fCDiagMatrix.cc Wed Sep 02 09:21:36 2009 +0200 @@ -3,6 +3,7 @@ Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2009 VZLU Prague This file is part of Octave. diff -r de6f547574be -r a9b37bae1802 liboctave/fCMatrix.cc --- a/liboctave/fCMatrix.cc Wed Sep 02 08:35:48 2009 +0200 +++ b/liboctave/fCMatrix.cc Wed Sep 02 09:21:36 2009 +0200 @@ -4,6 +4,7 @@ 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) 2009 VZLU Prague, a.s. This file is part of Octave. diff -r de6f547574be -r a9b37bae1802 liboctave/fCNDArray.cc --- a/liboctave/fCNDArray.cc Wed Sep 02 08:35:48 2009 +0200 +++ b/liboctave/fCNDArray.cc Wed Sep 02 09:21:36 2009 +0200 @@ -3,6 +3,7 @@ Copyright (C) 1996, 1997, 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff -r de6f547574be -r a9b37bae1802 liboctave/fDiagMatrix.cc --- a/liboctave/fDiagMatrix.cc Wed Sep 02 08:35:48 2009 +0200 +++ b/liboctave/fDiagMatrix.cc Wed Sep 02 09:21:36 2009 +0200 @@ -3,6 +3,7 @@ Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2009 VZLU Prague This file is part of Octave. diff -r de6f547574be -r a9b37bae1802 liboctave/fMatrix.cc --- a/liboctave/fMatrix.cc Wed Sep 02 08:35:48 2009 +0200 +++ b/liboctave/fMatrix.cc Wed Sep 02 09:21:36 2009 +0200 @@ -4,6 +4,7 @@ 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) 2009 VZLU Prague, a.s. This file is part of Octave. diff -r de6f547574be -r a9b37bae1802 liboctave/fNDArray.cc --- a/liboctave/fNDArray.cc Wed Sep 02 08:35:48 2009 +0200 +++ b/liboctave/fNDArray.cc Wed Sep 02 09:21:36 2009 +0200 @@ -3,6 +3,7 @@ Copyright (C) 1996, 1997, 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff -r de6f547574be -r a9b37bae1802 liboctave/idx-vector.cc --- a/liboctave/idx-vector.cc Wed Sep 02 08:35:48 2009 +0200 +++ b/liboctave/idx-vector.cc Wed Sep 02 09:21:36 2009 +0200 @@ -3,6 +3,7 @@ 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 VZLU Prague This file is part of Octave. diff -r de6f547574be -r a9b37bae1802 liboctave/idx-vector.h --- a/liboctave/idx-vector.h Wed Sep 02 08:35:48 2009 +0200 +++ b/liboctave/idx-vector.h Wed Sep 02 09:21:36 2009 +0200 @@ -3,6 +3,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) 2009 VZLU Prague This file is part of Octave. diff -r de6f547574be -r a9b37bae1802 liboctave/intNDArray.cc --- a/liboctave/intNDArray.cc Wed Sep 02 08:35:48 2009 +0200 +++ b/liboctave/intNDArray.cc Wed Sep 02 09:21:36 2009 +0200 @@ -2,6 +2,7 @@ /* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff -r de6f547574be -r a9b37bae1802 liboctave/mx-op-defs.h --- a/liboctave/mx-op-defs.h Wed Sep 02 08:35:48 2009 +0200 +++ b/liboctave/mx-op-defs.h Wed Sep 02 09:21:36 2009 +0200 @@ -3,6 +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. This file is part of Octave. diff -r de6f547574be -r a9b37bae1802 src/ops.h --- a/src/ops.h Wed Sep 02 08:35:48 2009 +0200 +++ b/src/ops.h Wed Sep 02 09:21:36 2009 +0200 @@ -2,6 +2,7 @@ Copyright (C) 1996, 1997, 1998, 2003, 2004, 2005, 2006, 2007, 2008, 2009 John W. Eaton +Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff -r de6f547574be -r a9b37bae1802 src/ov-fcn-handle.cc --- a/src/ov-fcn-handle.cc Wed Sep 02 08:35:48 2009 +0200 +++ b/src/ov-fcn-handle.cc Wed Sep 02 09:21:36 2009 +0200 @@ -1,6 +1,7 @@ /* Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 John W. Eaton +Copyright (C) 2009 VZLU Prague, a.s. This file is part of Octave. diff -r de6f547574be -r a9b37bae1802 src/symtab.cc --- a/src/symtab.cc Wed Sep 02 08:35:48 2009 +0200 +++ b/src/symtab.cc Wed Sep 02 09:21:36 2009 +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 VZLU Prague, a.s. This file is part of Octave.