Re: [HACKERS] Copyright - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [HACKERS] Copyright
Date
Msg-id Pine.LNX.4.21.0001291255550.364-100000@localhost.localdomain
Whole thread Raw
In response to Re: [HACKERS] Copyright  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] END/ABORT
Next
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] Does initdb -e is working ? (Latest dev. snapshot)