Questions about PostgreSQL Setup License

Started by DUBILLOT Aurelienabout 13 years ago3 messagesbugs
Jump to latest
#1DUBILLOT Aurelien
aurelien.dubillot@thalesgroup.com

Hello,

I read on your website that PostgreSQL source code is free for use and modification, but in my case I am working on a project where we are generating our own setup and we would like to integrate PostgreSQL setup within it.

Are we also allowed to do that ?

Thanks in advance for your response,
Yours sincerely,

Aurélien DUBILLOT
Ingénieur Développement
Software System Engineering / Nantes
THALES Services S.A.S

In reply to: DUBILLOT Aurelien (#1)
Re: Questions about PostgreSQL Setup License

On 14 March 2013 16:42, DUBILLOT Aurelien
<aurelien.dubillot@thalesgroup.com> wrote:

Are we also allowed to do that ?

Why are you posting this to the -bugs mailing list?

The answer is yes, though IANAL, and that does not constitute legal
advice. However, there are a number of fairly prominent full
commercial forks, so I think you're safe.

--
Regards,
Peter Geoghegan

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

#3Daniel Farina
daniel@heroku.com
In reply to: DUBILLOT Aurelien (#1)
Re: Questions about PostgreSQL Setup License

On Thu, Mar 14, 2013 at 9:42 AM, DUBILLOT Aurelien
<aurelien.dubillot@thalesgroup.com> wrote:

I read on your website that PostgreSQL source code is free for use and
modification, but in my case I am working on a project where we are
generating our own setup and we would like to integrate PostgreSQL setup
within it.

This isn't really a bug, but...

Yes. You are allowed to do that. Just include a file with the
PostgreSQL license and copyright. This is how I did it for a derived
work:

"""

Copyright (c) 2012-2013, Heroku
All rights reserved.

Portions are derived from the PostgreSQL Project. The copyright for
those can be found in POSTGRES-COPYRIGHT. Otherwise, the license is
as follows:
"""

The license I have chosen is afterwards. POSTGRES-COPYRIGHT is just a
copy of the postgres COPYRIGHT file.

(https://github.com/fdr/pg_logfebe/ if you are curious)

--
fdr

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs