Updated
authorAaron Bockover <abockover@novell.com>
Mon, 21 Aug 2006 00:00:00 +0000 (00:00 -0000)
committerAaron Bockover <abockover@novell.com>
Mon, 21 Aug 2006 00:00:00 +0000 (00:00 -0000)
svn path=/trunk/mono/; revision=64118

eglib/COPYING
eglib/README

index e87e17ffff3324cf96fb0836eb86257108159d63..1f95d26c5ac2d755547b708616926f8d041a4c1a 100644 (file)
@@ -1 +1,5 @@
-MIT X11 licensed version of glib
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
index 03849b5fdca4ee7e321ce18e761f16ba93f86fc6..a73ea4c6fd866fa2fc37ac58bd2c1d056dd26426 100644 (file)
@@ -15,21 +15,8 @@ Currently all the definitions go into a single file: glib.h, there are
 no separate files, please try to follow the convetions in the source code
 
 * Tests
-
-       Please run the tests in the test/ directory, like this:
-
-               $ test
-
-       Once the tests pass, run them with valgrind to ensure that
-       there are no leaks, like this:
-
-               $ valgrind test
-
-        You can also run the tests against the original glib, to do
-       this, use:
-
-               $ cd test
-               $ ./other
+       
+       Please read the README in tests/
 
 * Plans: short and long term.