Author: wrowe Date: Thu Jul 2 03:07:24 2009 New Revision: 790453 URL: http://svn.apache.org/viewvc?rev=790453&view=rev Log: In the obscure case there is another 0.9 Modified: apr/apr-util/branches/0.9.x/NOTICE apr/apr-util/branches/0.9.x/libaprutil.rc Modified: apr/apr-util/branches/0.9.x/NOTICE URL: http://svn.apache.org/viewvc/apr/apr-util/branches/0.9.x/NOTICE?rev=790453&r1=790452&r2=790453&view=diff ============================================================================== --- apr/apr-util/branches/0.9.x/NOTICE (original) +++ apr/apr-util/branches/0.9.x/NOTICE Thu Jul 2 03:07:24 2009 @@ -1,5 +1,5 @@ Apache Portable Runtime Utility Library -Copyright 2008 The Apache Software Foundation. +Copyright (c) 2009 The Apache Software Foundation. This product includes software developed by The Apache Software Foundation (http://www.apache.org/). Modified: apr/apr-util/branches/0.9.x/libaprutil.rc URL: http://svn.apache.org/viewvc/apr/apr-util/branches/0.9.x/libaprutil.rc?rev=790453&r1=790452&r2=790453&view=diff ============================================================================== --- apr/apr-util/branches/0.9.x/libaprutil.rc (original) +++ apr/apr-util/branches/0.9.x/libaprutil.rc Thu Jul 2 03:07:24 2009 @@ -1,7 +1,7 @@ #include "apr_general.h" #include "apu_version.h" -#define APR_COPYRIGHT "Copyright 2000-2005 The Apache Software " \ +#define APR_COPYRIGHT "Copyright (c) 2009 The Apache Software " \ "Foundation or its licensors, as applicable." #define APR_LICENSE "Licensed under the Apache License, Version 2.0 " \ @@ -55,7 +55,7 @@ BEGIN BLOCK "040904b0" BEGIN - VALUE "Comments", APR_LICENSE "\0" + VALUE "Comments", APR_LICENSE "\0" VALUE "CompanyName", "Apache Software Foundation\0" VALUE "FileDescription", "Apache Portable Runtime Utility Library\0" VALUE "FileVersion", APU_VERSION_STRING "\0"