khiops icon indicating copy to clipboard operation
khiops copied to clipboard

Extend the copyright script for python and script files

Open folmos-at-orange opened this issue 1 year ago • 1 comments

Description

Currently the script scripts/update_copyright.py only changes .cpp and .h files. It should also consider python and shell files

Questions/Ideas

  • The comment operator depends on the extension:
    • .py, .sh : #
    • .cmd, .bat : REM
    • .h, .cpp: //

folmos-at-orange avatar Feb 08 '24 12:02 folmos-at-orange

Uniquement pour les fichiers python.

alexisbondu avatar Apr 10 '24 09:04 alexisbondu