From b953c4c67cfc6f0de38526e97eb5fc6031d61c81 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Sun, 28 Feb 2010 22:48:16 +0300 Subject: s3: Move source3/iniparser to lib/iniparser to allow sharing between s3/s4 Signed-off-by: Stefan Metzmacher --- source3/iniparser/README | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 source3/iniparser/README (limited to 'source3/iniparser/README') diff --git a/source3/iniparser/README b/source3/iniparser/README deleted file mode 100644 index 466d079ba5..0000000000 --- a/source3/iniparser/README +++ /dev/null @@ -1,11 +0,0 @@ - -Welcome to iniParser! - -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. - -Enjoy! - -N.Devillard -Thu Nov 17 12:31:42 CET 2005 -- cgit