From owner-svn-src-head@FreeBSD.ORG Mon Jun 3 12:43:09 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D7F8C872; Mon, 3 Jun 2013 12:43:09 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CA53C1AF1; Mon, 3 Jun 2013 12:43:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r53Ch9G3085576; Mon, 3 Jun 2013 12:43:09 GMT (envelope-from emaste@svn.freebsd.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r53Ch9JZ085575; Mon, 3 Jun 2013 12:43:09 GMT (envelope-from emaste@svn.freebsd.org) Message-Id: <201306031243.r53Ch9JZ085575@svn.freebsd.org> From: Ed Maste Date: Mon, 3 Jun 2013 12:43:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r251295 - head/lib/libc/net X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 12:43:09 -0000 Author: emaste Date: Mon Jun 3 12:43:09 2013 New Revision: 251295 URL: http://svnweb.freebsd.org/changeset/base/251295 Log: Switch to 2-clause license Approved by: bms@ Modified: head/lib/libc/net/getifmaddrs.c Modified: head/lib/libc/net/getifmaddrs.c ============================================================================== --- head/lib/libc/net/getifmaddrs.c Mon Jun 3 09:33:51 2013 (r251294) +++ head/lib/libc/net/getifmaddrs.c Mon Jun 3 12:43:09 2013 (r251295) @@ -10,12 +10,6 @@ * 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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Bruce M. Simpson. - * 4. Neither the name of Bruce M. Simpson nor the names of other - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY BRUCE M. SIMPSON AND AFFILIATES * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED