summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE.txt2
-rw-r--r--api-docs/cppdocs/conf.py2
-rw-r--r--api-docs/source/conf.py2
-rw-r--r--architecture.cpp2
-rw-r--r--basicblock.cpp2
-rw-r--r--binaryninjaapi.cpp2
-rw-r--r--binaryninjaapi.h2
-rw-r--r--binaryninjacore.h2
-rw-r--r--binaryreader.cpp2
-rw-r--r--binaryview.cpp2
-rw-r--r--binaryviewtype.cpp2
-rw-r--r--binarywriter.cpp2
-rw-r--r--callingconvention.cpp2
-rw-r--r--databuffer.cpp2
-rw-r--r--fileaccessor.cpp2
-rw-r--r--filemetadata.cpp2
-rw-r--r--flowgraph.cpp2
-rw-r--r--flowgraphnode.cpp2
-rw-r--r--function.cpp2
-rw-r--r--functionrecognizer.cpp2
-rw-r--r--linearviewcursor.cpp2
-rw-r--r--linearviewobject.cpp2
-rw-r--r--log.cpp2
-rw-r--r--lowlevelil.cpp2
-rw-r--r--lowlevelilinstruction.cpp2
-rw-r--r--lowlevelilinstruction.h2
-rw-r--r--mediumlevelil.cpp2
-rw-r--r--mediumlevelilinstruction.cpp2
-rw-r--r--mediumlevelilinstruction.h2
-rw-r--r--platform.cpp2
-rw-r--r--plugin.cpp2
-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/compatibility.py2
-rw-r--r--python/databuffer.py2
-rw-r--r--python/datarender.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/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/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/startup.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--relocationhandler.cpp2
-rw-r--r--tempfile.cpp2
-rw-r--r--transform.cpp2
-rw-r--r--type.cpp2
-rw-r--r--undoaction.cpp2
-rw-r--r--update.cpp2
-rw-r--r--user.cpp2
92 files changed, 92 insertions, 92 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
index 944b3b93..b63c0d29 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2015-2020 Vector 35 Inc
+Copyright (c) 2015-2021 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/api-docs/cppdocs/conf.py b/api-docs/cppdocs/conf.py
index ad7a704d..5ec65cef 100644
--- a/api-docs/cppdocs/conf.py
+++ b/api-docs/cppdocs/conf.py
@@ -72,7 +72,7 @@ highlight_language = 'cpp'
# General information about the project.
project = u'Binary Ninja C++ API'
-copyright = u'2015-2020, Vector 35 Inc'
+copyright = u'2015-2021, Vector 35 Inc'
author = u'Vector 35 Inc'
# The version info for the project you're documenting, acts as replacement for
diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py
index dd3ca917..1d0cc019 100644
--- a/api-docs/source/conf.py
+++ b/api-docs/source/conf.py
@@ -133,7 +133,7 @@ master_doc = 'index'
# General information about the project.
project = u'Binary Ninja Python API'
-copyright = u'2015-2020, Vector 35 Inc'
+copyright = u'2015-2021, Vector 35 Inc'
author = u'Vector 35 Inc'
# The version info for the project you're documenting, acts as replacement for
diff --git a/architecture.cpp b/architecture.cpp
index d07fbcbb..7a3e44c4 100644
--- a/architecture.cpp
+++ b/architecture.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/basicblock.cpp b/basicblock.cpp
index 21d78db0..e2e58432 100644
--- a/basicblock.cpp
+++ b/basicblock.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/binaryninjaapi.cpp b/binaryninjaapi.cpp
index a789cdcd..3b4974fc 100644
--- a/binaryninjaapi.cpp
+++ b/binaryninjaapi.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/binaryninjaapi.h b/binaryninjaapi.h
index 2d8c1e5f..28c5fed3 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/binaryninjacore.h b/binaryninjacore.h
index 04dadf58..8069a549 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/binaryreader.cpp b/binaryreader.cpp
index 1308a6b4..2d89e61a 100644
--- a/binaryreader.cpp
+++ b/binaryreader.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/binaryview.cpp b/binaryview.cpp
index 2d6ecb4e..d6417352 100644
--- a/binaryview.cpp
+++ b/binaryview.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/binaryviewtype.cpp b/binaryviewtype.cpp
index 6691b820..b49191f8 100644
--- a/binaryviewtype.cpp
+++ b/binaryviewtype.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/binarywriter.cpp b/binarywriter.cpp
index b9840bf2..8a0f5825 100644
--- a/binarywriter.cpp
+++ b/binarywriter.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/callingconvention.cpp b/callingconvention.cpp
index 71dbfab1..4693b988 100644
--- a/callingconvention.cpp
+++ b/callingconvention.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/databuffer.cpp b/databuffer.cpp
index 64330035..001ef8e9 100644
--- a/databuffer.cpp
+++ b/databuffer.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/fileaccessor.cpp b/fileaccessor.cpp
index 4148aa91..fca105c6 100644
--- a/fileaccessor.cpp
+++ b/fileaccessor.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/filemetadata.cpp b/filemetadata.cpp
index 46292095..b95463b1 100644
--- a/filemetadata.cpp
+++ b/filemetadata.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/flowgraph.cpp b/flowgraph.cpp
index be7e498b..48109f46 100644
--- a/flowgraph.cpp
+++ b/flowgraph.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/flowgraphnode.cpp b/flowgraphnode.cpp
index 344dd8a3..9be64b47 100644
--- a/flowgraphnode.cpp
+++ b/flowgraphnode.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/function.cpp b/function.cpp
index ed50b4df..805e9560 100644
--- a/function.cpp
+++ b/function.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/functionrecognizer.cpp b/functionrecognizer.cpp
index 3e42e291..05ea94cf 100644
--- a/functionrecognizer.cpp
+++ b/functionrecognizer.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/linearviewcursor.cpp b/linearviewcursor.cpp
index 7be2a96b..c9101594 100644
--- a/linearviewcursor.cpp
+++ b/linearviewcursor.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2020 Vector 35 Inc
+// Copyright (c) 2020-2021 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/linearviewobject.cpp b/linearviewobject.cpp
index 3c608b5e..e07cd425 100644
--- a/linearviewobject.cpp
+++ b/linearviewobject.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2020 Vector 35 Inc
+// Copyright (c) 2020-2021 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/log.cpp b/log.cpp
index 20348165..7271459c 100644
--- a/log.cpp
+++ b/log.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/lowlevelil.cpp b/lowlevelil.cpp
index ed9c7884..4dc113e0 100644
--- a/lowlevelil.cpp
+++ b/lowlevelil.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/lowlevelilinstruction.cpp b/lowlevelilinstruction.cpp
index 782f5943..c6cf277b 100644
--- a/lowlevelilinstruction.cpp
+++ b/lowlevelilinstruction.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/lowlevelilinstruction.h b/lowlevelilinstruction.h
index 183ce10b..857affca 100644
--- a/lowlevelilinstruction.h
+++ b/lowlevelilinstruction.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/mediumlevelil.cpp b/mediumlevelil.cpp
index 3d13545e..4e4c926a 100644
--- a/mediumlevelil.cpp
+++ b/mediumlevelil.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2017-2020 Vector 35 Inc
+// Copyright (c) 2017-2021 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/mediumlevelilinstruction.cpp b/mediumlevelilinstruction.cpp
index f389fb52..f012d7c5 100644
--- a/mediumlevelilinstruction.cpp
+++ b/mediumlevelilinstruction.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/mediumlevelilinstruction.h b/mediumlevelilinstruction.h
index 0cd8fde9..c6113f9b 100644
--- a/mediumlevelilinstruction.h
+++ b/mediumlevelilinstruction.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/platform.cpp b/platform.cpp
index 1a94b34d..54fdbcc6 100644
--- a/platform.cpp
+++ b/platform.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/plugin.cpp b/plugin.cpp
index 10be4844..c786b215 100644
--- a/plugin.cpp
+++ b/plugin.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/__init__.py b/python/__init__.py
index 9c17db48..8855a395 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 cd976af1..99970b01 100644
--- a/python/architecture.py
+++ b/python/architecture.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 eddb23f7..7c572ebf 100644
--- a/python/associateddatastore.py
+++ b/python/associateddatastore.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 99e1957b..18f9f5f0 100644
--- a/python/basicblock.py
+++ b/python/basicblock.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 3195abee..fdc5ec27 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -1,5 +1,5 @@
# coding=utf-8
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 66569a96..5e4c0dac 100644
--- a/python/callingconvention.py
+++ b/python/callingconvention.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 ccb185f8..472607c2 100644
--- a/python/compatibility.py
+++ b/python/compatibility.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 86cc4c25..c7582f4f 100644
--- a/python/databuffer.py
+++ b/python/databuffer.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 a6bab535..e61c00ca 100644
--- a/python/datarender.py
+++ b/python/datarender.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 912d1c62..33004d1a 100644
--- a/python/demangle.py
+++ b/python/demangle.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 a12f049a..164abfe3 100644
--- a/python/downloadprovider.py
+++ b/python/downloadprovider.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 9986c191..2009dd8a 100644
--- a/python/examples/angr_plugin.py
+++ b/python/examples/angr_plugin.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 df99493d..bd9d4e56 100644
--- a/python/examples/asm_to_llil_view.py
+++ b/python/examples/asm_to_llil_view.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2019-2020 Vector 35 Inc
+# Copyright (c) 2019-2021 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 87a0e707..1af59a31 100644
--- a/python/examples/bin_info.py
+++ b/python/examples/bin_info.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 1ef48964..148e0ada 100644
--- a/python/examples/breakpoint.py
+++ b/python/examples/breakpoint.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 09870bac..d9b5acf5 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 Vector 35 Inc
+# Copyright (c) 2020-2021 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 70371dcc..c9b6b4e9 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 Vector 35 Inc
+# Copyright (c) 2020-2021 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 79df0e3f..6f5f52ea 100644
--- a/python/examples/hellodockwidget.py
+++ b/python/examples/hellodockwidget.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 1021f657..24eebae3 100644
--- a/python/examples/instruction_iterator.py
+++ b/python/examples/instruction_iterator.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 003b5941..c54dee58 100644
--- a/python/examples/jump_table.py
+++ b/python/examples/jump_table.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 e8243e3f..2af28741 100644
--- a/python/examples/linear_mlil.py
+++ b/python/examples/linear_mlil.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2019-2020 Vector 35 Inc
+# Copyright (c) 2019-2021 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 3cde3c88..6d060235 100644
--- a/python/examples/mappedview.py
+++ b/python/examples/mappedview.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 653c79f4..4cf7c24d 100644
--- a/python/examples/nds.py
+++ b/python/examples/nds.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 ead736f5..ba9a2965 100644
--- a/python/examples/nes.py
+++ b/python/examples/nes.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 93be336e..3f1a2d41 100644
--- a/python/examples/notification_callbacks.py
+++ b/python/examples/notification_callbacks.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 75747d82..959dc060 100644
--- a/python/examples/nsf.py
+++ b/python/examples/nsf.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 aa8cc5d9..6e1e71b9 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 Vector 35 Inc
+# Copyright (c) 2020-2021 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 cf22d852..b2fec14f 100644
--- a/python/examples/print_syscalls.py
+++ b/python/examples/print_syscalls.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 ee0a5279..2dad11a3 100644
--- a/python/examples/ui_notifications.py
+++ b/python/examples/ui_notifications.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 7bce565f..8156092d 100644
--- a/python/examples/version_switcher.py
+++ b/python/examples/version_switcher.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 1e505957..141cc008 100644
--- a/python/fileaccessor.py
+++ b/python/fileaccessor.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 46a399f1..bce4301f 100644
--- a/python/filemetadata.py
+++ b/python/filemetadata.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 222095fb..b57fd0f5 100644
--- a/python/flowgraph.py
+++ b/python/flowgraph.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 a1f9163c..3cf27dc3 100644
--- a/python/function.py
+++ b/python/function.py
@@ -1,5 +1,5 @@
# coding=utf-8
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 798efc56..4636df91 100644
--- a/python/functionrecognizer.py
+++ b/python/functionrecognizer.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 4f329299..f78324cf 100644
--- a/python/generator.cpp
+++ b/python/generator.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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 231d8c68..889eef33 100644
--- a/python/highlight.py
+++ b/python/highlight.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 798c9275..f97186df 100644
--- a/python/interaction.py
+++ b/python/interaction.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 44f0aeb9..e4b094e3 100644
--- a/python/lineardisassembly.py
+++ b/python/lineardisassembly.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 d39b15d7..327ec561 100644
--- a/python/log.py
+++ b/python/log.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 5f09d06c..1ef13fa4 100644
--- a/python/lowlevelil.py
+++ b/python/lowlevelil.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 df97ad46..3b5dc26e 100644
--- a/python/mainthread.py
+++ b/python/mainthread.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 acfc7478..ac11db96 100644
--- a/python/mediumlevelil.py
+++ b/python/mediumlevelil.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2018-2020 Vector 35 Inc
+# Copyright (c) 2018-2021 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 3fe78415..99c52c43 100644
--- a/python/metadata.py
+++ b/python/metadata.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 8d7d1d99..4e407868 100644
--- a/python/platform.py
+++ b/python/platform.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 326e3c35..cedae4a2 100644
--- a/python/plugin.py
+++ b/python/plugin.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 e4defb28..ea3440f3 100644
--- a/python/pluginmanager.py
+++ b/python/pluginmanager.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 5ddc838f..7a60e6c0 100644
--- a/python/scriptingprovider.py
+++ b/python/scriptingprovider.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 e7f41ef5..dd3ef08c 100644
--- a/python/settings.py
+++ b/python/settings.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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/startup.py b/python/startup.py
index 117e3942..d0b66593 100644
--- a/python/startup.py
+++ b/python/startup.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 d58ff0f6..2f8e58d5 100644
--- a/python/transform.py
+++ b/python/transform.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 5698f539..94e030d8 100644
--- a/python/typelibrary.py
+++ b/python/typelibrary.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 92735fc6..7d59261d 100644
--- a/python/types.py
+++ b/python/types.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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 66bf639d..5cbcbb47 100644
--- a/python/update.py
+++ b/python/update.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2020 Vector 35 Inc
+# Copyright (c) 2015-2021 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/relocationhandler.cpp b/relocationhandler.cpp
index 0485a505..46595ce5 100644
--- a/relocationhandler.cpp
+++ b/relocationhandler.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/tempfile.cpp b/tempfile.cpp
index c126a89a..102a3912 100644
--- a/tempfile.cpp
+++ b/tempfile.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/transform.cpp b/transform.cpp
index a3168f3f..74ad98da 100644
--- a/transform.cpp
+++ b/transform.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/type.cpp b/type.cpp
index 05465a62..0ffb1c63 100644
--- a/type.cpp
+++ b/type.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/undoaction.cpp b/undoaction.cpp
index 4489eb5a..c5fb203b 100644
--- a/undoaction.cpp
+++ b/undoaction.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/update.cpp b/update.cpp
index f61d537f..7404dec0 100644
--- a/update.cpp
+++ b/update.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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/user.cpp b/user.cpp
index 206238ed..a8c5d551 100644
--- a/user.cpp
+++ b/user.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2021 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