Add copyright notices, as the next patches are going to add code. Index: httpd-2.0.55/server/mpm/experimental/itk/itk.c =================================================================== --- httpd-2.0.55.orig/server/mpm/experimental/itk/itk.c +++ httpd-2.0.55/server/mpm/experimental/itk/itk.c @@ -12,6 +12,9 @@ * 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-2007 Steinar H. Gunderson . + * Licensed under the same terms as the rest of Apache. */ #include "apr.h" Index: httpd-2.0.55/server/mpm/experimental/itk/mpm.h =================================================================== --- httpd-2.0.55.orig/server/mpm/experimental/itk/mpm.h +++ httpd-2.0.55/server/mpm/experimental/itk/mpm.h @@ -12,6 +12,9 @@ * 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-2007 Steinar H. Gunderson . + * Licensed under the same terms as the rest of Apache. */ #include "httpd.h" Index: httpd-2.0.55/server/mpm/experimental/itk/mpm_default.h =================================================================== --- httpd-2.0.55.orig/server/mpm/experimental/itk/mpm_default.h +++ httpd-2.0.55/server/mpm/experimental/itk/mpm_default.h @@ -12,6 +12,9 @@ * 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-2007 Steinar H. Gunderson . + * Licensed under the same terms as the rest of Apache. */ #ifndef APACHE_MPM_DEFAULT_H