Update of /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Design/ParameterCollection
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12804/source/PostgreSql/Data/Design/ParameterCollection
Modified Files:
PgParameterCollectionEditor.cs PgParameterConverter.cs
Log Message:
Sources relicensed under the IDPL
Index: PgParameterConverter.cs
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Design/ParameterCollection/PgParameterConverter.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PgParameterConverter.cs 9 Sep 2005 21:35:00 -0000 1.2
--- PgParameterConverter.cs 11 Sep 2005 12:12:30 -0000 1.3
***************
*** 1,18 ****
! /* 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
*/
--- 1,17 ----
! /*
! * PgSqlClient - ADO.NET Data Provider for PostgreSQL 7.4+
*
! * The contents of this file are subject to the Initial
! * Developer's Public License Version 1.0 (the "License");
! * you may not use this file except in compliance with the
! * License.
! *
! * Software distributed under the License is distributed on
! * an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either
! * express or implied. See the License for the specific
! * language governing rights and limitations under the License.
*
! * Copyright (c) 2003, 2005 Carlos Guzman Alvarez
! * All Rights Reserved.
*/
Index: PgParameterCollectionEditor.cs
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Design/ParameterCollection/PgParameterCollectionEditor.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PgParameterCollectionEditor.cs 9 Sep 2005 21:35:00 -0000 1.2
--- PgParameterCollectionEditor.cs 11 Sep 2005 12:12:30 -0000 1.3
***************
*** 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.Data;
--- 1,20 ----
! /*
! * PgSqlClient - ADO.NET Data Provider for PostgreSQL 7.4+
*
! * The contents of this file are subject to the Initial
! * Developer's Public License Version 1.0 (the "License");
! * you may not use this file except in compliance with the
! * License.
! *
! * Software distributed under the License is distributed on
! * an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either
! * express or implied. See the License for the specific
! * language governing rights and limitations under the License.
*
! * Copyright (c) 2003, 2005 Carlos Guzman Alvarez
! * All Rights Reserved.
*/
+
using System;
using System.Data;
|