If the CI asks you to update the file licenses, follow one of these:
- Update the headers manually (look at the existing files), something like this:
(accommodate to the file's comment style if required).
# SPDX-FileCopyrightText: %year% %your name% <%your contact info, e.g. email%> # # SPDX-License-Identifier: MIT - Alternately, use the REUSE tool:
$ reuse annotate --license MIT --copyright '%your name% <%your contact info, e.g. email%>' %file names to annotate%
(Feel free to attribute the changes to "codingteam/devops contributors https://github.com/codingteam/devops" instead of your name in a multi-author file, or if you don't want your name to be mentioned in the project's source: this doesn't mean you'll lose the copyright.)