open-autonomy icon indicating copy to clipboard operation
open-autonomy copied to clipboard

Incorrect copyright headers

Open Adamantios opened this issue 1 year ago • 3 comments

The copyright is incorrect in multiple files.

This was not detected because the CI does not check the copyright correctly here.

Adamantios avatar Mar 27 '24 15:03 Adamantios

@Adamantios The copyright info for example in the file should be updated to Copyright 2024 Valory AG and similarly everywhere?

Devanshusisodiya avatar Mar 28 '24 13:03 Devanshusisodiya

@Devanshusisodiya no, the copyright of a file should have a range specifying when it was created and when it was last updated, or a single number if the year of creation and last update are the same.

The linked command on the CI above should be replaced with:

run: tomte check-copyright --author valory --author fetchai

Running this locally should also give hints on what the copyright issues currently are.

Adamantios avatar Mar 28 '24 17:03 Adamantios

@Adamantios I have raised this PR to fix this issue, please review and comment. Thanks.

Devanshusisodiya avatar Mar 29 '24 08:03 Devanshusisodiya