Skip to content

Commit cad0c99

Browse files
committed
Removed version numbers from source files
1 parent a7d091a commit cad0c99

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Source/PythonEngine.pas

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
(* *)
33
(* Module: Unit 'PythonEngine' Copyright (c) 1997 *)
44
(* *)
5-
(* Version: 3.0 Dr. Dietmar Budelsky *)
6-
(* Sub-Version: 0.33 dbudelsky@web.de *)
5+
(* Dr. Dietmar Budelsky *)
6+
(* dbudelsky@web.de *)
77
(* Germany *)
88
(* *)
99
(* Morgan Martinet *)
@@ -12,6 +12,9 @@
1212
(* CANADA *)
1313
(* e-mail: p4d@mmm-experts.com *)
1414
(* *)
15+
(* PyScripter *)
16+
(* e-mail: pyscripter@gmail.com *)
17+
(* *)
1518
(* Project page: https://github.com/pyscripter/python4delphi *)
1619
(**************************************************************************)
1720
(* Functionality: Delphi Components that provide an interface to the *)
@@ -31,8 +34,7 @@
3134
(* Stefan Hoffmeister (Stefan.Hoffmeister@Econos.de) *)
3235
(* Michiel du Toit (micdutoit@hsbfn.com) - Lazarus Port *)
3336
(* Chris Nicolai (nicolaitanes@gmail.com) *)
34-
(* Kiriakos Vlahos (pyscripter@gmail.com) *)
35-
(* Andrey Gruzdev (andrey.gruzdev@gmail.com) *)
37+
(* Andrey Gruzdev (andrey.gruzdev@gmail.com) *)
3638
(**************************************************************************)
3739
(* This source code is distributed with no WARRANTY, for no reason or use.*)
3840
(* Everyone is allowed to use and change this code free for his own tasks *)

Source/WrapDelphi.pas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
Author: Kiriakos Vlahos
44
Date: 24-Feb-2005
55
Purpose: Provide automatic wrapping of Delphi variables utilising RTTI
6-
Version: 1.11
76
87
Contributors:
98
Morgan Martinet (mmm@free.fr)

0 commit comments

Comments
 (0)