From owner-svn-src-all@freebsd.org Mon May 9 20:55:36 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F166EB34FB8; Mon, 9 May 2016 20:55:36 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C3DEC132C; Mon, 9 May 2016 20:55:36 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u49KtaaE022726; Mon, 9 May 2016 20:55:36 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u49KtZAg022724; Mon, 9 May 2016 20:55:35 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605092055.u49KtZAg022724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 9 May 2016 20:55:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r299288 - head/usr.bin/ul X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2016 20:55:37 -0000 Author: bapt Date: Mon May 9 20:55:35 2016 New Revision: 299288 URL: https://svnweb.freebsd.org/changeset/base/299288 Log: Rationalize license numbering Modified: head/usr.bin/ul/ul.1 head/usr.bin/ul/ul.c Modified: head/usr.bin/ul/ul.1 ============================================================================== --- head/usr.bin/ul/ul.1 Mon May 9 20:55:00 2016 (r299287) +++ head/usr.bin/ul/ul.1 Mon May 9 20:55:35 2016 (r299288) @@ -9,7 +9,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/usr.bin/ul/ul.c ============================================================================== --- head/usr.bin/ul/ul.c Mon May 9 20:55:00 2016 (r299287) +++ head/usr.bin/ul/ul.c Mon May 9 20:55:35 2016 (r299288) @@ -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. *