Skip site navigation (1) Skip section navigation (2)

Copyrights on files

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Copyrights on files
Date: 2007-03-25 01:20:33
Message-ID: 200703250120.l2P1KX703066@momjian.us (view raw)
Someone has pointed out to me that we have non-PostgreSQL/Berkeley
copyrights on a number of files:
	
	src/port/rint.c
	* Copyright (c) 1999, repas AEG Automation GmbH
	
	src/backend/port/dynloader/aix.c
	* This is an unpublished work copyright (c) 1992 HELIOS Software GmbH
	* 30159 Hannover, Germany
	
	src/backend/port/dynloader/ultrix4.h
	*  Copyright (c) 1993 Andrew K. Yu, University of California at Berkeley
	*  All rights reserved.
	... BSD copyright text follows
	
	src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
	# Copyright 2002 by Bill Huang

I have emailed Andrew Yu to see if we can remove his line, but I
question whether the other people can be reached.

How should we handle this?

-- 
  Bruce Momjian  <bruce(at)momjian(dot)us>          http://momjian.us
  EnterpriseDB                               http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Copyrights on files
Date: 2007-03-25 03:28:26
Message-ID: 20070325032826.GF12087@alvh.no-ip.org (view raw)
Bruce Momjian wrote:
> Someone has pointed out to me that we have non-PostgreSQL/Berkeley
> copyrights on a number of files:
> 	
> 	src/port/rint.c
> 	* Copyright (c) 1999, repas AEG Automation GmbH
> 	
> 	src/backend/port/dynloader/aix.c
> 	* This is an unpublished work copyright (c) 1992 HELIOS Software GmbH
> 	* 30159 Hannover, Germany
> 	
> 	src/backend/port/dynloader/ultrix4.h
> 	*  Copyright (c) 1993 Andrew K. Yu, University of California at Berkeley
> 	*  All rights reserved.
> 	... BSD copyright text follows
> 	
> 	src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
> 	# Copyright 2002 by Bill Huang
> 
> I have emailed Andrew Yu to see if we can remove his line, but I
> question whether the other people can be reached.
> 
> How should we handle this?

If they are released under the BSD license, why do we care about it?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Copyrights on files
Date: 2007-03-25 03:47:01
Message-ID: 4605F0B5.5040909@commandprompt.com (view raw)
Bruce Momjian wrote:
> Someone has pointed out to me that we have non-PostgreSQL/Berkeley
> copyrights on a number of files:
> 	
> 	src/port/rint.c
> 	* Copyright (c) 1999, repas AEG Automation GmbH
> 	
> 	src/backend/port/dynloader/aix.c
> 	* This is an unpublished work copyright (c) 1992 HELIOS Software GmbH
> 	* 30159 Hannover, Germany
> 	
> 	src/backend/port/dynloader/ultrix4.h
> 	*  Copyright (c) 1993 Andrew K. Yu, University of California at Berkeley
> 	*  All rights reserved.
> 	... BSD copyright text follows
> 	
> 	src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
> 	# Copyright 2002 by Bill Huang
> 
> I have emailed Andrew Yu to see if we can remove his line, but I
> question whether the other people can be reached.
> 
> How should we handle this?
> 

We either have to rewrite those parts entirely, or accept them as they are.

Joshua D. Drake

-- 

       === The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive  PostgreSQL solutions since 1997
              http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/


From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Copyrights on files
Date: 2007-03-25 03:47:39
Message-ID: 4605F0DB.9060104@commandprompt.com (view raw)
Alvaro Herrera wrote:
> Bruce Momjian wrote:
>> Someone has pointed out to me that we have non-PostgreSQL/Berkeley
>> copyrights on a number of files:
>> 	
>> 	src/port/rint.c
>> 	* Copyright (c) 1999, repas AEG Automation GmbH
>> 	
>> 	src/backend/port/dynloader/aix.c
>> 	* This is an unpublished work copyright (c) 1992 HELIOS Software GmbH
>> 	* 30159 Hannover, Germany
>> 	
>> 	src/backend/port/dynloader/ultrix4.h
>> 	*  Copyright (c) 1993 Andrew K. Yu, University of California at Berkeley
>> 	*  All rights reserved.
>> 	... BSD copyright text follows
>> 	
>> 	src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
>> 	# Copyright 2002 by Bill Huang
>>
>> I have emailed Andrew Yu to see if we can remove his line, but I
>> question whether the other people can be reached.
>>
>> How should we handle this?
> 
> If they are released under the BSD license, why do we care about it?

Because BSD != BSD in all cases.

Consider the advertising clause for example.

Joshua D. Drake




-- 

       === The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive  PostgreSQL solutions since 1997
              http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/


From: mark(at)mark(dot)mielke(dot)cc
To: Bruce Momjian <bruce(at)momjian(dot)us>,PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Copyrights on files
Date: 2007-03-25 15:46:17
Message-ID: 20070325154617.GA1339@mark.mielke.cc (view raw)
On Sat, Mar 24, 2007 at 11:28:26PM -0400, Alvaro Herrera wrote:
> Bruce Momjian wrote:
> > I have emailed Andrew Yu to see if we can remove his line, but I
> > question whether the other people can be reached.
> > How should we handle this?
> If they are released under the BSD license, why do we care about it?

Only the GPL license has the explicit clause "or any feature version of
this license". This clause was designed specifically for this purpose.
To allow the GPL to be updated and automatically apply to all software.
Except, it doesn't. Linux, for example, at least for some time, had an
explicit point that Linus Torvalds did not agree with this ability to
for the FSF to change the terms under which Linux is available. He wrote
at the top of the license words to the effect: "You may *only* use version
2 of the GPL."

Not that I have ever chosen to use the BSD license as a template for any
of my software - but if I did, the University of Berkeley cannot change
the terms of *my* software. The University of Berkeley can only change
the terms of software actually owned by the University of Berkeley.

Cheers,
mark

-- 
mark(at)mielke(dot)cc / markm(at)ncf(dot)ca / markm(at)nortel(dot)com     __________________________
.  .  _  ._  . .   .__    .  . ._. .__ .   . . .__  | Neighbourhood Coder
|\/| |_| |_| |/    |_     |\/|  |  |_  |   |/  |_   | 
|  | | | | \ | \   |__ .  |  | .|. |__ |__ | \ |__  | Ottawa, Ontario, Canada

  One ring to rule them all, one ring to find them, one ring to bring them all
                       and in the darkness bind them...

                           http://mark.mielke.cc/


From: Florian Weimer <fweimer(at)bfk(dot)de>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: Copyrights on files
Date: 2007-03-26 14:46:55
Message-ID: 82y7lkcba8.fsf@mid.bfk.de (view raw)
* Bruce Momjian:

> 	src/backend/port/dynloader/aix.c
> 	* This is an unpublished work copyright (c) 1992 HELIOS Software GmbH
> 	* 30159 Hannover, Germany

The company still exists, it seems.  Have you tried to contact them?
See <http://www.helios.de/about/email.phtml>.

-- 
Florian Weimer                <fweimer(at)bfk(dot)de>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstraße 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Copyrights on files
Date: 2007-03-26 23:39:22
Message-ID: 200703262339.l2QNdMC18908@momjian.us (view raw)
Bruce Momjian wrote:
> Someone has pointed out to me that we have non-PostgreSQL/Berkeley
> copyrights on a number of files:
> 	
> 	src/port/rint.c
> 	* Copyright (c) 1999, repas AEG Automation GmbH
> 	
> 	src/backend/port/dynloader/aix.c
> 	* This is an unpublished work copyright (c) 1992 HELIOS Software GmbH
> 	* 30159 Hannover, Germany
> 	
> 	src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
> 	# Copyright 2002 by Bill Huang

The above copyright mentions have no actual BSD copyright text, so what
do we do?  If we assume they are BSD copyrights that match our own, we
perhaps don't have a problem.  If not, we do have a problem.

The one that is a more serious issue is in
/pgtop/contrib/pgcrypto/blf.*, where the BSD advertising clause is in
the copyright, and the author has updated the copyright:

 *    must display the following acknowledgement:
 *      This product includes software developed by Niels Provos.

I will try to contact all the authors to get permission to clean this
up.

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

 * Blowfish block cipher for OpenBSD
 * Copyright 1997 Niels Provos <provos(at)physnet(dot)uni-hamburg(dot)de>
 * All rights reserved.
 *
 * Implementation advice by David Mazieres <dm(at)lcs(dot)mit(dot)edu>.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the distribution.
 * 3. All advertising materials mentioning features or use of this software
 *    must display the following acknowledgement:
 *      This product includes software developed by Niels Provos.
 * 4. The name of the author may not be used to endorse or promote products
 *    derived from this software without specific prior written permission.
 *



-- 
  Bruce Momjian  <bruce(at)momjian(dot)us>          http://momjian.us
  EnterpriseDB                               http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +


Privacy Policy | About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group