Skip to content

Commit 2d4fc0b

Browse files
committed
Update copyright information
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 98dfdbb commit 2d4fc0b

File tree

8 files changed

+18
-7
lines changed

8 files changed

+18
-7
lines changed

bpython/_py3compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# The MIT License
44
#
55
# Copyright (c) 2012 the bpython authors.
6+
# Copyright (c) 2015 Sebastian Ramacher
67
#
78
# Permission is hereby granted, free of charge, to any person obtaining a copy
89
# of this software and associated documentation files (the "Software"), to deal
@@ -21,7 +22,6 @@
2122
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2223
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2324
# THE SOFTWARE.
24-
#
2525

2626

2727
"""

bpython/clipboard.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) 2015 the bpython authors.
3+
# Copyright (c) 2015 Sebastian Ramacher
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/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# -*- coding: utf-8 -*-
1+
# encoding: utf-8
22

33
from __future__ import with_statement
44
import os

bpython/filelock.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
# encoding: utf-8
2+
13
# The MIT License
24
#
3-
# Copyright (c) 2015 the bpython authors.
5+
# Copyright (c) 2015 Sebastian Ramacher
46
#
57
# Permission is hereby granted, free of charge, to any person obtaining a copy
68
# of this software and associated documentation files (the "Software"), to deal

bpython/history.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
# encoding: utf-8
2+
13
# The MIT License
24
#
3-
# Copyright (c) 2009-2015 the bpython authors.
5+
# Copyright (c) 2009 the bpython authors.
6+
# Copyirhgt (c) 2012,2015 Sebastian Ramacher
47
#
58
# Permission is hereby granted, free of charge, to any person obtaining a copy
69
# of this software and associated documentation files (the "Software"), to deal

bpython/inspection.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
# encoding: utf-8
2+
13
# The MIT License
24
#
3-
# Copyright (c) 2009-2015 the bpython authors.
5+
# Copyright (c) 2009-2011 the bpython authors.
6+
# Copyright (c) 2015 Sebastian Ramacher
47
#
58
# Permission is hereby granted, free of charge, to any person obtaining a copy
69
# of this software and associated documentation files (the "Software"), to deal

bpython/lazyre.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) 2015 the bpython authors.
3+
# Copyright (c) 2015 Sebastian Ramacher
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
# encoding: utf-8
2+
13
# The MIT License
24
#
35
# Copyright (c) 2009-2011 the bpython authors.
6+
# Copyright (c) 2012-2013,2015 Sebastian Ramacher
47
#
58
# Permission is hereby granted, free of charge, to any person obtaining a copy
69
# of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)