From 52ab67518fea2a9b8a90f8f06482cd43a96299df Mon Sep 17 00:00:00 2001 From: wenjun Date: Wed, 9 Sep 2020 09:26:41 +0800 Subject: [PATCH] add OpenHarmony 1.0 baseline --- .gitignore | 0 .travis.yml | 0 AUTHORS | 0 COPYRIGHT.OpenSource | 1 - FAQ-en.md | 0 FAQ-zhcn.md | 0 INSTALL | 0 LICENSE | 0 Makefile | 0 NOTICE | 1 - README.OpenSource | 11 ----------- README.md | 0 doc/Makefile | 0 doc/iniparser.dox | 0 doc/iniparser.main | 0 example/Makefile | 0 example/iniexample.c | 0 example/parse.c | 0 example/twisted-errors.ini | 0 example/twisted-genhuge.py | 0 example/twisted-ofkey.ini | 0 example/twisted-ofval.ini | 0 example/twisted.ini | 0 html/doxygen.css | 0 html/doxygen.png | Bin html/globals_func.html | 0 html/index.html | 0 html/iniparser_8h.html | 0 html/iniparser_8main.html | 0 html/tab_b.gif | Bin html/tab_l.gif | Bin html/tab_r.gif | Bin html/tabs.css | 0 src/dictionary.c | 0 src/dictionary.h | 0 src/iniparser.c | 0 src/iniparser.h | 0 test/CuTest.c | 0 test/CuTest.h | 0 test/CuTest_license.txt | 0 test/Makefile | 0 test/ressources/bad_ini/ends_well.ini | 0 test/ressources/bad_ini/twisted-errors.ini | 0 test/ressources/bad_ini/twisted-ofkey.ini | 0 test/ressources/bad_ini/twisted-ofval.ini | 0 test/ressources/good_ini/empty.ini | 0 test/ressources/good_ini/spaced.ini | 0 test/ressources/good_ini/spaced2.ini | 0 test/ressources/good_ini/twisted.ini | 0 test/test_dictionary.c | 0 test/test_iniparser.c | 0 51 files changed, 13 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .travis.yml mode change 100644 => 100755 AUTHORS delete mode 100755 COPYRIGHT.OpenSource mode change 100644 => 100755 FAQ-en.md mode change 100644 => 100755 FAQ-zhcn.md mode change 100644 => 100755 INSTALL mode change 100644 => 100755 LICENSE mode change 100644 => 100755 Makefile delete mode 120000 NOTICE delete mode 100644 README.OpenSource mode change 100644 => 100755 README.md mode change 100644 => 100755 doc/Makefile mode change 100644 => 100755 doc/iniparser.dox mode change 100644 => 100755 doc/iniparser.main mode change 100644 => 100755 example/Makefile mode change 100644 => 100755 example/iniexample.c mode change 100644 => 100755 example/parse.c mode change 100644 => 100755 example/twisted-errors.ini mode change 100644 => 100755 example/twisted-genhuge.py mode change 100644 => 100755 example/twisted-ofkey.ini mode change 100644 => 100755 example/twisted-ofval.ini mode change 100644 => 100755 example/twisted.ini mode change 100644 => 100755 html/doxygen.css mode change 100644 => 100755 html/doxygen.png mode change 100644 => 100755 html/globals_func.html mode change 100644 => 100755 html/index.html mode change 100644 => 100755 html/iniparser_8h.html mode change 100644 => 100755 html/iniparser_8main.html mode change 100644 => 100755 html/tab_b.gif mode change 100644 => 100755 html/tab_l.gif mode change 100644 => 100755 html/tab_r.gif mode change 100644 => 100755 html/tabs.css mode change 100644 => 100755 src/dictionary.c mode change 100644 => 100755 src/dictionary.h mode change 100644 => 100755 src/iniparser.c mode change 100644 => 100755 src/iniparser.h mode change 100644 => 100755 test/CuTest.c mode change 100644 => 100755 test/CuTest.h mode change 100644 => 100755 test/CuTest_license.txt mode change 100644 => 100755 test/Makefile mode change 100644 => 100755 test/ressources/bad_ini/ends_well.ini mode change 100644 => 100755 test/ressources/bad_ini/twisted-errors.ini mode change 100644 => 100755 test/ressources/bad_ini/twisted-ofkey.ini mode change 100644 => 100755 test/ressources/bad_ini/twisted-ofval.ini mode change 100644 => 100755 test/ressources/good_ini/empty.ini mode change 100644 => 100755 test/ressources/good_ini/spaced.ini mode change 100644 => 100755 test/ressources/good_ini/spaced2.ini mode change 100644 => 100755 test/ressources/good_ini/twisted.ini mode change 100644 => 100755 test/test_dictionary.c mode change 100644 => 100755 test/test_iniparser.c diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.travis.yml b/.travis.yml old mode 100644 new mode 100755 diff --git a/AUTHORS b/AUTHORS old mode 100644 new mode 100755 diff --git a/COPYRIGHT.OpenSource b/COPYRIGHT.OpenSource deleted file mode 100755 index a359c75..0000000 --- a/COPYRIGHT.OpenSource +++ /dev/null @@ -1 +0,0 @@ -Copyright (c) 2000-2011 by Nicolas Devillard. \ No newline at end of file diff --git a/FAQ-en.md b/FAQ-en.md old mode 100644 new mode 100755 diff --git a/FAQ-zhcn.md b/FAQ-zhcn.md old mode 100644 new mode 100755 diff --git a/INSTALL b/INSTALL old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/Makefile b/Makefile old mode 100644 new mode 100755 diff --git a/NOTICE b/NOTICE deleted file mode 120000 index 7a694c9..0000000 --- a/NOTICE +++ /dev/null @@ -1 +0,0 @@ -LICENSE \ No newline at end of file diff --git a/README.OpenSource b/README.OpenSource deleted file mode 100644 index 1e6ff17..0000000 --- a/README.OpenSource +++ /dev/null @@ -1,11 +0,0 @@ -[ - { - "Name": "iniparser", - "License": "MIT License", - "License File": "LICENSE", - "Version Number": "4.1", - "Owner": "yinzhongyi@huawei.com", - "Upstream URL": "https://github.com/ndevilla/iniparser/@http://ndevilla.free.fr/iniparser", - "Description": "This modules offers parsing of ini files from the C level. See a complete documentation in HTML format, from this directory open the file html/index.html with any HTML-capable browser." - } -] diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/doc/Makefile b/doc/Makefile old mode 100644 new mode 100755 diff --git a/doc/iniparser.dox b/doc/iniparser.dox old mode 100644 new mode 100755 diff --git a/doc/iniparser.main b/doc/iniparser.main old mode 100644 new mode 100755 diff --git a/example/Makefile b/example/Makefile old mode 100644 new mode 100755 diff --git a/example/iniexample.c b/example/iniexample.c old mode 100644 new mode 100755 diff --git a/example/parse.c b/example/parse.c old mode 100644 new mode 100755 diff --git a/example/twisted-errors.ini b/example/twisted-errors.ini old mode 100644 new mode 100755 diff --git a/example/twisted-genhuge.py b/example/twisted-genhuge.py old mode 100644 new mode 100755 diff --git a/example/twisted-ofkey.ini b/example/twisted-ofkey.ini old mode 100644 new mode 100755 diff --git a/example/twisted-ofval.ini b/example/twisted-ofval.ini old mode 100644 new mode 100755 diff --git a/example/twisted.ini b/example/twisted.ini old mode 100644 new mode 100755 diff --git a/html/doxygen.css b/html/doxygen.css old mode 100644 new mode 100755 diff --git a/html/doxygen.png b/html/doxygen.png old mode 100644 new mode 100755 diff --git a/html/globals_func.html b/html/globals_func.html old mode 100644 new mode 100755 diff --git a/html/index.html b/html/index.html old mode 100644 new mode 100755 diff --git a/html/iniparser_8h.html b/html/iniparser_8h.html old mode 100644 new mode 100755 diff --git a/html/iniparser_8main.html b/html/iniparser_8main.html old mode 100644 new mode 100755 diff --git a/html/tab_b.gif b/html/tab_b.gif old mode 100644 new mode 100755 diff --git a/html/tab_l.gif b/html/tab_l.gif old mode 100644 new mode 100755 diff --git a/html/tab_r.gif b/html/tab_r.gif old mode 100644 new mode 100755 diff --git a/html/tabs.css b/html/tabs.css old mode 100644 new mode 100755 diff --git a/src/dictionary.c b/src/dictionary.c old mode 100644 new mode 100755 diff --git a/src/dictionary.h b/src/dictionary.h old mode 100644 new mode 100755 diff --git a/src/iniparser.c b/src/iniparser.c old mode 100644 new mode 100755 diff --git a/src/iniparser.h b/src/iniparser.h old mode 100644 new mode 100755 diff --git a/test/CuTest.c b/test/CuTest.c old mode 100644 new mode 100755 diff --git a/test/CuTest.h b/test/CuTest.h old mode 100644 new mode 100755 diff --git a/test/CuTest_license.txt b/test/CuTest_license.txt old mode 100644 new mode 100755 diff --git a/test/Makefile b/test/Makefile old mode 100644 new mode 100755 diff --git a/test/ressources/bad_ini/ends_well.ini b/test/ressources/bad_ini/ends_well.ini old mode 100644 new mode 100755 diff --git a/test/ressources/bad_ini/twisted-errors.ini b/test/ressources/bad_ini/twisted-errors.ini old mode 100644 new mode 100755 diff --git a/test/ressources/bad_ini/twisted-ofkey.ini b/test/ressources/bad_ini/twisted-ofkey.ini old mode 100644 new mode 100755 diff --git a/test/ressources/bad_ini/twisted-ofval.ini b/test/ressources/bad_ini/twisted-ofval.ini old mode 100644 new mode 100755 diff --git a/test/ressources/good_ini/empty.ini b/test/ressources/good_ini/empty.ini old mode 100644 new mode 100755 diff --git a/test/ressources/good_ini/spaced.ini b/test/ressources/good_ini/spaced.ini old mode 100644 new mode 100755 diff --git a/test/ressources/good_ini/spaced2.ini b/test/ressources/good_ini/spaced2.ini old mode 100644 new mode 100755 diff --git a/test/ressources/good_ini/twisted.ini b/test/ressources/good_ini/twisted.ini old mode 100644 new mode 100755 diff --git a/test/test_dictionary.c b/test/test_dictionary.c old mode 100644 new mode 100755 diff --git a/test/test_iniparser.c b/test/test_iniparser.c old mode 100644 new mode 100755 -- GitLab