Update of /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12804/source/PostgreSql/Data
Modified Files:
AssemblyInfo.cs
Log Message:
Sources relicensed under the IDPL
Index: AssemblyInfo.cs
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/AssemblyInfo.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** AssemblyInfo.cs 10 Sep 2005 12:06:17 -0000 1.1
--- AssemblyInfo.cs 11 Sep 2005 12:12:30 -0000 1.2
***************
*** 1,20 ****
- /* 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;
--- 1,2 ----
***************
*** 30,34 ****
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
! [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("PostgreSql.Data.PostgreSqlClient.snk")]
--- 12,16 ----
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
! [assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("PostgreSql.Data.PostgreSqlClient.snk")]
|