summaryrefslogtreecommitdiff
path: root/src/http_header.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-05-20 01:06:13 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2020-07-08 22:51:31 -0400
commitc18f442a63a5a7e591cbaa379bfaf1cfd2741aef (patch)
tree941f2fdad48ed1784cc5dbd6f987c317700f34b2 /src/http_header.c
parent10dbe38a92cc278170213a6f50b0d3d5288113ac (diff)
downloadlighttpd-git-c18f442a63a5a7e591cbaa379bfaf1cfd2741aef.tar.gz
[multiple] add summaries to top of some modules
Diffstat (limited to 'src/http_header.c')
-rw-r--r--src/http_header.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/http_header.c b/src/http_header.c
index 897a0fd3..a4f5a573 100644
--- a/src/http_header.c
+++ b/src/http_header.c
@@ -1,3 +1,9 @@
+/*
+ * http_header - HTTP header manipulation interfaces
+ *
+ * Copyright(c) 2018 Glenn Strauss gstrauss()gluelogic.com All rights reserved
+ * License: BSD 3-clause (same as lighttpd)
+ */
#include "first.h"
#include "http_header.h"