cookiecutter-adafruit-circuitpython icon indicating copy to clipboard operation
cookiecutter-adafruit-circuitpython copied to clipboard

Double copyright lines

Open dhalbert opened this issue 4 years ago • 3 comments

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.

dhalbert avatar Mar 10 '21 18:03 dhalbert

I think it is deliberate to capture the template author. I don't care either way.

tannewt avatar Mar 11 '21 18:03 tannewt

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 ...

askpatrickw avatar Apr 22 '21 07:04 askpatrickw

This should get resolved when I fix #196

tekktrik avatar Aug 24 '22 03:08 tekktrik