about summary refs log tree commit homepage
path: root/defaults.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 /defaults.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 'defaults.h')
-rw-r--r--defaults.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/defaults.h b/defaults.h
index adf9468..caa974c 100644
--- a/defaults.h
+++ b/defaults.h
@@ -1,3 +1,7 @@
+/*
+ * Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
+ * License: GPLv3 or later (see COPYING for details)
+ */
 #define MOG_DEFAULT_MAXCONNS 10000
 #define MOG_DEFAULT_HTTPLISTEN "0.0.0.0:7500"
 #define MOG_DEFAULT_MGMTLISTEN "0.0.0.0:7501"