Skip to main content

Questions tagged [license]

This tag is used for concerns about licenses to software and what rights one grants.

3 votes
0 answers
48 views

How can I properly bundle open source licenses?

I have made an open source app that is licensed under GNU GPL V3.0. I have dependencies that use the MIT, Apache 2.0 and CC-0 licenses. How can I properly include the license info in my app? Is it ...
kytei's user avatar
  • 31
2 votes
2 answers
109 views

Different and conflicting licenses in one repository

Let me ask you directly using an example: there is a repository LINK that has a top-level LICENSE file with the Apache license. However, in the source files there is this note: This Page can only be ...
Maniues's user avatar
  • 920
5 votes
1 answer
893 views

Splitting LGPL License into certain folders/files

So my project tree is Root: Client Java Server C LICENCE README.md and I licensed it under LGPL v2.1, so my question is, Is it possible to put the LICENCE inside Server/C and inside Client/Java (...
Seddar Abdelhadi's user avatar
3 votes
1 answer
86 views

What is the default license of a project build on top of SpringBoot?

I am from a small private for-profit company, let us call it CompanyA for this example. We are using a popular java framework called SpringBoot to build our software on top of it. The license of ...
PatPanda's user avatar
4 votes
0 answers
67 views

What is the correct license of Computer Modern fonts and its derived works?

I wonder the licenses of Computer Modern fonts and its derived works. Wikipedia says Computer Modern is under the SIL Open Font License but the CTAN's Computer Modern page says under the Knuth License....
Paalon's user avatar
  • 41
6 votes
5 answers
4k 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 ...
Kid A's user avatar
  • 71
0 votes
1 answer
139 views

What is a Modification in MPL 2.0

In the case of a Software Project under Mozilla Public License (MPL) version 2.0. Given that I want to extend the Covered Software through a bigger Project. The following is an example where File A is ...
Blacx's user avatar
  • 35
1 vote
1 answer
104 views

Accessing source code of an original work open source licensed

In open source licenses, there are different requirements regarding the original work and the derivative one. While I understand that for some permissive licenses, there is not a requirement to ...
Silkly's user avatar
  • 61
3 votes
2 answers
543 views

What is a Modification in GPL 2.0

Given that I want to extend the Covered Software through a bigger Project. The following is an example where File A is part of the Covered Software and any subsequent files are not part of the ...
Blacx's user avatar
  • 35
0 votes
1 answer
118 views

License header for code licensed as GPL 3 only

The text of the GNU GPL 3 license ends with a section titled "How to Apply These Terms to Your New Programs", which states that you should include a license notice within each source file, ...
Eli Minkoff's user avatar
0 votes
1 answer
115 views

Licensing my project derived from MIT and AGPL-3 licensed projects

So I wish to take some lead in development of my app based on projects that were not active for 4 and 2 years. One of them is MIT licensed and other has AGPL-3 license. If I were to add my own code ...
Dio Kiriie's user avatar
2 votes
1 answer
178 views

When does (A)GPL license come into effect when loading a shared GPL-licensed library and how long does the effect last?

I've a very specific question. I was reading: https://www.gnu.org/licenses/gpl-faq.html#GPLPlugins And wondered about the following. My main program uses a permissive license that is compatible with ...
einloggennervt's user avatar
-2 votes
1 answer
218 views

Google's ML Kit

Hi I want to use google's ML Kit for my SDK offering to my customer. Is it open source? I don't find any license attached to it. Also it is like a black box that goes along with our offerings and uses ...
UTSAV SHARMA's user avatar
17 votes
2 answers
8k views

Is it legal to distribute GPL software compiled with a nonfree compiler?

Suppose there is a GPL program. Say I used a closed source "compiler" to build it. In building so, I pulled in a proprietary library, but I considered it part of my compiler. Because the ...
Blacklight MG's user avatar
5 votes
1 answer
361 views

Correct license for dataset if source data has different licenses

I want to create a new dataset which I want to publish on e.g. Hugging Face. I plan to have multiple versions with different licenses, depending on which data I used. I now wondered whether I can ...
TiMauzi's user avatar
  • 153

15 30 50 per page
1
2 3 4 5
19