summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh F <josh@vector35.com>2023-01-05 14:20:18 -0500
committerJosh F <josh@vector35.com>2023-01-05 14:20:18 -0500
commit85e782ad57f27c753364faeaead01522982a12ec (patch)
treeba22964310c2a52e1fa3e2d2a9be126911dd06ec
parentb4b6d3f5ca9751df27287684fa1fc21170e62d59 (diff)
Update copyright to 2023
-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--fileaccessor.cpp2
-rw-r--r--filemetadata.cpp4
-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--log.cpp2
-rw-r--r--lowlevelil.cpp2
-rw-r--r--lowlevelilinstruction.cpp2
-rw-r--r--lowlevelilinstruction.h2
-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/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/bin_info.py2
-rw-r--r--python/examples/breakpoint.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/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
-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.py4
-rw-r--r--python/lowlevelil.py2
-rw-r--r--python/mainthread.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/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--secretsprovider.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
-rw-r--r--websocketprovider.cpp2
101 files changed, 103 insertions, 103 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
index 9eeb23dd..4fba546e 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2015-2022 Vector 35 Inc
+Copyright (c) 2015-2023 Vector 35 Inc
Permission is 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 47712692..7b64f459 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-2022, Vector 35 Inc'
+copyright = u'2015-2023, 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 5477a0f9..9f495e2c 100644
--- a/api-docs/source/conf.py
+++ b/api-docs/source/conf.py
@@ -180,7 +180,7 @@ master_doc = 'index'
# General information about the project.
project = u'Binary Ninja Python API'
-copyright = u'2015-2022, Vector 35 Inc'
+copyright = u'2015-2023, 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 ba6f94b3..7fcc43a8 100644
--- a/architecture.cpp
+++ b/architecture.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 fb7982f8..bf89fdfe 100644
--- a/basicblock.cpp
+++ b/basicblock.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 3c7f5e83..70d96f9a 100644
--- a/binaryninjaapi.cpp
+++ b/binaryninjaapi.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 5027d283..9300a478 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 3c7a8659..604c9206 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 f4574820..a50af69b 100644
--- a/binaryreader.cpp
+++ b/binaryreader.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 bcdeb724..83ff95d9 100644
--- a/binaryview.cpp
+++ b/binaryview.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 657970a6..b1f9ebe9 100644
--- a/binaryviewtype.cpp
+++ b/binaryviewtype.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 dcac3589..d88142cc 100644
--- a/binarywriter.cpp
+++ b/binarywriter.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 0e8bc56c..8bf02d03 100644
--- a/callingconvention.cpp
+++ b/callingconvention.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 af2a8a29..34a57630 100644
--- a/database.cpp
+++ b/database.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2020 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 24b20856..2b3eec7e 100644
--- a/databuffer.cpp
+++ b/databuffer.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 9783cba8..271aff09 100644
--- a/debuginfo.cpp
+++ b/debuginfo.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 bd99fe51..2de462fb 100644
--- a/downloadprovider.cpp
+++ b/downloadprovider.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 446c4607..bcf2905f 100644
--- a/enterprise.cpp
+++ b/enterprise.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 4d6b1fdd..854047a2 100644
--- a/enterprise.h
+++ b/enterprise.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 a1454133..15107205 100644
--- a/fileaccessor.cpp
+++ b/fileaccessor.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 5b8cb98d..b6a839b6 100644
--- a/filemetadata.cpp
+++ b/filemetadata.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
@@ -588,4 +588,4 @@ std::string SaveSettings::GetName() const
void SaveSettings::SetName(const std::string& name)
{
BNSetSaveSettingsName(m_object, name.c_str());
-} \ No newline at end of file
+}
diff --git a/flowgraph.cpp b/flowgraph.cpp
index 204e3d19..b812e57d 100644
--- a/flowgraph.cpp
+++ b/flowgraph.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 91a23b3a..5021e842 100644
--- a/flowgraphnode.cpp
+++ b/flowgraphnode.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 ddeaf136..0e6728d5 100644
--- a/function.cpp
+++ b/function.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 b5479987..ddc31827 100644
--- a/functionrecognizer.cpp
+++ b/functionrecognizer.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 f1b5d100..92714fff 100644
--- a/http.cpp
+++ b/http.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 b9ffd64d..597aaf32 100644
--- a/http.h
+++ b/http.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 0c0b9098..f8318cc3 100644
--- a/log.cpp
+++ b/log.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 3fadd92b..6f1025e7 100644
--- a/lowlevelil.cpp
+++ b/lowlevelil.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 842d2925..a1ec2f92 100644
--- a/lowlevelilinstruction.cpp
+++ b/lowlevelilinstruction.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 17c6bc2c..7557a1ec 100644
--- a/lowlevelilinstruction.h
+++ b/lowlevelilinstruction.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 ee4ed9e4..acf04de9 100644
--- a/mediumlevelilinstruction.cpp
+++ b/mediumlevelilinstruction.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 373dfa4e..43047fa3 100644
--- a/mediumlevelilinstruction.h
+++ b/mediumlevelilinstruction.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 06d65539..c4d65274 100644
--- a/platform.cpp
+++ b/platform.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 23b4b1ea..d591f616 100644
--- a/plugin.cpp
+++ b/plugin.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 6798ebe1..6cb7b162 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 600bf7a6..d3af80b2 100644
--- a/python/architecture.py
+++ b/python/architecture.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 66434d56..417f1372 100644
--- a/python/associateddatastore.py
+++ b/python/associateddatastore.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 c3ee3d82..56dccfdb 100644
--- a/python/basicblock.py
+++ b/python/basicblock.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 1fa040c0..6f884618 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -1,5 +1,5 @@
# coding=utf-8
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 ced98b75..90fdb90c 100644
--- a/python/callingconvention.py
+++ b/python/callingconvention.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 a19ba80a..34e6a89c 100644
--- a/python/compatibility.py
+++ b/python/compatibility.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 c19ab565..79cc5038 100644
--- a/python/database.py
+++ b/python/database.py
@@ -1,5 +1,5 @@
# coding=utf-8
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 44b64ab5..dba40950 100644
--- a/python/databuffer.py
+++ b/python/databuffer.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 88f9d6d1..54c7703d 100644
--- a/python/datarender.py
+++ b/python/datarender.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 a5de4560..f2c1c51f 100644
--- a/python/debuginfo.py
+++ b/python/debuginfo.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 11a32424..d570fb78 100644
--- a/python/demangle.py
+++ b/python/demangle.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 9223f2a5..e746abee 100644
--- a/python/downloadprovider.py
+++ b/python/downloadprovider.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 5f2eeba0..a3bd622a 100644
--- a/python/examples/angr_plugin.py
+++ b/python/examples/angr_plugin.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 b50ba21e..e1b61dab 100644
--- a/python/examples/bin_info.py
+++ b/python/examples/bin_info.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 20ff2b6b..f33705cf 100644
--- a/python/examples/breakpoint.py
+++ b/python/examples/breakpoint.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 b0ac8ede..be9a0950 100644
--- a/python/examples/helloglobalarea.py
+++ b/python/examples/helloglobalarea.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 f538ddb3..6863fe6f 100644
--- a/python/examples/hellopane.py
+++ b/python/examples/hellopane.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 69721d4c..c400234d 100644
--- a/python/examples/hellosidebar.py
+++ b/python/examples/hellosidebar.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 b5cf426f..86626970 100644
--- a/python/examples/instruction_iterator.py
+++ b/python/examples/instruction_iterator.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 2132c950..54c48afc 100644
--- a/python/examples/jump_table.py
+++ b/python/examples/jump_table.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 0b74ce3a..0fbf159c 100644
--- a/python/examples/mappedview.py
+++ b/python/examples/mappedview.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 7b53c31f..5e9aca38 100644
--- a/python/examples/nds.py
+++ b/python/examples/nds.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 eea8d543..747dac83 100644
--- a/python/examples/nes.py
+++ b/python/examples/nes.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 47282884..89e60ad8 100644
--- a/python/examples/notification_callbacks.py
+++ b/python/examples/notification_callbacks.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 5121d888..654ff179 100644
--- a/python/examples/nsf.py
+++ b/python/examples/nsf.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 9956636f..a16cd8f9 100644
--- a/python/examples/print_syscalls.py
+++ b/python/examples/print_syscalls.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 4a708061..827cf6d0 100644
--- a/python/examples/ui_notifications.py
+++ b/python/examples/ui_notifications.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 9c8beae4..9159c315 100644
--- a/python/examples/version_switcher.py
+++ b/python/examples/version_switcher.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 451b2d20..b5821496 100644
--- a/python/fileaccessor.py
+++ b/python/fileaccessor.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 0335e9bc..2eab669a 100644
--- a/python/filemetadata.py
+++ b/python/filemetadata.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 b1a30dbb..73b9f6c8 100644
--- a/python/flowgraph.py
+++ b/python/flowgraph.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 62895c05..99e57f86 100644
--- a/python/function.py
+++ b/python/function.py
@@ -1,5 +1,5 @@
# coding=utf-8
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 1d84eadc..246b14aa 100644
--- a/python/functionrecognizer.py
+++ b/python/functionrecognizer.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 e8e35566..0db85535 100644
--- a/python/generator.cpp
+++ b/python/generator.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 652a4bc9..a13bd0ba 100644
--- a/python/highlight.py
+++ b/python/highlight.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 a82ad46e..da0ec594 100644
--- a/python/interaction.py
+++ b/python/interaction.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 9ec6619d..f3f7d1d8 100644
--- a/python/lineardisassembly.py
+++ b/python/lineardisassembly.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 d5a5f3e6..4b70fcf9 100644
--- a/python/log.py
+++ b/python/log.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
@@ -219,4 +219,4 @@ class Logger:
log(LogLevel.ErrorLog, message, self.logger_name, self.session_id)
def log_alert(self, message:str) -> None:
- log(LogLevel.AlertLog, message, self.logger_name, self.session_id) \ No newline at end of file
+ log(LogLevel.AlertLog, message, self.logger_name, self.session_id)
diff --git a/python/lowlevelil.py b/python/lowlevelil.py
index f1fb0c5f..0b112331 100644
--- a/python/lowlevelil.py
+++ b/python/lowlevelil.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 ddb0f04b..e4911bbb 100644
--- a/python/mainthread.py
+++ b/python/mainthread.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 a4a0d79f..c69fe24e 100644
--- a/python/metadata.py
+++ b/python/metadata.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 355f7c10..b97b5ab3 100644
--- a/python/platform.py
+++ b/python/platform.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 eec25683..9ab01749 100644
--- a/python/plugin.py
+++ b/python/plugin.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 de1491a8..81df0b28 100644
--- a/python/pluginmanager.py
+++ b/python/pluginmanager.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 e7afaea5..158431b2 100644
--- a/python/scriptingprovider.py
+++ b/python/scriptingprovider.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 152fe827..4840f59e 100644
--- a/python/secretsprovider.py
+++ b/python/secretsprovider.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 4da6a555..03f55845 100644
--- a/python/settings.py
+++ b/python/settings.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 7b75099a..98c86ec1 100644
--- a/python/transform.py
+++ b/python/transform.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 57af8a8a..230a3143 100644
--- a/python/typelibrary.py
+++ b/python/typelibrary.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 300c714e..13a2dd38 100644
--- a/python/typeparser.py
+++ b/python/typeparser.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 825156df..3ad1e9f2 100644
--- a/python/typeprinter.py
+++ b/python/typeprinter.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 4c1eb3ab..bc074206 100644
--- a/python/types.py
+++ b/python/types.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 db4d66ee..b90c003b 100644
--- a/python/update.py
+++ b/python/update.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 839e87ce..14929557 100644
--- a/python/variable.py
+++ b/python/variable.py
@@ -1,5 +1,5 @@
# coding=utf-8
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 f987c1df..a60ab4f8 100644
--- a/python/websocketprovider.py
+++ b/python/websocketprovider.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 81de6e7d..ab885be5 100644
--- a/python/workflow.py
+++ b/python/workflow.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is 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 04af3afe..d1233ad0 100644
--- a/relocationhandler.cpp
+++ b/relocationhandler.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
diff --git a/secretsprovider.cpp b/secretsprovider.cpp
index bd2bb88b..5b2f1452 100644
--- a/secretsprovider.cpp
+++ b/secretsprovider.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 778b4434..b3efb3e9 100644
--- a/tempfile.cpp
+++ b/tempfile.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 942857d1..d9548689 100644
--- a/transform.cpp
+++ b/transform.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 14591649..1005d94b 100644
--- a/type.cpp
+++ b/type.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 eedbd2d7..99196280 100644
--- a/undoaction.cpp
+++ b/undoaction.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 3ae4158d..d3c43f7d 100644
--- a/update.cpp
+++ b/update.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 ab9b707b..cf846d45 100644
--- a/user.cpp
+++ b/user.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is 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 1e6b78ba..48782715 100644
--- a/websocketprovider.cpp
+++ b/websocketprovider.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2022 Vector 35 Inc
+// Copyright (c) 2015-2023 Vector 35 Inc
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to