contrib/fuzzystrmatch/dmetaphone.c license

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема contrib/fuzzystrmatch/dmetaphone.c license
Дата
Msg-id 54EC6D80.5090507@vmware.com
обсуждение исходный текст
Ответы Re: contrib/fuzzystrmatch/dmetaphone.c license  (Dave Page <dpage@pgadmin.org>)
Список pgsql-hackers
contrib/fuzzystrmatch/dmetaphone.c says this:

> /***************************** COPYRIGHT NOTICES ***********************
>
> Most of this code is directly from the Text::DoubleMetaphone perl module
> version 0.05 available from http://www.cpan.org.
> It bears this copyright notice:
>
>
>   Copyright 2000, Maurice Aubrey <maurice@hevanet.com>.
>   All rights reserved.
>
>   This code is based heavily on the C++ implementation by
>   Lawrence Philips and incorporates several bug fixes courtesy
>   of Kevin Atkinson <kevina@users.sourceforge.net>.
>
>   This module is free software; you may redistribute it and/or
>   modify it under the same terms as Perl itself.

Is that OK? Perl is dual-licensed under the GPL and the "Artistic 
License", so the question is whether the Artistic License is compatible 
with the PostgreSQL license. IANAL, but I couldn't immediately figure 
out what the Artistic License requires, when you pick a piece of code 
and modify and embed it in another project.

- Heikki



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Jeevan Chalke
Дата:
Сообщение: Re: How about to have relnamespace and relrole?
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: deparsing utility commands