Tagged Questions

0
votes
1answer
2 views

dotConnect for MySQL license cannot be used with TOAD

Hello. I am trying to connect to MySQL with TOAD. I have dotConnect for MySQL (trial) installed on my PC. The very first time TOAD's connection with MySQL worked fine and I worked with that connection …
1
vote
5answers
65 views

Does porting count as derivative work?

If I were to port a GPL'ed library to a different language: Would it count as a derivate work and would I have to release my port with the same GPL? If the answer to the above question is yes, who …
1
vote
4answers
46 views

How to license code source but keep control of it

Meaning the buyer can modify it and do whatever he wants with it but can't resell the source itself. But is allowed to sell software based on it.
1
vote
3answers
35 views

Using LGPL library in a commercial Java application

I have a commercial Java application which I will be distributing. I want to use an LGPL'd java library. I wont be modifying the library. Does the LGPL license of that library have any impact on my …
0
votes
0answers
24 views

LGPLv3 or LGPLv2.1 and the iPhone

This is a legal question as much as a programming question. I am a programmer and it is about a program. Am I legally allowed to alter a LGPLv3 program to work on an iPhone? I have heard it might …
2
votes
4answers
90 views

Securing C# Application suggestions

Hi, I've been looking for a simple key/license system for our users. Its partly to stop piracy (avoid users from sharing the application around) and the other half to track the number of 'licensed …
1
vote
3answers
63 views

Best license for private software

I've been trying to get my head around private software licenses. I'm working for several companies at the same time - most of whom share my codes and all of whom want to own everything. It creates a …
1
vote
2answers
34 views

What is SubSonic’s license?

I've looked all over the SubSonic website, but I can't find anything about its licensing. With the project I am working on, I need to list all the open source projects I use along with their …
4
votes
8answers
196 views
+100

When is your code a “Derivative work”?

I'm trying to figure out in which of these cases the legal ramifications of "Derivative work" come into play. When exactly is my code a derivative work? A PHP framework released under the GPL. …
2
votes
1answer
32 views

Use of Icons from a GPL’d program

There is a GPL'd program that has some nice icons I would like to use in a project of my own. I would like to release my project under a more liberal license like Apache or BSD. After reading the GPL …
1
vote
1answer
25 views

license info of a deb package

I am trying to get license information of uninstalled deb packages. dpkg --info <package-name>.deb does not give that information. Is there any command in ubuntu which will give this info? (In …
2
votes
3answers
45 views

Is the Artistic License 2.0 compatible with the GNU LGPL?

Perl's Artistic License 2.0 says that the source code distribution may be relicensed so long as the new license is: (ii) a license that permits the licensee to freely copy, modify and …
4
votes
5answers
92 views

Searching for non-commercial license for source code

I have written a software program that can encode a unique type of video and would like to release the source code under a non-commercial license. However, I am having difficulty finding an existing …
4
votes
4answers
87 views

Open Source Licenses: LGPL vs. Creative Commons

I'm writing a .NET library for the Stack Overflow pre-alpha API. After uploading some early code to a new project over at Google Code, I set the license info to GPL and added the appropriate license …
0
votes
0answers
5 views

license header for classes extended from Hibernate

I would like to extend a class (e.g. org.hibernate.type.CharBooleanType) which is shipped as part of the Hibernate core distribution package. Our product is meant for commercial use, are we supposed …

1 2 3 4 5 15 next
15 30 50 per page