licensing

Implementing Licencing mechanism for a Software [closed]

纵然是瞬间 提交于 2019-12-30 01:14:09
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . I am thinking of implementing a good licensing mechanism that has a good resistance against piracy. The required mechanism should not use an internet connection at each and every time the software is used. I am thinking of a mechanism based on hardware IDs etc. Do you guys have

Is there a chart of which OSS License is compatible with which? [closed]

半世苍凉 提交于 2019-12-29 10:12:58
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I have a fairly good understanding of individual OSS licenses, but I always have trouble when I want to use code under different licenses. BSD vs. Ms-PL, Apache 2 vs. GPLv3 etc. Is there some sort of "mating chart" that lists which licenses are compatible with which ones? 回答1: The Free Software Foundation

Intel’s Threading Building Blocks “runtime exception” license: What does it mean? [closed]

ぃ、小莉子 提交于 2019-12-29 04:34:46
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . Just been looking at the threading building blocks, and as their license, they say it's the GPLv2 with the runtime exception. On the Intel page itself they say that the commercial license is the right one if you need commercial support. So what's the deal if I'm doing a commercial, closed source application

How do I copy-protect my Java application? [closed]

依然范特西╮ 提交于 2019-12-29 02:51:26
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . I want to sell my Java application using PayPal. When a payment is received, the customer is mailed a one-time download link to my application. My question is, how do I prevent people from sending the .jar file to their friends/uploading it on the internet? Obviously I need some

How to protect software from system date-time changes? [closed]

那年仲夏 提交于 2019-12-28 05:10:18
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . I would like to add licensing system to application. For example: user buys license for 1 month and after that program expires (Kinda Anti-Virus style?). Problem is that application is supposed to run in systems which may or may not be connected to internet , so how to protect

How to prevent decompilation of any C# application [closed]

坚强是说给别人听的谎言 提交于 2019-12-28 05:07:05
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . We are planning to develop a client server application using C# and MySQL. We plan to sell the product on the shelf like any other software utility. We are worried about the decompilation of our product which does have some sort of edge over our competitors in terms of usability

Generate serial numbers for each product key and validate them [closed]

那年仲夏 提交于 2019-12-25 14:21:49
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . I have a piece of software with different unlockable modules. Each module has to be purchased separately. I've started with assigning a unique key to each module via Guid.NewGuid method. Now I have to provide users with serial numbers for activating those upgrades, and then the

How can I execute a custom script after purchase with Ubercart for Drupal

旧时模样 提交于 2019-12-25 04:39:15
问题 I hope I'm not using stackoverflow.com in the wrong way: asking this question! Recently I ventured in to starting my own business to Sell software without realising the terrible implications that come with ecommerce - the only way to buy my software I offer. This would be fine if I was just selling the file downloads and/or shipping...But I'm not! I the hope that it would be easier (and alot cheaper) I am only offering digital downloads! All this is fine, and I only have one hurdle to

is mysql license needed for sites like facebook,twitter [closed]

旧城冷巷雨未停 提交于 2019-12-25 04:15:26
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . Is mysql license needed for sites like facebook, twitter etc.. i dont know which category they fall into. thats why. 回答1: No, they can use GPL which is freely available. They would need to make Software that links to MySQL like a library or is even based on MySQL GPL, too, but as far as I know, they are not

Can i use Magento's classes in my project? [closed]

六眼飞鱼酱① 提交于 2019-12-24 16:57:01
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . i would like to use some classes that are into lib/Varien , my idea is to copy the classes into my project and put my classes to inherit from Varien's, actually i can do it, just using Ctrl-C and Ctrl-V. lol, what i really mean is if i do it, am i violating the copyright, law or maybe some license agreement of