changeset 3:63c0537da1c1

Cosmetic changes in the comment section for 'Copyright' and/or 'Author' lines to enable parsing by the admin/get_authors script and automatic generation of the AUTHORS file. No changes to executable code!
author alnd
date Thu, 31 Jan 2002 06:11:53 +0000
parents 03a4b2a9101b
children cd11b4c8ce4c
files bwborder.m bwlabel.m
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/bwborder.m
+++ b/bwborder.m
@@ -1,4 +1,4 @@
-## Copyright (C) 2000  Etienne Grossman
+## Copyright (C) 2000  Etienne Grossmann
 ##
 ## 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
@@ -32,4 +32,4 @@
     !([im(2:R,:) ;  zeros(1,C) ] & ...
       [zeros(1,C); im(1:R-1,:) ] & ...
       [im(:,2:C) ,  zeros(R,1) ] & ...
-      [zeros(R,1),  im(:,1:C-1)] ) ;
\ No newline at end of file
+      [zeros(R,1),  im(:,1:C-1)] ) ;
--- a/bwlabel.m
+++ b/bwlabel.m
@@ -1,4 +1,4 @@
-## Copyright (C) 2000  Etienne Grossman
+## Copyright (C) 2000  Etienne Grossmann
 ##
 ## 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