Skip to content

Commit

Permalink
Fix copyrights and authors (#48)
Browse files Browse the repository at this point in the history
* Fix copyrights and authors

* Update Copyright dates
  • Loading branch information
Jean-Baptiste Aviat committed Apr 20, 2018
1 parent 4151eed commit 2c054ab
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
6 changes: 4 additions & 2 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
Credits
=======

Development Lead
----------------
Authors
-------

* Jean-Baptiste AVIAT <jb@sqreen.io>
* Boris FELD <boris@sqreen.io>
* Selim MENOUAR <selim@sqreen.io>

Contributors
------------
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016, Boris FELD
Copyright (c) 2018, Sqreen
All rights reserved.

Permission to use, copy, modify, and/or distribute this software for any
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

# General information about the project.
project = u'Python Mini Racer'
copyright = u'2016, Boris FELD'
copyright = u'2018, Sqreen'

# The version info for the project you're documenting, acts as replacement
# for |version| and |release|, also used in various other places throughout
Expand Down Expand Up @@ -241,7 +241,7 @@
man_pages = [
('index', 'py_mini_racer',
u'Python Mini Racer Documentation',
[u'Boris FELD'], 1)
[u'Sqreen'], 1)
]

# If true, show URL addresses after external links.
Expand All @@ -256,7 +256,7 @@
texinfo_documents = [
('index', 'py_mini_racer',
u'Python Mini Racer Documentation',
u'Boris FELD',
u'Sqreen',
'py_mini_racer',
'One line description of project.',
'Miscellaneous'),
Expand Down
4 changes: 2 additions & 2 deletions py_mini_racer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

__author__ = 'Boris FELD'
__email__ = 'boris@sqreen.io'
__author__ = 'Sqreen'
__email__ = 'hey@sqreen.io'
__version__ = '0.1.13'

__all__ = ['py_mini_racer']
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ def run(self):
version=py_mini_racer.__version__,
description="Minimal, modern embedded V8 for Python.",
long_description=readme + '\n\n' + history,
author="Jean-Baptiste AVIAT, Boris FELD",
author_email='jb@sqreen.io, boris@sqreen.io',
author='Sqreen',
author_email='hey@sqreen.io',
url='https://github.com/sqreen/PyMiniRacer',
packages=[
'py_mini_racer',
Expand Down

0 comments on commit 2c054ab

Please sign in to comment.