Add copyright notices, as the next patches are going to add code.

Index: httpd-2.2.11/server/mpm/experimental/itk/itk.c
===================================================================
--- httpd-2.2.11.orig/server/mpm/experimental/itk/itk.c	2009-03-21 13:02:18.000000000 +0100
+++ httpd-2.2.11/server/mpm/experimental/itk/itk.c	2009-03-21 13:02:33.000000000 +0100
@@ -12,6 +12,12 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ * 
+ * Portions copyright 2005-2009 Steinar H. Gunderson <sgunderson@bigfoot.com>.
+ * Licensed under the same terms as the rest of Apache.
+ *
+ * Portions copyright 2008 Knut Auvor Grythe <knut@auvor.no>.
+ * Licensed under the same terms as the rest of Apache.
  */
 
 #include "apr.h"
Index: httpd-2.2.11/server/mpm/experimental/itk/mpm.h
===================================================================
--- httpd-2.2.11.orig/server/mpm/experimental/itk/mpm.h	2009-03-21 13:02:18.000000000 +0100
+++ httpd-2.2.11/server/mpm/experimental/itk/mpm.h	2009-03-21 13:02:33.000000000 +0100
@@ -12,6 +12,12 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ *
+ * Portions copyright 2005-2009 Steinar H. Gunderson <sgunderson@bigfoot.com>.
+ * Licensed under the same terms as the rest of Apache.
+ *
+ * Portions copyright 2008 Knut Auvor Grythe <knut@auvor.no>.
+ * Licensed under the same terms as the rest of Apache.
  */
 
 /**
Index: httpd-2.2.11/server/mpm/experimental/itk/mpm_default.h
===================================================================
--- httpd-2.2.11.orig/server/mpm/experimental/itk/mpm_default.h	2009-03-21 13:02:18.000000000 +0100
+++ httpd-2.2.11/server/mpm/experimental/itk/mpm_default.h	2009-03-21 13:02:33.000000000 +0100
@@ -12,6 +12,12 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ * 
+ * Portions copyright 2005-2009 Steinar H. Gunderson <sgunderson@bigfoot.com>.
+ * Licensed under the same terms as the rest of Apache.
+ * 
+ * Portions copyright 2008 Knut Auvor Grythe <knut@auvor.no>.
+ * Licensed under the same terms as the rest of Apache.
  */
 
 /**
Index: httpd-2.2.11/include/http_request.h
===================================================================
--- httpd-2.2.11.orig/include/http_request.h	2009-03-21 13:03:19.000000000 +0100
+++ httpd-2.2.11/include/http_request.h	2009-03-21 13:03:31.000000000 +0100
@@ -12,6 +12,12 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ * 
+ * Portions copyright 2005-2009 Steinar H. Gunderson <sgunderson@bigfoot.com>.
+ * Licensed under the same terms as the rest of Apache.
+ * 
+ * Portions copyright 2008 Knut Auvor Grythe <knut@auvor.no>.
+ * Licensed under the same terms as the rest of Apache.
  */
 
 /**
Index: httpd-2.2.11/server/request.c
===================================================================
--- httpd-2.2.11.orig/server/request.c	2009-03-21 13:03:04.000000000 +0100
+++ httpd-2.2.11/server/request.c	2009-03-21 13:03:13.000000000 +0100
@@ -12,6 +12,12 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
+ * 
+ * Portions copyright 2005-2009 Steinar H. Gunderson <sgunderson@bigfoot.com>.
+ * Licensed under the same terms as the rest of Apache.
+ * 
+ * Portions copyright 2008 Knut Auvor Grythe <knut@auvor.no>.
+ * Licensed under the same terms as the rest of Apache.
  */
 
 /*
