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 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?Bj=c3=b6rn_Lundin?= Newsgroups: comp.lang.ada Subject: Re: Licensing Paranoia and Manual Compilation Issues Date: Thu, 13 Dec 2018 10:21:54 +0100 Organization: A noiseless patient Spider Message-ID: References: <6bee0ed3-c298-45c9-81b0-92cc90a1f2c6@googlegroups.com> <4fc537e9-e6f2-4fce-a7be-b5230c7f2d83@googlegroups.com> <96f1ef1d-9cc6-4b11-af0c-9eeda2120d95@googlegroups.com> <5f9a9088-f774-4c8e-832a-39482daa1670@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 13 Dec 2018 09:30:08 -0000 (UTC) Injection-Info: reader01.eternal-september.org; posting-host="4ed555110162cc895b8937c5cd5203a6"; logging-data="14634"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18WsFegyoZNGZE3/Pl1YoUk" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 Cancel-Lock: sha1:jDTx/xsOMI5Pi/VXhV1S2PFteDs= In-Reply-To: <5f9a9088-f774-4c8e-832a-39482daa1670@googlegroups.com> Content-Language: sv-FI Xref: reader01.eternal-september.org comp.lang.ada:55031 Date: 2018-12-13T10:21:54+01:00 List-Id: On 2018-12-12 10:34, alexander@xn--junivrs-e1a.com wrote: > Let's assume someone made a tool to aid people with a repetitive task in Ada. Give that the GPL license and it'd be impossible for someone to "steal" (redistribute for a fee) the original author's code, still allowing people to learn from the code that makes up the tool. You can always "steal" GPL code, and redistribute it for a fee as you see fit. The freedom in GPL is not free as free beer, but free as free speach. So you would need to provide the sources to the customers you sell to. And I think, a fairly easy way to reproduce an executable/library. You code depending on GPL (linked with) will inherit the GPL license. But you can charge your customers whatever you want. However you likely need to provide something better that the original code for people _wanting_ to pay you, I guess. -- -- Björn