From: Carlos G. Á. <car...@us...> - 2005-09-11 12:12:40
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/PgTypes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12804/source/PostgreSql/Data/PgTypes Modified Files: PgBox.cs PgCircle.cs PgLSeg.cs PgLine.cs PgPath.cs PgPoint.cs PgPolygon.cs PgTimeSpan.cs Log Message: Sources relicensed under the IDPL Index: PgTimeSpan.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/PgTypes/PgTimeSpan.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgTimeSpan.cs 8 Sep 2005 18:41:54 -0000 1.1 --- PgTimeSpan.cs 11 Sep 2005 12:12:30 -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: PgPoint.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/PgTypes/PgPoint.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgPoint.cs 8 Sep 2005 18:41:54 -0000 1.1 --- PgPoint.cs 11 Sep 2005 12:12:30 -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: PgCircle.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/PgTypes/PgCircle.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgCircle.cs 8 Sep 2005 18:41:54 -0000 1.1 --- PgCircle.cs 11 Sep 2005 12:12:30 -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: PgPath.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/PgTypes/PgPath.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgPath.cs 8 Sep 2005 18:41:54 -0000 1.1 --- PgPath.cs 11 Sep 2005 12:12:30 -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: PgBox.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/PgTypes/PgBox.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgBox.cs 8 Sep 2005 18:41:54 -0000 1.1 --- PgBox.cs 11 Sep 2005 12:12:30 -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: PgLSeg.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/PgTypes/PgLSeg.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgLSeg.cs 8 Sep 2005 18:41:54 -0000 1.1 --- PgLSeg.cs 11 Sep 2005 12:12:30 -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: PgLine.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/PgTypes/PgLine.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgLine.cs 8 Sep 2005 18:41:54 -0000 1.1 --- PgLine.cs 11 Sep 2005 12:12:30 -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: PgPolygon.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/source/PostgreSql/Data/PgTypes/PgPolygon.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PgPolygon.cs 8 Sep 2005 18:41:54 -0000 1.1 --- PgPolygon.cs 11 Sep 2005 12:12:30 -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. */ |