svn commit: r254488 - head/lib/libc/gen

Jilles Tjoelker jilles at FreeBSD.org
Sun Aug 18 13:25:19 UTC 2013


Author: jilles
Date: Sun Aug 18 13:25:18 2013
New Revision: 254488
URL: http://svnweb.freebsd.org/changeset/base/254488

Log:
  dup3(3): Replace copyright notice.
  
  Although I copied dup(2) to create dup3(3), I removed almost all the
  non-boilerplate, so dup3(3) is copyright me.
  
  Reported by:	bjk

Modified:
  head/lib/libc/gen/dup3.3

Modified: head/lib/libc/gen/dup3.3
==============================================================================
--- head/lib/libc/gen/dup3.3	Sun Aug 18 11:54:20 2013	(r254487)
+++ head/lib/libc/gen/dup3.3	Sun Aug 18 13:25:18 2013	(r254488)
@@ -1,5 +1,5 @@
-.\" Copyright (c) 1980, 1991, 1993
-.\"	The Regents of the University of California.  All rights reserved.
+.\" Copyright (c) 2013 Jilles Tjoelker
+.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
@@ -9,14 +9,11 @@
 .\" 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.
-.\" 4. Neither the name of the University nor the names of its contributors
-.\"    may be used to endorse or promote products derived from this software
-.\"    without specific prior written permission.
 .\"
-.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+.\" 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 PURPOSE
-.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
@@ -25,7 +22,6 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"     @(#)dup.2	8.1 (Berkeley) 6/4/93
 .\" $FreeBSD$
 .\"
 .Dd August 16, 2013


More information about the svn-src-all mailing list