From: <car...@us...> - 2006-03-13 12:36:00
|
Revision: 10 Author: carlosga_fb Date: 2006-03-13 04:35:43 -0800 (Mon, 13 Mar 2006) ViewCVS: http://svn.sourceforge.net/pgsqlclient/?rev=10&view=rev Log Message: ----------- Moved remotely Added Paths: ----------- pgsqlclient/readme.txt Removed Paths: ------------- readme.txt Copied: pgsqlclient/readme.txt (from rev 9, readme.txt) =================================================================== --- pgsqlclient/readme.txt (rev 0) +++ pgsqlclient/readme.txt 2006-03-13 12:35:43 UTC (rev 10) @@ -0,0 +1,72 @@ +PgSqlClient - ADO.NET Data Provider for PostgreSQL 7.4+ +------------------------------------------------------- + +Licenses +-------- + +PostgreSql.Data.PgSqlClient and PgSqlClient.Data.PgSqlClient.UnitTest +source code is released under the terms of the LGPL license +(http://www.opensource.org/licenses/lgpl-license.php). + +Mono.Security.Protocol.Tls source code is released under the terms of the +Mit/X11 license. +(http://www.opensource.org/licenses/mit-license.php) + +Copys of both licenses can be found with this package: + + PostgreSql.Data.PgSqlClient.License.txt (LGPL) + PostgreSql.Data.PgSqlClient.License.html(LGPL) + +and + + Mono.Security.Protocol.Tls.License.txt (MIT/X11) + + + +Developement list +----------------- + +You can subscribe to the developement list at: + + http://lists.sourceforge.net/lists/listinfo/pgsqlclient-devel + + +You can see the archives here: + + http://sourceforge.net/mailarchive/forum.php?forum=pgsqlclient-devel + + +Users support list +----------------- + +You can subscribe to the users support list at: + + http://lists.sourceforge.net/lists/listinfo/pgsqlclient-users + + +You can see the archives here: + + http://sourceforge.net/mailarchive/forum.php?forum=pgsqlclient-users + + +CVS access +--- ------ + +You can see instructions for CVS access here: + + https://sourceforge.net/cvs/?group_id=85397 + + + +Reporting Bugs +-------------- + +For bug reporting you can: + +1. Send it to the developement list. + +2. Send it to the user support list. + +3. Using the project bug tracker ( You need a Sourceforge ID ). + + https://sourceforge.net/tracker/?group_id=85397&atid=576060 Deleted: readme.txt =================================================================== --- readme.txt 2006-03-13 12:35:07 UTC (rev 9) +++ readme.txt 2006-03-13 12:35:43 UTC (rev 10) @@ -1,72 +0,0 @@ -PgSqlClient - ADO.NET Data Provider for PostgreSQL 7.4+ -------------------------------------------------------- - -Licenses --------- - -PostgreSql.Data.PgSqlClient and PgSqlClient.Data.PgSqlClient.UnitTest -source code is released under the terms of the LGPL license -(http://www.opensource.org/licenses/lgpl-license.php). - -Mono.Security.Protocol.Tls source code is released under the terms of the -Mit/X11 license. -(http://www.opensource.org/licenses/mit-license.php) - -Copys of both licenses can be found with this package: - - PostgreSql.Data.PgSqlClient.License.txt (LGPL) - PostgreSql.Data.PgSqlClient.License.html(LGPL) - -and - - Mono.Security.Protocol.Tls.License.txt (MIT/X11) - - - -Developement list ------------------ - -You can subscribe to the developement list at: - - http://lists.sourceforge.net/lists/listinfo/pgsqlclient-devel - - -You can see the archives here: - - http://sourceforge.net/mailarchive/forum.php?forum=pgsqlclient-devel - - -Users support list ------------------ - -You can subscribe to the users support list at: - - http://lists.sourceforge.net/lists/listinfo/pgsqlclient-users - - -You can see the archives here: - - http://sourceforge.net/mailarchive/forum.php?forum=pgsqlclient-users - - -CVS access ---- ------ - -You can see instructions for CVS access here: - - https://sourceforge.net/cvs/?group_id=85397 - - - -Reporting Bugs --------------- - -For bug reporting you can: - -1. Send it to the developement list. - -2. Send it to the user support list. - -3. Using the project bug tracker ( You need a Sourceforge ID ). - - https://sourceforge.net/tracker/?group_id=85397&atid=576060 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |