SF.net SVN: mod-aspdotnet: [193] mod_aspdotnet2/trunk/mod
Brought to you by:
wrowe
From: <wr...@us...> - 2007-08-15 06:12:50
|
Revision: 193 http://mod-aspdotnet.svn.sourceforge.net/mod-aspdotnet/?rev=193&view=rev Author: wrowe Date: 2007-08-14 23:12:49 -0700 (Tue, 14 Aug 2007) Log Message: ----------- Update copyright for VC8 sources Modified Paths: -------------- mod_aspdotnet2/trunk/mod/mod_aspdotnet.cpp mod_aspdotnet2/trunk/mod/mod_aspdotnet.rc Modified: mod_aspdotnet2/trunk/mod/mod_aspdotnet.cpp =================================================================== --- mod_aspdotnet2/trunk/mod/mod_aspdotnet.cpp 2007-08-15 06:11:54 UTC (rev 192) +++ mod_aspdotnet2/trunk/mod/mod_aspdotnet.cpp 2007-08-15 06:12:49 UTC (rev 193) @@ -1,4 +1,4 @@ -/* Copyright 2002-2006 Covalent Technologies +/* Copyright 2007 Covalent Technologies * * Covalent Technologies licenses this file to You under the Apache * Software Foundation's Apache License, Version 2.0 (the "License"); Modified: mod_aspdotnet2/trunk/mod/mod_aspdotnet.rc =================================================================== --- mod_aspdotnet2/trunk/mod/mod_aspdotnet.rc 2007-08-15 06:11:54 UTC (rev 192) +++ mod_aspdotnet2/trunk/mod/mod_aspdotnet.rc 2007-08-15 06:12:49 UTC (rev 193) @@ -26,7 +26,7 @@ VALUE "FileDescription", "aspdotnet_module connector module to Apache.Web for the Apache HTTP Web Server\0" VALUE "FileVersion", APACHE_WEB_VERSION "\0" VALUE "InternalName", "mod_aspdotnet.so\0" - VALUE "LegalCopyright", "Copyright \xA9 2002-2006 Covalent Technologies\0" + VALUE "LegalCopyright", "Copyright \xA9 2007 Covalent Technologies\0" VALUE "OriginalFilename", "mod_aspdotnet.so\0" VALUE "ProductName", "mod_aspdotnet/Apache.Web host module for Microsoft ASP.NET within the Apache HTTP Server\0" VALUE "ProductVersion", APACHE_WEB_VERSION "\0" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |