summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2019-05-14 15:51:57 +0300
committerDamien George <damien.p.george@gmail.com>2019-05-17 18:04:15 +1000
commit016d9a40fe822a624449ad10486706991a97be29 (patch)
tree703ab674ddb8530e1384103b3a30ad0fcadf2e20 /py
parente1e3704aa1406f9511728f54e62569ea08762d4b (diff)
various: Add and update my copyright line based on git history.
For modules I initially created or made substantial contributions to.
Diffstat (limited to 'py')
-rw-r--r--py/bc.h1
-rw-r--r--py/binary.c1
-rw-r--r--py/binary.h1
-rw-r--r--py/frozenmod.h1
-rw-r--r--py/gc.c1
-rw-r--r--py/objdict.c1
-rw-r--r--py/objexcept.c1
-rw-r--r--py/objmodule.c1
-rw-r--r--py/stream.h1
-rw-r--r--py/vstr.c1
10 files changed, 10 insertions, 0 deletions
diff --git a/py/bc.h b/py/bc.h
index 6d86fbdea..0aadfa8a3 100644
--- a/py/bc.h
+++ b/py/bc.h
@@ -4,6 +4,7 @@
* The MIT License (MIT)
*
* Copyright (c) 2013, 2014 Damien P. George
+ * Copyright (c) 2014 Paul Sokolovsky
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/py/binary.c b/py/binary.c
index bb2b718ce..eecded393 100644
--- a/py/binary.c
+++ b/py/binary.c
@@ -3,6 +3,7 @@
*
* The MIT License (MIT)
*
+ * Copyright (c) 2014-2017 Paul Sokolovsky
* Copyright (c) 2013, 2014 Damien P. George
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/py/binary.h b/py/binary.h
index 0dae6a29e..4858c5627 100644
--- a/py/binary.h
+++ b/py/binary.h
@@ -3,6 +3,7 @@
*
* The MIT License (MIT)
*
+ * Copyright (c) 2014 Paul Sokolovsky
* Copyright (c) 2013, 2014 Damien P. George
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/py/frozenmod.h b/py/frozenmod.h
index 8cddef681..9848a9afb 100644
--- a/py/frozenmod.h
+++ b/py/frozenmod.h
@@ -3,6 +3,7 @@
*
* The MIT License (MIT)
*
+ * Copyright (c) 2015 Paul Sokolovsky
* Copyright (c) 2014 Damien P. George
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/py/gc.c b/py/gc.c
index 2965059a1..c763a839e 100644
--- a/py/gc.c
+++ b/py/gc.c
@@ -4,6 +4,7 @@
* The MIT License (MIT)
*
* Copyright (c) 2013, 2014 Damien P. George
+ * Copyright (c) 2014 Paul Sokolovsky
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/py/objdict.c b/py/objdict.c
index 015c2c72f..0a223f731 100644
--- a/py/objdict.c
+++ b/py/objdict.c
@@ -4,6 +4,7 @@
* The MIT License (MIT)
*
* Copyright (c) 2013, 2014 Damien P. George
+ * Copyright (c) 2014-2017 Paul Sokolovsky
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/py/objexcept.c b/py/objexcept.c
index d9258f9b5..1fb636f66 100644
--- a/py/objexcept.c
+++ b/py/objexcept.c
@@ -4,6 +4,7 @@
* The MIT License (MIT)
*
* Copyright (c) 2013, 2014 Damien P. George
+ * Copyright (c) 2014-2016 Paul Sokolovsky
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/py/objmodule.c b/py/objmodule.c
index 9191c73ec..4a07913c5 100644
--- a/py/objmodule.c
+++ b/py/objmodule.c
@@ -4,6 +4,7 @@
* The MIT License (MIT)
*
* Copyright (c) 2013, 2014 Damien P. George
+ * Copyright (c) 2014-2015 Paul Sokolovsky
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/py/stream.h b/py/stream.h
index f4c6d30bd..b6019bb38 100644
--- a/py/stream.h
+++ b/py/stream.h
@@ -4,6 +4,7 @@
* The MIT License (MIT)
*
* Copyright (c) 2013, 2014 Damien P. George
+ * Copyright (c) 2014-2016 Paul Sokolovsky
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/py/vstr.c b/py/vstr.c
index 869b27805..6f480186e 100644
--- a/py/vstr.c
+++ b/py/vstr.c
@@ -4,6 +4,7 @@
* The MIT License (MIT)
*
* Copyright (c) 2013, 2014 Damien P. George
+ * Copyright (c) 2014 Paul Sokolovsky
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal