Date: Tue, 6 Sep 2016 15:17:35 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r305480 - in head: lib/libstand sys/ufs/ffs sys/ufs/ufs Message-ID: <201609061517.u86FHZZg091253@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Tue Sep 6 15:17:35 2016 New Revision: 305480 URL: https://svnweb.freebsd.org/changeset/base/305480 Log: Renumber the advertising clause. Modified: head/lib/libstand/ufs.c head/sys/ufs/ffs/fs.h head/sys/ufs/ufs/dir.h Modified: head/lib/libstand/ufs.c ============================================================================== --- head/lib/libstand/ufs.c Tue Sep 6 15:11:37 2016 (r305479) +++ head/lib/libstand/ufs.c Tue Sep 6 15:17:35 2016 (r305480) @@ -24,7 +24,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/sys/ufs/ffs/fs.h ============================================================================== --- head/sys/ufs/ffs/fs.h Tue Sep 6 15:11:37 2016 (r305479) +++ head/sys/ufs/ffs/fs.h Tue Sep 6 15:17:35 2016 (r305480) @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/sys/ufs/ufs/dir.h ============================================================================== --- head/sys/ufs/ufs/dir.h Tue Sep 6 15:11:37 2016 (r305479) +++ head/sys/ufs/ufs/dir.h Tue Sep 6 15:17:35 2016 (r305480) @@ -15,7 +15,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609061517.u86FHZZg091253>