savoirfairelinux / flake8-copyright

Adds copyright checks to flake8
GNU Lesser General Public License v3.0
15 stars 15 forks source link

Support no year #24

Open adamjstewart opened 3 months ago

adamjstewart commented 3 months ago

The default license for (all?) Microsoft software (example) looks like:

# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0

without any year information. I realize I can change the copyright-regexp to handle this, but I'm wondering if it wouldn't be easier to modify the default regexp to make the year optional.

adamjstewart commented 3 months ago

Very similar discussion here: https://github.com/astral-sh/ruff/issues/10062