aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-04-16 09:22:02 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-04-16 09:22:02 +0200
commita878abd2aa41f530a558ee83639832d907a24029 (patch)
tree8a4e3c71f14af521e2e2b5351cbb6e26daee835f /lib
parent00d7d4141614ef295d8bbfeece0e9dc11152a6ae (diff)
downloaddabmod-a878abd2aa41f530a558ee83639832d907a24029.tar.gz
dabmod-a878abd2aa41f530a558ee83639832d907a24029.tar.bz2
dabmod-a878abd2aa41f530a558ee83639832d907a24029.zip
Clarify INIReader license
Diffstat (limited to 'lib')
-rw-r--r--lib/INIReader.h36
1 files changed, 27 insertions, 9 deletions
diff --git a/lib/INIReader.h b/lib/INIReader.h
index f36e8d2..63d5e64 100644
--- a/lib/INIReader.h
+++ b/lib/INIReader.h
@@ -1,17 +1,35 @@
// Read an INI file into easy-to-access name/value pairs.
-// inih and INIReader are released under the New BSD license (see LICENSE.txt).
+// inih and INIReader are released under the New BSD license:
+/*
+ Copyright (c) 2009, Ben Hoyt
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ * Neither the name of Ben Hoyt nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY BEN HOYT ''AS IS'' AND ANY
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL BEN HOYT BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+*/
// Go to the project home page for more info:
//
// https://github.com/benhoyt/inih
-/* inih -- simple .INI file parser
-
-inih is released under the New BSD license (see LICENSE.txt). Go to the project
-home page for more info:
-
-https://github.com/benhoyt/inih
-
-*/
#ifndef __INI_H__
#define __INI_H__