Questions tagged [licensing]

THIS TAG IS ONLY FOR PROGRAMMING LICENSING SERVICES. Questions about using software licenses are off-topic, but may be asked at opensource.stackexchange.com or law.stackexchange.com

A license defines the terms under which the copyright owner permits others to use their work.

On-topic

  • programming licensing servers
  • programming licensing clients
  • implementing consumption of license keys

Off-topic

  • Any licensing question where you did not write the licensing system. In other words, using licenses for other company's software (i.e. a Microsoft Windows license)

  • Legal advice on usage of licenses. You may be able to get an answer to such questions at OpenSource.SE (for questions about open-source licenses) or Law.SE; but check their help pages for more detailed guidance about acceptable topics and what to include in your question when posting there.

Disclaimer

The answers are NO legal advice and there's NO warranty! For a legally valid advice consult a lawyer or another legal advice.

1847 questions
0
votes
1 answer

Can I select which license to use in Matlab?

My school provides me with 2 licenses for Matlab - one for teaching+education, and one for research. If I wanted to do things "all right", I should use a different license for different things I do. However, moving/overwriting the license.lic file…
Martin Pecka
  • 2,953
  • 1
  • 31
  • 40
0
votes
2 answers

Is there a way to get rid of the (by dot42) using community licence?

I have started using the community licence of dot42 to make a small free app for android. I see the string "by dot42" in the app name, is this by design and will remain forever? or is it waiting for me to make modify some setting to remove it?
sprocket12
  • 5,368
  • 18
  • 64
  • 133
0
votes
1 answer

Distributing free software (Qt)

I have built a small program for plotting data from serial port using Qt and QCustomPlot. I am an engineering student, and I had a project that required me to manipulate data from the ADC of an mbed, so I built this app for my convenience and for…
Slav
  • 25
  • 7
0
votes
1 answer

Usage of SQL Server 2012 Developer Edition

at our company we have a data warehouse based on SQL Server 2008 R2 EE and some applications developed with Visual Studio 2013. For an upcoming rewrite of the data warehouse I would like to rebuild it using the SQL Server 2012 EE as foundation. We…
0
votes
1 answer

Proper attribution in an SDK

I've a colleague who won't consider using Otto because it's Apache 2 licensed and so requires attribution. The reason my colleague thinks we can't attribute properly is that we produce an SDK that will be used by others and so can't insist on…
Paul D'Ambra
  • 7,629
  • 3
  • 51
  • 96
0
votes
1 answer

Xamarin expired Visual Studio not opening project for viewing

Situation: Some time ago I wrote an Android app using Xamarin.Android for Visual Studio . I've since learned some Java and wish to port my Original App over using Eclipse. Problem: My subscription has lapsed for the Xamarin.Android and now Visual…
0
votes
5 answers

What is the best way to handle my softwares licenses?

By best I mean more time tested, easier to implement and easier for the users to work with. I do not want my licensing crap to interfere with their work. I was thinking of launching a WCF service that check with my license DB if it's a valid…
delete
0
votes
1 answer

As a MS Gold Partner can I install Visual Studio 2010 Pro instead of Premium?

As Microsoft Gold Partners we are granted 10 versions of Visual Studio Premium. We have 13 developers so 10 of use use Premium and 3 of use use VS Professional. Is it allowed to install 10 copies of VS Professional instead of Premium to keep…
Jamey McElveen
  • 18,135
  • 25
  • 89
  • 129
0
votes
1 answer

ZedGraph License

I made a C# Winform application, my application briefly dealing with displaying sensors values during operating time, in addition to some other Input/Output tasks. Let's skip the algorithm part, (nothing special to mention here). For the display…
chouaib
  • 2,763
  • 5
  • 20
  • 35
0
votes
1 answer

MySQL licencing for commercial use

Can someone explain to me the following: We are running a website with a web service using MySQL and we are getting paid for it monthly. Can we use MySQL community edition for this? Can we use MySQL community edition for development of this kind of…
0
votes
1 answer

how to prevent hack license

I'm developing an app, and I have integrated the license verification library to control my app. But I've noticed that rooted phones can crack the license of the app with the app Lucky Patcher. Is there any way to protect apps from this? Thank you
Víctor Martín
  • 3,352
  • 7
  • 48
  • 94
0
votes
1 answer

Do users that access TFS Web but not Visual Studio count towards TFS licenses?

Not sure if this is the right place to ask, but I do see other licensing questions here, not to mentiona "licensing" tag. Our team consists of 10 people. Only 2 are developers. The other 8 are technical, but do not need to write code. We want…
user736893
0
votes
1 answer

Exception: License 114440 License expired 2014-10-22 in LINK

My MSDN license expired. I logged into Microsoft, deleted all my old MSDN licenses from my account, and added a new invitation from my IT department. I also installed the VS2013 Update3 installer and rebooted my machine. At this point, Visual…
Eric
  • 11,392
  • 13
  • 57
  • 100
0
votes
1 answer

Delete registry after year Vb net

How can I make my licence works only one year? When I activated my program I add registry with current date. On each run I check if the registry exist. If registry exists I can use my application otherwise it prompt me to activate it . I want to…
Anel
  • 13
  • 2
0
votes
1 answer

Matlab returns license checkout error when executed from Wamp server but not command prompt

I am running WAMP Server 2.5 (32-bit) with PHP 5.5.12 on a Windows 7 SP1 64-bit machine. I am running Matlab R2014b. I am trying to execute Matlab via PHP. The Matlab function phptest.m is as follow: function phptest % Open file fid =…
simonjdp
  • 3
  • 1
1 2 3
99
100