]> granicus.if.org Git - apache/blobdiff - server/mpm/winnt/mpm_default.h
Correct constness fix to manipulate our copy
[apache] / server / mpm / winnt / mpm_default.h
index 8a98a90f9b81b56e43ec810e73d66faff1fa200c..990eb47ae507e1ffb4c41a7770d9b84ee9b992e7 100644 (file)
@@ -1,8 +1,9 @@
-/* Copyright 1999-2004 Apache Software Foundation
- *
- * 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
  *
  * limitations under the License.
  */
 
+/**
+ * @file  winnt/mpm_default.h
+ * @brief win32 MPM defaults
+ *
+ * @addtogroup APACHE_MPM_WINNT
+ * @{
+ */
+
 #ifndef APACHE_MPM_DEFAULT_H
 #define APACHE_MPM_DEFAULT_H
 
@@ -77,3 +86,4 @@
 #endif
 
 #endif /* AP_MPM_DEFAULT_H */
+/** @} */