summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2024-01-08 18:55:26 -0500
committerJordan Wiens <jordan@psifertex.com>2024-01-08 18:55:26 -0500
commit7df8225edc9bb62217b3864b5bc63b2698759d46 (patch)
tree890f35c6c92b0062098221dbe1ce4458baf1b2f8
parent69b6b8a0853a8d54151a1888e29817f67b0ee645 (diff)
update copyright year
-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--database.cpp2
-rw-r--r--databuffer.cpp2
-rw-r--r--debuginfo.cpp2
-rw-r--r--downloadprovider.cpp2
-rw-r--r--enterprise.cpp2
-rw-r--r--enterprise.h2
-rw-r--r--exceptions.cpp2
-rw-r--r--exceptions.h2
-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--http.cpp2
-rw-r--r--http.h2
-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/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/helloglobalarea.py2
-rw-r--r--python/examples/hellopane.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/typelibexplorer.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/secretsprovider.py2
-rw-r--r--python/settings.py2
-rw-r--r--python/transform.py2
-rw-r--r--python/typecontainer.py2
-rw-r--r--python/typelibrary.py2
-rw-r--r--python/typeparser.py2
-rw-r--r--python/typeprinter.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
-rw-r--r--relocationhandler.cpp2
-rw-r--r--rust/examples/dwarf/dwarf_import/src/die_handlers.rs2
-rw-r--r--rust/examples/dwarf/dwarf_import/src/dwarfdebuginfo.rs2
-rw-r--r--rust/examples/dwarf/dwarf_import/src/functions.rs2
-rw-r--r--rust/examples/dwarf/dwarf_import/src/helpers.rs2
-rw-r--r--rust/examples/dwarf/dwarf_import/src/lib.rs2
-rw-r--r--rust/examples/dwarf/dwarf_import/src/types.rs2
-rw-r--r--rust/examples/dwarf/dwarfdump/src/lib.rs2
-rw-r--r--rust/examples/dwarf/shared/src/lib.rs2
-rw-r--r--rust/src/architecture.rs2
-rw-r--r--rust/src/backgroundtask.rs2
-rw-r--r--rust/src/basicblock.rs2
-rw-r--r--rust/src/binaryreader.rs2
-rw-r--r--rust/src/binaryview.rs2
-rw-r--r--rust/src/binarywriter.rs2
-rw-r--r--rust/src/callingconvention.rs2
-rw-r--r--rust/src/command.rs2
-rw-r--r--rust/src/custombinaryview.rs2
-rw-r--r--rust/src/databuffer.rs2
-rw-r--r--rust/src/debuginfo.rs2
-rw-r--r--rust/src/demangle.rs2
-rw-r--r--rust/src/disassembly.rs2
-rw-r--r--rust/src/ffi.rs2
-rw-r--r--rust/src/fileaccessor.rs2
-rw-r--r--rust/src/filemetadata.rs2
-rw-r--r--rust/src/flowgraph.rs2
-rw-r--r--rust/src/function.rs2
-rw-r--r--rust/src/headless.rs2
-rw-r--r--rust/src/interaction.rs2
-rw-r--r--rust/src/lib.rs2
-rw-r--r--rust/src/linearview.rs2
-rw-r--r--rust/src/llil/block.rs2
-rw-r--r--rust/src/llil/expression.rs2
-rw-r--r--rust/src/llil/function.rs2
-rw-r--r--rust/src/llil/instruction.rs2
-rw-r--r--rust/src/llil/lifting.rs2
-rw-r--r--rust/src/llil/mod.rs2
-rw-r--r--rust/src/llil/operation.rs2
-rw-r--r--rust/src/platform.rs2
-rw-r--r--rust/src/rc.rs2
-rw-r--r--rust/src/section.rs2
-rw-r--r--rust/src/segment.rs2
-rw-r--r--rust/src/settings.rs2
-rw-r--r--rust/src/string.rs2
-rw-r--r--rust/src/symbol.rs2
-rw-r--r--rust/src/tags.rs2
-rw-r--r--rust/src/types.rs2
-rw-r--r--secretsprovider.cpp2
-rw-r--r--tempfile.cpp2
-rw-r--r--transform.cpp2
-rw-r--r--type.cpp2
-rw-r--r--typecontainer.cpp2
-rw-r--r--undoaction.cpp2
-rw-r--r--update.cpp2
-rw-r--r--user.cpp2
-rw-r--r--websocketprovider.cpp2
163 files changed, 163 insertions, 163 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
index 4fba546e..731f4e46 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2015-2023 Vector 35 Inc
+Copyright (c) 2015-2024 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 7b64f459..9556399d 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-2023, Vector 35 Inc'
+copyright = u'2015-2024, 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 cfab6194..bc32e478 100644
--- a/api-docs/source/conf.py
+++ b/api-docs/source/conf.py
@@ -211,7 +211,7 @@ master_doc = 'index'
# General information about the project.
project = u'Binary Ninja Python API'
-copyright = u'2015-2023, Vector 35 Inc'
+copyright = u'2015-2024, 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 a1f6292e..7a4822e4 100644
--- a/architecture.cpp
+++ b/architecture.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 bf89fdfe..b330c7a5 100644
--- a/basicblock.cpp
+++ b/basicblock.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 89827c73..6610782d 100644
--- a/binaryninjaapi.cpp
+++ b/binaryninjaapi.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 97acd5af..dbc0e68a 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 bc2301f4..e6f8f99d 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 c0929538..f94942b5 100644
--- a/binaryreader.cpp
+++ b/binaryreader.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 0d3e51c3..e45fce8a 100644
--- a/binaryview.cpp
+++ b/binaryview.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 bf67c04a..b1ef5226 100644
--- a/binaryviewtype.cpp
+++ b/binaryviewtype.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 d88142cc..cf5ef8ee 100644
--- a/binarywriter.cpp
+++ b/binarywriter.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 b0f2700e..50cf5062 100644
--- a/callingconvention.cpp
+++ b/callingconvention.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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/database.cpp b/database.cpp
index 33f22714..8f9912e8 100644
--- a/database.cpp
+++ b/database.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 2b3eec7e..861c60ed 100644
--- a/databuffer.cpp
+++ b/databuffer.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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/debuginfo.cpp b/debuginfo.cpp
index 33cf67a8..0a726a58 100644
--- a/debuginfo.cpp
+++ b/debuginfo.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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/downloadprovider.cpp b/downloadprovider.cpp
index 28695718..7b238312 100644
--- a/downloadprovider.cpp
+++ b/downloadprovider.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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/enterprise.cpp b/enterprise.cpp
index 29f89045..837bab59 100644
--- a/enterprise.cpp
+++ b/enterprise.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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/enterprise.h b/enterprise.h
index da609185..c3e02f27 100644
--- a/enterprise.h
+++ b/enterprise.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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/exceptions.cpp b/exceptions.cpp
index 8beb47af..bdc1db2c 100644
--- a/exceptions.cpp
+++ b/exceptions.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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/exceptions.h b/exceptions.h
index 02d9c93b..037180b5 100644
--- a/exceptions.h
+++ b/exceptions.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 15107205..167cc2a8 100644
--- a/fileaccessor.cpp
+++ b/fileaccessor.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 318da70d..1838796d 100644
--- a/filemetadata.cpp
+++ b/filemetadata.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 66e8eb7f..1bbf7fc3 100644
--- a/flowgraph.cpp
+++ b/flowgraph.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 cf25b80c..8a7270d2 100644
--- a/flowgraphnode.cpp
+++ b/flowgraphnode.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 b95ed211..601df3aa 100644
--- a/function.cpp
+++ b/function.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 ddc31827..ee277a5f 100644
--- a/functionrecognizer.cpp
+++ b/functionrecognizer.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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/http.cpp b/http.cpp
index e324542a..084f4a85 100644
--- a/http.cpp
+++ b/http.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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/http.h b/http.h
index 597aaf32..6edb801a 100644
--- a/http.h
+++ b/http.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 9c544f06..1ba252f7 100644
--- a/linearviewcursor.cpp
+++ b/linearviewcursor.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2020-2023 Vector 35 Inc
+// Copyright (c) 2020-2024 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 33a6f892..3bd27b5a 100644
--- a/linearviewobject.cpp
+++ b/linearviewobject.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2020-2023 Vector 35 Inc
+// Copyright (c) 2020-2024 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 e35b3663..f9e5029e 100644
--- a/log.cpp
+++ b/log.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 e68f8246..b69b8dc6 100644
--- a/lowlevelil.cpp
+++ b/lowlevelil.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 e85c58b0..973d8e3f 100644
--- a/lowlevelilinstruction.cpp
+++ b/lowlevelilinstruction.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 1e8132ca..e51a11cf 100644
--- a/lowlevelilinstruction.h
+++ b/lowlevelilinstruction.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 e4770eb0..b8b26efd 100644
--- a/mediumlevelil.cpp
+++ b/mediumlevelil.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2017-2023 Vector 35 Inc
+// Copyright (c) 2017-2024 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 bbf5988b..151a8463 100644
--- a/mediumlevelilinstruction.cpp
+++ b/mediumlevelilinstruction.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 bdf65e9c..9c893c0b 100644
--- a/mediumlevelilinstruction.h
+++ b/mediumlevelilinstruction.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 de7b50c8..7a6e2129 100644
--- a/platform.cpp
+++ b/platform.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 d591f616..44217faa 100644
--- a/plugin.cpp
+++ b/plugin.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 b3528017..f06b0681 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 623c3284..9fb32e0d 100644
--- a/python/architecture.py
+++ b/python/architecture.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 417f1372..9240cb6f 100644
--- a/python/associateddatastore.py
+++ b/python/associateddatastore.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 64f2101b..a22b540f 100644
--- a/python/basicblock.py
+++ b/python/basicblock.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 de7e438b..33d0b3e8 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -1,5 +1,5 @@
# coding=utf-8
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 90fdb90c..ce722e80 100644
--- a/python/callingconvention.py
+++ b/python/callingconvention.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 288db8d9..a98995ce 100644
--- a/python/commonil.py
+++ b/python/commonil.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2019-2023 Vector 35 Inc
+# Copyright (c) 2019-2024 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 34e6a89c..68d04360 100644
--- a/python/compatibility.py
+++ b/python/compatibility.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 79cc5038..ded5a49b 100644
--- a/python/database.py
+++ b/python/database.py
@@ -1,5 +1,5 @@
# coding=utf-8
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 dba40950..ce8a68e7 100644
--- a/python/databuffer.py
+++ b/python/databuffer.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 0305785f..f5e6d986 100644
--- a/python/datarender.py
+++ b/python/datarender.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 6884a9ca..2898fb38 100644
--- a/python/debuginfo.py
+++ b/python/debuginfo.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 d3d01c97..89532f78 100644
--- a/python/demangle.py
+++ b/python/demangle.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 e746abee..9ac5faae 100644
--- a/python/downloadprovider.py
+++ b/python/downloadprovider.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 a3bd622a..85b2bb12 100644
--- a/python/examples/angr_plugin.py
+++ b/python/examples/angr_plugin.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 f6676744..835d2af2 100644
--- a/python/examples/asm_to_llil_view.py
+++ b/python/examples/asm_to_llil_view.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2019-2023 Vector 35 Inc
+# Copyright (c) 2019-2024 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 8aaf2a38..bcf5adcd 100644
--- a/python/examples/bin_info.py
+++ b/python/examples/bin_info.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 f33705cf..998a05f4 100644
--- a/python/examples/breakpoint.py
+++ b/python/examples/breakpoint.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 64e24bbe..9486598b 100755
--- a/python/examples/cli_dis.py
+++ b/python/examples/cli_dis.py
@@ -2,7 +2,7 @@
#
# command-line BinaryNinja disassembler
#
-# Copyright (c) 2020-2023 Vector 35 Inc
+# Copyright (c) 2020-2024 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 43c1f189..134c79b5 100755
--- a/python/examples/cli_lift.py
+++ b/python/examples/cli_lift.py
@@ -2,7 +2,7 @@
#
# command-line BinaryNinja lifter
#
-# Copyright (c) 2020-2023 Vector 35 Inc
+# Copyright (c) 2020-2024 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 be9a0950..ca288525 100644
--- a/python/examples/helloglobalarea.py
+++ b/python/examples/helloglobalarea.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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/hellopane.py b/python/examples/hellopane.py
index 6863fe6f..fbabf3fc 100644
--- a/python/examples/hellopane.py
+++ b/python/examples/hellopane.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 c400234d..2fc0cbf7 100644
--- a/python/examples/hellosidebar.py
+++ b/python/examples/hellosidebar.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 62329f02..a73aeadf 100644
--- a/python/examples/instruction_iterator.py
+++ b/python/examples/instruction_iterator.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 54c48afc..357869d1 100644
--- a/python/examples/jump_table.py
+++ b/python/examples/jump_table.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 c7272ec8..b5b0649f 100644
--- a/python/examples/linear_mlil.py
+++ b/python/examples/linear_mlil.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2019-2023 Vector 35 Inc
+# Copyright (c) 2019-2024 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 30c0edfd..7f6ca070 100644
--- a/python/examples/mappedview.py
+++ b/python/examples/mappedview.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 5e9aca38..acf0e31e 100644
--- a/python/examples/nds.py
+++ b/python/examples/nds.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 8eefb0d2..64a33d22 100644
--- a/python/examples/nes.py
+++ b/python/examples/nes.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 89e60ad8..46f40f4a 100644
--- a/python/examples/notification_callbacks.py
+++ b/python/examples/notification_callbacks.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 654ff179..8115bccf 100644
--- a/python/examples/nsf.py
+++ b/python/examples/nsf.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 bc3a3992..9eb1bf83 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-2023 Vector 35 Inc
+# Copyright (c) 2020-2024 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 7f10fdd0..9aa4cb93 100644
--- a/python/examples/print_syscalls.py
+++ b/python/examples/print_syscalls.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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/typelibexplorer.py b/python/examples/typelibexplorer.py
index be80c8c5..8d1d863b 100644
--- a/python/examples/typelibexplorer.py
+++ b/python/examples/typelibexplorer.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 827cf6d0..94959217 100644
--- a/python/examples/ui_notifications.py
+++ b/python/examples/ui_notifications.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 9159c315..3b3c8dd0 100644
--- a/python/examples/version_switcher.py
+++ b/python/examples/version_switcher.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 b5821496..f90c0987 100644
--- a/python/fileaccessor.py
+++ b/python/fileaccessor.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 9b7167b8..b21537f2 100644
--- a/python/filemetadata.py
+++ b/python/filemetadata.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 b8a0b42a..431b8657 100644
--- a/python/flowgraph.py
+++ b/python/flowgraph.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 7d588202..e311d890 100644
--- a/python/function.py
+++ b/python/function.py
@@ -1,5 +1,5 @@
# coding=utf-8
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 246b14aa..3623d066 100644
--- a/python/functionrecognizer.py
+++ b/python/functionrecognizer.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 fb9c3567..4831e5ae 100644
--- a/python/generator.cpp
+++ b/python/generator.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 976d23f4..0041c780 100644
--- a/python/highlevelil.py
+++ b/python/highlevelil.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2019-2023 Vector 35 Inc
+# Copyright (c) 2019-2024 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 a13bd0ba..1f9397a4 100644
--- a/python/highlight.py
+++ b/python/highlight.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 56d9a6fb..c767af7c 100644
--- a/python/interaction.py
+++ b/python/interaction.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 f3f7d1d8..a19148ca 100644
--- a/python/lineardisassembly.py
+++ b/python/lineardisassembly.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 4b70fcf9..d52fdd9d 100644
--- a/python/log.py
+++ b/python/log.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 df8f352b..f4f852b8 100644
--- a/python/lowlevelil.py
+++ b/python/lowlevelil.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 f7211ca6..14698b6a 100644
--- a/python/mainthread.py
+++ b/python/mainthread.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 90f15e7d..9e8fb3b4 100644
--- a/python/mediumlevelil.py
+++ b/python/mediumlevelil.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2018-2023 Vector 35 Inc
+# Copyright (c) 2018-2024 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 3fe552fe..e2483749 100644
--- a/python/metadata.py
+++ b/python/metadata.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 74fd8248..d67f4901 100644
--- a/python/platform.py
+++ b/python/platform.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 9ab01749..4d65db0b 100644
--- a/python/plugin.py
+++ b/python/plugin.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 81df0b28..489cb7f7 100644
--- a/python/pluginmanager.py
+++ b/python/pluginmanager.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 578dcdb5..7042b988 100644
--- a/python/scriptingprovider.py
+++ b/python/scriptingprovider.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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/secretsprovider.py b/python/secretsprovider.py
index 4840f59e..7d57315b 100644
--- a/python/secretsprovider.py
+++ b/python/secretsprovider.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 ffec58b9..8ddfc945 100644
--- a/python/settings.py
+++ b/python/settings.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 98c86ec1..89fc2585 100644
--- a/python/transform.py
+++ b/python/transform.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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/typecontainer.py b/python/typecontainer.py
index d8b5562c..2124f961 100644
--- a/python/typecontainer.py
+++ b/python/typecontainer.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 90c4a6d3..db22ee22 100644
--- a/python/typelibrary.py
+++ b/python/typelibrary.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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/typeparser.py b/python/typeparser.py
index 9bbe2045..d56f6b59 100644
--- a/python/typeparser.py
+++ b/python/typeparser.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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/typeprinter.py b/python/typeprinter.py
index d6bf579e..dfddfed4 100644
--- a/python/typeprinter.py
+++ b/python/typeprinter.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 3aea1fca..53454a17 100644
--- a/python/types.py
+++ b/python/types.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 b90c003b..e110eb07 100644
--- a/python/update.py
+++ b/python/update.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 ee96cb46..402b82f1 100644
--- a/python/variable.py
+++ b/python/variable.py
@@ -1,5 +1,5 @@
# coding=utf-8
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 a60ab4f8..93e88eb8 100644
--- a/python/websocketprovider.py
+++ b/python/websocketprovider.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 e2401eda..0ed013ab 100644
--- a/python/workflow.py
+++ b/python/workflow.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2023 Vector 35 Inc
+# Copyright (c) 2015-2024 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 b25b0f65..11aebfe8 100644
--- a/relocationhandler.cpp
+++ b/relocationhandler.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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/rust/examples/dwarf/dwarf_import/src/die_handlers.rs b/rust/examples/dwarf/dwarf_import/src/die_handlers.rs
index cd3ad55f..7f4b1000 100644
--- a/rust/examples/dwarf/dwarf_import/src/die_handlers.rs
+++ b/rust/examples/dwarf/dwarf_import/src/die_handlers.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/examples/dwarf/dwarf_import/src/dwarfdebuginfo.rs b/rust/examples/dwarf/dwarf_import/src/dwarfdebuginfo.rs
index ce72a299..89ff2e97 100644
--- a/rust/examples/dwarf/dwarf_import/src/dwarfdebuginfo.rs
+++ b/rust/examples/dwarf/dwarf_import/src/dwarfdebuginfo.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/examples/dwarf/dwarf_import/src/functions.rs b/rust/examples/dwarf/dwarf_import/src/functions.rs
index 427b5c26..e031071b 100644
--- a/rust/examples/dwarf/dwarf_import/src/functions.rs
+++ b/rust/examples/dwarf/dwarf_import/src/functions.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/examples/dwarf/dwarf_import/src/helpers.rs b/rust/examples/dwarf/dwarf_import/src/helpers.rs
index 05cf6f82..da1f0d29 100644
--- a/rust/examples/dwarf/dwarf_import/src/helpers.rs
+++ b/rust/examples/dwarf/dwarf_import/src/helpers.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/examples/dwarf/dwarf_import/src/lib.rs b/rust/examples/dwarf/dwarf_import/src/lib.rs
index 4046e022..d46be392 100644
--- a/rust/examples/dwarf/dwarf_import/src/lib.rs
+++ b/rust/examples/dwarf/dwarf_import/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/examples/dwarf/dwarf_import/src/types.rs b/rust/examples/dwarf/dwarf_import/src/types.rs
index e6af9130..0c2435f1 100644
--- a/rust/examples/dwarf/dwarf_import/src/types.rs
+++ b/rust/examples/dwarf/dwarf_import/src/types.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/examples/dwarf/dwarfdump/src/lib.rs b/rust/examples/dwarf/dwarfdump/src/lib.rs
index 08a237f4..d1a415d7 100644
--- a/rust/examples/dwarf/dwarfdump/src/lib.rs
+++ b/rust/examples/dwarf/dwarfdump/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/examples/dwarf/shared/src/lib.rs b/rust/examples/dwarf/shared/src/lib.rs
index 29ca02a4..718dcb8c 100644
--- a/rust/examples/dwarf/shared/src/lib.rs
+++ b/rust/examples/dwarf/shared/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/architecture.rs b/rust/src/architecture.rs
index 9b5af6ee..f5aed09e 100644
--- a/rust/src/architecture.rs
+++ b/rust/src/architecture.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/backgroundtask.rs b/rust/src/backgroundtask.rs
index 7a24b62c..1eb090d7 100644
--- a/rust/src/backgroundtask.rs
+++ b/rust/src/backgroundtask.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/basicblock.rs b/rust/src/basicblock.rs
index cdd7186e..73ad9362 100644
--- a/rust/src/basicblock.rs
+++ b/rust/src/basicblock.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/binaryreader.rs b/rust/src/binaryreader.rs
index 1ea6885e..db681e74 100644
--- a/rust/src/binaryreader.rs
+++ b/rust/src/binaryreader.rs
@@ -1,4 +1,4 @@
-// Copyright 2022-2023 Vector 35 Inc.
+// Copyright 2022-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/binaryview.rs b/rust/src/binaryview.rs
index 9bcbbec2..a6b2b540 100644
--- a/rust/src/binaryview.rs
+++ b/rust/src/binaryview.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/binarywriter.rs b/rust/src/binarywriter.rs
index 64e9b6a3..802a9b37 100644
--- a/rust/src/binarywriter.rs
+++ b/rust/src/binarywriter.rs
@@ -1,4 +1,4 @@
-// Copyright 2022-2023 Vector 35 Inc.
+// Copyright 2022-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/callingconvention.rs b/rust/src/callingconvention.rs
index 484afee6..56755b37 100644
--- a/rust/src/callingconvention.rs
+++ b/rust/src/callingconvention.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/command.rs b/rust/src/command.rs
index 1d5eb622..f5332734 100644
--- a/rust/src/command.rs
+++ b/rust/src/command.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/custombinaryview.rs b/rust/src/custombinaryview.rs
index 2fd37cab..21b63c91 100644
--- a/rust/src/custombinaryview.rs
+++ b/rust/src/custombinaryview.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/databuffer.rs b/rust/src/databuffer.rs
index f14b71a0..ebe19848 100644
--- a/rust/src/databuffer.rs
+++ b/rust/src/databuffer.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/debuginfo.rs b/rust/src/debuginfo.rs
index 40c1fd39..640819dd 100644
--- a/rust/src/debuginfo.rs
+++ b/rust/src/debuginfo.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/demangle.rs b/rust/src/demangle.rs
index 0b01a231..2efa0ca4 100644
--- a/rust/src/demangle.rs
+++ b/rust/src/demangle.rs
@@ -1,4 +1,4 @@
-// Copyright 2022-2023 Vector 35 Inc.
+// Copyright 2022-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/disassembly.rs b/rust/src/disassembly.rs
index 3d94f3bd..161eebc3 100644
--- a/rust/src/disassembly.rs
+++ b/rust/src/disassembly.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/ffi.rs b/rust/src/ffi.rs
index e927a96f..eb584828 100644
--- a/rust/src/ffi.rs
+++ b/rust/src/ffi.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/fileaccessor.rs b/rust/src/fileaccessor.rs
index 874e348d..cf94e902 100644
--- a/rust/src/fileaccessor.rs
+++ b/rust/src/fileaccessor.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/filemetadata.rs b/rust/src/filemetadata.rs
index 1a558f3d..43c6f05d 100644
--- a/rust/src/filemetadata.rs
+++ b/rust/src/filemetadata.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/flowgraph.rs b/rust/src/flowgraph.rs
index 0f959429..9d95cc49 100644
--- a/rust/src/flowgraph.rs
+++ b/rust/src/flowgraph.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/function.rs b/rust/src/function.rs
index 7af9ee02..93af0dd9 100644
--- a/rust/src/function.rs
+++ b/rust/src/function.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/headless.rs b/rust/src/headless.rs
index 2d3dec6d..1520fc58 100644
--- a/rust/src/headless.rs
+++ b/rust/src/headless.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/interaction.rs b/rust/src/interaction.rs
index 13785369..7e549253 100644
--- a/rust/src/interaction.rs
+++ b/rust/src/interaction.rs
@@ -1,4 +1,4 @@
-// Copyright 2022-2023 Vector 35 Inc.
+// Copyright 2022-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/lib.rs b/rust/src/lib.rs
index 5347491f..fa33439f 100644
--- a/rust/src/lib.rs
+++ b/rust/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/linearview.rs b/rust/src/linearview.rs
index 0be05da8..82094f6f 100644
--- a/rust/src/linearview.rs
+++ b/rust/src/linearview.rs
@@ -1,4 +1,4 @@
-// Copyright 2022-2023 Vector 35 Inc.
+// Copyright 2022-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/llil/block.rs b/rust/src/llil/block.rs
index 73182633..d904d2d8 100644
--- a/rust/src/llil/block.rs
+++ b/rust/src/llil/block.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/llil/expression.rs b/rust/src/llil/expression.rs
index 60d13521..d8a3a643 100644
--- a/rust/src/llil/expression.rs
+++ b/rust/src/llil/expression.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/llil/function.rs b/rust/src/llil/function.rs
index 6d561731..46d3e6d1 100644
--- a/rust/src/llil/function.rs
+++ b/rust/src/llil/function.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/llil/instruction.rs b/rust/src/llil/instruction.rs
index ab02b175..9f2ad9b2 100644
--- a/rust/src/llil/instruction.rs
+++ b/rust/src/llil/instruction.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/llil/lifting.rs b/rust/src/llil/lifting.rs
index f40f9529..daf95ac3 100644
--- a/rust/src/llil/lifting.rs
+++ b/rust/src/llil/lifting.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/llil/mod.rs b/rust/src/llil/mod.rs
index 8d199a2a..b9424e86 100644
--- a/rust/src/llil/mod.rs
+++ b/rust/src/llil/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/llil/operation.rs b/rust/src/llil/operation.rs
index f90fafd8..3c40f207 100644
--- a/rust/src/llil/operation.rs
+++ b/rust/src/llil/operation.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/platform.rs b/rust/src/platform.rs
index 29e5d65e..3df5e7c4 100644
--- a/rust/src/platform.rs
+++ b/rust/src/platform.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/rc.rs b/rust/src/rc.rs
index 2e4086e3..cdcae179 100644
--- a/rust/src/rc.rs
+++ b/rust/src/rc.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/section.rs b/rust/src/section.rs
index 971204ba..25e8ea5d 100644
--- a/rust/src/section.rs
+++ b/rust/src/section.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/segment.rs b/rust/src/segment.rs
index 671c3569..2de785c5 100644
--- a/rust/src/segment.rs
+++ b/rust/src/segment.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/settings.rs b/rust/src/settings.rs
index d5720ff4..3ec3e406 100644
--- a/rust/src/settings.rs
+++ b/rust/src/settings.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/string.rs b/rust/src/string.rs
index 5bfddcee..55521f09 100644
--- a/rust/src/string.rs
+++ b/rust/src/string.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/symbol.rs b/rust/src/symbol.rs
index c2b1fd4c..25801eee 100644
--- a/rust/src/symbol.rs
+++ b/rust/src/symbol.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/tags.rs b/rust/src/tags.rs
index 91bd051c..65680b8c 100644
--- a/rust/src/tags.rs
+++ b/rust/src/tags.rs
@@ -1,4 +1,4 @@
-// Copyright 2022-2023 Vector 35 Inc.
+// Copyright 2022-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/rust/src/types.rs b/rust/src/types.rs
index 04cb93fc..2d67522d 100644
--- a/rust/src/types.rs
+++ b/rust/src/types.rs
@@ -1,4 +1,4 @@
-// Copyright 2021-2023 Vector 35 Inc.
+// Copyright 2021-2024 Vector 35 Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/secretsprovider.cpp b/secretsprovider.cpp
index 5b2f1452..f0df2c54 100644
--- a/secretsprovider.cpp
+++ b/secretsprovider.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 b3efb3e9..941cb7af 100644
--- a/tempfile.cpp
+++ b/tempfile.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 fb5c568b..57ba5b37 100644
--- a/transform.cpp
+++ b/transform.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 693a16b7..acda4a5a 100644
--- a/type.cpp
+++ b/type.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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/typecontainer.cpp b/typecontainer.cpp
index d91b8d55..ba411b83 100644
--- a/typecontainer.cpp
+++ b/typecontainer.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 73caa5bc..5d2e5268 100644
--- a/undoaction.cpp
+++ b/undoaction.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 d3c43f7d..2233ed13 100644
--- a/update.cpp
+++ b/update.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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 cf846d45..c34d3331 100644
--- a/user.cpp
+++ b/user.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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/websocketprovider.cpp b/websocketprovider.cpp
index 52b8e721..b457e69c 100644
--- a/websocketprovider.cpp
+++ b/websocketprovider.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2023 Vector 35 Inc
+// Copyright (c) 2015-2024 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