svn commit: r252982 - head/usr.sbin/bsdconfig/share

Devin Teske dteske at FreeBSD.org
Sun Jul 7 18:34:37 UTC 2013


Author: dteske
Date: Sun Jul  7 18:34:36 2013
New Revision: 252982
URL: http://svnweb.freebsd.org/changeset/base/252982

Log:
  Be consistent with other usr.sbin programs w/respect to the copyright
  wording ("All rights reserved."); I had the casing wrong on many instances.

Modified:
  head/usr.sbin/bsdconfig/share/sysrc.subr

Modified: head/usr.sbin/bsdconfig/share/sysrc.subr
==============================================================================
--- head/usr.sbin/bsdconfig/share/sysrc.subr	Sun Jul  7 18:31:02 2013	(r252981)
+++ head/usr.sbin/bsdconfig/share/sysrc.subr	Sun Jul  7 18:34:36 2013	(r252982)
@@ -1,7 +1,7 @@
 if [ ! "$_SYSRC_SUBR" ]; then _SYSRC_SUBR=1
 #
 # Copyright (c) 2006-2012 Devin Teske
-# All Rights Reserved.
+# All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions


More information about the svn-src-all mailing list