Skip to content

Commit eadda42

Browse files
committed
Updated copyrights
1 parent 07c1ffc commit eadda42

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

bpython/args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def parse(args, extras=None):
7474
if options.version:
7575
print 'bpython version', __version__,
7676
print 'on top of Python', sys.version.split()[0]
77-
print ('(C) 2008-2009 Bob Farrell, Andreas Stuehrk et al. '
77+
print ('(C) 2008-2010 Bob Farrell, Andreas Stuehrk et al. '
7878
'See AUTHORS for detail.')
7979
raise SystemExit
8080

bpython/gtk_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License
22
#
3-
# Copyright (c) 2009 the bpython authors.
3+
# Copyright (c) 2009-2010 the bpython authors.
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

bpython/importcompletion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License
22
#
3-
# Copyright (c) 2009 Andreas Stuehrk
3+
# Copyright (c) 2009-2010 Andreas Stuehrk
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

bpython/inspection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License
22
#
3-
# Copyright (c) 2009 the bpython authors.
3+
# Copyright (c) 2009-2010 the bpython authors.
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

bpython/pager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License
22
#
3-
# Copyright (c) 2009 Andreas Stuehrk
3+
# Copyright (c) 2009-2010 Andreas Stuehrk
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

bpython/repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License
22
#
3-
# Copyright (c) 2009 the bpython authors.
3+
# Copyright (c) 2009-2010 the bpython authors.
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

0 commit comments

Comments
 (0)