summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/__init__.py2
-rw-r--r--python/architecture.py2
-rw-r--r--python/associateddatastore.py2
-rw-r--r--python/basicblock.py2
-rw-r--r--python/binaryview.py2
-rw-r--r--python/callingconvention.py2
-rw-r--r--python/commonil.py2
-rw-r--r--python/compatibility.py2
-rw-r--r--python/database.py2
-rw-r--r--python/databuffer.py2
-rw-r--r--python/datarender.py2
-rw-r--r--python/debuginfo.py2
-rw-r--r--python/demangle.py2
-rw-r--r--python/downloadprovider.py2
-rw-r--r--python/examples/angr_plugin.py2
-rw-r--r--python/examples/asm_to_llil_view.py2
-rw-r--r--python/examples/bin_info.py2
-rw-r--r--python/examples/breakpoint.py2
-rwxr-xr-xpython/examples/cli_dis.py2
-rwxr-xr-xpython/examples/cli_lift.py2
-rw-r--r--python/examples/hellodockwidget.py2
-rw-r--r--python/examples/helloglobalarea.py2
-rw-r--r--python/examples/hellosidebar.py2
-rw-r--r--python/examples/instruction_iterator.py2
-rw-r--r--python/examples/jump_table.py2
-rw-r--r--python/examples/linear_mlil.py2
-rw-r--r--python/examples/mappedview.py2
-rw-r--r--python/examples/nds.py2
-rw-r--r--python/examples/nes.py2
-rw-r--r--python/examples/notification_callbacks.py2
-rw-r--r--python/examples/nsf.py2
-rwxr-xr-xpython/examples/pe_stat.py2
-rw-r--r--python/examples/print_syscalls.py2
-rw-r--r--python/examples/ui_notifications.py2
-rw-r--r--python/examples/version_switcher.py2
-rw-r--r--python/fileaccessor.py2
-rw-r--r--python/filemetadata.py2
-rw-r--r--python/flowgraph.py2
-rw-r--r--python/function.py2
-rw-r--r--python/functionrecognizer.py2
-rw-r--r--python/generator.cpp2
-rw-r--r--python/highlevelil.py2
-rw-r--r--python/highlight.py2
-rw-r--r--python/interaction.py2
-rw-r--r--python/lineardisassembly.py2
-rw-r--r--python/log.py2
-rw-r--r--python/lowlevelil.py2
-rw-r--r--python/mainthread.py2
-rw-r--r--python/mediumlevelil.py2
-rw-r--r--python/metadata.py2
-rw-r--r--python/platform.py2
-rw-r--r--python/plugin.py2
-rw-r--r--python/pluginmanager.py2
-rw-r--r--python/scriptingprovider.py2
-rw-r--r--python/settings.py2
-rw-r--r--python/transform.py2
-rw-r--r--python/typelibrary.py2
-rw-r--r--python/types.py2
-rw-r--r--python/update.py2
-rw-r--r--python/variable.py2
-rw-r--r--python/websocketprovider.py2
-rw-r--r--python/workflow.py2
62 files changed, 62 insertions, 62 deletions
diff --git a/python/__init__.py b/python/__init__.py
index c1af70d4..9f193bea 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/architecture.py b/python/architecture.py
index 7e74d702..326142f9 100644
--- a/python/architecture.py
+++ b/python/architecture.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/associateddatastore.py b/python/associateddatastore.py
index fe09d9c0..256437a0 100644
--- a/python/associateddatastore.py
+++ b/python/associateddatastore.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/basicblock.py b/python/basicblock.py
index 758b9b5f..0fa16d12 100644
--- a/python/basicblock.py
+++ b/python/basicblock.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/binaryview.py b/python/binaryview.py
index f1eaf8ac..3b6cb0da 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -1,5 +1,5 @@
# coding=utf-8
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/callingconvention.py b/python/callingconvention.py
index 5782c8e5..8558ca96 100644
--- a/python/callingconvention.py
+++ b/python/callingconvention.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/commonil.py b/python/commonil.py
index 8a04d140..93c00b33 100644
--- a/python/commonil.py
+++ b/python/commonil.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2019-2021 Vector 35 Inc
+# Copyright (c) 2019-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/compatibility.py b/python/compatibility.py
index aa371ab0..bae8a6d3 100644
--- a/python/compatibility.py
+++ b/python/compatibility.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/database.py b/python/database.py
index bf1a317e..ba6943a8 100644
--- a/python/database.py
+++ b/python/database.py
@@ -1,5 +1,5 @@
# coding=utf-8
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/databuffer.py b/python/databuffer.py
index cc40c5ad..9346f660 100644
--- a/python/databuffer.py
+++ b/python/databuffer.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/datarender.py b/python/datarender.py
index 577ecdae..b5b21073 100644
--- a/python/datarender.py
+++ b/python/datarender.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/debuginfo.py b/python/debuginfo.py
index 39e59275..ba96c27f 100644
--- a/python/debuginfo.py
+++ b/python/debuginfo.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/demangle.py b/python/demangle.py
index cff2937e..6d8fba27 100644
--- a/python/demangle.py
+++ b/python/demangle.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/downloadprovider.py b/python/downloadprovider.py
index c44b91e1..793dc298 100644
--- a/python/downloadprovider.py
+++ b/python/downloadprovider.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/angr_plugin.py b/python/examples/angr_plugin.py
index 2009dd8a..940aff8b 100644
--- a/python/examples/angr_plugin.py
+++ b/python/examples/angr_plugin.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/asm_to_llil_view.py b/python/examples/asm_to_llil_view.py
index eee4f85f..18c77547 100644
--- a/python/examples/asm_to_llil_view.py
+++ b/python/examples/asm_to_llil_view.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2019-2021 Vector 35 Inc
+# Copyright (c) 2019-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/bin_info.py b/python/examples/bin_info.py
index 6ba44989..b50ba21e 100644
--- a/python/examples/bin_info.py
+++ b/python/examples/bin_info.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/breakpoint.py b/python/examples/breakpoint.py
index 148e0ada..ab2ccfa5 100644
--- a/python/examples/breakpoint.py
+++ b/python/examples/breakpoint.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/cli_dis.py b/python/examples/cli_dis.py
index d9b5acf5..8f863db3 100755
--- a/python/examples/cli_dis.py
+++ b/python/examples/cli_dis.py
@@ -5,7 +5,7 @@
# BinaryNinja multiplatform version of Z0MBIE's PE_STAT for opcode frequency
# statistics http://z0mbie.dreamhosters.com/opcodes.html
#
-# Copyright (c) 2020-2021 Vector 35 Inc
+# Copyright (c) 2020-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/cli_lift.py b/python/examples/cli_lift.py
index c9b6b4e9..b335a5e4 100755
--- a/python/examples/cli_lift.py
+++ b/python/examples/cli_lift.py
@@ -5,7 +5,7 @@
# BinaryNinja multiplatform version of Z0MBIE's PE_STAT for opcode frequency
# statistics http://z0mbie.dreamhosters.com/opcodes.html
#
-# Copyright (c) 2020-2021 Vector 35 Inc
+# Copyright (c) 2020-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/hellodockwidget.py b/python/examples/hellodockwidget.py
index 879b424f..af6a86ff 100644
--- a/python/examples/hellodockwidget.py
+++ b/python/examples/hellodockwidget.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/helloglobalarea.py b/python/examples/helloglobalarea.py
index 565cedb4..d4b1b5ed 100644
--- a/python/examples/helloglobalarea.py
+++ b/python/examples/helloglobalarea.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/hellosidebar.py b/python/examples/hellosidebar.py
index 7c490dbb..fe7cbae2 100644
--- a/python/examples/hellosidebar.py
+++ b/python/examples/hellosidebar.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/instruction_iterator.py b/python/examples/instruction_iterator.py
index 24eebae3..9a5d864a 100644
--- a/python/examples/instruction_iterator.py
+++ b/python/examples/instruction_iterator.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/jump_table.py b/python/examples/jump_table.py
index c54dee58..6ee60ce5 100644
--- a/python/examples/jump_table.py
+++ b/python/examples/jump_table.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/linear_mlil.py b/python/examples/linear_mlil.py
index 40292c52..9be79ad1 100644
--- a/python/examples/linear_mlil.py
+++ b/python/examples/linear_mlil.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2019-2021 Vector 35 Inc
+# Copyright (c) 2019-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/mappedview.py b/python/examples/mappedview.py
index bf7f2d11..18bef17f 100644
--- a/python/examples/mappedview.py
+++ b/python/examples/mappedview.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/nds.py b/python/examples/nds.py
index 18001d50..e7192abf 100644
--- a/python/examples/nds.py
+++ b/python/examples/nds.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/nes.py b/python/examples/nes.py
index 013528a1..7e24d16b 100644
--- a/python/examples/nes.py
+++ b/python/examples/nes.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/notification_callbacks.py b/python/examples/notification_callbacks.py
index f51df6e3..015cd458 100644
--- a/python/examples/notification_callbacks.py
+++ b/python/examples/notification_callbacks.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/nsf.py b/python/examples/nsf.py
index 45500cba..76a78f1c 100644
--- a/python/examples/nsf.py
+++ b/python/examples/nsf.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/pe_stat.py b/python/examples/pe_stat.py
index 6e1e71b9..f5a6d89f 100755
--- a/python/examples/pe_stat.py
+++ b/python/examples/pe_stat.py
@@ -3,7 +3,7 @@
# BinaryNinja multiplatform version of Z0MBIE's PE_STAT for opcode frequency
# statistics http://z0mbie.dreamhosters.com/opcodes.html
#
-# Copyright (c) 2020-2021 Vector 35 Inc
+# Copyright (c) 2020-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/print_syscalls.py b/python/examples/print_syscalls.py
index b2fec14f..0ed40fb9 100644
--- a/python/examples/print_syscalls.py
+++ b/python/examples/print_syscalls.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/ui_notifications.py b/python/examples/ui_notifications.py
index d0c414a1..9d423f77 100644
--- a/python/examples/ui_notifications.py
+++ b/python/examples/ui_notifications.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/examples/version_switcher.py b/python/examples/version_switcher.py
index f5cc7be0..9c8beae4 100644
--- a/python/examples/version_switcher.py
+++ b/python/examples/version_switcher.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/fileaccessor.py b/python/fileaccessor.py
index bbb171e1..85642bff 100644
--- a/python/fileaccessor.py
+++ b/python/fileaccessor.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/filemetadata.py b/python/filemetadata.py
index 0ac3b2d3..acf3beb8 100644
--- a/python/filemetadata.py
+++ b/python/filemetadata.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/flowgraph.py b/python/flowgraph.py
index 91ac01a8..7f4be6e2 100644
--- a/python/flowgraph.py
+++ b/python/flowgraph.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/function.py b/python/function.py
index 30ff6ef6..332b5769 100644
--- a/python/function.py
+++ b/python/function.py
@@ -1,5 +1,5 @@
# coding=utf-8
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/functionrecognizer.py b/python/functionrecognizer.py
index 9466bd63..1b3f13b8 100644
--- a/python/functionrecognizer.py
+++ b/python/functionrecognizer.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/generator.cpp b/python/generator.cpp
index 2e42fa6f..d148a65d 100644
--- a/python/generator.cpp
+++ b/python/generator.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2021 Vector 35 Inc
+// Copyright (c) 2015-2022 Vector 35 Inc
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
diff --git a/python/highlevelil.py b/python/highlevelil.py
index 8d35306e..4837323c 100644
--- a/python/highlevelil.py
+++ b/python/highlevelil.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2019-2021 Vector 35 Inc
+# Copyright (c) 2019-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/highlight.py b/python/highlight.py
index e76d0c10..b1666f54 100644
--- a/python/highlight.py
+++ b/python/highlight.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/interaction.py b/python/interaction.py
index 581a87f6..f832a493 100644
--- a/python/interaction.py
+++ b/python/interaction.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/lineardisassembly.py b/python/lineardisassembly.py
index b7e80680..42b7e333 100644
--- a/python/lineardisassembly.py
+++ b/python/lineardisassembly.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/log.py b/python/log.py
index 1aee694e..c4b74e5c 100644
--- a/python/log.py
+++ b/python/log.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/lowlevelil.py b/python/lowlevelil.py
index e131f187..fc3ccb7f 100644
--- a/python/lowlevelil.py
+++ b/python/lowlevelil.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/mainthread.py b/python/mainthread.py
index d8b00993..ddb0f04b 100644
--- a/python/mainthread.py
+++ b/python/mainthread.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/mediumlevelil.py b/python/mediumlevelil.py
index bb039cc7..9381a5d3 100644
--- a/python/mediumlevelil.py
+++ b/python/mediumlevelil.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2018-2021 Vector 35 Inc
+# Copyright (c) 2018-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/metadata.py b/python/metadata.py
index 598c35b2..c7820ee9 100644
--- a/python/metadata.py
+++ b/python/metadata.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/platform.py b/python/platform.py
index 97d36c8d..41934776 100644
--- a/python/platform.py
+++ b/python/platform.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/plugin.py b/python/plugin.py
index 0d2f9fe8..5dbc4fa7 100644
--- a/python/plugin.py
+++ b/python/plugin.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/pluginmanager.py b/python/pluginmanager.py
index 0e5c4c97..ef9a9d1c 100644
--- a/python/pluginmanager.py
+++ b/python/pluginmanager.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/scriptingprovider.py b/python/scriptingprovider.py
index 4bd1c49d..e4061ee3 100644
--- a/python/scriptingprovider.py
+++ b/python/scriptingprovider.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/settings.py b/python/settings.py
index 7297f157..7e057780 100644
--- a/python/settings.py
+++ b/python/settings.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/transform.py b/python/transform.py
index b847b0c6..03f9c93e 100644
--- a/python/transform.py
+++ b/python/transform.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/typelibrary.py b/python/typelibrary.py
index 8a4e32ea..2fa68452 100644
--- a/python/typelibrary.py
+++ b/python/typelibrary.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/types.py b/python/types.py
index 7344b8aa..7ce9e2cb 100644
--- a/python/types.py
+++ b/python/types.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/update.py b/python/update.py
index 33323546..1c91e700 100644
--- a/python/update.py
+++ b/python/update.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/variable.py b/python/variable.py
index 3ce7e437..d7e46510 100644
--- a/python/variable.py
+++ b/python/variable.py
@@ -1,5 +1,5 @@
# coding=utf-8
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/websocketprovider.py b/python/websocketprovider.py
index d5d14436..3d5d194e 100644
--- a/python/websocketprovider.py
+++ b/python/websocketprovider.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
diff --git a/python/workflow.py b/python/workflow.py
index 6e4c5d75..4ec890bb 100644
--- a/python/workflow.py
+++ b/python/workflow.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2021 Vector 35 Inc
+# Copyright (c) 2015-2022 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to