cookiecutter-adafruit-circuitpython
cookiecutter-adafruit-circuitpython copied to clipboard
Double copyright lines
I just used the latest cookiecutter to start on a library, and noticed the copyright lines include both the 2017 copyright and the generated one:, e.g.:
# SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
# SPDX-FileCopyrightText: Copyright (c) 2021 Dan Halbert for Adafruit Industries
Is this deliberate? I removed the first line, which appeared in several files.
I think it is deliberate to capture the template author. I don't care either way.
when I as messing around with this, I also assumed that it was desired the same reason Scott outlines. Easy to change if we want to ...
This should get resolved when I fix #196