changeset 67:7ed817b28856

Fix copyright strings. Only one allowed on top line so keep the most recent there and move the rest below the license statement. 'And' copyrights still not handled correctly.
author pkienzle
date Thu, 08 Jul 2004 04:56:05 +0000
parents 6c04d00e9db1
children 0aa154568ec6
files fftconv2.m
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/fftconv2.m
+++ b/fftconv2.m
@@ -9,7 +9,8 @@
 ##
 ## see also: conv2
 
-## Author: Stefan van der Walt <stefan@sun.ac.za>, 2004
+## Author: Stefan van der Walt <stefan@sun.ac.za>
+## Date: 2004
 
 function X = fftconv2(varargin)
     if (nargin < 2)