mirror of
https://github.com/verigak/progress.git
synced 2025-12-08 19:33:24 +00:00
Use the formal form everywhere
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user