changeset 3680:4dcd5e38603c octave-forge

*** empty log message ***
author michaelschmid
date Mon, 23 Jul 2007 15:10:12 +0000
parents 3cd35185af63
children ce40e5c633f6
files main/nnet/inst/__printLayerWeights.m
diffstat 1 files changed, 5 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/main/nnet/inst/__printLayerWeights.m	Mon Jul 23 15:03:54 2007 +0000
+++ b/main/nnet/inst/__printLayerWeights.m	Mon Jul 23 15:10:12 2007 +0000
@@ -1,19 +1,18 @@
-## Copyright (C) 2006 Michel D. Schmid
+## Copyright (C) 2006 Michel D. Schmid  <michaelschmid@users.sourceforge.net>
 ##
-## This file is part of Octave.
 ##
-## Octave is free software; you can redistribute it and/or modify it
+## 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
 ## the Free Software Foundation; either version 2, or (at your option)
 ## any later version.
 ##
-## Octave is distributed in the hope that it will be useful, but
+## This program is distributed in the hope that it will be useful, but
 ## WITHOUT ANY WARRANTY; without even the implied warranty of
 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ## General Public License for more details.
 ##
 ## You should have received a copy of the GNU General Public License
-## along with Octave; see the file COPYING.  If not, write to the Free
+## along with this program; see the file COPYING.  If not, write to the Free
 ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 ## 02110-1301, USA.
 
@@ -23,8 +22,7 @@
 ## to a *.txt file with identification @code{fid}.
 ## @end deftypefn
 
-## Author: Michel D. Schmid <michaelschmid@users.sourceforge.net>
-## $Revision$, $Date$
+## Author: Michel D. Schmid
 
 function __printLayerWeights(fid,net)