From ca6310204e397999ac61ad69f8fba6a7fc775069 Mon Sep 17 00:00:00 2001 From: Georgios Verigakis Date: Mon, 20 Jul 2020 15:42:07 +0300 Subject: [PATCH] Use the formal form everywhere --- LICENSE | 2 +- progress/__init__.py | 2 +- progress/bar.py | 2 +- progress/counter.py | 2 +- progress/spinner.py | 2 +- setup.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 059cc05..fb3ac14 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -# Copyright (c) 2012 Giorgos Verigakis +# Copyright (c) 2012 Georgios Verigakis # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/progress/__init__.py b/progress/__init__.py index 09f3efa..be90a43 100644 --- a/progress/__init__.py +++ b/progress/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 Giorgos Verigakis +# Copyright (c) 2012 Georgios Verigakis # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/progress/bar.py b/progress/bar.py index 5637196..df4e8b6 100644 --- a/progress/bar.py +++ b/progress/bar.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2012 Giorgos Verigakis +# Copyright (c) 2012 Georgios Verigakis # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/progress/counter.py b/progress/counter.py index 3b41c54..d0fbe7e 100644 --- a/progress/counter.py +++ b/progress/counter.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2012 Giorgos Verigakis +# Copyright (c) 2012 Georgios Verigakis # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/progress/spinner.py b/progress/spinner.py index fe3801a..d593a20 100644 --- a/progress/spinner.py +++ b/progress/spinner.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2012 Giorgos Verigakis +# Copyright (c) 2012 Georgios Verigakis # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/setup.py b/setup.py index c877781..b110ccf 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( version=progress.__version__, description='Easy to use progress bars', long_description=open('README.rst').read(), - author='Giorgos Verigakis', + author='Georgios Verigakis', author_email='verigak@gmail.com', url='http://github.com/verigak/progress/', license='ISC',