Date: Sun, 7 Jul 2013 18:34:36 +0000 (UTC) From: Devin Teske <dteske@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r252982 - head/usr.sbin/bsdconfig/share Message-ID: <201307071834.r67IYaPE092028@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307071834.r67IYaPE092028>