licensing

Are client access licenses required for SQL Server database access?

If there are customers remotely accessing a Microsoft SQL Server database on a server with Windows Server 2008 R2 installed, do I have to buy client access licenses both for SQL Server and the OS? I don't quite understand volume licensing. ...

Right way to include heavily-customized java oss in personal java oss project?

I'm wondering what is the culturally-acceptable way to handle this code situation. I have a personal project that is MIT licensed. I've run into a situation where I need a certain functionality that another MIT licensed project contains the framework for. I have had to modify the original code substantially, tripling the LOC. These are m...

Qt LGPL licencing for a free application with closed source

I'm working on an application developed with Qt 4.6.2. I'm linking dynamically and I don't want to share my source code. The application is totally free and I don't plan on selling any part of it. I did not make any changes in the Qt library, I'm only using it to develop the application... I just want to share my free application, witho...

Can I use/include gsdll32.dll redmonnt.dll (no modifications) in a commercial application for my client?

I am not a license expert; however, after a lot of research, I am still struggling to answer the following questions and would like to know if my assumptions are right! Is it legal to include gsdll32.dll and redmonnt.dll in a commercial product? Should I release any source code of the commercial app where I am using this library? Is th...

MIT licence copyright holders

I'm putting some source code up on codeplex, and I need to select a licence, and I feel like MIT is most simple and fitting from the options I have. But I need to specify copyright holders, who are these? I hope that somebody would want to contribute to the source code, so I don't feel like I can put myself as copyright holder. Can I pu...

What Database to distribute as part of a C# app backend

I am planning on writing and commercialising a C# app which will store data in an underlying database I use MySQL on my environment for my own development and this is what I would have used to write the application for myself (no need to use FK - MyISAM engine would be fine). I am concerned about how easy it will be to distribute the ap...

Licensing for the undecided

I am creating a game in C++. Now I am not sure on how I will distribute it yet - though I am pretty sure that I won't be asking money for it. And I am looking into a licensing and I wondered if there is a license that is suited for the undecided like me. My current releases (which are really really early versions of the game, with far f...

Help with licensing an open source project

Hi, I have developed an application that I would like to release as an open source project. In addition to my own code, I am using the following libraries: Log4Net - Apache 2.0 License NHibernate - LGPL NVelocity - Apache 2.0 License StructureMap - Apache 2.0 License ASP.NET MVC - MS-PL? I'm quite happy for people to do what they...

Smallest Java Runtime I can legally distribute?

My Java SWT desktop application is distributed with it's own Java runtime and I want to make the download size as small as possible. I'd like to remove all the classes I don't use from rt.jar, but this is forbidden according to JDK runtime licence (see the README.html file in the root JDK folder). Since Java is open source, am I allowe...

How does Apache 2.0 license differ from GPL?

I don't know much about the full GPL license other than that it's very restrictive to anyone wanting to use GPL anywhere near closed-source code. How does Apache 2.0 license compare with GPL and other license like LGPL, MIT, etc? ...

Alternatives to checking against the system time

Hi, I have an application which license should expire after some period of time. I can check the time in the applicatino against the system time, but system time can be changed by the administrator, therefore it's not a good idea to check against the system time in my opinion. What alternatives do I have? Thank you ...

What is the minimal licensable source code?

Let's suppose I want to "protect" this code about being used without attribution, patenting it, or through any open source licence... #include<stdio.h> int main (void) { int version=2; printf("\r\n.Hello world, ver:(%d).", version); return 0; } It's a little obvious or just a language definition example.. When a source ...

Is this scenario in compliance with GPLv3?

For arguments sake, say that we create a web application , that depends on a GPLv3 licensed component, lets say Ext JS. Based on Section 0 of the license, the common notion is that the entire web application (the client side javascript) falls under the definition of a covered work: A “covered work” means either the unmodified Progra...

Blackberry license screen agreement like Facebook

Hi, I have a "basic" license agreement screen for now, a Screen with a title set and vertical field containing a textfield, separatorfield and then 2 buttons (accept or decline). The license is pretty long, it's annoying going all the way down (except with the storm it's pretty easy) and I want a kind of popup screen showing the licens...

Reverse engineering and redistributing code from .NET Framework

Once or twice I have been running into the following issue: Classes I want to reuse in my applications (and possibly redistribute) exist in the .NET Framework assemblies, but are marked internal or private. So it is impossible to reuse them directly. One way is to disassemble them, pick the pieces you need, put them in a different name...

Has anyone ever bought an "Internet Connection" license for WSS 3.0?

I would like to run a WSS 3.0 that is exposed to the internet and provides access to an arbitrary number of users through forms-based authentication. If the WSS licensing is analogous to that of MOSS, then there should be some special licensing required to make this legitimate. I have seen several vague statements on the internet about a...

How would I go about licensing a WPF windows application

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 with not a lot of money, I was hoping for a solution ...

QT, LGPL, Commercial closed-source application

We have a commercial windows application making use of QT. I'll be very simplistic in my description as I must have a clear answer. At compile time we use QT *.LIB files We have a result of our compilation is an *.EXE file, we wrap into an installer and ship to clients. This *.EXE files depends on *.DLL files in QT. at runtime the *....

Guide on writing my first open source software ?

Hello Stackoverflow, Since last August 2009, I have been working on project but then decided to release it as an open source project. The purpose of this project is to provide an alternative to existing commercial & expensive solution. So my question is, how can I get started ? The prototype has been ready since May and now being rewri...

Microsoft Visual Studio Professional Licensing

Hello, We are a small financial Company (around 20 people) We are planning to buy the Visual Studio Professional 2008 Edition to build some Proprietary software for ourself. We have only 3 developers working on this software. The question is Can we distribute the application(just the exe) throughout the office. What are the restrictions...