Re: [HACKERS] Copyright

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] Copyright
Дата
Msg-id Pine.LNX.4.21.0001291255550.364-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Re: [HACKERS] Copyright  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
On 2000-01-28, Bruce Momjian mentioned:

> [Charset ISO-8859-1 unsupported, filtering to ASCII...]
> > This came down with my latest update and confused me quite a bit:
> > 
> > * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
> > 
> > Since when do *they* own the copyright? Whatever happened to the good old
> > PostgreSQL Global Development Group? Assigning the copyright of an open
> > source project to a commercial entity is something unprecedented, and
> > quite frankly (without having anything at all against PostgreSQL, Inc) I
> > am not so excited about it.
> 
> That is what I was told by Marc.  If we want to discuss it, go ahead. 
> Such a change was planned in late December, though there was no
> discussion who gets the copyright.  I believe he used PostgreSQL Inc.
> because it is a legal entity, vs. the development team, which is not.

In any case, a better way to search for copyright notices is

egrep -i '\(c\)|copyright'

Just

egrep '\(C\)'

will miss some. ;)

-- 
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] END/ABORT
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] Does initdb -e is working ? (Latest dev. snapshot)