aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2018-05-09 17:06:52 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2018-05-09 17:06:52 +0000
commit480e017cc877acbce44de35db11734d69208fbd5 (patch)
tree6e7b8d2b6978072c919db12450fc0a5be418d240 /lib/libc
parentf0fb94abca6106e18ceb83ce74c27ce9f455db88 (diff)
downloadsrc-480e017cc877acbce44de35db11734d69208fbd5.tar.gz
src-480e017cc877acbce44de35db11734d69208fbd5.zip
Remove "all rights reserved" on files where I have copyright.
According to r333391 it is not needed any more. Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D15370
Notes
Notes: svn path=/head/; revision=333420
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/string/strchrnul.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/string/strchrnul.c b/lib/libc/string/strchrnul.c
index 81c52afcc73b..1c777be1854f 100644
--- a/lib/libc/string/strchrnul.c
+++ b/lib/libc/string/strchrnul.c
@@ -2,7 +2,6 @@
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
* Copyright (c) 2013 Niclas Zeising
- * All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions