Return-Path: X-Original-To: apmail-hadoop-common-dev-archive@www.apache.org Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D729D17D9E for ; Fri, 3 Oct 2014 20:03:46 +0000 (UTC) Received: (qmail 66895 invoked by uid 500); 3 Oct 2014 20:03:44 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 66816 invoked by uid 500); 3 Oct 2014 20:03:44 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 66804 invoked by uid 99); 3 Oct 2014 20:03:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Oct 2014 20:03:43 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rarecactus@gmail.com designates 209.85.212.172 as permitted sender) Received: from [209.85.212.172] (HELO mail-wi0-f172.google.com) (209.85.212.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Oct 2014 20:03:38 +0000 Received: by mail-wi0-f172.google.com with SMTP id n3so8270753wiv.5 for ; Fri, 03 Oct 2014 13:03:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=nNbgak75RFm/KvHh3Qq2S4cFFiSV3Unem149Zn+by0s=; b=oBDoTiqKxoFD9fcOCNxy6z74Z/s5H00o8oARsDgCqlFFMEH12KV32kuV8rptPwfCvJ 1/OiIDbLnxYCTxyivWBZshhBMfZG/GBBPaMo5kIQ4L0iYl4swXEWUolimj32Uvm1hANi O5EG8WhDD1hO1KPYEQUHqCl+2Uri2EKy6KFTWUhxWaEhospV502lLzNvpgilcFwqh59H xoA139ZqV6jTmVVyQI3r2K1eHGBNM7UveKflYl4lbC5Xh08AFStullbouFVdlqGdZQsy atihhbiIZdOH3NksyvWN0XanTxZOjCrTBFZZih0taxgs/dZ9F0vUn0Pw6cetjM7/sYpN gsKQ== MIME-Version: 1.0 X-Received: by 10.180.35.134 with SMTP id h6mr992130wij.0.1412366596892; Fri, 03 Oct 2014 13:03:16 -0700 (PDT) Sender: rarecactus@gmail.com Received: by 10.194.243.132 with HTTP; Fri, 3 Oct 2014 13:03:16 -0700 (PDT) In-Reply-To: References: Date: Fri, 3 Oct 2014 13:03:16 -0700 X-Google-Sender-Auth: Ya5xcWINr7Ae7OQiWN47gzgVq4k Message-ID: Subject: Re: submissions with bsd code? From: Colin McCabe To: Hadoop Common Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Oct 1, 2014 at 4:30 PM, John Smith wrote: > hi developers. > > i have some native code working on solaris, but my changes use getgrouplist > from openssh. is that ok? do i need to do anything special? is the > license in file enough? Is the license in which file enough? Colin > > thank you for your help.