From: <i7...@us...> - 2011-02-25 08:58:55
|
Revision: 8138 http://octave.svn.sourceforge.net/octave/?rev=8138&view=rev Author: i7tiol Date: 2011-02-25 08:58:49 +0000 (Fri, 25 Feb 2011) Log Message: ----------- Update copyright notices. Modified Paths: -------------- trunk/octave-forge/main/parallel/src/connect.cc trunk/octave-forge/main/parallel/src/pserver.cc trunk/octave-forge/main/parallel/src/recv.cc trunk/octave-forge/main/parallel/src/reval.cc trunk/octave-forge/main/parallel/src/sclose.cc trunk/octave-forge/main/parallel/src/send.cc trunk/octave-forge/main/parallel/src/sock-stream.cc trunk/octave-forge/main/parallel/src/sock-stream.h Modified: trunk/octave-forge/main/parallel/src/connect.cc =================================================================== --- trunk/octave-forge/main/parallel/src/connect.cc 2011-02-25 08:44:30 UTC (rev 8137) +++ trunk/octave-forge/main/parallel/src/connect.cc 2011-02-25 08:58:49 UTC (rev 8138) @@ -1,6 +1,7 @@ /* Copyright (C) 2002 Hayato Fujiwara +Copyright (C) 2010, 2011 Olaf Till <ola...@un...> 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 Modified: trunk/octave-forge/main/parallel/src/pserver.cc =================================================================== --- trunk/octave-forge/main/parallel/src/pserver.cc 2011-02-25 08:44:30 UTC (rev 8137) +++ trunk/octave-forge/main/parallel/src/pserver.cc 2011-02-25 08:58:49 UTC (rev 8138) @@ -1,6 +1,7 @@ /* Copyright (C) 2002 Hayato Fujiwara +Copyright (C) 2010, 2011 Olaf Till <ola...@un...> 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 Modified: trunk/octave-forge/main/parallel/src/recv.cc =================================================================== --- trunk/octave-forge/main/parallel/src/recv.cc 2011-02-25 08:44:30 UTC (rev 8137) +++ trunk/octave-forge/main/parallel/src/recv.cc 2011-02-25 08:58:49 UTC (rev 8138) @@ -1,6 +1,6 @@ // Copyright (C) 2002 Hayato Fujiwara -// Copyright (C) 2010 Olaf Till <ola...@un...> +// Copyright (C) 2010, 2011 Olaf Till <ola...@un...> // 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 Modified: trunk/octave-forge/main/parallel/src/reval.cc =================================================================== --- trunk/octave-forge/main/parallel/src/reval.cc 2011-02-25 08:44:30 UTC (rev 8137) +++ trunk/octave-forge/main/parallel/src/reval.cc 2011-02-25 08:58:49 UTC (rev 8138) @@ -1,6 +1,7 @@ /* Copyright (C) 2002 Hayato Fujiwara +Copyright (C) 2010, 2011 Olaf Till <ola...@un...> 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 Modified: trunk/octave-forge/main/parallel/src/sclose.cc =================================================================== --- trunk/octave-forge/main/parallel/src/sclose.cc 2011-02-25 08:44:30 UTC (rev 8137) +++ trunk/octave-forge/main/parallel/src/sclose.cc 2011-02-25 08:58:49 UTC (rev 8138) @@ -1,6 +1,7 @@ /* Copyright (C) 2002 Hayato Fujiwara +Copyright (C) 2010, 2011 Olaf Till <ola...@un...> 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 Modified: trunk/octave-forge/main/parallel/src/send.cc =================================================================== --- trunk/octave-forge/main/parallel/src/send.cc 2011-02-25 08:44:30 UTC (rev 8137) +++ trunk/octave-forge/main/parallel/src/send.cc 2011-02-25 08:58:49 UTC (rev 8138) @@ -1,6 +1,6 @@ // Copyright (C) 2002 Hayato Fujiwara -// Copyright (C) 2010 Olaf Till <ola...@un...> +// Copyright (C) 2010, 2011 Olaf Till <ola...@un...> // 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 Modified: trunk/octave-forge/main/parallel/src/sock-stream.cc =================================================================== --- trunk/octave-forge/main/parallel/src/sock-stream.cc 2011-02-25 08:44:30 UTC (rev 8137) +++ trunk/octave-forge/main/parallel/src/sock-stream.cc 2011-02-25 08:58:49 UTC (rev 8138) @@ -1,4 +1,4 @@ -// Copyright (C) 2010 Olaf Till +// Copyright (C) 2010, 2011 Olaf Till // 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 Modified: trunk/octave-forge/main/parallel/src/sock-stream.h =================================================================== --- trunk/octave-forge/main/parallel/src/sock-stream.h 2011-02-25 08:44:30 UTC (rev 8137) +++ trunk/octave-forge/main/parallel/src/sock-stream.h 2011-02-25 08:58:49 UTC (rev 8138) @@ -1,4 +1,4 @@ -// Copyright (C) 2010 Olaf Till +// Copyright (C) 2010, 2011 Olaf Till // 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |