Skip to main content

All Questions

0 votes
1 answer
211 views

Can the GPL3 and MIT license be applied to closed-source software?

I recently found software containing only binaries (no access to source code) being distributed and dual-licensed under the GPL3 (https://www.gnu.org/licenses/gpl-3.0.en.html) and MIT (https://...
6 votes
1 answer
385 views

In the US, under what circumstances can I re-write code I previously wrote but do not own?

I write code for company X in the USA using popular technology Y. In the course of my job I end up developing a number of useful libraries/widgets/utilities for use within the Y ecosystem that have ...
12 votes
2 answers
2k views

Am I at risk by storing or using software that violates copyright?

Imagine the following scenario: A software company copies code from some open source project and includes it in their own software without giving credit to the original authors, violating the open ...
1 vote
0 answers
64 views

AGPL-3.0 license

If make a service for a open source software with this license that interact but isn't part of the software itself, only connected to it, i would need to provide a open source distribution of the ...
5 votes
1 answer
1k views

What is a binary form in software BSD license (and other licenses that didn't define it)?

BSD license says (emphasis mine): Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met... It sounds "...
2 votes
1 answer
297 views

Is each version of a software considered a "derivative work"?

Originally asked in Software Engineering but a user raised it is more a legal question than an engineering one. Let's suppose there is a software at version a1 in code repository A on an online code ...
2 votes
2 answers
188 views

Can minors publish open source software?

If a minor releases software under a FOSS license, is the license binding? Could the minor sue a violator?
2 votes
1 answer
94 views

Is a website using behind the scenes software X a "copy" or "substantial portion" of software X?

The MIT license says: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Bob finds a nice piece of MIT-licensed software ...
13 votes
2 answers
2k views

Is it legal to write software to convert data from a proprietary format?

I have created a piece of software that converts a proprietary format from the database blob of a large, well known commercial software company into the equivalent open source data type. The large ...
4 votes
3 answers
253 views

If I post my own code to Stack Overflow, can I then use that code in a project that uses a license other than CC-BY-SA?

Suppose that I have a block of code that represents my own original work (i.e. I am the copyright holder), and that I would like to post this code on Stack Overflow--either to answer someone else's ...
0 votes
1 answer
144 views

Can a developer use someone else's product name as an Open Source project name?

Suppose that an open source developer wants to use the product name ninjago owed by Lego for the name of an Open Source project. Is it allowed to base the project name on Lego brand? Also can the ...
16 votes
1 answer
3k views

How long does a GPL licencee have to respond to a source code request before it becomes a GPL violation?

I have requested source code for a product that contains software licensed under GPL 2. The product includes a written offer to provide source code if you send a written request by email. The offer is ...
0 votes
2 answers
195 views

Is my programming knowledge contaminated?

We know that ideas are not copyrightable (except for patent related issues), but expressions are (idea–expression dichotomy). However, after reading about clean room design, I got somewhat confused. ...
2 votes
1 answer
218 views

If commercial use is not mentioned in a software license like BSD, is it implied to freely do so?

BSD talks mostly about redistribution and doesn't even mention commercial use or something like "for any purpose". Therefore they don't need to explicitly state "commercial use is ...
0 votes
1 answer
175 views

Why does the open source license BSD-Clause 2/3 not have something like "to deal in the Software without restriction?

Every article that I've read about BSD-Clause 2 and 3 pretty much said that the licensed software is free of restrictions/any purpose as long as you follow what the licenses say, but the actual ...

15 30 50 per page
1
2
3 4 5
7