Skip to main content

Questions tagged [license-compliance]

Questions that ask about how to fulfil the obligations placed upon a user by a given free software licence, and how to comply with them.

1 vote
2 answers
165 views

If I want to publish an R project on GitHub (not an R package on CRAN) how in practice I can execute license analysis on the code and select appropriate license for the repository? An automated ...
Imsa's user avatar
  • 314
1 vote
1 answer
77 views

I am developing an open-source simulation game in the same vein as WorldBox but with a greater focus on interactions between the player and individual units, and societal concepts like language and ...
Duel's user avatar
  • 121
1 vote
1 answer
186 views

I want to distributing proprietary software under a strict End User License Agreement (EULA) that: Prohibits derivative works Distributes the software and libraries in object code form only My ...
Swapnil's user avatar
  • 161
5 votes
1 answer
646 views

We have an existing React Native project that was upgraded from 0.71.0 to 0.74.0 latest version. We are us a tool FOSSA to scan the license-related issues in the NPM libraries used in the project. We ...
Mehul Patel's user avatar
5 votes
2 answers
552 views

I work in a place where we have a group made of several companies/entities (across the world if that matter). We have a software at entity1 that use a GPLv3 Lib for few things. We would like entity2 ...
jyte's user avatar
  • 53
3 votes
2 answers
324 views

I recently used a starter template project for an API that is under the Apache 2.0 License, where the project doesn't have a NOTICE file and individual files in that project don't have their own ...
colston bod-oy's user avatar
3 votes
2 answers
518 views

I have an application that is built on a Linux image with some libraries that contain licenses like GPL-2.0, GPL-3.0, LGPL-2.1, and MPL-2.0 which I understand to be copyleft. I'm new to OSS licenses ...
TheStrangeQuark's user avatar
4 votes
1 answer
441 views

Company A wants to buy software from company B for in-house use - that is, it will only be installed on machines of company A. Said commercial software package contains code and utilities licensed ...
Martin Ba's user avatar
  • 669
0 votes
1 answer
431 views

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
3 votes
2 answers
763 views

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
6 votes
2 answers
137 views

Tools like blackbox and fossa advertise being able to find non-compliance but I couldn't find detailed advice on what to do if a non-compliance is found. Suppose a company discovers that it has used ...
Bruce Adams's user avatar
3 votes
1 answer
248 views

I am building a web application in which I intend to keep the source code private and proprietary. The web application would be used by end users for personal profit. I plan on using Turborepo (https:/...
dr jellybean's user avatar
4 votes
0 answers
117 views

Disclaimer: I'm not entirely sure if this is the correct stack-exchange for this matter. We're a small to medium company in the EU (about 70 employees). We develop and sell equipment and accompanying ...
flipflop's user avatar
5 votes
1 answer
170 views

In the context of a server side web application which connects to a database, for example a blog that connects to a MySQL database. The database may have tables such as users, posts, comments, etc. ...
Riley Lester's user avatar
2 votes
1 answer
151 views

What responsibilities do I have to fulfill when using an MIT-licensed library in proprietary software? How do I specify a license if my project is not distributed anywhere on sites, etc, and is a ...
user19677606's user avatar