Bug 41397

Summary: no copyright or license on lib/libc/gen/semctl.c
Product: Base System Reporter: Kyle Martin <mkm>
Component: miscAssignee: dfr
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Kyle Martin 2002-08-07 08:40:01 UTC
there is no copyright or license in the source file mentioned above.

Fix: 

id assume just add the BSDL...
How-To-Repeat: mix one part vodka with 2 parts orange juice
Comment 1 dwmalone 2002-08-09 14:20:07 UTC
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?

	David.
Comment 2 Doug Rabson 2002-08-10 08:44:28 UTC
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
Comment 3 Kris Kennaway freebsd_committer freebsd_triage 2003-07-13 01:29:27 UTC
Responsible Changed
From-To: freebsd-bugs->dfr

Assign to dfr so he can add his own copyright :)
Comment 4 Maxim Konovalov freebsd_committer freebsd_triage 2003-07-13 11:19:59 UTC
State Changed
From-To: open->closed

Fixed in rev. 1.8.