about summary refs log tree commit homepage
path: root/http_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'http_util.h')
-rw-r--r--http_util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/http_util.h b/http_util.h
index b92cbd2..8a1c5f7 100644
--- a/http_util.h
+++ b/http_util.h
@@ -1,3 +1,7 @@
+/*
+ * Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
+ * License: GPLv3 or later (see COPYING for details)
+ */
 static inline uint8_t to_u8(size_t len)
 {
         assert(len <= UINT8_MAX && "HTTP parser didn't check len <= U8MAX");