Re: initdb copyright notice

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: initdb copyright notice
Date: 2003-11-17 20:57:15
Message-ID: 200311172057.hAHKvFb15079@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Yes, in cases where I take the entire file unchanged, I don't change the
copyright, but I think we can take the copyright of the project rather
than those of the individual files.

---------------------------------------------------------------------------

Neil Conway wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > I have grabbed code from NetBSD before, and I just mention that fact at
> > the top of the file. There is no need to repeat their license as it is
> > the same as our license.
>
> src/port/qsort.c is wrong, then: (a) it includes the full NetBSD
> copyright/warranty statement (b) it claims to be covered by the 4
> clause BSD license.
>
> A quick grep of the source tree indicates that the following files
> claim to be covered by the 4 clause BSD license:
>
> $ grep -rlI 'This product includes software developed' *
> contrib/mysql/my2pg.pl
> contrib/pgcrypto/README.pgcrypto
> contrib/pgcrypto/blf.c
> contrib/pgcrypto/blf.h
> src/backend/port/darwin/system.c
> src/backend/port/dynloader/freebsd.c
> src/backend/port/dynloader/netbsd.c
> src/backend/port/dynloader/openbsd.c
> src/backend/utils/mb/wstrcmp.c
> src/backend/utils/mb/wstrncmp.c
> src/port/crypt.c
> src/port/getopt.c
> src/port/getopt_long.c
> src/port/inet_aton.c
> src/port/qsort.c
> src/port/snprintf.c
> src/port/strtol.c
> src/port/strtoul.c
>
> -Neil
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2003-11-17 21:15:25 Re: initdb copyright notice
Previous Message Neil Conway 2003-11-17 20:54:15 Re: initdb copyright notice