
This is the file lazarus-1.8.4.LCL.COPYING.txt. It gives an overview of the licenses used in the Lazarus sources.

The Lazarus sources consists of several parts and each part has its own
license. Three main licenses are in use :

*) the GNU General Public License, version 2 (GPLv2)
*) a modified LGPL (as described in COPYING.modifiedLGPL.txt)
*) the MPL

In general, each file contains a header, describing the license of the file.

The license directory tree :

<lazarus-1.8.4>/
 |
 +- lcl             (modified LGPL)
 |                  With the exception of the customdrawn/android interface,
 |                  where some files are licensed under the
 |                  Apache Licence, Version 2.
 |
 +- components/
    |
    +- synedit      (MPL - Mozilla public license)
    |
    +- lazutils     (modified LGPL)


NOTE: The package "lazarus-1.8.4" included in this distribution, is downloaded directly from the official site, as it is released by the "Lazarus project". Simply the unnecessary files and folders to compile "mklauncher" are deleted.

The "lazarus-1.8.4" package can be downloaded from the following links :


Sourceforge.net :
=================
https://sourceforge.net/projects/lazarus/files/Lazarus%20Zip%20_%20GZip/Lazarus%201.8.4/lazarus-1.8.4.tar.gz/download

If you cannot access sourceforge.net :
======================================
ftp://freepascal.dfmk.hu/pub/lazarus/releases/Lazarus%20Zip%20_%20GZip/Lazarus%201.8.4/lazarus-1.8.4.tar.gz

http://mirrors.iwi.me/lazarus/releases/Lazarus%20Zip%20_%20GZip/Lazarus%201.8.4/lazarus-1.8.4.tar.gz












