Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Aug 2002 00:50:04 -0700 (PDT)
From:      Doug Rabson <dfr@nlsystems.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/41397: no copyright or license on lib/libc/gen/semctl.c
Message-ID:  <200208100750.g7A7o4HV074527@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/41397; it has been noted by GNATS.

From: Doug Rabson <dfr@nlsystems.com>
To: David Malone <dwmalone@maths.tcd.ie>, Kyle Martin <mkm@ieee.org>
Cc: freebsd-gnats-submit@FreeBSD.org, dfr@FreeBSD.org, dd@FreeBSD.org
Subject: Re: misc/41397: no copyright or license on lib/libc/gen/semctl.c
Date: Sat, 10 Aug 2002 08:44:28 +0100

 On Friday 09 August 2002 2:20 pm, David Malone wrote:
 > On Wed, Aug 07, 2002 at 12:38:29AM -0700, Kyle Martin wrote:
 > > >Description:
 > >
 > > there is no copyright or license in the source file mentioned above.
 >
 > There are a few files in libc/gen without copyrights:
 >
 > getprogname.c   dd
 > msgctl.c        dfr
 > msgget.c        dfr
 > msgrcv.c        dfr
 > msgsnd.c        dfr
 > semconfig.c     dfr
 > semctl.c        dfr
 > semget.c        dfr
 > semop.c         dfr
 > setprogname.c   dd
 > shmat.c         dfr
 > shmctl.c        dfr
 > shmdt.c         dfr
 > shmget.c        dfr
 >
 > Maybe Doug and Dima could say what copyright should go on them?
 
 Something like this will do fine:
 
 /*-
  * Copyright (c) 2002 Doug Rabson
  * All rights reserved.
  *
  * 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=
 =2E
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PUR=
 POSE
  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABL=
 E
  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUEN=
 TIAL
  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOOD=
 S
  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, ST=
 RICT
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY =
 WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
  *=09$FreeBSD$
  */
 
 
 --=20
 Doug Rabson=09=09=09=09Mail:  dfr@nlsystems.com
 =09=09=09=09=09Phone: +44 20 8348 6160
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208100750.g7A7o4HV074527>