svn commit: r345947 - head/sys/conf

Warner Losh imp at FreeBSD.org
Fri Apr 5 14:27:49 UTC 2019


Author: imp
Date: Fri Apr  5 14:27:48 2019
New Revision: 345947
URL: https://svnweb.freebsd.org/changeset/base/345947

Log:
  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.

Modified:
  head/sys/conf/newvers.sh

Modified: head/sys/conf/newvers.sh
==============================================================================
--- head/sys/conf/newvers.sh	Fri Apr  5 11:39:21 2019	(r345946)
+++ head/sys/conf/newvers.sh	Fri Apr  5 14:27:48 2019	(r345947)
@@ -140,7 +140,6 @@ done
 if [ -z "$COPYRIGHT" ]; then
 	COPYRIGHT="/*-
  * Copyright (c) 1992-$year The FreeBSD Project.
- * All rights reserved.
  *
  */"
 fi


More information about the svn-src-all mailing list