Skip to main content

Questions tagged [licensing]

Licensing refers to applying a license to an area of software. Only use this tag if your question concerns the application of a license to an area of interest. If your question concerns a specific license, use the tag that corresponds to your license. For more general questions, use this tag.

4 votes
1 answer
58 views

Adding autoconverting clause to AGPL?

I was wondering if there is a straightforward way to have AGPL software autoconvert to a BSD-0 license after some arbitrary time (for example, two years), similar to how the BSL works. I mostly want a ...
saolof's user avatar
  • 185
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
-3 votes
0 answers
48 views

How can I restrict who uses my OpenSource and Free Project [duplicate]

I want to know how can I restrict for example porn services and banking services from using my open-source project. Also if it's possible how can I do it? Should i add these restrictions into README ...
Wssa My Homie's user avatar
3 votes
1 answer
62 views

Using FOSS extensions from Google Web Store outside of Chrome

Is it legal to use a FOSS extension from Google Web Store without registration in ungoogled Chromium or other FOSS browsers?
user34193's user avatar
4 votes
1 answer
76 views

Removing the statement "Powered by" under GPLv3

I would like to know, if I can remove the statement "Powered by GrandNode" from the footer, where GrandNode published under the license GPLv3. Here is the official website: https://grandnode....
Dolz Mory's user avatar
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
469 views

My app uses multiple 3rd party libraries. How can I handle their licensing obligations?

Let's say my application is main.py. And it imports 3 libraries and uses their functions. Library A is BSD licensed. Library B is MIT lisenced. Library C is Apache 2.0 lisenced. Which license files do ...
disp0's user avatar
  • 41
0 votes
0 answers
21 views

Licensing of transitive packages [duplicate]

I have created an C# appliaction, now and want to distribute it. My application uses some Nuget-packages where each package again references some other packages (transitive packages). As far as i ...
Stevie's user avatar
  • 109
3 votes
1 answer
76 views

Is it possible to use library as private confidential in GPL 3.0 Project

I have a project (for context it's Android) that is GPL 3.0 License and wants to append a library as a private non-license or MIT Personal License. Is it possible to achieve that without violating the ...
Muhammad Ammar's user avatar
2 votes
1 answer
78 views

How to use licensed sample code

Specifically interested in architecture-samples and architecture-templates. Seems like they're fairly stripped down stuff, whose express purpose is to be reused, started from, modified etc. Likely ...
Bondolin's user avatar
  • 131
3 votes
1 answer
217 views

License choice for a multi-platform C application

I'm trying to understand how OS licensing works for C applications. I developed an application which makes use of the following header files: errno.h getopt.h inttypes.h signal.h stdbool.h stddef.h ...
ipastusi's user avatar
  • 133
3 votes
1 answer
67 views

RHEL9 - Can I use RHEL 9 with just the GPL license or do I need to get a subscription

Could someone clarify the licensing requirements for RHEL9? Can I use RHEL 9 with just the GPL license or do I need to get a subscription? I'm using the ISO and some packages from the EPEL repository....
Werner Reiche's user avatar
1 vote
0 answers
32 views

AGPLv3 license notice adding to each file

So I have added code licensed under AGPLv3 license to my own project. Licensed my own project under AGPLv3 and noticed that there are no code file with license notice included only AGPLv3 license file....
Dio Kiriie's user avatar
3 votes
0 answers
39 views

Question about AGPLv3. How to state that I modified source code?

So here is what I want to know. As one Project's code I added to my own uses AGPLv3 license i licensed my own Project as AGPLv3 but there is such a step as "Conveying Modified Source Versions&...
Dio Kiriie's user avatar
5 votes
1 answer
305 views

Where to provide a link to the repository in the distributed software?

I have a hosted OS project that uses the MIT license attributed to my user name. I also provide packaged releases of the software for convenience (so users don't need to build and package locally). ...
user1803551's user avatar

15 30 50 per page
1
2 3 4 5
89