Questions tagged [licensing]
Questions about the implementation of software licenses on software. General questions about open source software licenses should be asked at opensource.stackexchange.com instead. Legal questions about software licenses should be asked at law.stackexchange.com instead.
1,341 questions
4
votes
0
answers
107
views
What does it mean, if a C or C++ header with non-trivial code is LGPL licensed? [migrated]
LGPL has certain requirements for software that uses LGPL libraries. The most common way to satisfy these in otherwise closed-source software is to supply the LGPL library as a dynamic library, which ...
5
votes
1
answer
208
views
What should replace intra-file license headers in source files in judrisdictions which necessitate it?
Context
Some modern, commonplace markup, data interchange, and programming languages still do not support comments. The most popular of this is standard JSON, [1] but I've encountered it when writing ...
1
vote
1
answer
183
views
Open source projects, SBOMs and security
I was just reading a StackOverflow question here, about extracting the version number from a node package.json file. And the simple
'read in the json and access the property in your build tool'
got ...
1
vote
1
answer
817
views
Does importing and using a package count as dynamic linking in scripting languages?
In interpreted languages like R and Python if I import and module, and use its functions, is that considered as dynamic linking of my program to that module?
0
votes
3
answers
317
views
What's stopping an app from using another platform's storage, for free?
Let me clarify on a bit of an abstract question.
I'm about to develop an app, through which users can capture and store images. Commercially, the main cost here that springs to mind is storage cost.
...
2
votes
1
answer
228
views
Desktop application: preventing abuse of online license scheme?
Software companies like Autodesk, Adobe, etc all offer online licensing schemes with the following features:
(1) to use the software, you must login from your workstation to activate your license
(2) ...
1
vote
0
answers
81
views
VM-images: how protect time-license programs?
One big customer asked me to supply my program to run within a balanced VM-images structure; I mean, the program will be recorded into an image which will be launched in "instances" to ...
-4
votes
2
answers
186
views
Software license for paid open-source app on Microsoft Store [closed]
What is the right software license to use in order to be able to sell my application, have it be open-source, and still be able to accept pull requests?
I am developing a productivity/utility ...
-2
votes
1
answer
198
views
What counts as disclosing source for software licenses? [closed]
MPL v2, GPL v3 and other licenses alike require giving users access to source code.
For desktop applications - does access have to be provided through the user interface (GUI)? Or can it just be ...
-2
votes
1
answer
68
views
How to deliver a website to the customer VM (real server) with a trial period?
I have a website that was writing using .net stack technologies. It is accessible via the internet. Some of my potential (Enterprise) customers want me to install the whole website on their own VM and ...
1
vote
1
answer
5k
views
May I and should I include my dependencies in the jar i publish online?
I'm developing a java project that I'd eventually like to publish and make open source.
To make a executable jar file I use the maven-assembly-plugin. This includes my dependencies in the jar, which ...
0
votes
0
answers
86
views
Is it secure to make a seperate project which checks whether a license is active
I am trying to make a project which will help me to implement feature based licensing in future projects. The projects in this solution are C#/WPF Projects.
So I have a Helper-Project with a class &...
0
votes
1
answer
183
views
Can I release my own work with CreativeCommon BY-NC-SA license (Non Commercial), and still make a commercial use myself?
I have released works with MIT licence, others with CC BY-SA, etc.
But for a specific work, I'd like to share it with Creative Commons BY-SA-NC, i.e. I don't want people who will modify/fork it to ...
-4
votes
1
answer
132
views
Release App to Apple and Google Stores - Demo account, only company users and User Generated Content scope
I develop for a company an Ionic cross-platform mobile app that will be published on Apple's App Store and Google's Play Store.
I read Apple's Review Guidelines and Google's Developer Program Policy ...
0
votes
0
answers
298
views
Licensing a spring boot application inside an AMI
Say we have a standalone spring boot application which we are going to distribute by creating an AMI and sharing on the AWS marketplace. Since the jar is available inside the AMI, I want to stop a ...