Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Project Ideas (http://www.programmingforums.org/forum50.html)
-   -   Questions concerning licenses (http://www.programmingforums.org/showthread.php?t=13195)

Freddy May 22nd, 2007 1:48 PM

Questions concerning licenses
 
Hello,

I released previous projects under GPL license. No problem with using other Open Source classes and so on.

But now I'm working on a project I'm planning to release under a commercial license.

It's a website written in php.

I can't use the GPL license because I don't want that customers are allowed to distribute the software. On the other hand customers will receive the complete source code.

Some parts of the software probably will use Open Source classes (GPL), e.g. the smarty template system or a pear class.

The actual code will be written by me.
Now I'm just interested if I'm allowed to sell the complete package (including GPL classes) with my own license (of course just for my own code).

I often read that if you use just one single line of GPL code the complete project must be released under GPL license, is this true?

AFAIK this is only true if you really use the code in the main program. I plan to use Open Source classes (which are independent from the main program), is this allowed?

Of course I want to support Open Source, I'll make donations for every sold license.

andro May 22nd, 2007 2:38 PM

If you use the GPL, you must distribute the source code for your project. All of it, not just the GPL code you use.

Freddy May 22nd, 2007 3:07 PM

Quote:

Originally Posted by andro (Post 128147)
If you use the GPL, you must distribute the source code for your project. All of it, not just the GPL code you use.

That's not the problem, I'll distribute the complete source code (including my own code).

The problem is that I want to sell my software (my code + GPL classes) but I want to forbid to distribute my code.


All times are GMT -5. The time now is 9:12 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC