#------------------------------------------------
Hi,
I'm a developer of a perl application. I would be the copyright holder of the application. The application uses several modules that can be found on cpan, like the perl DBI for PG and ODBC:SN. It also uses Mail::Sendmail, Apache:BI, CGI::Session, etc. It is my understanding that some of the modules are released under a General Public License, (eg GPL).
I would like to release my application under a commercial license that would allow me to control the source code and receive compensation from end users who download a licensed version of my application.
Is this possible? Is there a preferred license for commerical versions of perl applications. Perhaps someone has already address this, and can provide some insight regarding the issues.
Regards,
LelandJ
#----------------------------------------------
My personaly understanding of all this open source stuff is that calling something externally that's GPL doesn't mean your internal code must be GPL as well. It's like a commercial audio editor using a lame.dll for encoding. You're still required to include copyright notices and how to get all the original versions of all the GPL stuff you use, but so long as you're not taking CGI::Session and hacking the module itself for proprietary inclusion, you should be okay.
Actually, I'm probably thinking more of Perl's Artistic License and its whole "original version" mentality. Still, if mysql is GPL and you write some C thing that interfaces with it, that doesn't mean the C thing must be GPL. So long as the GPL-ed code can be isolated from yours, I think you'd be okay, but what do I know?
There's probably some ethical/license kind of forum on TT that may be better suited to answer.
Andrew
#------------------------------------------------
Thanks Andrew,
Your thoughts about licensing and the issues of using GPL modules required in another application is pretty close to my understanding as well.
Thanks,
LelandJ
#-------------------------------------------------
Information Technology Ethics in the Workplace Forum can be found here =>
Rob Waite
#----------------------------------------------
Can anyone see any potential problem with releasing a commercial application that was developed using a language like perl, which is free under its artistic license. Also, the application uses perl modules developed by third parties and released under the General Public License (eg GPL) license.
Regards,
LelandJ
Leland F. Jackson, CPA
Software - Master (TM)
Nothing Runs Like the Fox
Hi,
I'm a developer of a perl application. I would be the copyright holder of the application. The application uses several modules that can be found on cpan, like the perl DBI for PG and ODBC:SN. It also uses Mail::Sendmail, Apache:BI, CGI::Session, etc. It is my understanding that some of the modules are released under a General Public License, (eg GPL).
I would like to release my application under a commercial license that would allow me to control the source code and receive compensation from end users who download a licensed version of my application.
Is this possible? Is there a preferred license for commerical versions of perl applications. Perhaps someone has already address this, and can provide some insight regarding the issues.
Regards,
LelandJ
#----------------------------------------------
My personaly understanding of all this open source stuff is that calling something externally that's GPL doesn't mean your internal code must be GPL as well. It's like a commercial audio editor using a lame.dll for encoding. You're still required to include copyright notices and how to get all the original versions of all the GPL stuff you use, but so long as you're not taking CGI::Session and hacking the module itself for proprietary inclusion, you should be okay.
Actually, I'm probably thinking more of Perl's Artistic License and its whole "original version" mentality. Still, if mysql is GPL and you write some C thing that interfaces with it, that doesn't mean the C thing must be GPL. So long as the GPL-ed code can be isolated from yours, I think you'd be okay, but what do I know?
There's probably some ethical/license kind of forum on TT that may be better suited to answer.
Andrew
#------------------------------------------------
Thanks Andrew,
Your thoughts about licensing and the issues of using GPL modules required in another application is pretty close to my understanding as well.
Thanks,
LelandJ
#-------------------------------------------------
Information Technology Ethics in the Workplace Forum can be found here =>
Rob Waite
#----------------------------------------------
Can anyone see any potential problem with releasing a commercial application that was developed using a language like perl, which is free under its artistic license. Also, the application uses perl modules developed by third parties and released under the General Public License (eg GPL) license.
Regards,
LelandJ
Leland F. Jackson, CPA
Software - Master (TM)
Nothing Runs Like the Fox