|
1 | 1 | (**************************************************************************) |
| 2 | +(* This unit is part of the Python for Delphi (P4D) library *) |
| 3 | +(* Project home: https://github.com/pyscripter/python4delphi *) |
2 | 4 | (* *) |
3 | | -(* Module: Unit 'PythonEngine' Copyright (c) 1997 *) |
| 5 | +(* Project Maintainer: PyScripter ([email protected]) *) |
| 6 | +(* Original Authors: Dr. Dietmar Budelsky ([email protected]) *) |
| 7 | +(* Morgan Martinet (https://github.com/mmm-experts) *) |
| 8 | +(* Core developer: Lucas Belo ([email protected]) *) |
| 9 | +(* Contributors: See contributors.md at project home *) |
4 | 10 | (* *) |
5 | | -(* Dr. Dietmar Budelsky *) |
6 | | - |
7 | | -(* Germany *) |
8 | | -(* *) |
9 | | -(* Morgan Martinet *) |
10 | | -(* 4723 rue Brebeuf *) |
11 | | -(* H2J 3L2 MONTREAL (QC) *) |
12 | | -(* CANADA *) |
13 | | - |
14 | | -(* *) |
15 | | -(* PyScripter *) |
16 | | - |
17 | | -(* *) |
18 | | -(* Project page: https://github.com/pyscripter/python4delphi *) |
19 | | -(**************************************************************************) |
20 | | -(* Functionality: Delphi Components that provide an interface to the *) |
21 | | -(* Python language (see python.txt for more infos on *) |
22 | | -(* Python itself). *) |
23 | | -(* *) |
24 | | -(**************************************************************************) |
25 | | -(* Contributors: *) |
26 | | -(* Grzegorz Makarewicz ([email protected]) *) |
27 | | -(* Andrew Robinson ([email protected]) *) |
28 | | -(* Mark Watts([email protected]) *) |
29 | | -(* Olivier Deckmyn ([email protected]) *) |
30 | | -(* Sigve Tjora ([email protected]) *) |
31 | | -(* Mark Derricutt ([email protected]) *) |
32 | | -(* Igor E. Poteryaev ([email protected]) *) |
33 | | -(* Yuri Filimonov ([email protected]) *) |
34 | | -(* Stefan Hoffmeister ([email protected]) *) |
35 | | -(* Michiel du Toit ([email protected]) - Lazarus Port *) |
36 | | -(* Chris Nicolai ([email protected]) *) |
37 | | -(* Andrey Gruzdev ([email protected]) *) |
38 | | -(**************************************************************************) |
39 | | -(* This source code is distributed with no WARRANTY, for no reason or use.*) |
40 | | -(* Everyone is allowed to use and change this code free for his own tasks *) |
41 | | -(* and projects, as long as this header and its copyright text is intact. *) |
42 | | -(* For changed versions of this code, which are public distributed the *) |
43 | | -(* following additional conditions have to be fullfilled: *) |
44 | | -(* 1) The header has to contain a comment on the change and the author of *) |
45 | | -(* it. *) |
46 | | -(* 2) A copy of the changed source has to be sent to the above E-Mail *) |
47 | | -(* address or my then valid address, if this is possible to the *) |
48 | | -(* author. *) |
49 | | -(* The second condition has the target to maintain an up to date central *) |
50 | | -(* version of the component. If this condition is not acceptable for *) |
51 | | -(* confidential or legal reasons, everyone is free to derive a component *) |
52 | | -(* or to generate a diff file to my or other original sources. *) |
53 | | -(* Dr. Dietmar Budelsky, 1997-11-17 *) |
| 11 | +(* LICENCE and Copyright: MIT (see project home) *) |
54 | 12 | (**************************************************************************) |
55 | 13 |
|
56 | 14 | {$I Definition.Inc} |
|
0 commit comments