licensing

Opensource, noncommercial License? [closed]

半世苍凉 提交于 2019-12-04 04:59:30
i want to publish my software under a opensource license with the following conditions: you are allowed to: Share — to copy, distribute and transmit the work use a modified version of the code in your application you are not allowed to: publish modified versions of the code use the code in anything commercial is there a software license out there that fits my needs ? You can publish code under any licence you want but it will only be F/OSS, Open Source, if it complies with the OSI definition : http://www.opensource.org/docs/osd . Your conditions are incompatible in several ways. Take note that

Creating a License System [closed]

邮差的信 提交于 2019-12-04 02:15:43
问题 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 an information management system for the company I work for. Now I would like to make a type of licensing system to help prevent anyone from just taking a copy and setting it up on their own home server and using it for whatever purpose. I know perhaps the easiest

C#: Implementing Licencing in Winforms [closed]

大兔子大兔子 提交于 2019-12-03 21:00:52
I recently developed a win form application in C#. Now application is complete and working fine as expected. Now i want to implement licensing feature in it i.e either user buy license key or simply run trial version that expire after some time. Since i have very few time left in Deployment so i prefer some already existing library that did the job for me. More preferable some open source one but paid version also works. In case if there is no such existing solution then please guide me how to implement that. Take a look at Eziriz's products . I use both of them, one for great obfuscation and

WANT TO host Visual Studio Form Designer in my own application [closed]

自古美人都是妖i 提交于 2019-12-03 20:47:43
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I'm writing an application that lets the end use design a Form just the way Visual Studio lets you design a windows forms. I looked into visual studio forms designer articles in msdn and also studied open-source SharpDevelop editor. Both the examples host visual studio's windows forms designer to provide form-design service in their respective applications. My question is - Does it imply any

How to create serials key to protect an application

て烟熏妆下的殇ゞ 提交于 2019-12-03 16:13:18
I have an application that creates a serial key as follows: Take customername Sign customername using privatekey and sha/dsa algorithm Then license can be checked by decoding with public key, and checking cuastomername matches This works okay except that the generated serial is rather long. So it is not really practical for customer to type in the serial key instead they have to provide a serial with in a file, which is rather different to how mist applications and work and is confusing. Many other applications just provide the user with a Guid when they make a purchase i.e 5bd1060b-8608-4817

Tool to determine licenses for pom.xml dependencies [duplicate]

杀马特。学长 韩版系。学妹 提交于 2019-12-03 15:57:35
问题 This question already has answers here : maven report on licenses your project depends on [closed] (3 answers) Closed 4 years ago . I'm looking for a tool that given a maven pom.xml file tells me all the licenses that are used by the dependencies (and recursively their dependencies). Does such a thing exist? Ideally it would tell me: For each dependency all licenses that apply A summary list of a different licenses referenced. 回答1: Did you have a look at the maven-dependency-plugin? In the

Releasing an ASP.NET MVC 3 OpenId StarterKit under Open Source License [closed]

久未见 提交于 2019-12-03 15:11:03
问题 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've build a ASP.NET MVC 3 (RC at the moment) site that uses OpenID login system. I was still learning about OpenID while implementing this so I commented the code heavily. The result is a site that let's users login/register with OpenID, add other OpenIDs to their account and also remove them. This little

Creating software derivative works from open source [closed]

倖福魔咒の 提交于 2019-12-03 14:44:15
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. This question has always been around my head. Can someone create a new product based on an existing open source project? Say you want to create an "Apaxe webserver" that is basically Apache with your some extra plugins ( say support for ASP or something similar ) Is this possible? Would you be able to create a closed source product ( either free or licensed ) As for GPL seems clear it is not possible because the source

Using Glassfish libraries in proprietary software [closed]

白昼怎懂夜的黑 提交于 2019-12-03 13:37:25
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. I would like to use some parts of Glassfish in a proprietary software that are under a CDDL + GPLv2 license. Am I allowed to do that? I haven't modified anything in the code of these libraries, so is this OK, or my software, because it uses these libraries, is still considered derivative work, and thus a big no-no? I mean, according to http://jaxb.java.net/ , JAXB is also under CDDL + GPLv2, but I know I can freely use

LGPL/GPL licensing [closed]

人盡茶涼 提交于 2019-12-03 12:57: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 6 years ago . I have a commercial web app that uses a component under LGPL. Since this component has a plug in architecture, I have now created a plug for this component that use a library (LGPL). This library uses a data source which is GPL. Does this mean I have to free the source for my web app? or is it just necessary to