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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,6b26adc021beff24 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!u9g2000pre.googlegroups.com!not-for-mail From: qunying Newsgroups: comp.lang.ada Subject: Re: Ada binding to GMP and MPFR Date: Wed, 20 May 2009 08:24:34 -0700 (PDT) Organization: http://groups.google.com Message-ID: <9fb53bdb-eb6a-4f59-8e8f-988071c07b5e@u9g2000pre.googlegroups.com> References: <72dd0e4d-1378-4cca-a72f-637f83f21686@e20g2000vbc.googlegroups.com> <4deb49a5-6d19-49dd-a7a8-ceed7adcb661@r3g2000vbp.googlegroups.com> NNTP-Posting-Host: 208.181.115.4 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1242833074 5788 127.0.0.1 (20 May 2009 15:24:34 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 20 May 2009 15:24:34 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: u9g2000pre.googlegroups.com; posting-host=208.181.115.4; posting-account=5q5YygoAAACq51EZyUjcDXZ0T5AqLVPG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042315 Firefox/3.0.10,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:5961 Date: 2009-05-20T08:24:34-07:00 List-Id: > [...] > > I can offer hosting on the Ada-France monotone server[1,2] but I think > it would be more productive if you would assign your copyright to the > FSF[3] and submit your binding for inclusion in GCC. That way, your > bindings would become part of GCC along with the libraries themselves > and would be packaged along with GCC into most distributions. This > requires that you use the same license, i.e. GPL version 3 or later > with an additional clause permitting use in proprietary programs. > > [1]http://www.ada-france.org/article130.html(French version) > [2]http://www.ada-france.org/article131.html(English version) > [3]http://gcc.gnu.org/contribute.html > > -- > Ludovic Brenta. What Ludovic suggested is the best way. In case you don't want that route, as you are using an gmail account, I think the most easy route for you is to host it in http://code.google.com/projecthosting/ as long as it uses the selected few open sources licenses, no pre-approval is required. The drawback is that it only support svn so far, and the Mercurial support is still not open to all. Others required approval from the hosting site: http://sourceforge.net/ http://savannah.gnu.org/ http://github.com/ .etc.