Re: License question - Mailing list pgsql-hackers

From Tom Lane
Subject Re: License question
Date
Msg-id 7774.1082651216@sss.pgh.pa.us
Whole thread Raw
In response to License question  (Shachar Shemesh <psql@shemesh.biz>)
Responses Re: License question
List pgsql-hackers
Shachar Shemesh <psql@shemesh.biz> writes:
> Neil Conway wrote:
>> What license text do you think implies this?

> provided that the above copyright notice and this paragraph and the 
> following two paragraphs appear in all copies.

> I read that to mean that all copies must have the same license.

No, that says that you can't remove the copyright notice from files that
have it.  It doesn't say that nearby files have to have the same
license.  (Compare to the GPL, which *does* say that.)

The bottom line here is that you cannot relicense code you didn't write;
this is generally true no matter what license it is distributed under.
You can take some Postgres pieces and use them in a project with a
different overall license, but those pieces are still under BSD license.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Shachar Shemesh
Date:
Subject: Re: valgrind errors
Next
From: Shachar Shemesh
Date:
Subject: Re: License question