summaryrefslogtreecommitdiff
path: root/python/examples
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2025-03-28 16:00:21 -0400
committerJordan Wiens <jordan@psifertex.com>2025-03-28 16:00:21 -0400
commitf77dbcea6074966d81a44e2ce0dd83671a056c4d (patch)
tree655a00ea5015dc99a406362e41d7daf7954fe1f7 /python/examples
parent7b12d8d25003ea7bcb06985d558af35b45726088 (diff)
belated copyright year update
Diffstat (limited to 'python/examples')
-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