Skip to content

Commit 0043c34

Browse files
committed
Paperwork.
1 parent b87e523 commit 0043c34

File tree

4 files changed

+23
-14
lines changed

4 files changed

+23
-14
lines changed

AUTHORS.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Credits
55
Development Lead
66
----------------
77

8-
* Javier Ayres <jayres@sophilabs.com>
8+
* Sophilabs <hi@sophilabs.co>
99

1010
Contributors
1111
------------
1212

13-
None yet. Why not be the first?
13+
* Javier Ayres <[email protected]>

LICENSE

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1+
The MIT License (MIT)
12

2-
MIT License
3+
Copyright (c) 2017 Sophilabs
34

4-
Copyright (c) 2017, Javier Ayres
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of
6+
this software and associated documentation files (the "Software"), to deal in
7+
the Software without restriction, including without limitation the rights to
8+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9+
the Software, and to permit persons to whom the Software is furnished to do so,
10+
subject to the following conditions:
511

6-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
7-
8-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
9-
10-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
1114

15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

learnregex/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
__author__ = """Javier Ayres"""
4-
__email__ = 'jayres@sophilabs.com'
3+
__author__ = """Sophilabs"""
4+
__email__ = 'hi@sophilabs.co'
55
__version__ = '0.1.0'

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
version='0.1.0',
2424
description="A pyschool story for learning regular expressions.",
2525
long_description=readme + '\n\n' + history,
26-
author="Javier Ayres",
27-
author_email='jayres@sophilabs.com',
28-
url='https://github.com/lufte/learnregex',
26+
author="Sophilabs",
27+
author_email='hi@sophilabs.co',
28+
url='https://github.com/sophilabs/learnregex',
2929
packages=[
3030
'learnregex',
3131
],

0 commit comments

Comments
 (0)