| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 98dfdbb commit 2d4fc0b
8 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,6 +3,7 @@ | |||
| 3 | 3 | # The MIT License | |
| 4 | 4 | # | |
| 5 | 5 | # Copyright (c) 2012 the bpython authors. | |
| 6 | + # Copyright (c) 2015 Sebastian Ramacher | ||
| 6 | 7 | # | |
| 7 | 8 | # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| 8 | 9 | # of this software and associated documentation files (the "Software"), to deal | |
@@ -21,7 +22,6 @@ | |||
| 21 | 22 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
| 22 | 23 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |
| 23 | 24 | # THE SOFTWARE. | |
| 24 | - # | ||
| 25 | 25 | ||
| 26 | 26 | ||
| 27 | 27 | """ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | # The MIT License | |
| 2 | 2 | # | |
| 3 | - # Copyright (c) 2015 the bpython authors. | ||
| 3 | + # Copyright (c) 2015 Sebastian Ramacher | ||
| 4 | 4 | # | |
| 5 | 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| 6 | 6 | # of this software and associated documentation files (the "Software"), to deal | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - # -*- coding: utf-8 -*- | ||
| 1 | + # encoding: utf-8 | ||
| 2 | 2 | ||
| 3 | 3 | from __future__ import with_statement | |
| 4 | 4 | import os | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,8 @@ | |||
| 1 | + # encoding: utf-8 | ||
| 2 | + | ||
| 1 | 3 | # The MIT License | |
| 2 | 4 | # | |
| 3 | - # Copyright (c) 2015 the bpython authors. | ||
| 5 | + # Copyright (c) 2015 Sebastian Ramacher | ||
| 4 | 6 | # | |
| 5 | 7 | # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| 6 | 8 | # of this software and associated documentation files (the "Software"), to deal | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,9 @@ | |||
| 1 | + # encoding: utf-8 | ||
| 2 | + | ||
| 1 | 3 | # The MIT License | |
| 2 | 4 | # | |
| 3 | - # Copyright (c) 2009-2015 the bpython authors. | ||
| 5 | + # Copyright (c) 2009 the bpython authors. | ||
| 6 | + # Copyirhgt (c) 2012,2015 Sebastian Ramacher | ||
| 4 | 7 | # | |
| 5 | 8 | # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| 6 | 9 | # of this software and associated documentation files (the "Software"), to deal | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,9 @@ | |||
| 1 | + # encoding: utf-8 | ||
| 2 | + | ||
| 1 | 3 | # The MIT License | |
| 2 | 4 | # | |
| 3 | - # Copyright (c) 2009-2015 the bpython authors. | ||
| 5 | + # Copyright (c) 2009-2011 the bpython authors. | ||
| 6 | + # Copyright (c) 2015 Sebastian Ramacher | ||
| 4 | 7 | # | |
| 5 | 8 | # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| 6 | 9 | # of this software and associated documentation files (the "Software"), to deal | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | # The MIT License | |
| 2 | 2 | # | |
| 3 | - # Copyright (c) 2015 the bpython authors. | ||
| 3 | + # Copyright (c) 2015 Sebastian Ramacher | ||
| 4 | 4 | # | |
| 5 | 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| 6 | 6 | # of this software and associated documentation files (the "Software"), to deal | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,9 @@ | |||
| 1 | + # encoding: utf-8 | ||
| 2 | + | ||
| 1 | 3 | # The MIT License | |
| 2 | 4 | # | |
| 3 | 5 | # Copyright (c) 2009-2011 the bpython authors. | |
| 6 | + # Copyright (c) 2012-2013,2015 Sebastian Ramacher | ||
| 4 | 7 | # | |
| 5 | 8 | # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| 6 | 9 | # of this software and associated documentation files (the "Software"), to deal | |
| Back | FazBrowse Home | New Git URL |
0 commit comments