X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.4 required=5.0	tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS
X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Andrew Schulman <schulman.andrew@epamail.epa.gov>
Subject: Re: argp?
Date: Tue, 20 Sep 2011 23:23:09 -0400
Lines: 16
Message-ID: <qrli779mcch3g3mt2irr936k4ghmtcmn62@4ax.com>
References: <f1vd77tap2lrk82fgu5ke7q6pnavlcfpmu@4ax.com> <20110920163443.GA19467@ednor.casa.cgf.cx> <k0hh77he2kt97vp10m2dvfjauph9pp0sgc@4ax.com> <20110920170652.GA21580@ednor.casa.cgf.cx> <kdih77hpioedsfdccbe730le3bp6rt4q9d@4ax.com> <20110920174843.GB21580@ednor.casa.cgf.cx> <umkh779j10ok6b9qt0r65fv0el36i78ft4@4ax.com> <4E78D659.5070004@redhat.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Archive: encrypt
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

> On 09/20/2011 11:59 AM, Andrew Schulman wrote:
> >>>
> >>> http://ftp.gnu.org/gnu/cpio/cpio-2.11.tar.gz
> >>>
> >>> See gnu/argp* .  Looks like a complete implementation, all GPL.
> 
> cpio borrows argp from gnulib, and in gnulib, argp is GPL (because it 
> has some improvements over glibc) but maintains sync with glibc fixes.

Thanks for the pointers.  I just looked in gnulib, and it shows argp as
LGPL.  I can import it using gnulib-tool --lgpl.

I see that I could just import argp from gnulib into my program source, but
my program is actually pretty simple and it seems silly to have its code
dominated by argp.  So I think I'd still rather package libargp separately,
to simplify my code and make it easier for others who may want to use it.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

