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
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.
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
Responsible Changed From-To: freebsd-bugs->dfr Assign to dfr so he can add his own copyright :)
State Changed From-To: open->closed Fixed in rev. 1.8.