Re: more personal copyrights

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: more personal copyrights
Дата
Msg-id 28863.1281363119@sss.pgh.pa.us
обсуждение исходный текст
Ответ на more personal copyrights  (Jaime Casanova <jaime@2ndquadrant.com>)
Ответы Re: more personal copyrights  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Jaime Casanova <jaime@2ndquadrant.com> writes:
> A few months ago Bruce was doing a hunting of personal Copyrights
> notices, but i still found a lot of files copyrighted to: Regents of
> the University of California and other files copyrighted to
> individuals (ej: almost everything inside src/backend/regex is
> copyrighted to Henry Spencer)

> there's something we can/need to do about it?

No.  The regex code was lifted whole hog from Spencer's package;
it would be most uncivilized, as well as illegal, to remove his name
from it.

The case that we are trying to eliminate is where people have put
individual copyrights on code that was written specifically for
Postgres.  There's no good reason to have such files look like they
might have a license different from the rest of Postgres.  However,
Spencer's code isn't in that category --- it's also in Tcl, and
I imagine it was once distributed as a standalone library.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: is syntax columname(tablename) necessary still?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Initial review of xslt with no limits patch