summaryrefslogtreecommitdiff
path: root/common/cmd_ini.c
AgeCommit message (Collapse)Author
2013-08-19SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> [trini Don't remove some copyrights by accident] Signed-off-by: Tom Rini <[email protected]>
2012-10-05Improve license declaration for cmd_ini.hJoe Hershberger
Instead of referenceing the source webpage (which can change) include the license in the source file. Signed-off-by: Joe Hershberger <[email protected]> Reported-by: Igor Grinberg <[email protected]> Cc: Igor Grinberg <[email protected]> Cc: Tom Rini <[email protected]> Cc: Wolfgang Denk <[email protected]> Acked-by: Wolfgang Denk <[email protected]>
2012-10-03Add a new "ini" commandJoe Hershberger
This allows you to read ini-formatted data from anywhere and then import one of the sections into the environment This is based on rev 16 at http://code.google.com/p/inih/ Signed-off-by: Joe Hershberger <[email protected]>