[Servsys-svn] SF.net SVN: servsys:[120] trunk/servsys/src/com/pandmservices/web/UniCash. java
Brought to you by:
molnar_c
|
From: <mol...@us...> - 2010-01-22 01:46:19
|
Revision: 120
http://servsys.svn.sourceforge.net/servsys/?rev=120&view=rev
Author: molnar_c
Date: 2010-01-22 01:46:07 +0000 (Fri, 22 Jan 2010)
Log Message:
-----------
Fixed one more copyright date
Modified Paths:
--------------
trunk/servsys/src/com/pandmservices/web/UniCash.java
Modified: trunk/servsys/src/com/pandmservices/web/UniCash.java
===================================================================
--- trunk/servsys/src/com/pandmservices/web/UniCash.java 2010-01-22 00:49:18 UTC (rev 119)
+++ trunk/servsys/src/com/pandmservices/web/UniCash.java 2010-01-22 01:46:07 UTC (rev 120)
@@ -5346,7 +5346,7 @@
out.println("</BODY>");
out.println("</HTML>");
out.println("<br><br><br><br><CENTER>");
-out.println("(C) Copyright 2002-2009 - Our World Services, LLC<br>");
+out.println("(C) Copyright 2002-2010 - Our World Services, LLC<br>");
out.println("<br>Version: "+doVersionInfo_VNumber()+" - Compiled: "+doFormatDate(getDate(doVersionInfo_VDate()))+"<br>");
//out.println("<br>Software Expire Date: "+doFormatDate(getDate(doGetExpireDate()))+"<br>");
//out.println("<br>Software Expire Date has been removed for GPL version.<br>");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|