From: W. Trevor King Date: Wed, 25 Apr 2018 21:14:40 +0000 (-0700) Subject: *: Run update-copyright.py X-Git-Url: http://git.tremily.us/?p=pyassuan.git;a=commitdiff_plain;h=b18cb7fe4bda07f4c975c61743adbcc75c693f64;hp=7bdffe153e0999625a9e874ce68c5fcf43c3eac8 *: 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. --- diff --git a/bin/get-info.py b/bin/get-info.py index e9f526b..6b25578 100755 --- a/bin/get-info.py +++ b/bin/get-info.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2012 W. Trevor King +# Copyright (C) 2012 W. Trevor King # # This file is part of pyassuan. # diff --git a/bin/pinentry.py b/bin/pinentry.py index 8ed3b4d..9a7380a 100755 --- a/bin/pinentry.py +++ b/bin/pinentry.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2012 W. Trevor King +# Copyright (C) 2012-2017 W. Trevor King # # This file is part of pyassuan. # diff --git a/pyassuan/__init__.py b/pyassuan/__init__.py index 2eeb3dd..4c075c8 100644 --- a/pyassuan/__init__.py +++ b/pyassuan/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012 W. Trevor King +# Copyright (C) 2012 W. Trevor King # # This file is part of pyassuan. # diff --git a/pyassuan/client.py b/pyassuan/client.py index 8413633..25f065c 100644 --- a/pyassuan/client.py +++ b/pyassuan/client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012 W. Trevor King +# Copyright (C) 2012 W. Trevor King # # This file is part of pyassuan. # diff --git a/pyassuan/common.py b/pyassuan/common.py index e8294a7..2676413 100644 --- a/pyassuan/common.py +++ b/pyassuan/common.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012 W. Trevor King +# Copyright (C) 2012 W. Trevor King # # This file is part of pyassuan. # diff --git a/pyassuan/error.py b/pyassuan/error.py index 915fa9d..9865601 100644 --- a/pyassuan/error.py +++ b/pyassuan/error.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012 W. Trevor King +# Copyright (C) 2012 W. Trevor King # # This file is part of pyassuan. # diff --git a/pyassuan/server.py b/pyassuan/server.py index 1deee48..dc944c8 100644 --- a/pyassuan/server.py +++ b/pyassuan/server.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012 W. Trevor King +# Copyright (C) 2012 W. Trevor King # # This file is part of pyassuan. # diff --git a/pyassuan/test_common.py b/pyassuan/test_common.py index 1f9d7dd..325b49b 100644 --- a/pyassuan/test_common.py +++ b/pyassuan/test_common.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018 W. Trevor King +# Copyright (C) 2012-2018 W. Trevor King # # This file is part of pyassuan. # diff --git a/pyassuan/test_error.py b/pyassuan/test_error.py index f2cc0f5..af7badf 100644 --- a/pyassuan/test_error.py +++ b/pyassuan/test_error.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018 W. Trevor King +# Copyright (C) 2012-2018 W. Trevor King # # This file is part of pyassuan. # diff --git a/pyassuan/test_server.py b/pyassuan/test_server.py index bd70225..a3a4f57 100644 --- a/pyassuan/test_server.py +++ b/pyassuan/test_server.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018 W. Trevor King +# Copyright (C) 2012-2018 W. Trevor King # # This file is part of pyassuan. # diff --git a/setup.py b/setup.py index bbe28df..a1f98fc 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012 W. Trevor King +# Copyright (C) 2012-2018 W. Trevor King # # This file is part of pyassuan. #