Update of /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12804/source/PostgreSql/Data/Protocol Modified Files: InfoMessageCallback.cs NotificationCallback.cs PgAuthMethods.cs PgBackendCodes.cs PgCharSet.cs PgCharSetCollection.cs PgClientError.cs PgClientErrorCollection.cs PgClientException.cs PgClientMessageEventArgs.cs PgClientMessageEventHandler.cs PgClientNotificationEventArgs.cs PgClientNotificationEventHandler.cs PgCodes.cs PgConnectionParams.cs PgDataType.cs PgDbClient.cs PgErrorCodes.cs PgFieldDescriptor.cs PgFrontEndCodes.cs PgOutputPacket.cs PgParameter.cs PgResponsePacket.cs PgRowDescriptor.cs PgStatement.cs PgStatementStatus.cs PgType.cs PgTypeCollection.cs PgTypeFormat.cs PgTypeStringFormats.cs SslConnectionCallback.cs Log Message: Sources relicensed under the IDPL Index: PgTypeFormat.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgTypeFormat.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgTypeFormat.cs 8 Sep 2005 18:41:55 -0000 1.1 --- PgTypeFormat.cs 11 Sep 2005 12:12:31 -0000 1.2 *************** *** 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: PgStatement.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgStatement.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PgStatement.cs 9 Sep 2005 21:35:00 -0000 1.2 --- PgStatement.cs 11 Sep 2005 12:12:31 -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: PgOutputPacket.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgOutputPacket.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PgOutputPacket.cs 9 Sep 2005 21:35:00 -0000 1.2 --- PgOutputPacket.cs 11 Sep 2005 12:12:31 -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: PgClientError.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgClientError.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgClientError.cs 8 Sep 2005 18:41:55 -0000 1.1 --- PgClientError.cs 11 Sep 2005 12:12:31 -0000 1.2 *************** *** 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: PgParameter.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgParameter.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgParameter.cs 8 Sep 2005 18:41:55 -0000 1.1 --- PgParameter.cs 11 Sep 2005 12:12:31 -0000 1.2 *************** *** 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: PgBackendCodes.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgBackendCodes.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgBackendCodes.cs 8 Sep 2005 18:41:55 -0000 1.1 --- PgBackendCodes.cs 11 Sep 2005 12:12:31 -0000 1.2 *************** *** 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: PgDataType.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgDataType.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgDataType.cs 8 Sep 2005 18:41:55 -0000 1.1 --- PgDataType.cs 11 Sep 2005 12:12:31 -0000 1.2 *************** *** 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: PgResponsePacket.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgResponsePacket.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PgResponsePacket.cs 9 Sep 2005 21:35:00 -0000 1.2 --- PgResponsePacket.cs 11 Sep 2005 12:12:31 -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: PgType.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgType.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgType.cs 8 Sep 2005 18:41:55 -0000 1.1 --- PgType.cs 11 Sep 2005 12:12:31 -0000 1.2 *************** *** 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: PgCodes.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgCodes.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PgCodes.cs 9 Sep 2005 21:35:00 -0000 1.2 --- PgCodes.cs 11 Sep 2005 12:12:31 -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: PgCharSetCollection.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgCharSetCollection.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgCharSetCollection.cs 8 Sep 2005 18:41:55 -0000 1.1 --- PgCharSetCollection.cs 11 Sep 2005 12:12:31 -0000 1.2 *************** *** 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: PgClientMessageEventArgs.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgClientMessageEventArgs.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgClientMessageEventArgs.cs 8 Sep 2005 18:41:55 -0000 1.1 --- PgClientMessageEventArgs.cs 11 Sep 2005 12:12:31 -0000 1.2 *************** *** 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: PgClientException.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgClientException.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgClientException.cs 8 Sep 2005 18:41:55 -0000 1.1 --- PgClientException.cs 11 Sep 2005 12:12:31 -0000 1.2 *************** *** 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: PgTypeCollection.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgTypeCollection.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgTypeCollection.cs 8 Sep 2005 18:41:55 -0000 1.1 --- PgTypeCollection.cs 11 Sep 2005 12:12:31 -0000 1.2 *************** *** 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: PgStatementStatus.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgStatementStatus.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgStatementStatus.cs 8 Sep 2005 18:41:55 -0000 1.1 --- PgStatementStatus.cs 11 Sep 2005 12:12:31 -0000 1.2 *************** *** 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: PgErrorCodes.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgErrorCodes.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgErrorCodes.cs 8 Sep 2005 18:41:55 -0000 1.1 --- PgErrorCodes.cs 11 Sep 2005 12:12:31 -0000 1.2 *************** *** 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: PgDbClient.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgDbClient.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PgDbClient.cs 9 Sep 2005 21:35:00 -0000 1.2 --- PgDbClient.cs 11 Sep 2005 12:12:31 -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: PgRowDescriptor.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgRowDescriptor.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgRowDescriptor.cs 8 Sep 2005 18:41:55 -0000 1.1 --- PgRowDescriptor.cs 11 Sep 2005 12:12:31 -0000 1.2 *************** *** 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: SslConnectionCallback.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/SslConnectionCallback.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SslConnectionCallback.cs 8 Sep 2005 18:41:55 -0000 1.1 --- SslConnectionCallback.cs 11 Sep 2005 12:12:31 -0000 1.2 *************** *** 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: PgClientErrorCollection.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgClientErrorCollection.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgClientErrorCollection.cs 8 Sep 2005 18:41:55 -0000 1.1 --- PgClientErrorCollection.cs 11 Sep 2005 12:12:31 -0000 1.2 *************** *** 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: PgFrontEndCodes.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgFrontEndCodes.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgFrontEndCodes.cs 8 Sep 2005 18:41:55 -0000 1.1 --- PgFrontEndCodes.cs 11 Sep 2005 12:12:31 -0000 1.2 *************** *** 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: PgClientNotificationEventHandler.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgClientNotificationEventHandler.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgClientNotificationEventHandler.cs 8 Sep 2005 18:41:55 -0000 1.1 --- PgClientNotificationEventHandler.cs 11 Sep 2005 12:12:31 -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; --- 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; Index: PgAuthMethods.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgAuthMethods.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgAuthMethods.cs 8 Sep 2005 18:41:55 -0000 1.1 --- PgAuthMethods.cs 11 Sep 2005 12:12:31 -0000 1.2 *************** *** 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: PgConnectionParams.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgConnectionParams.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgConnectionParams.cs 8 Sep 2005 18:41:55 -0000 1.1 --- PgConnectionParams.cs 11 Sep 2005 12:12:31 -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.Text; --- 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.Text; *************** *** 22,26 **** namespace PostgreSql.Data.Protocol { ! internal class PgConnectionParams { #region · Fields · --- 22,26 ---- namespace PostgreSql.Data.Protocol { ! internal sealed class PgConnectionOptions { #region · Fields · *************** *** 126,130 **** #region · Constructors · ! public PgConnectionParams() { this.serverName = "localhost"; --- 126,130 ---- #region · Constructors · ! public PgConnectionOptions() { this.serverName = "localhost"; Index: NotificationCallback.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/NotificationCallback.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** NotificationCallback.cs 8 Sep 2005 18:41:55 -0000 1.1 --- NotificationCallback.cs 11 Sep 2005 12:12:31 -0000 1.2 *************** *** 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: PgCharSet.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgCharSet.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgCharSet.cs 8 Sep 2005 18:41:55 -0000 1.1 --- PgCharSet.cs 11 Sep 2005 12:12:31 -0000 1.2 *************** *** 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: PgClientMessageEventHandler.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgClientMessageEventHandler.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgClientMessageEventHandler.cs 8 Sep 2005 18:41:55 -0000 1.1 --- PgClientMessageEventHandler.cs 11 Sep 2005 12:12:31 -0000 1.2 *************** *** 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: PgTypeStringFormats.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgTypeStringFormats.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgTypeStringFormats.cs 8 Sep 2005 18:41:55 -0000 1.1 --- PgTypeStringFormats.cs 11 Sep 2005 12:12:31 -0000 1.2 *************** *** 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: InfoMessageCallback.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/InfoMessageCallback.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** InfoMessageCallback.cs 8 Sep 2005 18:41:55 -0000 1.1 --- InfoMessageCallback.cs 11 Sep 2005 12:12:31 -0000 1.2 *************** *** 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: PgFieldDescriptor.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/Protocol/PgFieldDescriptor.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgFieldDescriptor.cs 8 Sep 2005 18:41:55 -0000 1.1 --- PgFieldDescriptor.cs 11 Sep 2005 12:12:31 -0000 1.2 *************** *** 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: PgClientNotificationEventArgs.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data... [truncated message content] |