Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/ufs/ffs Update for changed copyright notice.



details:   https://anonhg.NetBSD.org/src/rev/257e3e052eb8
branches:  netbsd-1-5
changeset: 488241:257e3e052eb8
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Fri Jun 23 14:37:45 2000 +0000

description:
Update for changed copyright notice.

diffstat:

 sys/ufs/ffs/softdep.h |  38 ++++++--------------------------------
 1 files changed, 6 insertions(+), 32 deletions(-)

diffs (63 lines):

diff -r 112fa48475ab -r 257e3e052eb8 sys/ufs/ffs/softdep.h
--- a/sys/ufs/ffs/softdep.h     Fri Jun 23 14:36:06 2000 +0000
+++ b/sys/ufs/ffs/softdep.h     Fri Jun 23 14:37:45 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: softdep.h,v 1.2 1999/11/15 18:49:14 fvdl Exp $ */
+/*     $NetBSD: softdep.h,v 1.2.6.1 2000/06/23 14:37:45 fvdl Exp $     */
 
 /*
  * Copyright 1998 Marshall Kirk McKusick. All Rights Reserved.
@@ -8,39 +8,14 @@
  * "Soft Updates: A Solution to the Metadata Update Problem in File
  * Systems", CSE-TR-254-95, August 1995).
  *
- * The following are the copyrights and redistribution conditions that
- * apply to this copy of the soft update software. For a license
- * to use, redistribute or sell the soft update software under
- * conditions other than those described here, please contact the
- * author at one of the following addresses:
- *
- *     Marshall Kirk McKusick          mckusick%mckusick.com@localhost
- *     1614 Oxford Street              +1-510-843-9542
- *     Berkeley, CA 94709-1608
- *     USA
- *
  * 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. None of the names of McKusick, Ganger, Patt, or the University of
- *    Michigan may be used to endorse or promote products derived from
- *    this software without specific prior written permission.
- * 4. Redistributions in any form must be accompanied by information on
- *    how to obtain complete source code for any accompanying software
- *    that uses this software. This source code must either be included
- *    in the distribution or be available for no more than the cost of
- *    distribution plus a nominal fee, and must be freely redistributable
- *    under reasonable conditions. For an executable file, complete
- *    source code means the source code for all modules it contains.
- *    It does not mean source code for modules or files that typically
- *    accompany the operating system on which the executable file runs,
- *    e.g., standard library modules or system header files.
+ *    notice, this list of conditions, and the following disclaimer,
+ *    without modification, immediately at the beginning of the file.
+ * 2. 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 MARSHALL KIRK MCKUSICK ``AS IS'' AND ANY
  * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
@@ -54,8 +29,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     @(#)softdep.h   9.6 (McKusick) 2/25/99
- *     $Id: softdep.h,v 1.2 1999/11/15 18:49:14 fvdl Exp $
+ * from: @(#)softdep.h 9.6 (McKusick) 2/25/99
  */
 
 #include <sys/queue.h>



Home | Main Index | Thread Index | Old Index