Actions
action #11048
closedcopyright checker test for changed files
Description
user story¶
As a repository maintainer I want an automatic script to check for correct copyright notice in headers not to check everything manuall
acceptance criteria¶
- copyright check is executed on travis checks asserting
- the current year appears in changed files
- only the current year and optionally the last year appears in new files
- script can be called locally, e.g. is called as part of tests or git commit-hook
tasks¶
- Investigate http://damien.lespiau.name/2013/01/a-git-pre-commit-hook-to-check-year-of.html and https://github.com/NitorCreations/license-maintainer
- Add check script to repo
- Call script in Makefile as part of tests or only in .travis.yml in one of os-autoinst, openQA, os-autoinst-distri-opensuse
- Do the same for all repos
Updated by okurz almost 9 years ago
- Description updated (diff)
- Assignee set to oholecek
- Priority changed from Normal to Low
Updated by oholecek almost 8 years ago
- Assignee deleted (
oholecek) - Target version set to future
Updated by okurz almost 3 years ago
- Status changed from New to Resolved
- Assignee set to okurz
- Target version changed from future to Ready
I actually got this covered with https://github.com/os-autoinst/openQA/pull/4265 and related PRs for different repos with automatic checks
Actions