Repository : ssh://hosted03.fedoraproject.org/clean-extra-utils
On branch : master
>---------------------------------------------------------------
commit 3cc86bc07f218d3b4aaae2140c06dae728d081fa
Author: Patrick Uiterwijk <puiterwijk(a)gmail.com>
Date: Fri Aug 10 23:34:38 2012 +0200
Moved everything to the correct places and written a global README file.
>---------------------------------------------------------------
.../ArgumentParser.dcl | 3 +++
.../ArgumentParser.icl | 3 +++
README => ArgumentParser/README | 0
example.icl => ArgumentParser/example.icl | 3 +++
README | 8 +++-----
5 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/ArgumentParser.dcl b/ArgumentParser/ArgumentParser.dcl
similarity index 95%
rename from ArgumentParser.dcl
rename to ArgumentParser/ArgumentParser.dcl
index 8dd7f2a..46be863 100644
--- a/ArgumentParser.dcl
+++ b/ArgumentParser/ArgumentParser.dcl
@@ -1,3 +1,6 @@
+/*
+ * Copyright 2012 Patrick Uiterwijk
+ */
definition module ArgumentParser
from StdOverloaded import class toString, class ==
diff --git a/ArgumentParser.icl b/ArgumentParser/ArgumentParser.icl
similarity index 99%
rename from ArgumentParser.icl
rename to ArgumentParser/ArgumentParser.icl
index 7c83019..47423c9 100644
--- a/ArgumentParser.icl
+++ b/ArgumentParser/ArgumentParser.icl
@@ -1,3 +1,6 @@
+/*
+ * Copyright 2012 Patrick Uiterwijk
+ */
implementation module ArgumentParser
import StdEnv
diff --git a/README b/ArgumentParser/README
similarity index 100%
copy from README
copy to ArgumentParser/README
diff --git a/example.icl b/ArgumentParser/example.icl
similarity index 93%
rename from example.icl
rename to ArgumentParser/example.icl
index 8485f07..74fc796 100644
--- a/example.icl
+++ b/ArgumentParser/example.icl
@@ -1,3 +1,6 @@
+/*
+ * Copyright 2012 Patrick Uiterwijk
+ */
module example
import StdString
diff --git a/README b/README
index 449cf75..01cd47e 100644
--- a/README
+++ b/README
@@ -1,5 +1,3 @@
-===INSTALLATION===
-To install this library, just place it in a directory where clm can find it.
-
-===USAGE===
-For examples of how to use this library, look at the examples.icl file.
+This is a collection of extra utilities/libraries for the Clean programming language.
+This collection is released under the 2-clause BSD License.
+To request additions or modifications, please email puiterwijk(a)fedoraproject.org.