aboutsummaryrefslogtreecommitdiffstats
path: root/lib/strbuf.c
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2015-07-08 23:43:03 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2015-07-08 23:43:03 +0100
commit0baf6a89ac67c7e5bbd32f71e26b807a1d50aab1 (patch)
tree3bdf7e8a93f31fee522063140d2a5dc78feb909a /lib/strbuf.c
parentf2499612c5594944d3e0891259859668d35c85b2 (diff)
downloadlibconfig-0baf6a89ac67c7e5bbd32f71e26b807a1d50aab1.tar.gz
Imported Upstream version 1.5
Diffstat (limited to 'lib/strbuf.c')
-rw-r--r--lib/strbuf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/strbuf.c b/lib/strbuf.c
index f7f48d3..5bffc65 100644
--- a/lib/strbuf.c
+++ b/lib/strbuf.c
@@ -1,6 +1,6 @@
/* ----------------------------------------------------------------------------
libconfig - A library for processing structured configuration files
- Copyright (C) 2005-2010 Mark A Lindner
+ Copyright (C) 2005-2014 Mark A Lindner
This file is part of libconfig.
@@ -55,4 +55,3 @@ void strbuf_append(strbuf_t *buf, const char *text)
}
/* ------------------------------------------------------------------------- */
-/* eof */