View Single Post
  #2 (permalink)  
Old 02-29-2008, 01:45 PM
Leif.Högberg Leif.Högberg is offline
Member
 
Join Date: Aug 2007
Location: Sweden
Posts: 52
Send a message via MSN to Leif.Högberg
Default

From the lisence:
Quote:
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of Zend Technologies USA, Inc. nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.
Edit: to clarify, the above means that it's ok for you to encode your source as long as the ZF lisence is provided with the distribution.

To answer your second question, yes the host would have to run the matching parser to your encoding software. Meaning that if you use FooEncoder to encode your source you would have to use FooDecoder on the host.

Last edited by Leif.Högberg : 02-29-2008 at 01:47 PM.
Reply With Quote