From owner-svn-src-head@freebsd.org Thu Mar 9 15:29:35 2017 Return-Path: Delivered-To: svn-src-head@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 791AED04D5B for ; Thu, 9 Mar 2017 15:29:35 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x22c.google.com (mail-io0-x22c.google.com [IPv6:2607:f8b0:4001:c06::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 414011AF4 for ; Thu, 9 Mar 2017 15:29:35 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x22c.google.com with SMTP id z13so30587893iof.2 for ; Thu, 09 Mar 2017 07:29:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=rSjwvN8HfcJfh+ybMysJRxq4r/UgDmREajYuoEJZojY=; b=s5M++WbdTCAODSQucWaleWiTJo2wE6FZLSuxueZx3cRRbOv83MYbmjDhRTKGXdXdWJ w7PIBKjFVZl64FwOrQkxVUN0xxm+S3qORWvAlcda7U2iUKNncGd2mPvAVaVO3x8UyiAO 6iz3rGdihX7g6k0FxqFK0vbzBvJYtk+Az+gLMRM+RJd2+nQ4M3DE8fii2hpTr3AvEP44 D6n66ZbROfvoYxJ88tkatr02c9xEWDoVFEDwJA8+XI4tR2X1j8q15y9ZWw/EVQWuYRgO iwga6fL2RyjMyQfCMYr/KQNMt2wm8Nz30W+Ish/l1+TdPCllMztnEGkgAP0TyPXKFoj/ dS1Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=rSjwvN8HfcJfh+ybMysJRxq4r/UgDmREajYuoEJZojY=; b=BDmY3uayEgKAsBe2bbjym63HMg+izVs3qMMK8YTvFvujGvoX+TyeAPTwgX3FHms6iP Hrg9GYGmIMN1mVJtwer1NEufZD4T2JKIgyL5iRzLziZdaDWoMsc3TZEhNkxuHCPAdSOG cRTMlGSiBWnNO5mZtEicfOv+QafCk3YaH16jeKcYpxY0bc6Pv8+NY+pLYnDaXJo1Ngbb WeCGUC67KBKyESBNhku0aNdPtCEjI61ZOM9oiCtqStYTXA1n0JhvQDMeuO+f1t1wuoS3 EkVz4CF0a96+KfrU07NWehNpeV/6A4g2/JlwfJ9bURDru9MY4iRpzTOY8pufnZXNQaw5 igVg== X-Gm-Message-State: AMke39k4j94exzfzPtP+D6nOdaFmrLxYDKoeyxYMr1Nmr1DVSqgus2AafBm7iFvFuiU6Zu5BPuCpanzuB331LA== X-Received: by 10.107.174.220 with SMTP id n89mr12902940ioo.166.1489073374528; Thu, 09 Mar 2017 07:29:34 -0800 (PST) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.134.129 with HTTP; Thu, 9 Mar 2017 07:29:34 -0800 (PST) X-Originating-IP: [69.53.245.200] In-Reply-To: <201703091526.v29FQmRG007171@pdx.rh.CN85.dnsmgr.net> References: <201703091521.v29FL3da010200@repo.freebsd.org> <201703091526.v29FQmRG007171@pdx.rh.CN85.dnsmgr.net> From: Warner Losh Date: Thu, 9 Mar 2017 08:29:34 -0700 X-Google-Sender-Auth: 6JFA0ykHw7ht1KdtDIVwFiecP10 Message-ID: Subject: Re: svn commit: r314961 - head/usr.bin/localedef To: rgrimes@freebsd.org Cc: "Pedro F. Giffuni" , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 09 Mar 2017 15:29:35 -0000 On Thu, Mar 9, 2017 at 8:26 AM, Rodney W. Grimes wrote: >> Author: pfg >> Date: Thu Mar 9 15:21:03 2017 >> New Revision: 314961 >> URL: https://svnweb.freebsd.org/changeset/base/314961 >> >> Log: >> localedef(1): Fix for memory leaks reported by coverity. >> >> Also some small cleanups to match better current illumos. >> >> CID: 1338540, 1338541, 1338557, 1338566 >> >> Obtained from: illumos >> Discussed with: Yuri Pankov (@Nexenta) >> MFC after: 5 days >> >> Modified: >> head/usr.bin/localedef/collate.c >> head/usr.bin/localedef/ctype.c >> head/usr.bin/localedef/localedef.c >> head/usr.bin/localedef/localedef.h >> head/usr.bin/localedef/time.c >> >> Modified: head/usr.bin/localedef/collate.c >> ============================================================================== >> --- head/usr.bin/localedef/collate.c Thu Mar 9 13:41:57 2017 (r314960) >> +++ head/usr.bin/localedef/collate.c Thu Mar 9 15:21:03 2017 (r314961) >> @@ -1,5 +1,5 @@ >> /* >> - * Copyright 2010 Nexenta Systems, Inc. All rights reserved. >> + * Copyright 2017 Nexenta Systems, Inc. > > Now this is defanitly a wrong thing to do with a copyright notice, > always error on the side of OLDEST date, never newest. You have now > extended Nexenta's claim to 2010 work by 7 years. Rob, I'm sorry Rob, but bind your own business. This is Nexenta Systems' business, not yours. They are the owners of the copyright. They get to choose. Your constant harping on trivia is very demotivating. Warner