From d9c58e94a0c86499bc481baccad73f2857678c29 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 1 Jan 2026 12:30:15 -0500 Subject: update copyrights for 2026 --- python/__init__.py | 2 +- python/architecture.py | 2 +- python/associateddatastore.py | 2 +- python/basedetection.py | 2 +- python/basicblock.py | 2 +- python/binaryview.py | 2 +- python/callingconvention.py | 2 +- python/collaboration/examples/custom_conflict_splitter.py | 2 +- python/collaboration/examples/download_everything.py | 2 +- python/collaboration/examples/multitool.py | 2 +- python/collaboration/examples/sync_test.py | 2 +- python/collaboration/examples/upload_everything.py | 2 +- python/commonil.py | 2 +- python/compatibility.py | 2 +- python/constantrenderer.py | 2 +- python/database.py | 2 +- python/databuffer.py | 2 +- python/datarender.py | 2 +- python/debuginfo.py | 2 +- python/demangle.py | 2 +- python/downloadprovider.py | 2 +- python/examples/angr_plugin.py | 2 +- python/examples/asm_to_llil_view.py | 2 +- python/examples/bin_info.py | 2 +- python/examples/breakpoint.py | 2 +- python/examples/cli_dis.py | 2 +- python/examples/cli_lift.py | 2 +- python/examples/custom_graph_layout.py | 2 +- python/examples/helloglobalarea.py | 2 +- python/examples/hellopane.py | 2 +- python/examples/hellosidebar.py | 2 +- python/examples/instruction_iterator.py | 2 +- python/examples/jump_table.py | 2 +- python/examples/linear_mlil.py | 2 +- python/examples/mappedview.py | 2 +- python/examples/nds.py | 2 +- python/examples/nes.py | 2 +- python/examples/notification_callbacks.py | 2 +- python/examples/nsf.py | 2 +- python/examples/pe_stat.py | 2 +- python/examples/print_syscalls.py | 2 +- python/examples/pseudo_python.py | 2 +- python/examples/raw_binary_base_detection.py | 2 +- python/examples/typelibexplorer.py | 2 +- python/examples/ui_notifications.py | 2 +- python/examples/update_analysis.py | 2 +- python/examples/version_switcher.py | 2 +- python/externallibrary.py | 2 +- python/fileaccessor.py | 2 +- python/filemetadata.py | 2 +- python/firmwareninja.py | 2 +- python/flowgraph.py | 2 +- python/function.py | 2 +- python/functionrecognizer.py | 2 +- python/generator.cpp | 2 +- python/highlevelil.py | 2 +- python/highlight.py | 2 +- python/interaction.py | 2 +- python/languagerepresentation.py | 2 +- python/lineardisassembly.py | 2 +- python/log.py | 2 +- python/lowlevelil.py | 2 +- python/mainthread.py | 2 +- python/mediumlevelil.py | 2 +- python/metadata.py | 2 +- python/platform.py | 2 +- python/plugin.py | 2 +- python/pluginmanager.py | 2 +- python/project.py | 2 +- python/renderlayer.py | 2 +- python/scriptingprovider.py | 2 +- python/secretsprovider.py | 2 +- python/settings.py | 2 +- python/stringrecognizer.py | 2 +- python/transform.py | 2 +- python/typearchive.py | 2 +- python/typecontainer.py | 2 +- python/typelibrary.py | 2 +- python/typeparser.py | 2 +- python/typeprinter.py | 2 +- python/types.py | 2 +- python/undo.py | 2 +- python/update.py | 2 +- python/variable.py | 2 +- python/websocketprovider.py | 2 +- python/workflow.py | 2 +- 86 files changed, 86 insertions(+), 86 deletions(-) (limited to 'python') diff --git a/python/__init__.py b/python/__init__.py index 10b27ec3..6ae6bf73 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 734864a4..57d327c0 100644 --- a/python/architecture.py +++ b/python/architecture.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 fef32bcd..45c3ae6b 100644 --- a/python/associateddatastore.py +++ b/python/associateddatastore.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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/basedetection.py b/python/basedetection.py index ea6151cc..dbb67ac9 100644 --- a/python/basedetection.py +++ b/python/basedetection.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 4f279432..fc8b89e1 100644 --- a/python/basicblock.py +++ b/python/basicblock.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 47deb136..6e9e9297 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 60a3c768..2023e37f 100644 --- a/python/callingconvention.py +++ b/python/callingconvention.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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/collaboration/examples/custom_conflict_splitter.py b/python/collaboration/examples/custom_conflict_splitter.py index d535e5d1..96471324 100644 --- a/python/collaboration/examples/custom_conflict_splitter.py +++ b/python/collaboration/examples/custom_conflict_splitter.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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/collaboration/examples/download_everything.py b/python/collaboration/examples/download_everything.py index 61199daa..126b863d 100644 --- a/python/collaboration/examples/download_everything.py +++ b/python/collaboration/examples/download_everything.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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/collaboration/examples/multitool.py b/python/collaboration/examples/multitool.py index 6195fe32..c1749773 100644 --- a/python/collaboration/examples/multitool.py +++ b/python/collaboration/examples/multitool.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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/collaboration/examples/sync_test.py b/python/collaboration/examples/sync_test.py index fdebe8c3..33de8caf 100644 --- a/python/collaboration/examples/sync_test.py +++ b/python/collaboration/examples/sync_test.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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/collaboration/examples/upload_everything.py b/python/collaboration/examples/upload_everything.py index 47353941..b6d638e7 100644 --- a/python/collaboration/examples/upload_everything.py +++ b/python/collaboration/examples/upload_everything.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 ae520627..fc4248ae 100644 --- a/python/commonil.py +++ b/python/commonil.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Vector 35 Inc +# Copyright (c) 2019-2026 Vector 35 Inc # # Permission is 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 5632c7a5..95afcbad 100644 --- a/python/compatibility.py +++ b/python/compatibility.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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/constantrenderer.py b/python/constantrenderer.py index a0c2c98c..ee177b9b 100644 --- a/python/constantrenderer.py +++ b/python/constantrenderer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 9560f5f1..5cbde6c7 100644 --- a/python/database.py +++ b/python/database.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 55b0f782..b9ad3f54 100644 --- a/python/databuffer.py +++ b/python/databuffer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 152477ae..0c9d273a 100644 --- a/python/datarender.py +++ b/python/datarender.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 0b20ad69..abdb4be5 100644 --- a/python/debuginfo.py +++ b/python/debuginfo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 3bceeb7a..9b249573 100644 --- a/python/demangle.py +++ b/python/demangle.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 a1ff94bf..c677b134 100644 --- a/python/downloadprovider.py +++ b/python/downloadprovider.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 66355746..cc1f4c17 100644 --- a/python/examples/angr_plugin.py +++ b/python/examples/angr_plugin.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 61f68759..0cdec7e8 100644 --- a/python/examples/asm_to_llil_view.py +++ b/python/examples/asm_to_llil_view.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Vector 35 Inc +# Copyright (c) 2019-2026 Vector 35 Inc # # Permission is 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 47c6bddf..259639a3 100644 --- a/python/examples/bin_info.py +++ b/python/examples/bin_info.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 361a9e5d..c346c6ba 100644 --- a/python/examples/breakpoint.py +++ b/python/examples/breakpoint.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 210f1632..52e0f74b 100755 --- a/python/examples/cli_dis.py +++ b/python/examples/cli_dis.py @@ -2,7 +2,7 @@ # # command-line BinaryNinja disassembler # -# Copyright (c) 2020-2025 Vector 35 Inc +# Copyright (c) 2020-2026 Vector 35 Inc # # Permission is 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 1be3ccee..a5a7042c 100755 --- a/python/examples/cli_lift.py +++ b/python/examples/cli_lift.py @@ -2,7 +2,7 @@ # # command-line BinaryNinja lifter # -# Copyright (c) 2020-2025 Vector 35 Inc +# Copyright (c) 2020-2026 Vector 35 Inc # # Permission is 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/custom_graph_layout.py b/python/examples/custom_graph_layout.py index 4d917331..16991ddd 100644 --- a/python/examples/custom_graph_layout.py +++ b/python/examples/custom_graph_layout.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 08ae242c..e033065c 100644 --- a/python/examples/helloglobalarea.py +++ b/python/examples/helloglobalarea.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 43d205c0..d543f32c 100644 --- a/python/examples/hellopane.py +++ b/python/examples/hellopane.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 365f8851..084bbb9b 100644 --- a/python/examples/hellosidebar.py +++ b/python/examples/hellosidebar.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 038a6226..105510f9 100644 --- a/python/examples/instruction_iterator.py +++ b/python/examples/instruction_iterator.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 e7235d49..24cfafcb 100644 --- a/python/examples/jump_table.py +++ b/python/examples/jump_table.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 ed482fab..ff17ea40 100644 --- a/python/examples/linear_mlil.py +++ b/python/examples/linear_mlil.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Vector 35 Inc +# Copyright (c) 2019-2026 Vector 35 Inc # # Permission is 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 1e9b8c30..32963ea2 100644 --- a/python/examples/mappedview.py +++ b/python/examples/mappedview.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 bef39a8d..7ca04e24 100644 --- a/python/examples/nds.py +++ b/python/examples/nds.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 0e5742c4..da06bc30 100644 --- a/python/examples/nes.py +++ b/python/examples/nes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 7d36bbdc..0ba21274 100644 --- a/python/examples/notification_callbacks.py +++ b/python/examples/notification_callbacks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 b92470a3..5b5f644d 100644 --- a/python/examples/nsf.py +++ b/python/examples/nsf.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 9f61f632..f4eac9c3 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-2025 Vector 35 Inc +# Copyright (c) 2020-2026 Vector 35 Inc # # Permission is 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 9ab15e8e..77424588 100644 --- a/python/examples/print_syscalls.py +++ b/python/examples/print_syscalls.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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/pseudo_python.py b/python/examples/pseudo_python.py index c2019c0c..d29d4e57 100644 --- a/python/examples/pseudo_python.py +++ b/python/examples/pseudo_python.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2025 Vector 35 Inc +# Copyright (c) 2024-2026 Vector 35 Inc # # Permission is 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/raw_binary_base_detection.py b/python/examples/raw_binary_base_detection.py index 2f150a9e..31efba89 100644 --- a/python/examples/raw_binary_base_detection.py +++ b/python/examples/raw_binary_base_detection.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 a963c039..cfb0320f 100644 --- a/python/examples/typelibexplorer.py +++ b/python/examples/typelibexplorer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 d49c3571..39bae34d 100644 --- a/python/examples/ui_notifications.py +++ b/python/examples/ui_notifications.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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/update_analysis.py b/python/examples/update_analysis.py index 00d72913..685e444c 100644 --- a/python/examples/update_analysis.py +++ b/python/examples/update_analysis.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 121dc431..c1f7e711 100644 --- a/python/examples/version_switcher.py +++ b/python/examples/version_switcher.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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/externallibrary.py b/python/externallibrary.py index f0f45e4b..58d3b042 100644 --- a/python/externallibrary.py +++ b/python/externallibrary.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 9bf0eb85..b35a362c 100644 --- a/python/fileaccessor.py +++ b/python/fileaccessor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 3b3b2c29..48ac9065 100644 --- a/python/filemetadata.py +++ b/python/filemetadata.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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/firmwareninja.py b/python/firmwareninja.py index c44aaf0a..c6a1893e 100644 --- a/python/firmwareninja.py +++ b/python/firmwareninja.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 527ddd8b..1037b4ce 100644 --- a/python/flowgraph.py +++ b/python/flowgraph.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 7d67d51d..c328ca77 100644 --- a/python/function.py +++ b/python/function.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 4b0c21f8..edebb10e 100644 --- a/python/functionrecognizer.py +++ b/python/functionrecognizer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 96b74d90..4e8e71b0 100644 --- a/python/generator.cpp +++ b/python/generator.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2015-2025 Vector 35 Inc +// Copyright (c) 2015-2026 Vector 35 Inc // // Permission is 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 cb43abca..e16ab760 100644 --- a/python/highlevelil.py +++ b/python/highlevelil.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025 Vector 35 Inc +# Copyright (c) 2019-2026 Vector 35 Inc # # Permission is 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 5ac5172f..73f87b70 100644 --- a/python/highlight.py +++ b/python/highlight.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 670e617b..9874d712 100644 --- a/python/interaction.py +++ b/python/interaction.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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/languagerepresentation.py b/python/languagerepresentation.py index ba5c44d0..17dd2b9e 100644 --- a/python/languagerepresentation.py +++ b/python/languagerepresentation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2025 Vector 35 Inc +# Copyright (c) 2024-2026 Vector 35 Inc # # Permission is 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 ea6c23f9..b0eb6bba 100644 --- a/python/lineardisassembly.py +++ b/python/lineardisassembly.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 5c3f8d7d..2f5dda49 100644 --- a/python/log.py +++ b/python/log.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 f0b130c3..c50c27a3 100644 --- a/python/lowlevelil.py +++ b/python/lowlevelil.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 298d9cf0..044c43e3 100644 --- a/python/mainthread.py +++ b/python/mainthread.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 a38ec0ea..db043c7c 100644 --- a/python/mediumlevelil.py +++ b/python/mediumlevelil.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2025 Vector 35 Inc +# Copyright (c) 2018-2026 Vector 35 Inc # # Permission is 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 6d8912a5..c533dd4a 100644 --- a/python/metadata.py +++ b/python/metadata.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 4ecd57af..59f2e527 100644 --- a/python/platform.py +++ b/python/platform.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 14732fd1..0284d882 100644 --- a/python/plugin.py +++ b/python/plugin.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 75f7bfe2..27360dbe 100644 --- a/python/pluginmanager.py +++ b/python/pluginmanager.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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/project.py b/python/project.py index a7985af1..c3504dd4 100644 --- a/python/project.py +++ b/python/project.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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/renderlayer.py b/python/renderlayer.py index 3731684d..56d72db8 100644 --- a/python/renderlayer.py +++ b/python/renderlayer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 cdfe8749..dbeef1cb 100644 --- a/python/scriptingprovider.py +++ b/python/scriptingprovider.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 779b04fa..48d1236f 100644 --- a/python/secretsprovider.py +++ b/python/secretsprovider.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 4f63c76f..dc5d635b 100644 --- a/python/settings.py +++ b/python/settings.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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/stringrecognizer.py b/python/stringrecognizer.py index 3e6167a0..ad97414d 100644 --- a/python/stringrecognizer.py +++ b/python/stringrecognizer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 b647a8a9..7f1dd977 100644 --- a/python/transform.py +++ b/python/transform.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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/typearchive.py b/python/typearchive.py index 0085fe10..f0c521c8 100644 --- a/python/typearchive.py +++ b/python/typearchive.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 aafa9117..6b3fe891 100644 --- a/python/typecontainer.py +++ b/python/typecontainer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 482f978d..612375e8 100644 --- a/python/typelibrary.py +++ b/python/typelibrary.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 5cbcd53c..0d811b50 100644 --- a/python/typeparser.py +++ b/python/typeparser.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 c73fddd1..048dec39 100644 --- a/python/typeprinter.py +++ b/python/typeprinter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 7ad75603..a47f531d 100644 --- a/python/types.py +++ b/python/types.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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/undo.py b/python/undo.py index f4440ce0..75652137 100644 --- a/python/undo.py +++ b/python/undo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 f88770fd..5efd30e5 100644 --- a/python/update.py +++ b/python/update.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 52b079d6..5ae87a89 100644 --- a/python/variable.py +++ b/python/variable.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 f990d859..7eddd2db 100644 --- a/python/websocketprovider.py +++ b/python/websocketprovider.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is 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 61827b55..1917bc80 100644 --- a/python/workflow.py +++ b/python/workflow.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2025 Vector 35 Inc +# Copyright (c) 2015-2026 Vector 35 Inc # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to -- cgit v1.3.1