Skip to content

Commit 8fea833

Browse files
pfalcondpgeorge
authored andcommitted
py: Update my copyright info on some files.
Based on git history.
1 parent 6a95e74 commit 8fea833

File tree

9 files changed

+10
-7
lines changed

9 files changed

+10
-7
lines changed

py/objstr.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* The MIT License (MIT)
55
*
66
* Copyright (c) 2013, 2014 Damien P. George
7-
* Copyright (c) 2014 Paul Sokolovsky
7+
* Copyright (c) 2014-2018 Paul Sokolovsky
88
*
99
* Permission is hereby granted, free of charge, to any person obtaining a copy
1010
* of this software and associated documentation files (the "Software"), to deal

py/objstringio.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* The MIT License (MIT)
55
*
66
* Copyright (c) 2013, 2014 Damien P. George
7-
* Copyright (c) 2014 Paul Sokolovsky
7+
* Copyright (c) 2014-2017 Paul Sokolovsky
88
*
99
* Permission is hereby granted, free of charge, to any person obtaining a copy
1010
* of this software and associated documentation files (the "Software"), to deal

py/objstrunicode.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* The MIT License (MIT)
55
*
66
* Copyright (c) 2013, 2014 Damien P. George
7-
* Copyright (c) 2014 Paul Sokolovsky
7+
* Copyright (c) 2014-2016 Paul Sokolovsky
88
*
99
* Permission is hereby granted, free of charge, to any person obtaining a copy
1010
* of this software and associated documentation files (the "Software"), to deal

py/objtuple.c

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* The MIT License (MIT)
55
*
66
* Copyright (c) 2013, 2014 Damien P. George
7+
* Copyright (c) 2014-2017 Paul Sokolovsky
78
*
89
* Permission is hereby granted, free of charge, to any person obtaining a copy
910
* of this software and associated documentation files (the "Software"), to deal

py/objtype.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* The MIT License (MIT)
55
*
66
* Copyright (c) 2013-2018 Damien P. George
7-
* Copyright (c) 2014-2016 Paul Sokolovsky
7+
* Copyright (c) 2014-2018 Paul Sokolovsky
88
*
99
* Permission is hereby granted, free of charge, to any person obtaining a copy
1010
* of this software and associated documentation files (the "Software"), to deal

py/runtime.c

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* The MIT License (MIT)
55
*
66
* Copyright (c) 2013, 2014 Damien P. George
7+
* Copyright (c) 2014-2018 Paul Sokolovsky
78
*
89
* Permission is hereby granted, free of charge, to any person obtaining a copy
910
* of this software and associated documentation files (the "Software"), to deal

py/stream.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
*
44
* The MIT License (MIT)
55
*
6-
* Copyright (c) 2013, 2014 Damien P. George
7-
* Copyright (c) 2014 Paul Sokolovsky
6+
* Copyright (c) 2014 Damien P. George
7+
* Copyright (c) 2014-2016 Paul Sokolovsky
88
*
99
* Permission is hereby granted, free of charge, to any person obtaining a copy
1010
* of this software and associated documentation files (the "Software"), to deal

py/vm.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* The MIT License (MIT)
55
*
66
* Copyright (c) 2013, 2014 Damien P. George
7-
* Copyright (c) 2014 Paul Sokolovsky
7+
* Copyright (c) 2014-2015 Paul Sokolovsky
88
*
99
* Permission is hereby granted, free of charge, to any person obtaining a copy
1010
* of this software and associated documentation files (the "Software"), to deal

py/warning.c

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* The MIT License (MIT)
55
*
66
* Copyright (c) 2014 Damien P. George
7+
* Copyright (c) 2015-2018 Paul Sokolovsky
78
*
89
* Permission is hereby granted, free of charge, to any person obtaining a copy
910
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)