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 @@ 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',