licensing

Deploytool for MATLAB R2013b doesn't work, what has changed?

强颜欢笑 提交于 2020-01-03 10:07:20
问题 For years I've been using the integrated deploytool to create easily distributable *.exe files for my colleagues. I installed R2013b a couple of days ago and I can't use the deploytool anymore. The log file when trying to package gives this: ant: <ant> <mkdir dir="C:\Users\xxxx\Matlab\programxy\test\for_redistribution" /> <mkdir dir="C:\Users\xxxx\Matlab\programxy\test\for_testing" /> </ant> mcc -C -o test -W WinMain:test -T link:exe -d 'C:\Users\xxxx\Matlab\programxy\test\for_testing' -v 'C:

External modules security

主宰稳场 提交于 2020-01-03 02:55:14
问题 I am developing some external modules for an application. These modules are BPL files and if present in the application folder the application loads them and uses whatever is available inside. How can I prevent the sharing of these modules by my clients? I need them to be authorized to use the modules (module by module). To have some sort of license, registration of the module, what is the best method? Thanks 回答1: Simple idea (1): I assume your clients all have some sort of unique ID (serial

Where does an application store “I'm deactivated” on Windows? [closed]

浪尽此生 提交于 2020-01-02 23:07: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 . Applications often have registration keys. It can arguably be placed in a file or in the registry. Sometimes, an application is deactivated by entry of another key, or the passing of a date, etc. Where can one safely store such information about an application be deactivated? A

Inno Setup - How to validate serial number online

旧城冷巷雨未停 提交于 2020-01-02 10:21:58
问题 Using Inno Setup, setup.exe was given to a client, according to contract he is allowed only to use 2016 and 2017. But on 01-01-2018 he should not be able to continue with same serial 2017. How to make the setup.exe by innosetup limited to from and to date? [Setup] #define SerialNumber "2017" UserInfoPage=yes [Code] function CheckSerial(Serial: String): Boolean; begin Result := Serial = '{#SerialNumber}'; end; setup.exe is executed license key is inserted after submit, i want to check URL

Using GPL v2 DLL in application [closed]

人走茶凉 提交于 2020-01-02 02:21:35
问题 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 looking for a reference stating whether I need to redistribute the source code of my application if it links against a binary file that its source code released under GPL v2/3. Thanks, Eden 回答1: I found an interesting post on this: Does the use of GPL'ed DLLs from the GnuWin32 project in your program need

Enforcing Licenses from Locally Hosted Web Applications [closed]

﹥>﹥吖頭↗ 提交于 2020-01-01 15:03:07
问题 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 . Lets say we have a web application which is going to be both A hosted solution available for access over the Internet Able to be locally installed to be used as an "Intranet" application What would be the best way to enforce licensing for this web application, essentially making

EPL (Eclipse Public License), GPL (GNU Public License)/LGPL (Lesser GPL) and license exceptions? [closed]

↘锁芯ラ 提交于 2020-01-01 09:01:25
问题 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 . The Free Software Foundation considers EPL and GPL to be incompatible. Based on my reading of their reasoning, it would seem that the LGPL would be similarly affected -- IANAL, please correct me if that reading is incorrect. Now, there is a guide for the copyright holder of the GPL-ed code to provide exceptions

Does App Store accept Qt app linked with QT Library LGPLv3

喜你入骨 提交于 2019-12-31 08:12:42
问题 There is any way to submit to the App Store an Qt Quick Controls application under LGPLv3 license without violating App Store rules? What i want to do is to deploy my app on iOS store using a dynamically linked version of the Qt libraries. I tried to find an answer in every forum but seems very difficult. Any suggestion is very appreciated. Thanks in advance. 回答1: App Store does not care which license you use. It is the users of your application and the Library authors who care. The main

How would I go about licensing a WPF windows application [closed]

时光毁灭记忆、已成空白 提交于 2019-12-31 07:54:08
问题 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 developed a small application that I would like to try and sell but I am unfamiliar with how best to go about this. How would I go about locking the program down for trial use1. How would I go about dealing with accepting payments? Bearing in mind that I am a one man band

Most secure way to license software [closed]

与世无争的帅哥 提交于 2019-12-30 03:16:11
问题 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 . 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