Skip to main content

All Questions

0 votes
1 answer
251 views

Are there any AGPL-style licences that require source code modifications to be public?

So my understanding of the AGPL, is that it requires modifications to be distributed to the users of the network service, but I'm looking for a licence that would require any modifications (non-...
2 votes
1 answer
139 views

Commerical usage of sentence-transformers/multi-qa-mpnet-base-cos-v1 [closed]

We are trying to use a HuggingFace Embedding model - multi-qa-mpnet-base-cos-v1 for an internal Large Language Model powered application. While reading the documentation it says (not verbatim): For ...
0 votes
1 answer
59 views

Is the non-applicability of copyright to software interfaces considered settled law?

In computer software, it's common for a system to expose an Application Programming Interface (API) for other software to interact with it. For example, a smart lightbulb might expose a SetBrightness(...
0 votes
0 answers
14 views

Grant access to previous public research results including IPR for the purpose of future commercial exploitation

We are building a project of technology transfer. In the project, one partner is a university XXX; the main contact person who will work with us is a professor. Previously, the professor and his team ...
0 votes
0 answers
17 views

Does BSD 3-clause extend to educational material

Problem I am looking to teach a web development course and to help teach JavaScript I wanted to use a package licensed under BSD 3-clause. I am unsure if using the library to teach with violates the ...
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 ...
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
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 ...
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
63 views

Can I impose the requirement of a paid license if and only if my software is offered as a service?

I'm getting ready to open source a project that facilitates the deployment, maintenance, and orchestration of data platforms on just about any architecture (locally, on any cloud of your choosing, on ...
1 vote
1 answer
410 views

Can the maintainers of a LGPL project use contributed code after the original contributor withdrew it and was kicked out from the community?

Suppose that out there in the web there is a project, let's call it <PROJECT NAME>, licensed under LGPL v 2.1 or, at the end user's discretion, above. An external contributor (not officially ...
1 vote
1 answer
113 views

Can I develop open source software to parse a copyrighted document for private use?

I obtained a foreign language dictionary in PDF format, whose copyright information states the following: All rights reserved. Without limiting the rights under copyright reserved above, no part of ...

15 30 50 per page