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 a359c750e08eea3b3af83f21bda6efa08c812b28..0000000000000000000000000000000000000000 --- 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 7a694c9699a986b9adf1f6cb8a18a6e923e47ed9..0000000000000000000000000000000000000000 --- 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 1e6ff1728ee923bd788f115dc1030411ac94f13b..0000000000000000000000000000000000000000 --- 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