about summary refs log tree commit homepage
path: root/http_util.h
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-03-06 02:03:34 +0000
committerEric Wong <e@80x24.org>2015-03-06 02:17:38 +0000
commit4ca5fa15f45dd8512d1244db1ca24d5624e483d4 (patch)
treeaf22645a1efd44e70c9cb7477386af16fe0859c3 /http_util.h
parent3e14979ef533e41fe72f7e68afd533a3cc87471d (diff)
downloadcmogstored-4ca5fa15f45dd8512d1244db1ca24d5624e483d4.tar.gz
Via update-copyright in gnulib, also added a few copyrights
to non-trivial files.

git ls-files | UPDATE_COPYRIGHT_HOLDER='all contributors' \
  UPDATE_COPYRIGHT_USE_INTERVALS=2 \
  xargs /path/to/gnulib/build-aux/update-copyright
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");