Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2019 19:44:44 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r353588 - in head: share/man/man3 sys/sys
Message-ID:  <201910151944.x9FJiibr002608@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Tue Oct 15 19:44:43 2019
New Revision: 353588
URL: https://svnweb.freebsd.org/changeset/base/353588

Log:
  Add copyrights that I forgot to add when splitting arb.h off from tree.h.
  While here clean up the RCS tags.
  
  Suggested by:	lstewart
  MFC after:	2 weeks
  Sponsored by:	Klara Inc, Netflix

Modified:
  head/share/man/man3/arb.3
  head/sys/sys/arb.h

Modified: head/share/man/man3/arb.3
==============================================================================
--- head/share/man/man3/arb.3	Tue Oct 15 19:12:09 2019	(r353587)
+++ head/share/man/man3/arb.3	Tue Oct 15 19:44:43 2019	(r353588)
@@ -1,6 +1,7 @@
 .\"	$OpenBSD: tree.3,v 1.7 2002/06/12 01:09:20 provos Exp $
 .\"
 .\" Copyright 2002 Niels Provos <provos@citi.umich.edu>
+.\" Copyright 2018-2019 Netflix, Inc.
 .\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without

Modified: head/sys/sys/arb.h
==============================================================================
--- head/sys/sys/arb.h	Tue Oct 15 19:12:09 2019	(r353587)
+++ head/sys/sys/arb.h	Tue Oct 15 19:44:43 2019	(r353588)
@@ -1,11 +1,8 @@
-/*	$NetBSD: tree.h,v 1.8 2004/03/28 19:38:30 provos Exp $	*/
-/*	$OpenBSD: tree.h,v 1.7 2002/10/17 21:51:54 art Exp $	*/
-/* $FreeBSD$ */
-
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright 2002 Niels Provos <provos@citi.umich.edu>
+ * Copyright 2018-2019 Netflix, Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -27,6 +24,8 @@
  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 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.
+ *
+ * $FreeBSD$
  */
 
 #ifndef	_SYS_ARB_H_



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910151944.x9FJiibr002608>