summaryrefslogtreecommitdiff
path: root/smartypants.py
diff options
context:
space:
mode:
authorLeo Hemsted <leo.hemsted@digital.cabinet-office.gov.uk>2017-11-30 17:59:31 +0000
committerLeo Hemsted <leo.hemsted@digital.cabinet-office.gov.uk>2017-12-20 13:18:12 +0000
commit5fc7b506b3e6c36b44534f73c18ffe168d73dede (patch)
treeab496ddb2af2644c42924ae28c525cf142bbb2c0 /smartypants.py
parent655dd138b9592219a0937b83ed76af69d42b1c37 (diff)
downloadsmartypants-git-5fc7b506b3e6c36b44534f73c18ffe168d73dede.tar.gz
add copyright info
Diffstat (limited to 'smartypants.py')
-rwxr-xr-xsmartypants.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/smartypants.py b/smartypants.py
index a70575b..55506ac 100755
--- a/smartypants.py
+++ b/smartypants.py
@@ -1,5 +1,6 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
+# Copyright (c) 2017 Leo Hemsted
# Copyright (c) 2013, 2014, 2016 Yu-Jie Lin
# Copyright (c) 2004, 2005, 2007, 2013 Chad Miller
# Copyright (c) 2003 John Gruber
@@ -12,11 +13,11 @@ smartypants module
:func:`smartypants` is the core of smartypants module.
"""
-__author__ = 'Yu-Jie Lin'
-__author_email__ = 'livibetter@gmail.com'
+__author__ = 'Leo Hemsted'
+__author_email__ = 'leohemsted@gmail.com'
__version__ = '2.0.0'
__license__ = 'BSD License'
-__url__ = 'https://bitbucket.org/livibetter/smartypants.py'
+__url__ = 'https://github.com/leohemsted/smartypants.py'
__description__ = 'Python with the SmartyPants'
import re