summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ruggeri <druggeri@apache.org>2016-12-31 13:40:23 +0000
committerDaniel Ruggeri <druggeri@apache.org>2016-12-31 13:40:23 +0000
commit44a8837e44fcdc861ee3263266a2355f90d8a644 (patch)
treeb09fb0d816bd110fc7544670c0d3550c43efc72a
parent56bfe47bc43ee16582a440cd9df7e7672e287b7d (diff)
downloadhttpd-44a8837e44fcdc861ee3263266a2355f90d8a644.tar.gz
Reinsert attribution to mod_remoteip.c for PROXY protocol
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1776740 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--modules/metadata/mod_remoteip.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/metadata/mod_remoteip.c b/modules/metadata/mod_remoteip.c
index 1e160c1264..8887f4e4cf 100644
--- a/modules/metadata/mod_remoteip.c
+++ b/modules/metadata/mod_remoteip.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 of the input filter code for PROXY protocol support is
+ * Copyright 2014 Cloudzilla Inc.
*/
#include "ap_config.h"