Skip to content

Commit

Permalink
Changed license to GLGPL
Browse files Browse the repository at this point in the history
  • Loading branch information
jochen.paul committed Oct 11, 2016
1 parent 905b0bf commit 8a1e128
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:

<pre>
doxygen\YAIP++.doxy
Expand All @@ -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.

0 comments on commit 8a1e128

Please sign in to comment.