mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 21:41:01 +02:00
MG: added license directory overview
git-svn-id: trunk@1670 -
This commit is contained in:
parent
9be582f3bb
commit
8aa7f03a41
34
COPYING
34
COPYING
@ -2,21 +2,39 @@ This is the file COPYING, 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 licenses are used. The GPL 2, the LGPL and the MPL. In general,
|
||||
each file contains a header, describing the license for the file.
|
||||
license. Three licenses are in use. The GPL 2, a modified LGPL and the MPL. In
|
||||
general, each file contains a header, describing the license of the file.
|
||||
|
||||
The license directory tree:
|
||||
|
||||
<lazarus>/ (mostly GPL2, but with a few files under LGPL)
|
||||
<lazarus>/ (mostly GPL2, but with a few files under LGPL)
|
||||
|
|
||||
+- designer (mostly GPL2, but with a few files under LGPL)
|
||||
|
|
||||
+- debugger (GPL2)
|
||||
|
|
||||
+- tools (GPL2)
|
||||
|
|
||||
+- examples (GPL2)
|
||||
|
|
||||
+- lcl (modified LGPL)
|
||||
|
|
||||
+- components/
|
||||
|
|
||||
+- synedit
|
||||
+- synedit (MPL - Mozilla public license)
|
||||
|
|
||||
+- codetools
|
||||
+- codetools (GPL 2)
|
||||
|
|
||||
+- gtk
|
||||
|
|
||||
+- gtkglarea
|
||||
|
|
||||
+-
|
||||
+- gtkglarea (modified LGPL, with one exception: nvgl.pp)
|
||||
|
||||
|
||||
The IDE files are the files in the <lazarus>, designer and debugger directory.
|
||||
They are under the GPL 2, with the following exceptions:
|
||||
objectinspector.pp, propedits.pp, transfermacros.pp,
|
||||
wordcompletion.pp, patheditordlg.pas, outputfilter.pas, inputfiledialog.pas,
|
||||
findreplacedialog.pp, findinfiles.pas
|
||||
These files are under the modified LGPL as described in COPYING.modifiedLGPL.
|
||||
|
||||
|
||||
|
@ -1,10 +1,7 @@
|
||||
This is the file COPYING.modifiedLGPL, it applies to several units in the
|
||||
Lazarus IDE distributed by members of the Lazarus Development Team.
|
||||
Lazarus sources distributed by members of the Lazarus Development Team.
|
||||
|
||||
The source code of objectinspector.pp, propedits.pp, transfermacros.pp,
|
||||
wordcompletion.pp, patheditordlg.pas, outputfilter.pas, inputfiledialog.pas,
|
||||
findreplacedialog.pp, findinfiles.pas
|
||||
distributed under the Library GNU General Public License
|
||||
These files are distributed under the Library GNU General Public License
|
||||
(see the file COPYING.LPGL) with the following modification:
|
||||
|
||||
- object files and libraries linked into an application may be
|
||||
|
@ -1,22 +1,16 @@
|
||||
{
|
||||
***************************************************************************
|
||||
* *
|
||||
* This source is free software; you can redistribute it and/or modify *
|
||||
* it under the terms of the GNU General Public License as published by *
|
||||
* the Free Software Foundation; either version 2 of the License, or *
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
* This code is distributed in the hope that it will be useful, but *
|
||||
* WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
|
||||
* General Public License for more details. *
|
||||
* *
|
||||
* A copy of the GNU General Public License is available on the World *
|
||||
* Wide Web at <http://www.gnu.org/copyleft/gpl.html>. You can also *
|
||||
* obtain it by writing to the Free Software Foundation, *
|
||||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||
* *
|
||||
***************************************************************************
|
||||
*****************************************************************************
|
||||
* *
|
||||
* See the file COPYING.modifiedLGPL, included in this distribution, *
|
||||
* for details about the copyright. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
||||
* *
|
||||
*****************************************************************************
|
||||
|
||||
Author: Mattias Gaertner
|
||||
|
||||
}
|
||||
unit gtkglarea;
|
||||
|
@ -1,22 +1,14 @@
|
||||
{
|
||||
***************************************************************************
|
||||
* *
|
||||
* This source is free software; you can redistribute it and/or modify *
|
||||
* it under the terms of the GNU General Public License as published by *
|
||||
* the Free Software Foundation; either version 2 of the License, or *
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
* This code is distributed in the hope that it will be useful, but *
|
||||
* WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
|
||||
* General Public License for more details. *
|
||||
* *
|
||||
* A copy of the GNU General Public License is available on the World *
|
||||
* Wide Web at <http://www.gnu.org/copyleft/gpl.html>. You can also *
|
||||
* obtain it by writing to the Free Software Foundation, *
|
||||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||
* *
|
||||
***************************************************************************
|
||||
*****************************************************************************
|
||||
* *
|
||||
* See the file COPYING.modifiedLGPL, included in this distribution, *
|
||||
* for details about the copyright. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
||||
* *
|
||||
*****************************************************************************
|
||||
|
||||
}
|
||||
unit gtkglarea_int;
|
||||
|
@ -3,17 +3,16 @@
|
||||
|
||||
Author: Mattias Gaertner
|
||||
|
||||
This file is distributed under the Library GNU General Public License
|
||||
with the following modification:
|
||||
|
||||
- object files and libraries linked into an application may be
|
||||
distributed without source code.
|
||||
|
||||
If you didn't receive a copy of the file COPYING, contact:
|
||||
Free Software Foundation
|
||||
675 Mass Ave
|
||||
Cambridge, MA 02139
|
||||
USA
|
||||
*****************************************************************************
|
||||
* *
|
||||
* See the file COPYING.modifiedLGPL, included in this distribution, *
|
||||
* for details about the copyright. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
||||
* *
|
||||
*****************************************************************************
|
||||
}
|
||||
unit NVGLX;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user