Skip to main content

Questions tagged [proprietary-code]

For questions about works released under licences which do not grant the four freedoms

21 votes
1 answer
5k views

When selling a machine with proprietary software that links against an LGPLv3 library, do I need to give the customer root access?

I want to sell some hardware, on which a Linux distribution is installed, and on top of that my proprietary software. I find it difficult to figure out the terms I need to comply to in this scenario ...
flyx's user avatar
  • 321
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
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
3 votes
1 answer
126 views

Someone wants to contribute code with a copyright notice. Should I be concerned?

I maintain a parser combinator library called Parjs, licensed under the MIT license. I’ve received a PR that contains a copyright notice by Oracle. I was under the impression that whoever contributes ...
GregRos's user avatar
  • 133
18 votes
1 answer
8k views

How do I release code written for a company to the public?

I'm working on a Unity project for a company and, while doing so, I wrote some code that I think would be cool to have it on the internet, free to use. But I never released something that is owned by ...
Mikele's user avatar
  • 183
2 votes
1 answer
70 views

Does Use of ptrace APIs Require GPL Distribution of Code

I want to use ptrace APIs in proprietary code. If I use them must I license my program as GPL? I could not find exact answer for this. I searched for libraries and applications that use the ptrace ...
c0derX's user avatar
  • 21
3 votes
1 answer
137 views

Can I open-source an API client for a closed-source product?

I want to open source an HTTP Client for a closed source software product. The vendor of this product distributes the binary packages / executables only in forums / repositories which require proper ...
FabianTe's user avatar
  • 133
4 votes
2 answers
354 views

Docker image with proprietary software and GPL library

As a company we have a proprietary software, coded in Java and distributed to our clients in .war packages that they run on their servers. To run, the software requires a program licensed under GPLv2 ...
Maciej Tarnawski's user avatar
2 votes
2 answers
138 views

can a GPL service receive input requests from a proprietary software and provide specific output results?

can a GPL service receive input requests from a proprietary software and provide specific output results? obs.: the gpl service is a local machine daemon that just listens for new files in a folder, ...
VeganEye's user avatar
  • 131
1 vote
1 answer
53 views

Can a UDK 3D interface be used to render the output of all the GPL text dungeon rpg games?

Can a UDK (unreal development kit, unreal engine) 3D interface be used to render the output of all the GPL text dungeon rpg games? So, lets say i implement a 3D AAA interface using UDK5 top quality. ...
VeganEye's user avatar
  • 131
2 votes
0 answers
62 views

Right to modify proprietary software linked to LGPLv2.1-licensed library?

The LGPLv2.1 license states in Section 6: As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing ...
ruben2020's user avatar
  • 2,343
1 vote
1 answer
121 views

Does GPL apply to optional and disabled code and no linking

I am using mostly LGPL or compatible libraries, but there's also a few that are available under GPL & compatible only. I understand that GPL requirements apply to software distribution, in other ...
dtech's user avatar
  • 479
6 votes
2 answers
2k views

Dynamically Linking a Proprietary Module to a GPL-Covered Library (C/C++)

Context Suppose I have two projects called: Foo Bar Goal: The Foo compiles to some sort of dynamic linking library such as a windows .dll and links to project Bar dynamically. And some of the ...
Nasir Hossain's user avatar
3 votes
1 answer
124 views

Can I sever proprietary code from a codebase that was published containing CC BY-SA 4.0 code?

If I copied some code from Stackoverflow early on in the development process, forgot to take it out, and published the finished website containing the code from Stackoverflow, is my website no longer ...
NextNightFlyer's user avatar
2 votes
1 answer
86 views

Commercial aggregate with open container and closed GUI

Is it possible to sell open-source R scripts in Linux containers run with Podman on Windows and control the containers with closed-source graphical user interface (GUI)? The straightforward and openly ...
Imsa's user avatar
  • 31

15 30 50 per page
1
2 3 4 5
12