Re: Personal Copyright Notices
Greg Stark <gsstark@mit.edu>
From: Greg Stark <gsstark@mit.edu>
To: Bruce Momjian <bruce@momjian.us>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2010-02-05T14:21:11Z
Lists: pgsql-hackers
On Fri, Feb 5, 2010 at 3:24 AM, Bruce Momjian <bruce@momjian.us> wrote: > Bruce Momjian wrote: >> The intagg copyright is on a _Makefile_: >> >> # Makefile for integer aggregator >> # Copyright (C) 2001 Digital Music Network. >> # by Mark L. Woodward >> # $PostgreSQL: pgsql/contrib/intagg/Makefile,v 1.10 2008/11/14 19:58:45 tgl Exp $ >> >> Seems we either have to contact the author or rewrite the file. > > I have rewritten the above file from scratch to enable removal of the > copyright mention. > Uhm, you rewrote it and it turned out byte-for-byte identical except for the removed copyright comments? Actually the file is trivial enough -- it's just our standard pgxs template with the two filenames inserted -- that that's plausible. I think that indicates that it wasn't really something copyrightable to begin with. -- greg