Skip to content

Commit cb9688e

Browse files
naveedhdstonier
authored andcommitted
[timers] points to right license (splintered-reality#188)
1 parent bb0dbbc commit cb9688e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

py_trees/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from . import decorators # noqa
2323
from . import demos # noqa
2424
from . import display # noqa
25-
from . import idioms #noqa
25+
from . import idioms # noqa
2626
from . import logging # noqa
2727
from . import meta # noqa
2828
from . import programs # noqa

py_trees/timers.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
#!/usr/bin/env python
12
#
2-
# License: Yujin
3+
# License: BSD
4+
# https://raw.githubusercontent.com/splintered-reality/py_trees/devel/LICENSE
35
#
46
##############################################################################
5-
# Description
7+
# Documentation
68
##############################################################################
79

810
"""

0 commit comments

Comments
 (0)