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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4c414b671e6762ef,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.223.73 with SMTP id qs9mr925658pbc.7.1344775589852; Sun, 12 Aug 2012 05:46:29 -0700 (PDT) Path: c10ni107915pbw.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Leo Brewin Newsgroups: comp.lang.ada Subject: copyright questions Date: Sun, 12 Aug 2012 05:46:29 -0700 (PDT) Organization: http://groups.google.com Message-ID: <9aa82823-3b7b-4212-949a-780efa7d7cc1@googlegroups.com> NNTP-Posting-Host: 118.209.200.189 Mime-Version: 1.0 X-Trace: posting.google.com 1344775589 1397 127.0.0.1 (12 Aug 2012 12:46:29 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 12 Aug 2012 12:46:29 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=118.209.200.189; posting-account=l8GBMwoAAADCbqdOJSbg4dBRqkD14dJd User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-08-12T05:46:29-07:00 List-Id: Greetings, I have ported some parts of Lapack & Blas to Ada2012 and I'd like to make t= he code available for public use. But before I release the code I'd like to= canvas your opinions on how I should assign the copyright. The original co= pyright licence (from the Fortran sources) must be included, that much is c= lear. But I have made some small changes forced upon me by the transition f= rom Fortran to Ada. Do I need to add a separate copyright notice to this Ad= a version?=20 I don't want to get into the debate about the right and wrongs of the vario= us copyright licences (GPL vs. BSD) or the politics of copyright law. I jus= t want to ensure that no third parties can later claim copyright of my work= (as limited as it is, it's just a port of the hard work of the original La= pack & Blas team, so there is little intellectual content in my contributio= n). If someone could point me to an example (of a copyright license for a p= orted code) that would be a start. Just to be clear, this is a port to Ada, not a set of bindings to the Fortr= an code. Cheers, Leo