Skip to content

Conversation

@frgfm
Copy link
Owner

@frgfm frgfm commented Jul 5, 2024

This PR updates the suggestion in the error message from:

Your header should look like:

# Copyright (C) 2023-2024, Pyronear.

# This program is licensed under the Apache License 2.0.

to

Your header should look like:

# Copyright (C) <FILE_CREATION_YEAR>-2024, Pyronear.

# This program is licensed under the Apache License 2.0.

or if the project creation year is the current one:

Your header should look like:

# Copyright (C) <FILE_CREATION_YEAR>, Pyronear.

# This program is licensed under the Apache License 2.0.

Closes #17

@frgfm frgfm added the type: enhancement New feature or request label Jul 5, 2024
@frgfm frgfm added this to the 0.5.0 milestone Jul 5, 2024
@frgfm frgfm self-assigned this Jul 5, 2024
@frgfm frgfm merged commit cff2379 into main Jul 5, 2024
@frgfm frgfm deleted the error-message branch July 5, 2024 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error returns wrong starting year

1 participant