From b8f858c07968cdcf167a9376ab8dfe27cdf24187 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 5 Apr 2019 14:27:48 +0000 Subject: [PATCH] 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. --- sys/conf/newvers.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index b8b6d66d4e85..1090f1562688 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -140,7 +140,6 @@ done if [ -z "$COPYRIGHT" ]; then COPYRIGHT="/*- * Copyright (c) 1992-$year The FreeBSD Project. - * All rights reserved. * */" fi