From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH 2/2] eal: add u64 bit variant for reciprocal Date: Tue, 29 Aug 2017 12:35:26 -0700 Message-ID: <20170829123526.38f4bd89@xeon-e3> References: <1504032378-5483-1-git-send-email-pbhagavatula@caviumnetworks.com> <1504032378-5483-2-git-send-email-pbhagavatula@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, cristian.dumitrescu@intel.com To: Pavan Nikhilesh Return-path: Received: from mail-pf0-f175.google.com (mail-pf0-f175.google.com [209.85.192.175]) by dpdk.org (Postfix) with ESMTP id 3D02711F5 for ; Tue, 29 Aug 2017 21:35:29 +0200 (CEST) Received: by mail-pf0-f175.google.com with SMTP id r62so12976302pfj.0 for ; Tue, 29 Aug 2017 12:35:29 -0700 (PDT) In-Reply-To: <1504032378-5483-2-git-send-email-pbhagavatula@caviumnetworks.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, 30 Aug 2017 00:16:18 +0530 Pavan Nikhilesh wrote: > +/* > + * libdivide > + * Copyright (C) 2010 ridiculous_fish > + * This software is provided 'as-is', without any express or implied > + * warranty. In no event will the authors be held liable for any damages > + * arising from the use of this software. > + * Permission is granted to anyone to use this software for any purpose, > + * including commercial applications, and to alter it and redistribute it > + * freely, subject to the following restrictions: > + * > + * 1. The origin of this software must not be misrepresented; you must not > + * claim that you wrote the original software. If you use this software > + * in a product, an acknowledgment in the product documentation would be > + * appreciated but is not required. > + * > + * 2. Altered source versions must be plainly marked as such, and must not be > + * misrepresented as being the original software. > + * > + * 3. This notice may not be removed or altered from any source distribution. > + * > + * libdivide@ridiculousfish.com > + * > + */ > + No new license, certainly no advertising clauses.