From: <jbo...@li...> - 2006-05-10 13:28:38
|
Author: mla...@jb... Date: 2006-05-10 09:28:31 -0400 (Wed, 10 May 2006) New Revision: 4188 Modified: labs/jbossweb/trunk/src/share/native/NMAKEmakefile labs/jbossweb/trunk/src/share/native/build/NMAKEcommon.inc labs/jbossweb/trunk/src/share/native/php5servlet/NMAKEmakefile labs/jbossweb/trunk/src/share/native/srclib/apr/NMAKEmakefile Log: Update year to 2006 Modified: labs/jbossweb/trunk/src/share/native/NMAKEmakefile =================================================================== --- labs/jbossweb/trunk/src/share/native/NMAKEmakefile 2006-05-10 13:19:19 UTC (rev 4187) +++ labs/jbossweb/trunk/src/share/native/NMAKEmakefile 2006-05-10 13:28:31 UTC (rev 4188) @@ -1,4 +1,4 @@ -# Copyright 2001-2005 The Apache Software Foundation or its licensors, as +# Copyright 2001-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); Modified: labs/jbossweb/trunk/src/share/native/build/NMAKEcommon.inc =================================================================== --- labs/jbossweb/trunk/src/share/native/build/NMAKEcommon.inc 2006-05-10 13:19:19 UTC (rev 4187) +++ labs/jbossweb/trunk/src/share/native/build/NMAKEcommon.inc 2006-05-10 13:28:31 UTC (rev 4188) @@ -1,4 +1,4 @@ -# Copyright 2001-2005 The Apache Software Foundation or its licensors, as +# Copyright 2001-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -195,7 +195,7 @@ # Linker section LIBS = kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib $(LIBS) !IF "$(CPU)" == "AMD64" || "$(CPU)" == "IA64" -LIBS = $(LIBS) bufferoverflowu.lib +LIBS = $(LIBS) bufferoverflowu.lib !ENDIF !IF DEFINED(EXTRA_LIBS) Modified: labs/jbossweb/trunk/src/share/native/php5servlet/NMAKEmakefile =================================================================== --- labs/jbossweb/trunk/src/share/native/php5servlet/NMAKEmakefile 2006-05-10 13:19:19 UTC (rev 4187) +++ labs/jbossweb/trunk/src/share/native/php5servlet/NMAKEmakefile 2006-05-10 13:28:31 UTC (rev 4188) @@ -1,4 +1,4 @@ -# Copyright 2001-2005 The Apache Software Foundation or its licensors, as +# Copyright 2001-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); Modified: labs/jbossweb/trunk/src/share/native/srclib/apr/NMAKEmakefile =================================================================== --- labs/jbossweb/trunk/src/share/native/srclib/apr/NMAKEmakefile 2006-05-10 13:19:19 UTC (rev 4187) +++ labs/jbossweb/trunk/src/share/native/srclib/apr/NMAKEmakefile 2006-05-10 13:28:31 UTC (rev 4188) @@ -1,4 +1,4 @@ -# Copyright 2001-2005 The Apache Software Foundation or its licensors, as +# Copyright 2001-2006 The Apache Software Foundation or its licensors, as # applicable. # # Licensed under the Apache License, Version 2.0 (the "License"); |