Use the formal form everywhere

This commit is contained in:
Georgios Verigakis
2020-07-20 15:42:07 +03:00
parent b8fdfc782d
commit ca6310204e
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Copyright (c) 2012 Giorgos Verigakis <verigak@gmail.com> # Copyright (c) 2012 Georgios Verigakis <verigak@gmail.com>
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above

View File

@@ -1,4 +1,4 @@
# Copyright (c) 2012 Giorgos Verigakis <verigak@gmail.com> # Copyright (c) 2012 Georgios Verigakis <verigak@gmail.com>
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright (c) 2012 Giorgos Verigakis <verigak@gmail.com> # Copyright (c) 2012 Georgios Verigakis <verigak@gmail.com>
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright (c) 2012 Giorgos Verigakis <verigak@gmail.com> # Copyright (c) 2012 Georgios Verigakis <verigak@gmail.com>
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright (c) 2012 Giorgos Verigakis <verigak@gmail.com> # Copyright (c) 2012 Georgios Verigakis <verigak@gmail.com>
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above

View File

@@ -10,7 +10,7 @@ setup(
version=progress.__version__, version=progress.__version__,
description='Easy to use progress bars', description='Easy to use progress bars',
long_description=open('README.rst').read(), long_description=open('README.rst').read(),
author='Giorgos Verigakis', author='Georgios Verigakis',
author_email='verigak@gmail.com', author_email='verigak@gmail.com',
url='http://github.com/verigak/progress/', url='http://github.com/verigak/progress/',
license='ISC', license='ISC',