Re: GNU GPL license in some of the source files

From: "Karsten Hilbert" <Karsten(dot)Hilbert(at)gmx(dot)net>
To:
Cc: "psycopg(at)postgresql(dot)org" <psycopg(at)postgresql(dot)org>
Subject: Re: GNU GPL license in some of the source files
Date: 2014-05-20 16:42:21
Message-ID: trinity-7ddd1632-0449-451f-8625-c68cc2b858c0-1400604141688@3capp-gmx-bs35
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: psycopg

There's a file (sandbox/test-psycopg2-datetime-systematic.py) that has the following lines:
 

# $Source: /sources/gnumed/gnumed/gnumed/client/testing/test-psycopg2-datetime-systematic.py,v $
__version__ = "$Revision: 1.1 $"
__author__  = "K.Hilbert <Karsten(dot)Hilbert(at)gmx(dot)net>"
__license__ = 'GPL (details at http://www.gnu.org[http://www.gnu.org])'
# =======================================================================
 
How would you like to handle this?

You can change it to

license="LGPL with exceptions or ZPL",

Karsten Hilbert

In response to

Browse psycopg by date

  From Date Subject
Next Message jared 2014-05-20 17:44:49 Re: psycopg : web service
Previous Message Chris Mildebrandt 2014-05-20 16:26:08 Re: GNU GPL license in some of the source files