From 00d9268a257b04c2eb7bb41a6f4875844f1c3499 Mon Sep 17 00:00:00 2001 From: Alf Magne Kalleland Date: Tue, 21 May 2013 15:40:46 +0200 Subject: [PATCH] Updated license --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e9fdbb..3934846 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ PHP class for conversion of Chess PGN files to PHP array or JSON. This is the chess parser used in DHTML Chess at dhtml-chess.com -####License: GPL +####License: LGPL (Lesser General Public License). Example of use: @@ -248,4 +248,4 @@ This will give you data in this format: ] } ] -``` \ No newline at end of file +```