Skip to content

Commit 7bbb92b

Browse files
committed
Fixing unit headers
Former-commit-id: 169cc31
1 parent 1df75b6 commit 7bbb92b

35 files changed

+459
-86
lines changed

src/AddOn/PyEnvironment.AddOn.EnsurePip.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(* lucas.belo@live.com *)
88
(* Brazil *)
99
(* *)
10-
(* Project page: https://github.com/lmbelo/P4D_AI_ML *)
10+
(* Project page: https://github.com/Embarcadero/PythonEnviroments *)
1111
(**************************************************************************)
1212
(* Functionality: PyEnvironment EnsurePIP add-on *)
1313
(* *)

src/AddOn/PyEnvironment.AddOn.GetPip.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(* lucas.belo@live.com *)
88
(* Brazil *)
99
(* *)
10-
(* Project page: https://github.com/lmbelo/P4D_AI_ML *)
10+
(* Project page: https://github.com/Embarcadero/PythonEnviroments *)
1111
(**************************************************************************)
1212
(* Functionality: PyEnvironment GetPip add-on *)
1313
(* *)

src/AddOn/PyEnvironment.AddOn.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(* lucas.belo@live.com *)
88
(* Brazil *)
99
(* *)
10-
(* Project page: https://github.com/lmbelo/P4D_AI_ML *)
10+
(* Project page: https://github.com/Embarcadero/PythonEnviroments *)
1111
(**************************************************************************)
1212
(* Functionality: PyEnvironment AddOn *)
1313
(* *)

src/Embeddable/PyEnvironment.Embeddable.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
(* lucas.belo@live.com *)
88
(* Brazil *)
99
(* *)
10-
(* Project page: https://github.com/lmbelo/P4D_AI_ML *)
10+
(* Project page: https://github.com/Embarcadero/PythonEnviroments *)
1111
(**************************************************************************)
12-
(* Functionality: PyEnvironment Embeddable *)
12+
(* Functionality: PyEnvironment embeddable *)
1313
(* *)
1414
(* *)
1515
(**************************************************************************)

src/Embeddable/Res/PyEnvironment.Embeddable.Res.Python310.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(* lucas.belo@live.com *)
88
(* Brazil *)
99
(* *)
10-
(* Project page: https://github.com/lmbelo/P4D_AI_ML *)
10+
(* Project page: https://github.com/Embarcadero/PythonEnviroments *)
1111
(**************************************************************************)
1212
(* Functionality: PyEnvironment Embeddable as a Resource *)
1313
(* *)

src/Embeddable/Res/PyEnvironment.Embeddable.Res.Python37.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(* lucas.belo@live.com *)
88
(* Brazil *)
99
(* *)
10-
(* Project page: https://github.com/lmbelo/P4D_AI_ML *)
10+
(* Project page: https://github.com/Embarcadero/PythonEnviroments *)
1111
(**************************************************************************)
1212
(* Functionality: PyEnvironment Embeddable as a Resource *)
1313
(* *)

src/Embeddable/Res/PyEnvironment.Embeddable.Res.Python38.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(* lucas.belo@live.com *)
88
(* Brazil *)
99
(* *)
10-
(* Project page: https://github.com/lmbelo/P4D_AI_ML *)
10+
(* Project page: https://github.com/Embarcadero/PythonEnviroments *)
1111
(**************************************************************************)
1212
(* Functionality: PyEnvironment Embeddable as a Resource *)
1313
(* *)

src/Embeddable/Res/PyEnvironment.Embeddable.Res.Python39.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(* lucas.belo@live.com *)
88
(* Brazil *)
99
(* *)
10-
(* Project page: https://github.com/lmbelo/P4D_AI_ML *)
10+
(* Project page: https://github.com/Embarcadero/PythonEnviroments *)
1111
(**************************************************************************)
1212
(* Functionality: PyEnvironment Embeddable as a Resource *)
1313
(* *)

src/Embeddable/Res/PyEnvironment.Embeddable.Res.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
(* lucas.belo@live.com *)
88
(* Brazil *)
99
(* *)
10-
(* Project page: https://github.com/lmbelo/P4D_AI_ML *)
10+
(* Project page: https://github.com/Embarcadero/PythonEnviroments *)
1111
(**************************************************************************)
1212
(* Functionality: PyEnvironment Embeddable as a Resource *)
1313
(* *)

src/Project/IDE/PyEnvironment.Project.IDE.Deploy.pas

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
(**************************************************************************)
2+
(* *)
3+
(* Module: Unit 'PyEnvironment.Project.IDE.Deploy' *)
4+
(* *)
5+
(* Copyright (c) 2021 *)
6+
(* Lucas Moura Belo - lmbelo *)
7+
(* lucas.belo@live.com *)
8+
(* Brazil *)
9+
(* *)
10+
(* Project page: https://github.com/Embarcadero/PythonEnviroments *)
11+
(**************************************************************************)
12+
(* Functionality: Deploy Python embeddables using project menu *)
13+
(* *)
14+
(* *)
15+
(**************************************************************************)
16+
(* This source code is distributed with no WARRANTY, for no reason or use.*)
17+
(* Everyone is allowed to use and change this code free for his own tasks *)
18+
(* and projects, as long as this header and its copyright text is intact. *)
19+
(* For changed versions of this code, which are public distributed the *)
20+
(* following additional conditions have to be fullfilled: *)
21+
(* 1) The header has to contain a comment on the change and the author of *)
22+
(* it. *)
23+
(* 2) A copy of the changed source has to be sent to the above E-Mail *)
24+
(* address or my then valid address, if this is possible to the *)
25+
(* author. *)
26+
(* The second condition has the target to maintain an up to date central *)
27+
(* version of the component. If this condition is not acceptable for *)
28+
(* confidential or legal reasons, everyone is free to derive a component *)
29+
(* or to generate a diff file to my or other original sources. *)
30+
(**************************************************************************)
131
unit PyEnvironment.Project.IDE.Deploy;
232

333
interface

0 commit comments

Comments
 (0)