Skip to main content

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 vote
1 answer
137 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 ...
zola25's user avatar
  • 131
1 vote
1 answer
414 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?
Yash's user avatar
  • 119
0 votes
3 answers
290 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. ...
DanDev's user avatar
  • 23
2 votes
1 answer
184 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) ...
Tyson's user avatar
  • 167
1 vote
0 answers
68 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 ...
David BS's user avatar
  • 119
-4 votes
2 answers
166 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 ...
paladin324's user avatar
-2 votes
1 answer
157 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 ...
Programmer's user avatar
-2 votes
1 answer
61 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 ...
Sanprof's user avatar
  • 107
0 votes
1 answer
4k 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 ...
Jojomatik's user avatar
0 votes
0 answers
71 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 &...
Updater's user avatar
  • 101
0 votes
1 answer
125 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 ...
g6kxjv1ozn's user avatar
-4 votes
1 answer
115 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 ...
Jo_ch's user avatar
  • 1
0 votes
0 answers
276 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 ...
user538578964's user avatar
-3 votes
1 answer
127 views

Why the licence manager system like battle.net, steam, uplay age more interesting than isolated software installation [closed]

I would like to understand why sofware developers tends to use a meta licence manager than a software dedicated licence. Is it a question of security or for "customer experience"? Thx for ...
lelorrain7's user avatar
-2 votes
2 answers
292 views

Is extracting strings from an executable considered decompilation?

I am attempting to parse all possible outputs of a proprietary piece of software (ELF binary) whose license explicitly forbids reverse-engineering, decompilation and disassembly. So my question is: ...
Tobias Ribizel's user avatar

15 30 50 per page
1
2 3 4 5
90