Author: wrowe
Date: Fri Feb 4 17:19:06 2005
New Revision: 151457
URL: http://svn.apache.org/viewcvs?view=rev&rev=151457
Log:
Not a terribly interesting commit. Adopt the newest copyright convention
and update to this year.
Modified:
httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h
httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.h
httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.rc
httpd/mod_aspdotnet/trunk/Apache.Web/AssemblyInfo.cpp
httpd/mod_aspdotnet/trunk/Apache.Web/Helpers/_gcA_gcA_gcString.cs
httpd/mod_aspdotnet/trunk/Apache.Web/Host.h
httpd/mod_aspdotnet/trunk/Apache.Web/HostFactory.h
httpd/mod_aspdotnet/trunk/Apache.Web/WorkerRequest.cpp
httpd/mod_aspdotnet/trunk/Apache.Web/WorkerRequest.h
httpd/mod_aspdotnet/trunk/Apache.Web/http_header_arrays.h
httpd/mod_aspdotnet/trunk/mod/mod_aspdotnet.cpp
httpd/mod_aspdotnet/trunk/mod/mod_aspdotnet.rc
httpd/mod_aspdotnet/trunk/msi_dll/quicksearch.h
Modified: httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h
URL:
http://svn.apache.org/viewcvs/httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h?view=diff&r1=151456&r2=151457
==============================================================================
--- httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h (original)
+++ httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h Fri Feb 4
17:19:06 2005
@@ -1,4 +1,5 @@
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation or its licensors,
+ * as applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Modified: httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.h
URL:
http://svn.apache.org/viewcvs/httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.h?view=diff&r1=151456&r2=151457
==============================================================================
--- httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.h (original)
+++ httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.h Fri Feb 4 17:19:06 2005
@@ -1,4 +1,5 @@
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation or its licensors,
+ * as applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Modified: httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.rc
URL:
http://svn.apache.org/viewcvs/httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.rc?view=diff&r1=151456&r2=151457
==============================================================================
--- httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.rc (original)
+++ httpd/mod_aspdotnet/trunk/Apache.Web/Apache.Web.rc Fri Feb 4 17:19:06 2005
@@ -26,7 +26,7 @@
VALUE "FileDescription", "Apache.Web connector to the mod_aspdotnet
module for the Apache HTTP Web Server\0"
VALUE "FileVersion", APACHE_WEB_VERSION "\0"
VALUE "InternalName", "Apache.Web.dll\0"
- VALUE "LegalCopyright", "Copyright  2004 The Apache Software
Foundation.\0"
+ VALUE "LegalCopyright", "Copyright  2002-2005 The Apache Software
Foundation or its licensors, as applicable.\0"
VALUE "OriginalFilename", "Apache.Web.dll\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"
Modified: httpd/mod_aspdotnet/trunk/Apache.Web/AssemblyInfo.cpp
URL:
http://svn.apache.org/viewcvs/httpd/mod_aspdotnet/trunk/Apache.Web/AssemblyInfo.cpp?view=diff&r1=151456&r2=151457
==============================================================================
--- httpd/mod_aspdotnet/trunk/Apache.Web/AssemblyInfo.cpp (original)
+++ httpd/mod_aspdotnet/trunk/Apache.Web/AssemblyInfo.cpp Fri Feb 4 17:19:06
2005
@@ -1,4 +1,5 @@
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation or its licensors,
+ * as applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -31,7 +32,7 @@
[assembly:AssemblyDescriptionAttribute("Apache Web Hosting Architecture for
Microsoft ASP.NET")];
[assembly:AssemblyCompanyAttribute("Apache Software Foundation")];
[assembly:AssemblyProductAttribute("mod_aspdotnet")];
-[assembly:AssemblyCopyrightAttribute("Copyright  2002-2004 Apache Software
Foundation")];
+[assembly:AssemblyCopyrightAttribute("Copyright  2002-2005 The Apache
Software Foundation or its licensors, as applicable.")];
[assembly:AssemblyTrademarkAttribute("")];
[assembly:AssemblyCultureAttribute("")];
[assembly:AssemblyConfigurationAttribute("")];
Modified: httpd/mod_aspdotnet/trunk/Apache.Web/Helpers/_gcA_gcA_gcString.cs
URL:
http://svn.apache.org/viewcvs/httpd/mod_aspdotnet/trunk/Apache.Web/Helpers/_gcA_gcA_gcString.cs?view=diff&r1=151456&r2=151457
==============================================================================
--- httpd/mod_aspdotnet/trunk/Apache.Web/Helpers/_gcA_gcA_gcString.cs (original)
+++ httpd/mod_aspdotnet/trunk/Apache.Web/Helpers/_gcA_gcA_gcString.cs Fri Feb
4 17:19:06 2005
@@ -1,4 +1,5 @@
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation or its licensors,
+ * as applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Modified: httpd/mod_aspdotnet/trunk/Apache.Web/Host.h
URL:
http://svn.apache.org/viewcvs/httpd/mod_aspdotnet/trunk/Apache.Web/Host.h?view=diff&r1=151456&r2=151457
==============================================================================
--- httpd/mod_aspdotnet/trunk/Apache.Web/Host.h (original)
+++ httpd/mod_aspdotnet/trunk/Apache.Web/Host.h Fri Feb 4 17:19:06 2005
@@ -1,4 +1,5 @@
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation or its licensors,
+ * as applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Modified: httpd/mod_aspdotnet/trunk/Apache.Web/HostFactory.h
URL:
http://svn.apache.org/viewcvs/httpd/mod_aspdotnet/trunk/Apache.Web/HostFactory.h?view=diff&r1=151456&r2=151457
==============================================================================
--- httpd/mod_aspdotnet/trunk/Apache.Web/HostFactory.h (original)
+++ httpd/mod_aspdotnet/trunk/Apache.Web/HostFactory.h Fri Feb 4 17:19:06 2005
@@ -1,4 +1,5 @@
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation or its licensors,
+ * as applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Modified: httpd/mod_aspdotnet/trunk/Apache.Web/WorkerRequest.cpp
URL:
http://svn.apache.org/viewcvs/httpd/mod_aspdotnet/trunk/Apache.Web/WorkerRequest.cpp?view=diff&r1=151456&r2=151457
==============================================================================
--- httpd/mod_aspdotnet/trunk/Apache.Web/WorkerRequest.cpp (original)
+++ httpd/mod_aspdotnet/trunk/Apache.Web/WorkerRequest.cpp Fri Feb 4 17:19:06
2005
@@ -1,4 +1,5 @@
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation or its licensors,
+ * as applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Modified: httpd/mod_aspdotnet/trunk/Apache.Web/WorkerRequest.h
URL:
http://svn.apache.org/viewcvs/httpd/mod_aspdotnet/trunk/Apache.Web/WorkerRequest.h?view=diff&r1=151456&r2=151457
==============================================================================
--- httpd/mod_aspdotnet/trunk/Apache.Web/WorkerRequest.h (original)
+++ httpd/mod_aspdotnet/trunk/Apache.Web/WorkerRequest.h Fri Feb 4 17:19:06
2005
@@ -1,4 +1,5 @@
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation or its licensors,
+ * as applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Modified: httpd/mod_aspdotnet/trunk/Apache.Web/http_header_arrays.h
URL:
http://svn.apache.org/viewcvs/httpd/mod_aspdotnet/trunk/Apache.Web/http_header_arrays.h?view=diff&r1=151456&r2=151457
==============================================================================
--- httpd/mod_aspdotnet/trunk/Apache.Web/http_header_arrays.h (original)
+++ httpd/mod_aspdotnet/trunk/Apache.Web/http_header_arrays.h Fri Feb 4
17:19:06 2005
@@ -1,4 +1,5 @@
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation or its licensors,
+ * as applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Modified: httpd/mod_aspdotnet/trunk/mod/mod_aspdotnet.cpp
URL:
http://svn.apache.org/viewcvs/httpd/mod_aspdotnet/trunk/mod/mod_aspdotnet.cpp?view=diff&r1=151456&r2=151457
==============================================================================
--- httpd/mod_aspdotnet/trunk/mod/mod_aspdotnet.cpp (original)
+++ httpd/mod_aspdotnet/trunk/mod/mod_aspdotnet.cpp Fri Feb 4 17:19:06 2005
@@ -1,4 +1,5 @@
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation or its licensors,
+ * as applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Modified: httpd/mod_aspdotnet/trunk/mod/mod_aspdotnet.rc
URL:
http://svn.apache.org/viewcvs/httpd/mod_aspdotnet/trunk/mod/mod_aspdotnet.rc?view=diff&r1=151456&r2=151457
==============================================================================
--- httpd/mod_aspdotnet/trunk/mod/mod_aspdotnet.rc (original)
+++ httpd/mod_aspdotnet/trunk/mod/mod_aspdotnet.rc Fri Feb 4 17:19:06 2005
@@ -23,11 +23,10 @@
BEGIN
VALUE "Comments", "All rights reserved. The license is available at
<http://www.apache.org/licenses/LICENSE-2.0.txt>. The Apache HTTP Server
cli-dev subproject pages are at <http://httpd.apache.org/cli-dev/>.\0"
VALUE "CompanyName", "Apache Software Foundation\0"
- VALUE "FileDescription", "Apache.Web connector to mod_aspdotnet for
Apache HTTP Server\0"
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  2004 The Apache Software
Foundation.\0"
+ VALUE "LegalCopyright", "Copyright  2002-2005 The Apache Software
Foundation or its licensors, as applicable.\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"
Modified: httpd/mod_aspdotnet/trunk/msi_dll/quicksearch.h
URL:
http://svn.apache.org/viewcvs/httpd/mod_aspdotnet/trunk/msi_dll/quicksearch.h?view=diff&r1=151456&r2=151457
==============================================================================
--- httpd/mod_aspdotnet/trunk/msi_dll/quicksearch.h (original)
+++ httpd/mod_aspdotnet/trunk/msi_dll/quicksearch.h Fri Feb 4 17:19:06 2005
@@ -1,4 +1,5 @@
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2000-2005 The Apache Software Foundation or its licensors,
+ * as applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.