From 8a1e128f5d625b5f8943ce0ff41648170415fd0c Mon Sep 17 00:00:00 2001 From: "jochen.paul" Date: Tue, 11 Oct 2016 10:13:02 +0200 Subject: [PATCH] Changed license to GLGPL --- License => License.txt | 0 README.md | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename License => License.txt (100%) diff --git a/License b/License.txt similarity index 100% rename from License rename to License.txt diff --git a/README.md b/README.md index c32e6f2..2dfe26e 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,11 @@ tVectorString SectionList = IniParser.SectionListGet(); // Get a vector of strings containing all keys of a section tVectorString KeyList = IniParser.SectionKeyListGet(Section); -// Get a value of a key from a section +// Read a value std::string Default = "Default value"; std::string Value = IniParser.SectionKeyValueGet(Section, Key, Default); -// Write a value to the INI file +// Write a value IniParser.SectionKeyValueSet("Section", "Key", "Value"); // Delete a key @@ -59,7 +59,7 @@ IniParser.INIFileSave("C:\\Windows\\Temp\\YAIP.ini"); ## Doxygen documentation ## -The doxygen documentation can be generated when you need it. The config file is located here: +The doxygen documentation can be generated. The config file is located at:
 doxygen\YAIP++.doxy
@@ -71,4 +71,4 @@ Any kind of contribution is welcome.
 
 ## License ##
 
-This project is published unter the GNU GENERAL PUBLIC LICENSE, Version 3.
+This project is published unter the GNU LESSER GENERAL PUBLIC LICENSE Version 3.