| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -84,7 +84,7 @@ def parse(args, extras=None, ignore_stdin=False): | |||
| 84 | 84 | if options.version: | |
| 85 | 85 | print 'bpython version', __version__, | |
| 86 | 86 | print 'on top of Python', sys.version.split()[0] | |
| 87 | - print ('(C) 2008-2012 Bob Farrell, Andreas Stuehrk et al. ' | ||
| 87 | + print ('(C) 2008-2014 Bob Farrell, Andreas Stuehrk et al. ' | ||
| 88 | 88 | 'See AUTHORS for detail.') | |
| 89 | 89 | raise SystemExit | |
| 90 | 90 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,7 +38,7 @@ | |||
| 38 | 38 | ||
| 39 | 39 | # General information about the project. | |
| 40 | 40 | project = u'bpython' | |
| 41 | - copyright = u'2008-2012 Bob Farrell, Andreas Stuehrk et al.' | ||
| 41 | + copyright = u'2008-2014 Bob Farrell, Andreas Stuehrk et al.' | ||
| 42 | 42 | ||
| 43 | 43 | # The version info for the project you're documenting, acts as replacement for | |
| 44 | 44 | # |version| and |release|, also used in various other places throughout the | |
| Back | FazBrowse Home | New Git URL |
0 commit comments