From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!Xl.tags.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!buffer2.nntp.dca1.giganews.com!local2.nntp.dca.giganews.com!nntp.earthlink.com!news.earthlink.com.POSTED!not-for-mail NNTP-Posting-Date: Sat, 11 Apr 2015 15:44:19 -0500 From: Dennis Lee Bieber Newsgroups: comp.lang.ada Subject: Re: Binary Distribution - Ada utilities Date: Sat, 11 Apr 2015 16:44:25 -0400 Organization: IISS Elusive Unicorn Message-ID: References: <4f8902b3-61d0-4bfa-af8f-960b6943cb90@googlegroups.com> X-Newsreader: Forte Agent 6.00/32.1186 X-No-Archive: YES MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Usenet-Provider: http://www.giganews.com NNTP-Posting-Host: 108.79.223.87 X-Trace: sv3-fgg9MeYa6ENquCVSSuC7VDBq1K1vxix3ht8cYNVCASNnUHYYKTgkZiAVVfsfzSAnwN0XmJg1V6CnmOY!6OrwUV4ovd4mjXJpNpbDuLpltRvaFd034uwI2cNStIMyf4QKWwjuLOwmIwkBvKsFIri0HlAepI3a!tFcfxm6iRG/MTIiKB/aWlOeCH58= X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 2543 Xref: news.eternal-september.org comp.lang.ada:25516 Date: 2015-04-11T16:44:25-04:00 List-Id: On Sat, 11 Apr 2015 08:36:04 -0700 (PDT), "RasikaSrinivasan@gmail.com" declaimed the following: >all > >I am writing some utilities using gnat gpl. I am confused about some licensing considerations. > >E.g. > >https://github.com/RajaSrinivasan/Projects.git > >I would like to distribute the binaries for those who would not care about sources. > They may not care about sources, but the impression I get of GPL itself is that you MUST provide the sources with it. >Some questions: > >- For Win 7, what is the minimal set of dll's needed for a command line program? >- Can I include these dll's in my distro? > >so far I have not used any packages other than from GNAT GPL. But I am going to be starting to use some other packages such as the library from zipada. how does it change the picture? > You need to check the license for that third-party package, and somehow combine it with the GPL license. If it is a prebuilt DLL, you probably only have to look at the distribution restrictions for the DLL itself... BUT, if the DLL is built from source USING GNAT GPL, it likely now incorporates its original license and GPL (if it uses ANY of the GNAT run-time library -- which is almost anything useful -- the run-time is no longer non-infectious). -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/