Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nemequ/liblzf.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpcg <pcg>2004-04-20 22:11:42 +0400
committerpcg <pcg>2004-04-20 22:11:42 +0400
commit98dd70cf971a3688e8508fd900338b0d20345e29 (patch)
treeeb643f17d8c282b45b835020e2d1e0f7b6a07d42 /lzf_d.c
parente36fe467ca81027a29b002b2c618c963a847ba7e (diff)
*** empty log message ***
Diffstat (limited to 'lzf_d.c')
-rw-r--r--lzf_d.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/lzf_d.c b/lzf_d.c
index 351b967..817bb2a 100644
--- a/lzf_d.c
+++ b/lzf_d.c
@@ -24,6 +24,16 @@
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTH-
* ERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * the GNU General Public License version 2 (the "GPL"), in which case the
+ * provisions of the GPL are applicable instead of the above. If you wish to
+ * allow the use of your version of this file only under the terms of the
+ * GPL and not to allow others to use your version of this file under the
+ * BSD license, indicate your decision by deleting the provisions above and
+ * replace them with the notice and other provisions required by the GPL. If
+ * you do not delete the provisions above, a recipient may use your version
+ * of this file under either the BSD or the GPL.
*/
#include "lzfP.h"