Skip to content

Commit 6a1eddc

Browse files
committed
Added license information
1 parent 923a810 commit 6a1eddc

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

dice_notation/parser/common.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
used.
1414
"""
1515

16+
__author__ = 'Bernardo Martínez Garrido'
17+
__license__ = 'MIT'
18+
1619

1720
class Parser(object):
1821
"""

dice_notation/parser/dice.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
Dice notation parsers.
1212
"""
1313

14+
__author__ = 'Bernardo Martínez Garrido'
15+
__license__ = 'MIT'
16+
1417

1518
class DiceParser(PlyParser):
1619
"""

dice_notation/parser/notation.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
expression.
1515
"""
1616

17+
__author__ = 'Bernardo Martínez Garrido'
18+
__license__ = 'MIT'
19+
1720

1821
class ConstantOperand(Rollable):
1922
"""

0 commit comments

Comments
 (0)