changeset 8697:a58b8f035459 octave-forge

plot: fixes on copyright notice to generate documentation properly and added years from svn log
author carandraug
date Thu, 27 Oct 2011 16:30:54 +0000
parents 78d2c027ba20
children 4c7a3a3a867a
files main/plot/inst/hist2d.m main/plot/inst/tics.m main/plot/inst/zoom.m
diffstat 3 files changed, 13 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/main/plot/inst/hist2d.m	Thu Oct 27 16:04:57 2011 +0000
+++ b/main/plot/inst/hist2d.m	Thu Oct 27 16:30:54 2011 +0000
@@ -1,5 +1,5 @@
+## Copyright (C) 2006 Paul Kienzle <pkienzle@users.sf.net>
 ## This program is in the public domain
-## Authors: Paul Kienzle <pkienzle@users.sf.net>
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {[@var{counts}, @var{xbins}, @var{ybins}] =} hist2d ([@var{x}, @var{y}], @var{xbins}, @var{ybins}, @var{norm})
--- a/main/plot/inst/tics.m	Thu Oct 27 16:04:57 2011 +0000
+++ b/main/plot/inst/tics.m	Thu Oct 27 16:30:54 2011 +0000
@@ -1,8 +1,8 @@
+## Copyright (C) 2002 Paul Kienzle <pkienzle@users.sf.net>
+## Copyright (C) 2005 Dmitri A. Sergatskov <dasergatskov@gmail.com>
+## Copyright (C) 2007 Russel Valentine
+## Copyright (C) 2007 Peter Gustafson
 ## This program is in the public domain
-## Authors: Paul Kienzle <pkienzle@users.sf.net>
-##          Dmitri A. Sergatskov <dasergatskov@gmail.com>
-##          Russel Valentine
-##          Peter Gustafson
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} tics (@var{axis}, [@var{pos1}, @var{pos2}, @dots], [@var{lab1}, @var{lab2}, @dots],)
--- a/main/plot/inst/zoom.m	Thu Oct 27 16:04:57 2011 +0000
+++ b/main/plot/inst/zoom.m	Thu Oct 27 16:30:54 2011 +0000
@@ -1,4 +1,9 @@
-## zoom ...
-##   Compatibility function; does nothing
+## Copyright (C) 2004 Paul Kienzle <pkienzle@users.sf.net>
+## This program is in the public domain
 
-function zoom
+## -*- texinfo -*-
+## @deftypefn {Function File} {} zoom
+## Compatibility function; does nothing.
+## @end deftypefn
+
+function zoom endfunction