Copyright of TPC files moved to LGPL V3.

With the permission of James Henstridge.
This commit is contained in:
Daniele Varrazzo 2010-10-08 14:46:50 +01:00
parent 8bfd34faf2
commit 60ee39fa3d
2 changed files with 34 additions and 24 deletions

View File

@ -1,22 +1,27 @@
/* xid.h - definition for the psycopg cursor type /* xid.h - definition for the psycopg Xid type
* *
* Copyright (C) 2008 James Henstridge <james@jamesh.id.au> * Copyright (C) 2008 James Henstridge <james@jamesh.id.au>
* Copyright (C) 2010 Daniele Varrazzo <daniele.varrazzo@gmail.com>
* *
* This file is part of psycopg. * This file is part of psycopg.
* *
* This program is free software; you can redistribute it and/or * psycopg2 is free software: you can redistribute it and/or modify it
* modify it under the terms of the GNU General Public License * under the terms of the GNU Lesser General Public License as published
* as published by the Free Software Foundation; either version 2, * by the Free Software Foundation, either version 3 of the License, or
* or (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * In addition, as a special exception, the copyright holders give
* but WITHOUT ANY WARRANTY; without even the implied warranty of * permission to link this program with the OpenSSL library (or with
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * modified versions of OpenSSL that use the same license as OpenSSL),
* GNU General Public License for more details. * and distribute linked combinations including the two.
* *
* You should have received a copy of the GNU General Public License * You must obey the GNU Lesser General Public License in all respects for
* along with this program; if not, write to the Free Software * all of the code used other than OpenSSL.
* Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
* psycopg2 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.
*/ */
#ifndef PSYCOPG_XID_H #ifndef PSYCOPG_XID_H

View File

@ -1,22 +1,27 @@
/* cursor_type.c - python interface to cursor objects /* xid_type.c - python interface to Xid objects
* *
* Copyright (C) 2008 Canonical Ltd. * Copyright (C) 2008 Canonical Ltd.
* Copyright (C) 2010 Daniele Varrazzo <daniele.varrazzo@gmail.com>
* *
* This file is part of psycopg. * This file is part of psycopg.
* *
* This program is free software; you can redistribute it and/or * psycopg2 is free software: you can redistribute it and/or modify it
* modify it under the terms of the GNU General Public License * under the terms of the GNU Lesser General Public License as published
* as published by the Free Software Foundation; either version 2, * by the Free Software Foundation, either version 3 of the License, or
* or (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * In addition, as a special exception, the copyright holders give
* but WITHOUT ANY WARRANTY; without even the implied warranty of * permission to link this program with the OpenSSL library (or with
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * modified versions of OpenSSL that use the same license as OpenSSL),
* GNU General Public License for more details. * and distribute linked combinations including the two.
* *
* You should have received a copy of the GNU General Public Likcense * You must obey the GNU Lesser General Public License in all respects for
* along with this program; if not, write to the Free Software * all of the code used other than OpenSSL.
* Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
* psycopg2 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.
*/ */
#define PY_SSIZE_T_CLEAN #define PY_SSIZE_T_CLEAN