summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rwxr-xr-xpython/examples/cli_dis.py2
-rwxr-xr-xpython/examples/cli_lift.py2
-rwxr-xr-xpython/examples/pe_stat.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/python/examples/cli_dis.py b/python/examples/cli_dis.py
index 9486598b..210f1632 100755
--- a/python/examples/cli_dis.py
+++ b/python/examples/cli_dis.py
@@ -2,7 +2,7 @@
#
# command-line BinaryNinja disassembler
#
-# Copyright (c) 2020-2024 Vector 35 Inc
+# Copyright (c) 2020-2025 Vector 35 Inc
#
# Permission is hereby 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 134c79b5..1be3ccee 100755
--- a/python/examples/cli_lift.py
+++ b/python/examples/cli_lift.py
@@ -2,7 +2,7 @@
#
# command-line BinaryNinja lifter
#
-# Copyright (c) 2020-2024 Vector 35 Inc
+# Copyright (c) 2020-2025 Vector 35 Inc
#
# Permission is hereby 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 9eb1bf83..9f61f632 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-2024 Vector 35 Inc
+# Copyright (c) 2020-2025 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to