Update of /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23959
Added Files:
AssemblyInfo.cs PostgreSql.Data.PostgreSqlClient.snk
Log Message:
Started the reorganization of the CVS module
--- NEW FILE: PostgreSql.Data.PostgreSqlClient.snk ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: AssemblyInfo.cs ---
/* PgSqlClient - ADO.NET Data Provider for PostgreSQL 7.4+
* Copyright (c) 2003-2005 Carlos Guzman Alvarez
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
using System;
using System.Runtime.CompilerServices;
using System.Resources;
using System.Reflection;
[assembly: AssemblyTitle("ADO.NET Data provider for PostgreSQL 7.4+")]
[assembly: AssemblyDescription("ADO.NET Data provider for PostgreSQL 7.4+")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("PgSqlClient - ADO.NET Data provider for PostgreSQL 7.4+")]
[assembly: AssemblyCopyright("2003, 2005 - Carlos Guzmán Álvarez")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("PostgreSql.Data.PostgreSqlClient.snk")]
[assembly: AssemblyKeyName("")]
[assembly: CLSCompliant(true)]
|