licensing

How to license my c# application [duplicate]

坚强是说给别人听的谎言 提交于 2019-12-06 13:25:12
This question already has answers here : Closed 7 years ago . Possible Duplicate: License for C# desktop application I want to make my program lock after some days of trial use and if a user purchase a license, can use the program for some months. I dont know a way to do this. An idea is to make a local temp key when the program is installed, and lock it after the days passed(the problem here is that user can change date and time of his computer.. the philosophy of the program is to be used online and offline, so i cant compare dates from my server to the computer). And the other thing is, how

iOS - Stanford Tutorial - CoreDataTableViewController - Licence [closed]

﹥>﹥吖頭↗ 提交于 2019-12-06 12:52:37
问题 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 . Overview: Stanford iOS tutorials contains an implementation (header + implementation file) to help use the table view while using core data. link - http://www.stanford.edu/class/cs193p/cgi-bin/drupal/downloads-2011-fall File Name - CoreDataTableViewController.zip (contains the below mentioned 2 files)

How to license an application developed in C# [closed]

前提是你 提交于 2019-12-06 11:04:57
问题 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 am developing a software using C Sharp 2008 Express Edition and i am almost done with it. Now I need to license the software (commercial use) I am very new to licensing softwares . Can u suggest me a good licensing tool ? Thanks in advance. 回答1: There are many good licensing libraries (for example, http:/

Create a trial version of a Java application, with limited functionality [closed]

岁酱吖の 提交于 2019-12-06 09:30:34
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 4 years ago . I am searching for ideas on how I can implement a trial version of my java application. Most posts are about creating a trial software with time limitation on when it stops working. In my case I am want to create an application that has limited functionality and one can

how to Commercially Licence Java Software? [closed]

∥☆過路亽.° 提交于 2019-12-06 08:38:33
问题 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 written a Desktop based accounting software in Java. I want to put a key or licence or other kind of security to prevent redistribution of the software by the client. I just want to know how to go about it? 回答1: The short answer: DRM doesn't stop piracy. It only hurts your

Is ODP.NET redistributable? [closed]

别来无恙 提交于 2019-12-06 08:04:32
问题 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 . Are the Oracle ODP.NET libraries redistributable? As in, can I simply include the Oracle.DataAccess.dll with my application & reference it without getting into any legal hot water? The download license for the ODAC on OTN is fairly incomprehesible legalese that doesn't make it clear whether I can or can't

Software licencing scheme [closed]

我的梦境 提交于 2019-12-06 07:53:52
Closed . This question is opinion-based . It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post . Closed 4 years ago . I've devised the following mechanism so as to license a software without direct connection to a server, it seems simple, yet I fail to find any serious flaw: I plan to use asymetric crypto so as to send a message from 1 server (the licence server) to n clients (the n computers on which the software is installed) The client sends (via mail, for example) some informations

CPAL Mule licence [closed]

一世执手 提交于 2019-12-06 06:58:42
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 7 years ago . I'm interested in Mule ESB but I dont understand the licence, could someone explan me the CPAL licence in simple words? We have a commercial porduct (JavaEE web application) that neads to be integrated with solutions that are hosting in the cliens environment. For example a clienat has a SAP instalation or any other source of data and want to integrate it with our java web application. We woud like to Mule to

Best ways to solve Date time license issue [closed]

随声附和 提交于 2019-12-06 06:57:37
问题 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 . Right now we are developing a small Windows-based application. We used to provide trial version license for a period of 30 days and after the expiration of 30 days, the product would be unusable. Now here's my problem: Imagine a client who downloaded and installed the application

To protect software by accessing harddisk serial no [closed]

北战南征 提交于 2019-12-06 06:57:12
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . I want to get the VB.NET or VB code to access the hard disk serial no when starting the program. It's to help me to protect my own software from people who try to pirate copies. 回答1: In c#, but you get the idea.