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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,25457a5aee9eaa04 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Received: by 10.68.234.38 with SMTP id ub6mr7307519pbc.2.1338229153804; Mon, 28 May 2012 11:19:13 -0700 (PDT) MIME-Version: 1.0 Path: pr3ni59408pbb.0!nntp.google.com!news2.google.com!news1.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!news.alt.net!news.dizum.com!sewer-output!mail2news From: Nomen Nescio Newsgroups: comp.lang.ada Subject: Re: Fuzzy machine learning framework v1.2 References: <97770545359907417.091682rm-host.bauhaus-maps.arcor.de@news.arcor.de> Message-ID: <79fc3b2388ac31ee9c7a200c4501cdc2@dizum.com> Date: Mon, 28 May 2012 20:19:04 +0200 (CEST) Mail-To-News-Contact: abuse@dizum.com Organization: mail2news@dizum.com X-Received-Bytes: 1899 Date: 2012-05-28T20:19:04+02:00 List-Id: Georg Bauhaus wrote: > "Dmitry A. Kazakov" wrote: > > On Mon, 28 May 2012 13:36:53 +0200, J-P. Rosen wrote: > > > >> Le 28/05/2012 12:08, Dmitry A. Kazakov a écrit : > >>> This release is packaged for Windows, Fedora (yum) and Debian (apt). The > >>> software is public domain (licensed under GM GPL). > >> Just to be picky: if it's licensed under GMGPL, it's free software, but > >> it's not public domain. Public domain means that you give up all your > >> intellectual rights (possibly allowing someone to take your work and > >> putting a restrictive license upon it). > > > > I thought GMGPL allowed derivative works to be restricted as anybody > > wanted? > > The exception says it applies to instances of the given work. > LGPL sounds different. > > In fact, it is not possible to give up originators rights under > German law. If authors publish a work, the connection with > their work cannot normally be removed. They may give rights to use > their work, though, within bounds imposed by overruling law > as usual. > > There is no public domain (US style) in continental > Europe, TTBOMK. (The same term may mean something > different in the UK, IIRC.) Even more reason to use an accepted free software license like BSD or MIT, if your intent is to share your code openly and still retain the copyright.