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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.28.104 with SMTP id a8mr8107825obh.15.1428766564628; Sat, 11 Apr 2015 08:36:04 -0700 (PDT) X-Received: by 10.140.84.213 with SMTP id l79mr86845qgd.41.1428766564479; Sat, 11 Apr 2015 08:36:04 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!eu.feeder.erje.net!newspeer1.nac.net!border2.nntp.dca1.giganews.com!nntp.giganews.com!m20no2681996iga.0!news-out.google.com!a41ni60qgf.1!nntp.google.com!z60no908682qgd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 11 Apr 2015 08:36:04 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=108.7.58.191; posting-account=mZyFSQoAAABfOmklsh1d8TPbS2LncUKl NNTP-Posting-Host: 108.7.58.191 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4f8902b3-61d0-4bfa-af8f-960b6943cb90@googlegroups.com> Subject: Binary Distribution - Ada utilities From: "RasikaSrinivasan@gmail.com" Injection-Date: Sat, 11 Apr 2015 15:36:04 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:25514 Date: 2015-04-11T08:36:04-07:00 List-Id: 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. 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? thanks for any clues. srini