io: allow slurping files with a given size
[libjh.git] / ini.c
diff --git a/ini.c b/ini.c
index 033239a..81227fd 100644 (file)
--- a/ini.c
+++ b/ini.c
@@ -1,3 +1,6 @@
+// Copyright (2013) Jann Horn <jann@thejh.net>
+// This code is licensed under the AGPLv3.
+
 // Supports very simple ini files. Structure:
 //  - data is in lines, key=value
 //  - # or ; starts a comment line