*: Run update-copyright.py
The 2012 start date for the new test_*.py files is because --follow
considers them descendants of __init__.py:
$ git --version
git version 2.16.1
$ git log --oneline --stat --follow -2 pyassuan/test_common.py
1c19d38 *: Drop nose dependency
pyassuan/{__init__.py => test_common.py} | 23 +++++++----------------
1 file changed, 7 insertions(+), 16 deletions(-)
b65c19c (tag: v0.2) Bump to version 0.2.
pyassuan/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
but that doesn't seem like a big enough issue to be worth fixing.