How much should a floating license cost? [closed]
Closed 9 years ago.
Openfire licensing with custom code
I am thinking of integrating the openfire chat server with my custom website. Openfire server and the smack client library is licensed under Apache License, Version 2.0.
Confused on selling GPL. How is it consistent with this section?
(Written against GPLv2.)
What’s more restrictive, the RPL or the AGPL?
What’s the difference between the RPL licence and the AGPL licence?
How does the GPL work in regards to languages like Dart which compile to other languages?
Google’s Dart language is not supported by any Web Browsers other than a special build of Chromium known as Dartium. To use Dart for production code you need to run it through a Dart->JavaScript compiler/translator and then use the outputted JavaScript in your web application.
Running software as a service using unmodified GPL(v2+) program as a core dependency: must the SaaS source code be released?
I’m designing a software as a service project which will only be accessed online. I may have a hard dependency on an executable which is covered by GNU GPL (v2 or later).
How can I ensure a portion of my project’s code remains in all derivative works?
I had an idea for a website. After much coding and thinking out the idea, I’ve got it to a decent stage.
Is there a precedent for the license on a compiler restricting the kind of development you can use it for?
It was recently let slip that the new EULA for Delphi XE3 will prohibit Client Server development with the Professional edition without the additional purchase of a Client Server license pack. This is not to say the Professional version will lack the features, but the license will specifically prohibit the developer from using the compiler for a specific class of development, even with 3rd party or home grown solutions.
Most appropriate OSS license for infrastructure code
I’m looking into potentially releasing some infrastructure code (related to automated builds and deployments) as OSS and I’m curious about how the various OSS licenses effect it.
LGPL License in commercial application [duplicate]
This question already has answers here: Can I use GPL, LGPL, MPL licensed packages with my application and make it closed source? (5 answers) Closed 9 years ago. I have searched around but I don’t seem to be able to get a clear answer on my questions that I understand. I want to use the […]