Update of /cvsroot/aimmath/AIM/WEB-INF/maple/aim/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv29312/WEB-INF/maple/aim/admin
Modified Files:
ZoneAdminHome.mpl
Log Message:
added license footnote
Index: ZoneAdminHome.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/admin/ZoneAdminHome.mpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ZoneAdminHome.mpl 25 Aug 2003 21:47:19 -0000 1.2
--- ZoneAdminHome.mpl 26 Aug 2003 20:37:08 -0000 1.3
***************
*** 122,126 ****
foottext := traperror(`Util/TextFileContents`(footfile));
! if foottext = lasterror then foottext := ""; fi;
else
--- 122,126 ----
foottext := traperror(`Util/TextFileContents`(footfile));
! if foottext = lasterror then foottext := "AIM comes with ABSOLUTELY NO WARRANTY. It is free software, and you are welcome to redistribute it under certain conditions. See the README file and the GNU General Public License for more details. "; fi;
else
|