1
vote
5answers
189 views
How to prevent a file from being tampered with
I want to store confidential data in a digitally signed file, so that I know when its contents have been tampered with.
My initial thought is that the data will be stored in NVPs (name value pairs), …
0
votes
4answers
50 views
What does it mean that software license is not royalty free?
I use 3rd party library in my asp.net application. Then application will be deployed on client server. Owner says: a Developer License licenses only ONE developer to create ONE .NET application using …
0
votes
0answers
8 views
HASP. Network key. How to define several Expiration Dates for the same Feature?
I'm thinking how to implement following task using Aladdin HASP SRM APIs. I'll explain on specific example.
HASP Network Hardware Key enables to run 10 copies of application concurrent (HASP Key …
0
votes
0answers
12 views
LicenseProvider in .NET using RSA encryption to protect product license
Hi there
I'm trying to find a solid licensing scheme using Microsoft's LicenseProvider. My thought is to use asynchronous encryption by ways of RSA (RSACryptoServiceProvider with 2048bit keys).
I …
1
vote
3answers
88 views
Please give opinions on this hypothetical open source license.
I've concocted an open source license in my head that I feel is a good compromise between copyleft and permissive licenses. I think it extracts many of the benefits of copyleft with few of the …
-1
votes
1answer
144 views
Does the GPL scare you? [closed]
There is no doubt that the largest and most successful Open Source projects use the GPL license: MySQL, Linux, Wordpress, Ruby, etc. However, the MIT is quickly taking over just about every new code …
2
votes
1answer
32 views
Use of Icons from a GPL’d program
There is a GPL'd program that has some nice icons I would like to use in a project of my own. I would like to release my project under a more liberal license like Apache or BSD.
After reading the GPL …
2
votes
4answers
96 views
Usage of GPL plugins for proprietary software?
Hello. I've read existing questions about this topic on here already, but none of them seem to address my question so far.
Here is the situation:
We are developing a closed-source/proprietary …
2
votes
8answers
163 views
How to protect intellectual property in java app
What product / technology can I you use to protect my java code in a commercial application? Is there a obfuscator that does the job? On the other side, it would be great to have anything that …
0
votes
2answers
26 views
Question regarding product activation scheme
The typical product activation scheme is as follows
A unique serial no. is assigned to user
A unique hardware id is generated for the user's machine.
On giving this info to the vendor, the vendor …
1
vote
2answers
58 views
ANTLR grammar license
I'm planning to make an implementation of Lua for the DLR, and i would like to use the listed Lua 5.1 grammar here. However i can't see a license that it was released under, so can someone please …
0
votes
5answers
71 views
How to license a project
I have written a project for my students organization. I would like to share it between many organizations and I want them to use it for free. So I thought that releasing the project on GPL licence …
1
vote
2answers
159 views
Why is there so much legal paranoia surrounding Boost?
It seems from reading SO that there's a lot of legal concern about Boost in some companies. Some people are apparently prohibited from using it. Since Boost is licensed under about the most …
1
vote
2answers
52 views
Using GPL licensed jquery plugins
I'm sorry for the naive question, but I'm a bit clueless about free-software licensing.
Is there any problem with using GPL-licensed front-end software (jquery + plugins, for example) on a for-profit …
-1
votes
2answers
47 views
Do I need a banking license for this paypal-based ecommerce app?
The application will accept payments from users with paypal's Payments Standard. All of this money will be stored temporarily in the company's paypal account, and then redirected to some of the users …
