juliendenize / torchaug

Library to perform efficient vision data augmentations for CPU/GPU per-sample/batched data.
https://torchaug.readthedocs.io/en/latest/
Other
24 stars 2 forks source link

Remove headers of the files #31

Closed juliendenize closed 2 months ago

juliendenize commented 7 months ago

In v0.4.1 the license was changed to CeCILL-C and the copyright was transferred to CEA as it was first developed in my spare time and as part of my diploma thesis and now as part of my job.

For this release, I modified the header of every files to mention the following:

# @Copyright: CEA-LIST/DIASI/SIALV/ (2023-    )
# @Author: CEA-LIST/DIASI/SIALV/ <julien.denize@cea.fr>
# @License: CECILL-C

With some of them also crediting Torchvision by adding:

#
# Code partially based on Torchvision (BSD 3-Clause License), available at:
#   https://github.com/pytorch/vision

We should consider removing these mentions to get rid of templates:

juliendenize commented 2 months ago

Another possibility is to add in the CI a check for the headers to be correctly setup for all files;