diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2019-10-15 19:44:43 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2019-10-15 19:44:43 +0000 |
commit | 014931a85891487bb9c41b94e4e004cbc6c81028 (patch) | |
tree | abfb27f8893b29dd05abb3d7c92d07b7f5925aa4 /sys | |
parent | 65db3aa8c4a1f7e9357255a0ebdeb4ab1efba058 (diff) | |
download | src-014931a85891487bb9c41b94e4e004cbc6c81028.tar.gz src-014931a85891487bb9c41b94e4e004cbc6c81028.zip |
Notes
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/arb.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/sys/arb.h b/sys/sys/arb.h index 4bcd17bd2f74..aa076e4681b9 100644 --- a/sys/sys/arb.h +++ b/sys/sys/arb.h @@ -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_ |