From owner-svn-src-head@freebsd.org Thu Mar 9 15:31:28 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 8D5B6D04E13 for ; Thu, 9 Mar 2017 15:31:28 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-it0-x235.google.com (mail-it0-x235.google.com [IPv6:2607:f8b0:4001:c0b::235]) (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 4DDA41D52 for ; Thu, 9 Mar 2017 15:31:28 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-it0-x235.google.com with SMTP id m27so71390308iti.0 for ; Thu, 09 Mar 2017 07:31:28 -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=wIA+Uz9axJduK68p2HuefSAlLRump2NlUNMG8dKrzI0=; b=mdHwAoo84VtWsixc/oRkWmq1e4fP3a0z/xL4R8HqMxQh1dxQ8t+ur3gxIGqXLhyYEm akoZs9aQya6u9q/GB8YwiNlWp8+/WzpXNZDwVPfjaDXYEybrYzOVfzcDi6qgvMhflQLf t98BEkVyyNRYuT+fCxzjy6oKFmgUOsrhGXvEsv/CRokQvvICw03kgI6SbD1qclkxOHV9 NmOBddVmpTDTnas1u58emQWg2Rv9CRJHVmUrtufuZFeIRhbWUEZ41caNWvhhDqOShJmm imS+cxWiIMnNOIrij9PGnJnIOz5/YDtBhJFJyIgruSGG77HCzl9xDQwQxERcLWElhXJ6 BN+g== 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=wIA+Uz9axJduK68p2HuefSAlLRump2NlUNMG8dKrzI0=; b=DV+sXaQ3mCfrpnrCpamq1om7qizuyAZezEd1bQKM0z4FS0f8gd/N6uIPLtnKmOmAHa BgwKEeqiCwatFw3u1SOMn+AV9DNAjhTJjW0dT2/NkBbs3/9sTDv/N5e12Ms7DEfIykr/ T0goGTzekEb6ohXAYa8bLLrQDY2V7Ghrm7xttuMnBw0vmksU29t9VgEdw+SrYp3p8xuN HJ6IdUnTnGv0YVDeV7L0C1jtSDMlIZWvpH+QuwPM+2JIaz+7EIhufWIKYO/V1bc0EgoB zMzkw0CdyYobFXpV9DgfSWV8f5Zpc4NN/7/1FhOlwFvDUVN+N7D86fu1OS6/P4UjTGEG uLKA== X-Gm-Message-State: AMke39lENca8ovx+Nvkeot8fxef3VZhKf/EW1dc7/Z5JPs18OVpT5z/gYCsIUeuLQKHmavmVx+3EV6M/sKidKA== X-Received: by 10.36.90.194 with SMTP id v185mr30808285ita.85.1489073487614; Thu, 09 Mar 2017 07:31:27 -0800 (PST) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.134.129 with HTTP; Thu, 9 Mar 2017 07:31:27 -0800 (PST) X-Originating-IP: [69.53.245.200] In-Reply-To: References: <201703091521.v29FL3da010200@repo.freebsd.org> <201703091526.v29FQmRG007171@pdx.rh.CN85.dnsmgr.net> From: Warner Losh Date: Thu, 9 Mar 2017 08:31:27 -0700 X-Google-Sender-Auth: EvIgtXItxXCn1a3WaqFFSymdQYo 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:31:28 -0000 On Thu, Mar 9, 2017 at 8:29 AM, Warner Losh wrote: > 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. Also, it was imported from Illumos. They get to set the copyright policies they have there. They follow the old Sun Microsystems model of only listing the LATEST year. Since it is their IP, it's their call, now ours. Warner