udpate license clauses on my code to match the new-style BSD licenses.
remove no-longer-valid wustl email address for me. no functional change with this commit.
This commit is contained in:
parent
08dbb1aa2d
commit
e2bf3ae6ea
|
@ -1,7 +1,6 @@
|
|||
/* $NetBSD: ypwhich.c,v 1.17 2009/06/21 15:04:56 wiz Exp $ */
|
||||
/* $NetBSD: ypwhich.c,v 1.18 2011/02/01 20:58:15 chuck Exp $ */
|
||||
|
||||
/*
|
||||
*
|
||||
* Copyright (c) 1997 Charles D. Cranor
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@ -13,8 +12,6 @@
|
|||
* 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. The name of the author may not be used to endorse or promote products
|
||||
* derived from this software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
|
@ -30,7 +27,7 @@
|
|||
|
||||
/*
|
||||
* ypwhich
|
||||
* author: Chuck Cranor <chuck@ccrc.wustl.edu>
|
||||
* author: Chuck Cranor <chuck@netbsd>
|
||||
* date: 31-Oct-97
|
||||
*
|
||||
* notes: this is a full rewrite of Theo de Raadt's ypwhich.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
/* $NetBSD: yppush.c,v 1.22 2009/04/19 06:06:40 lukem Exp $ */
|
||||
/* $NetBSD: yppush.c,v 1.23 2011/02/01 20:59:41 chuck Exp $ */
|
||||
|
||||
/*
|
||||
*
|
||||
* Copyright (c) 1997 Charles D. Cranor
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@ -13,8 +12,6 @@
|
|||
* 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. The name of the author may not be used to endorse or promote products
|
||||
* derived from this software without specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
|
@ -30,7 +27,7 @@
|
|||
|
||||
/*
|
||||
* yppush
|
||||
* author: Chuck Cranor <chuck@ccrc.wustl.edu>
|
||||
* author: Chuck Cranor <chuck@netbsd>
|
||||
* date: 05-Nov-97
|
||||
*
|
||||
* notes: this is a full rewrite of Mats O Jansson <moj@stacken.kth.se>'s
|
||||
|
|
Loading…
Reference in New Issue