Questions tagged [commercial]
Commercial activity is anything to make money. This tag is for questions about making money with Open Source / Free Software, or other interaction between open projects and commercial activity. Warning: Open Source / Free Software can be commercial as well. Do not use this tag to mean not-open-source. Use the [proprietary] or [closed-source] tags instead.
262 questions
3 votes
0 answers
74 views
Can an AGPLv3 program be included in a CapacitorJS app that has AdMob ads?
I am writing a JavaScript game that I would like to license under AGPLv3. It should mainly be a web game but I am also planning to distribute it on F-Droid using CapacitorJS. For Google Play I was ...
2 votes
1 answer
173 views
Using multi-licensed code as a library in my proprietary software
I want to use the dual-licensed git-filter-repo as a library in my proprietary and commercial application, by this I mean: I want to sell the application as a binary, executable or package but not ...
3 votes
1 answer
124 views
MPL for core C++ and MIT for python interface and others: is this sound?
I'm developing a high-performance algorithm library for robotics applications. The implementation consists of C++ core algorithms with Python bindings and YAML configuration support. My objective is ...
7 votes
0 answers
108 views
What was Winning Strategies, Inc.?
Core libraries on many Linux and BSD based systems include copyright notices similar to this: Copyright (c) 1993 Winning Strategies, Inc. All rights reserved. Redistribution and use in source and ...
3 votes
1 answer
213 views
Can a software vendor prohibit use of their open source / community edition software (GPLv3) after subscribing to their Enterprise license?
A software vendor who offers a product under both an open source (under GPLv3) license as well as an Enterprise license has the following terms in their Enterprise agreement: Subscriber may not, and ...
6 votes
5 answers
6k views
Does Licensing open-source prevent me from selling the product?
In the last question I asked, I found out that open-source licenses are always letting people use your code/product commercially. This means that they can technically sell the product. Does this mean ...
23 votes
5 answers
3k views
How to fairly distribute a sum of money among the most relevant FLOSS projects to a codebase?
I'm facing a dilemma. As a independent software developer and vendor, I code and sell the product of my work making some profit out of it. It's not much, it won't make me rich, but it's enough to make ...
3 votes
1 answer
145 views
How do I properly put third-party dependencies under MIT on my copyright notice for a published MacOS app on the App Store?
If IconCast is the name of a close-sourced app I'm publishing that makes money, and AppIconSetGen, an open source library under the MIT license made by someone else that I made some changes to (which ...