Remove another instance of All Rights Reserved.

Remove the phrase from boilerplate copyright we stick on vers.c when
we can't find the template file. In practice, this won't change a
thing, except for the case of compiling the kernel standalone w/o the
rest of a tree on a system that doesn't have
/usr/share/examples/etc/bsd-copyright installed.
This commit is contained in:
Warner Losh 2019-04-05 14:27:48 +00:00
parent d99880cf46
commit 2bb0099fcf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=345947

View File

@ -140,7 +140,6 @@ done
if [ -z "$COPYRIGHT" ]; then
COPYRIGHT="/*-
* Copyright (c) 1992-$year The FreeBSD Project.
* All rights reserved.
*
*/"
fi