Skip to content

Commit 6fe91ac

Browse files
committed
Updated license years
1 parent 226489f commit 6fe91ac

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Bernardo Martínez Garrido
3+
Copyright (c) 2016-2018 Bernardo Martínez Garrido
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

dice_notation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Dice Notation Tools for Python
44
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55
Dice notation tools
6-
:copyright: (c) 2016 by Bernardo Martínez Garrido
6+
:copyright: (c) 2016-2018 by Bernardo Martínez Garrido
77
:license: MIT, see LICENSE for more details.
88
"""
99

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# General information about the project.
6161
project = 'Dice Notation Tools for Python'
6262
project_safe = project.replace(' ', '_')
63-
copyright = u'2016, Bernardo Martínez Garrido'
63+
copyright = u'2016-2018, Bernardo Martínez Garrido'
6464
authors = [u'Bernardo Martínez Garrido']
6565

6666
# The version info for the project.
@@ -102,7 +102,7 @@
102102
'author_url': 'https://github.com/Bernardo-MG',
103103
'twitter_id': '@BernardoMartG',
104104
'publish_date': datetime.datetime.now().date(),
105-
'years': '2016',
105+
'years': '2016-2018',
106106
'scm_name': 'Github',
107107
'scm_url': 'https://github.com/Bernardo-MG/dice-notation-python',
108108
'ci_name': 'Travis',

0 commit comments

Comments
 (0)