Skip to content

Commit 2066572

Browse files
committed
Copyright bump and proper attribution.
1 parent 05c3f50 commit 2066572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def parse(args, extras=None, ignore_stdin=False):
9191
if options.version:
9292
print('bpython version', __version__, end=" ")
9393
print('on top of Python', sys.version.split()[0])
94-
print('(C) 2008-2015 Bob Farrell, Andreas Stuehrk et al. '
94+
print('(C) 2008-2016 Bob Farrell, Andreas Stuehrk, Sebastian Ramacher, Thomas Ballinger, et al. '
9595
'See AUTHORS for detail.')
9696
raise SystemExit
9797

0 commit comments

Comments
 (0)