You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We’ve been discussing the SPDX License Identifiers in issue #21. The repo here is under MIT License and you’re right: at the moment the files don’t have a license information header…
There is a difference between the copyright and license information. I recommend to add a pre-commit hook that checks such headers automatically and adds/fixes them if necessary, e.g., as the year changes.
Suggest adding template copyright information at the top of all the python code files, or possibly all the code that looks something like this:
"""
Filename:
Copyright (c) 2021 - Present
All rights reserved.
"""
The text was updated successfully, but these errors were encountered: