python4delphi
python4delphi copied to clipboard
header-comments in various files are chaotic and different, make them using single format
You are right. However there may legal issues in removing or changing old headers. Please let me think about this.
I am suggesting the following header for all project files:
(**************************************************************************)
(* This unit is part of the Python for Delphi (P4D) library *)
(* Project home: https://github.com/pyscripter/python4delphi *)
(* *)
(* Project Maintainer: PyScripter ([email protected]) *)
(* Original Authors: Dr. Dietmar Budelsky ([email protected]) *)
(* Morgan Martinet (https://github.com/mmm-experts) *)
(* Core developer: Lucas Belo ([email protected]) *)
(* Contributors: See contributors.md at project home *)
(* *)
(* LICENCE and Copyright: MIT (see project home) *)
(**************************************************************************)
Also creating contributors.txt with the following content:
Contributors
Fpc and Lazarus support:
- Alexey-T (https://github.com/Alexey-T)
Early Contributors:
- Grzegorz Makarewicz ([email protected])
- Andrew Robinson ([email protected])
- Mark Watts([email protected])
- Olivier Deckmyn ([email protected])
- Sigve Tjora ([email protected])
- Mark Derricutt ([email protected])
- Igor E. Poteryaev ([email protected])
- Yuri Filimonov ([email protected])
- Stefan Hoffmeister ([email protected])
- Michiel du Toit ([email protected]) - Lazarus Port
- Chris Nicolai ([email protected])
- Andrey Gruzdev ([email protected])
More recent contributors can be seen at the project contributors graph.
@Alexey-T @lmbelo Any thoughts/suggestions?
It is OK suggestion, agree.
@pyscripter sounds great, I too agree. Thanks!