licensing

Most secure way to license software [closed]

梦想与她 提交于 2019-11-30 09:22:48
What is the best and most secure way to license software? Is there an existing program for doing so? I want to sell a script of mine, but I want to make sure that users cannot redistribute or sell it themselves (of course, if they deactivate the registration on their own computer and choose to resell, that is their choice). The software language is VB.net. Since I am not sure whether or not I could host a registration database of any sort, is there any way to keep licensing self-contained securely? I would like the user to be able to download the demo and be able to upgrade to the full version

Adding License Agreement in RPM package

馋奶兔 提交于 2019-11-30 08:49:18
问题 Is it possbile to add License agreement in the RPM package? When user installs the RPM, it should prompt to accept the user license agreement. 回答1: This is a bad idea for both technical and user-interface reasons. Not only because there may be no display during install, but also because there may be no user during installation or even first run, or the mechanism for extracting the rpm file may simply not support any method to display text or accept input. Essentially, if you have to do this,

Do you have to pay for GNU GPL software that is “for sale”? [closed]

南楼画角 提交于 2019-11-30 08:29:18
I've seen some software (a Joomla component, to be exact) for sale on a web site. The web site says it is licensed under the GNU GPL2. However it also says you need to pay for every site you use the software on (with bulk discounts). I know it's perfectly acceptable to sell software under the GPL, however the license implies that the source code must be distributed at no cost. So is this a legitimate use of the GPL, or is it violating the license? Is it legal to download the software for free (say, from Bittorrent) and use it as I wish? Here is a FAQ from the GNU site . I think it answers your

Alternative to servicestack.redis [closed]

一世执手 提交于 2019-11-30 07:50:01
I did an package manager update-package command to update our project to the latest binaries. I almost published it because it passed all the tests until luckily I had found a problem that needed some more debugging. My mouth fell open when I suddenly saw this exception message: The free-quota limit on '6000 Redis requests per hour' has been reached. Please see https://servicestack.net to upgrade to a commercial license. What if I published this site? Practices like these are simply revolting! There is no console warning or whatsoever about not having any license. It's like having an 'open

Can I use Visual Studio 2012 Express Edition for commercial use? [closed]

偶尔善良 提交于 2019-11-30 07:02:50
问题 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 know this question has been asked before for earlier versions of Visual Studio Express (2010 and 2008) However I have not found a concrete answer for the same for Visual Studio Express 2012. I plan to make some small pure C# applications which does not include any other third party libraries. This question

Skipping some license tests in Maven

╄→尐↘猪︶ㄣ 提交于 2019-11-30 06:42:57
I want to skip some license test but in vain. I tried several things such as -Dlicense.skip=true or -Dlicensing or Drat.numUnapprovedLicense=100 . Still it didn't work. How can I skip this process? I would suggest to read the documentation which brings up the following : mvn -Drat.ignoreErrors=true package What is also possible to skip it completely via : mvn -Drat.skip=true package Run the build with this parameter -Drat.numUnapprovedLicenses=100 In pom file change version as below apache-rat-plugin 0.12 来源: https://stackoverflow.com/questions/30181154/skipping-some-license-tests-in-maven

Microsoft.mshtml.dll redistribution issues [closed]

生来就可爱ヽ(ⅴ<●) 提交于 2019-11-30 05:45:56
问题 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 have made a C# BHO which is using Microsoft.mshtml.dll internally. Now to package this BHO do i need to also distribute Microsoft.mshtml.dll. Is it fine to add this dll with my dlls? Any legal issue ? This BHO works fine on dev environment as the Microsoft.mshtml.dll is present in visual studio (C:\Windows

Secure a DLL file with a license file [closed]

时光毁灭记忆、已成空白 提交于 2019-11-30 04:57:53
What is the best way to secure the use/loading of a DLL with a license file? titanae A couple of things you might want to consider: Check sum the DLL. Using a cryptographic hash function , you can store this inside the license file or inside the DLL. This provides a verification method to determined if my original DLL file is unhacked, or if it is the license file for this DLL. A few simple byte swapping techniques can quickly take your hash function off the beaten track (and thus not easy to reproduce). Don't store you hash as a string, split it into unsigned shorts in different places. As

Is ExtJS open source? [closed]

不问归期 提交于 2019-11-30 04:40:25
Can we use extJS in a business application for free ? Can you use extJS for an business application for free? Well, you can if any of the following statements are true. You open-source your app under GPL v3. The app is only for internal use in your company. The app is used by your company to provide a service and not directly distributed to the customer e.g. most web pages ( according to GPL this is interpreted as an internal use of the app - if Ext team would have chosen to prohibit that, then they would have used Affero GPL, which directly forbids that). It's under the GPL and also available

ModelSim-Altera error

筅森魡賤 提交于 2019-11-30 04:30:23
问题 I'm using Ubuntu Linux 14.04 LTS with Altera Quartus 15.0 web-edition and I'm having a hard time simulate my design due to licensing errors. I'm designing an LCD_driver for the VEEK-MT's LCD touch screen by terasic with the Cyclone IV EP4CE115 by Altera. Honestly, I don't have much of experience with simulation software like ModelSim-Altera but I do know how to use .vwf files and simulate with them, I know as well how to use signaltap logic analyzer. After creating the usinversity program