aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/kern/unix_socketpair_test.c
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2019-03-11 22:23:56 +0000
committerAlan Somers <asomers@FreeBSD.org>2019-03-11 22:23:56 +0000
commit809a8352dd5bb83dca991ff6c82e509208afad26 (patch)
tree958d888b7bdb9e67e25d47e46c98478fee0c5ced /tests/sys/kern/unix_socketpair_test.c
parenta9f59cc0293d91204bea1ca69049fa056a1bf80c (diff)
downloadsrc-809a8352dd5bb83dca991ff6c82e509208afad26.tar.gz
src-809a8352dd5bb83dca991ff6c82e509208afad26.zip
Drop "All rights reserved" from the files I own
Also, add SPDX tags where needed. MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=345034
Diffstat (limited to 'tests/sys/kern/unix_socketpair_test.c')
-rw-r--r--tests/sys/kern/unix_socketpair_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sys/kern/unix_socketpair_test.c b/tests/sys/kern/unix_socketpair_test.c
index 2bcd6b7a8778..54327d921131 100644
--- a/tests/sys/kern/unix_socketpair_test.c
+++ b/tests/sys/kern/unix_socketpair_test.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2018 Alan Somers
*
* Redistribution and use in source and binary forms, with or without