You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fi...@apache.org on 2006/07/12 09:41:09 UTC

svn commit: r421178 [5/5] - in /httpd/httpd/branches/2.0.x: ./ build/ build/pkg/ build/rpm/ build/win32/ docs/error/ include/ modules/aaa/ modules/arch/netware/ modules/arch/win32/ modules/cache/ modules/dav/fs/ modules/dav/main/ modules/echo/ modules/...

Modified: httpd/httpd/branches/2.0.x/server/util_xml.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/server/util_xml.c?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/server/util_xml.c (original)
+++ httpd/httpd/branches/2.0.x/server/util_xml.c Wed Jul 12 00:40:55 2006
@@ -1,9 +1,9 @@
-/* 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.
- * You may obtain a copy of the License at
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: httpd/httpd/branches/2.0.x/server/vhost.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/server/vhost.c?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/server/vhost.c (original)
+++ httpd/httpd/branches/2.0.x/server/vhost.c Wed Jul 12 00:40:55 2006
@@ -1,9 +1,9 @@
-/* Copyright 1999-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.
- * You may obtain a copy of the License at
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: httpd/httpd/branches/2.0.x/support/ab.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/support/ab.c?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/support/ab.c (original)
+++ httpd/httpd/branches/2.0.x/support/ab.c Wed Jul 12 00:40:55 2006
@@ -1,9 +1,9 @@
-/* Copyright 1999-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.
- * You may obtain a copy of the License at
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *
@@ -1775,14 +1775,14 @@
     if (!use_html) {
 	printf("This is ApacheBench, Version %s\n", AP_AB_BASEREVISION " <$Revision: 1.121.2.12 $> apache-2.0");
 	printf("Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\n");
-	printf("Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/\n");
+	printf("Copyright (c) 2006 The Apache Software Foundation, http://www.apache.org/\n");
 	printf("\n");
     }
     else {
 	printf("<p>\n");
 	printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-2.0<br>\n", AP_AB_BASEREVISION, "$Revision: 1.121.2.12 $");
 	printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/<br>\n");
-	printf(" Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/<br>\n");
+	printf(" Copyright (c) 2006 The Apache Software Foundation, http://www.apache.org/<br>\n");
 	printf("</p>\n<p>\n");
     }
 }

Modified: httpd/httpd/branches/2.0.x/support/apachectl.in
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/support/apachectl.in?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/support/apachectl.in (original)
+++ httpd/httpd/branches/2.0.x/support/apachectl.in Wed Jul 12 00:40:55 2006
@@ -1,11 +1,11 @@
 #!/bin/sh
 #
-# 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.
-# You may obtain a copy of the License at
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
 #
 #     http://www.apache.org/licenses/LICENSE-2.0
 #

Modified: httpd/httpd/branches/2.0.x/support/apxs.in
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/support/apxs.in?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/support/apxs.in (original)
+++ httpd/httpd/branches/2.0.x/support/apxs.in Wed Jul 12 00:40:55 2006
@@ -1,11 +1,11 @@
 #!@perlbin@ -w
 #
-# Copyright 1999-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.
-# You may obtain a copy of the License at
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
 #
 #     http://www.apache.org/licenses/LICENSE-2.0
 #

Modified: httpd/httpd/branches/2.0.x/support/checkgid.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/support/checkgid.c?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/support/checkgid.c (original)
+++ httpd/httpd/branches/2.0.x/support/checkgid.c Wed Jul 12 00:40:55 2006
@@ -1,9 +1,9 @@
-/* Copyright 2001-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.
- * You may obtain a copy of the License at
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: httpd/httpd/branches/2.0.x/support/dbmmanage.in
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/support/dbmmanage.in?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/support/dbmmanage.in (original)
+++ httpd/httpd/branches/2.0.x/support/dbmmanage.in Wed Jul 12 00:40:55 2006
@@ -1,11 +1,11 @@
 #!@perlbin@
 #
-# Copyright 2001-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.
-# You may obtain a copy of the License at
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
 #
 #     http://www.apache.org/licenses/LICENSE-2.0
 #

Modified: httpd/httpd/branches/2.0.x/support/envvars-std.in
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/support/envvars-std.in?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/support/envvars-std.in (original)
+++ httpd/httpd/branches/2.0.x/support/envvars-std.in Wed Jul 12 00:40:55 2006
@@ -1,9 +1,9 @@
-# Copyright 2001-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.
-# You may obtain a copy of the License at
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
 #
 #     http://www.apache.org/licenses/LICENSE-2.0
 #

Modified: httpd/httpd/branches/2.0.x/support/htdbm.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/support/htdbm.c?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/support/htdbm.c (original)
+++ httpd/httpd/branches/2.0.x/support/htdbm.c Wed Jul 12 00:40:55 2006
@@ -1,9 +1,9 @@
-/* Copyright 2001-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.
- * You may obtain a copy of the License at
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: httpd/httpd/branches/2.0.x/support/htdigest.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/support/htdigest.c?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/support/htdigest.c (original)
+++ httpd/httpd/branches/2.0.x/support/htdigest.c Wed Jul 12 00:40:55 2006
@@ -1,9 +1,9 @@
-/* Copyright 1999-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.
- * You may obtain a copy of the License at
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: httpd/httpd/branches/2.0.x/support/htpasswd.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/support/htpasswd.c?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/support/htpasswd.c (original)
+++ httpd/httpd/branches/2.0.x/support/htpasswd.c Wed Jul 12 00:40:55 2006
@@ -1,9 +1,9 @@
-/* Copyright 1999-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.
- * You may obtain a copy of the License at
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: httpd/httpd/branches/2.0.x/support/httxt2dbm.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/support/httxt2dbm.c?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/support/httxt2dbm.c (original)
+++ httpd/httpd/branches/2.0.x/support/httxt2dbm.c Wed Jul 12 00:40:55 2006
@@ -1,9 +1,9 @@
-/* Copyright 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.
- * You may obtain a copy of the License at
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: httpd/httpd/branches/2.0.x/support/list_hooks.pl
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/support/list_hooks.pl?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/support/list_hooks.pl (original)
+++ httpd/httpd/branches/2.0.x/support/list_hooks.pl Wed Jul 12 00:40:55 2006
@@ -1,11 +1,11 @@
 #!/usr/bin/perl -w
 #
-# Copyright 2001-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.
-# You may obtain a copy of the License at
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
 #
 #     http://www.apache.org/licenses/LICENSE-2.0
 #

Modified: httpd/httpd/branches/2.0.x/support/log_server_status.in
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/support/log_server_status.in?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/support/log_server_status.in (original)
+++ httpd/httpd/branches/2.0.x/support/log_server_status.in Wed Jul 12 00:40:55 2006
@@ -1,11 +1,11 @@
 #!@perlbin@
 #
-# Copyright 2001-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.
-# You may obtain a copy of the License at
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
 #
 #     http://www.apache.org/licenses/LICENSE-2.0
 #

Modified: httpd/httpd/branches/2.0.x/support/logresolve.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/support/logresolve.c?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/support/logresolve.c (original)
+++ httpd/httpd/branches/2.0.x/support/logresolve.c Wed Jul 12 00:40:55 2006
@@ -1,9 +1,9 @@
-/* Copyright 1999-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.
- * You may obtain a copy of the License at
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: httpd/httpd/branches/2.0.x/support/logresolve.pl.in
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/support/logresolve.pl.in?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/support/logresolve.pl.in (original)
+++ httpd/httpd/branches/2.0.x/support/logresolve.pl.in Wed Jul 12 00:40:55 2006
@@ -1,11 +1,11 @@
 #!@perlbin@
 #
-# Copyright 2001-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.
-# You may obtain a copy of the License at
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
 #
 #     http://www.apache.org/licenses/LICENSE-2.0
 #

Modified: httpd/httpd/branches/2.0.x/support/phf_abuse_log.cgi.in
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/support/phf_abuse_log.cgi.in?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/support/phf_abuse_log.cgi.in (original)
+++ httpd/httpd/branches/2.0.x/support/phf_abuse_log.cgi.in Wed Jul 12 00:40:55 2006
@@ -1,11 +1,11 @@
 #!@perlbin@
 #
-# Copyright 2001-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.
-# You may obtain a copy of the License at
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
 #
 #     http://www.apache.org/licenses/LICENSE-2.0
 #

Modified: httpd/httpd/branches/2.0.x/support/rotatelogs.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/support/rotatelogs.c?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/support/rotatelogs.c (original)
+++ httpd/httpd/branches/2.0.x/support/rotatelogs.c Wed Jul 12 00:40:55 2006
@@ -1,9 +1,9 @@
-/* Copyright 1999-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.
- * You may obtain a copy of the License at
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: httpd/httpd/branches/2.0.x/support/split-logfile.in
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/support/split-logfile.in?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/support/split-logfile.in (original)
+++ httpd/httpd/branches/2.0.x/support/split-logfile.in Wed Jul 12 00:40:55 2006
@@ -1,11 +1,11 @@
 #!@perlbin@
 #
-# Copyright 2001-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.
-# You may obtain a copy of the License at
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
 #
 #     http://www.apache.org/licenses/LICENSE-2.0
 #

Modified: httpd/httpd/branches/2.0.x/support/suexec.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/support/suexec.c?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/support/suexec.c (original)
+++ httpd/httpd/branches/2.0.x/support/suexec.c Wed Jul 12 00:40:55 2006
@@ -1,9 +1,9 @@
-/* Copyright 1999-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.
- * You may obtain a copy of the License at
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: httpd/httpd/branches/2.0.x/support/suexec.h
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/support/suexec.h?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/support/suexec.h (original)
+++ httpd/httpd/branches/2.0.x/support/suexec.h Wed Jul 12 00:40:55 2006
@@ -1,9 +1,9 @@
-/* Copyright 1999-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.
- * You may obtain a copy of the License at
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: httpd/httpd/branches/2.0.x/support/win32/ApacheMonitor.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/support/win32/ApacheMonitor.c?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/support/win32/ApacheMonitor.c (original)
+++ httpd/httpd/branches/2.0.x/support/win32/ApacheMonitor.c Wed Jul 12 00:40:55 2006
@@ -1,9 +1,9 @@
-/* Copyright 2001-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.
- * You may obtain a copy of the License at
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: httpd/httpd/branches/2.0.x/support/win32/ApacheMonitor.h
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/support/win32/ApacheMonitor.h?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/support/win32/ApacheMonitor.h (original)
+++ httpd/httpd/branches/2.0.x/support/win32/ApacheMonitor.h Wed Jul 12 00:40:55 2006
@@ -1,9 +1,9 @@
-/* Copyright 2001-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.
- * You may obtain a copy of the License at
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: httpd/httpd/branches/2.0.x/support/win32/ApacheMonitor.rc
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/support/win32/ApacheMonitor.rc?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/support/win32/ApacheMonitor.rc (original)
+++ httpd/httpd/branches/2.0.x/support/win32/ApacheMonitor.rc Wed Jul 12 00:40:55 2006
@@ -1,9 +1,9 @@
-/* Copyright 2001-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.
- * You may obtain a copy of the License at
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: httpd/httpd/branches/2.0.x/support/win32/wintty.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/support/win32/wintty.c?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/support/win32/wintty.c (original)
+++ httpd/httpd/branches/2.0.x/support/win32/wintty.c Wed Jul 12 00:40:55 2006
@@ -1,9 +1,9 @@
-/* Copyright 2001-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.
- * You may obtain a copy of the License at
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: httpd/httpd/branches/2.0.x/test/check_chunked
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/test/check_chunked?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/test/check_chunked (original)
+++ httpd/httpd/branches/2.0.x/test/check_chunked Wed Jul 12 00:40:55 2006
@@ -1,11 +1,11 @@
 #!/usr/bin/perl -w
 #
-# 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.
-# You may obtain a copy of the License at
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
 #
 #     http://www.apache.org/licenses/LICENSE-2.0
 #

Modified: httpd/httpd/branches/2.0.x/test/cls.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/test/cls.c?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/test/cls.c (original)
+++ httpd/httpd/branches/2.0.x/test/cls.c Wed Jul 12 00:40:55 2006
@@ -1,9 +1,9 @@
-/* Copyright 1999-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.
- * You may obtain a copy of the License at
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: httpd/httpd/branches/2.0.x/test/test-writev.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/test/test-writev.c?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/test/test-writev.c (original)
+++ httpd/httpd/branches/2.0.x/test/test-writev.c Wed Jul 12 00:40:55 2006
@@ -1,9 +1,9 @@
-/* Copyright 1999-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.
- * You may obtain a copy of the License at
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: httpd/httpd/branches/2.0.x/test/test_find.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/test/test_find.c?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/test/test_find.c (original)
+++ httpd/httpd/branches/2.0.x/test/test_find.c Wed Jul 12 00:40:55 2006
@@ -1,9 +1,9 @@
-/* Copyright 1999-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.
- * You may obtain a copy of the License at
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: httpd/httpd/branches/2.0.x/test/test_parser.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/test/test_parser.c?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/test/test_parser.c (original)
+++ httpd/httpd/branches/2.0.x/test/test_parser.c Wed Jul 12 00:40:55 2006
@@ -1,9 +1,9 @@
-/* Copyright 1999-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.
- * You may obtain a copy of the License at
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: httpd/httpd/branches/2.0.x/test/test_select.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/test/test_select.c?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/test/test_select.c (original)
+++ httpd/httpd/branches/2.0.x/test/test_select.c Wed Jul 12 00:40:55 2006
@@ -1,9 +1,9 @@
-/* Copyright 1999-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.
- * You may obtain a copy of the License at
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: httpd/httpd/branches/2.0.x/test/time-sem.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/test/time-sem.c?rev=421178&r1=421177&r2=421178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/test/time-sem.c (original)
+++ httpd/httpd/branches/2.0.x/test/time-sem.c Wed Jul 12 00:40:55 2006
@@ -1,9 +1,9 @@
-/* Copyright 1999-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.
- * You may obtain a copy of the License at
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *