license question.
-
- User
- Posts:1
- Joined:Thu Jun 19, 2008 1:48 pm
I am very confused with the GPL. Can someone help me out? I am an employee of a corporation that has an Intranet that I help maintain. I write PHP code for it. One part of the corporate Intranet accepts file uploads. I was hoping to use getid3 to look at the uploads and extract meta data. Can I put getid3() on my webserver and call its exported functions without having to release the code to my entire corporate intranet? Will I be in compliance with the GPL license it is released under?
-
- getID3() v2 developer
- Posts:445
- Joined:Sun May 04, 2003 2:22 pm
- Location:Holmegaard, Denmark
Re: license question.
No.trump wrote:Can I put getid3() on my webserver and call its exported functions without having to release the code to my entire corporate intranet? Will I be in compliance with the GPL license it is released under?
If you include/require getID3() code from your script, you need to make your script available to your users.
There are two alternatives to this:
- Buy a commercial license.
- Call getID3() via system calls to an open script and capture output.