summaryrefslogtreecommitdiff
path: root/python/examples
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2023-01-06 12:43:46 +0800
committerXusheng <xusheng@vector35.com>2023-01-06 12:43:46 +0800
commit0f530dd41bee6ed057567c42c7ae92fd474364c8 (patch)
treed1974fd23d6b2812c568cc227a54a2bbf408663d /python/examples
parentf209d2bc4a06486203804458e6f0222d9c4813f1 (diff)
Fix update copyright year leftover
Diffstat (limited to 'python/examples')
-rw-r--r--python/examples/asm_to_llil_view.py2
-rwxr-xr-xpython/examples/cli_dis.py2
-rwxr-xr-xpython/examples/cli_lift.py2
-rw-r--r--python/examples/linear_mlil.py2
-rwxr-xr-xpython/examples/pe_stat.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/python/examples/asm_to_llil_view.py b/python/examples/asm_to_llil_view.py
index 3b7fb374..f6676744 100644
--- a/python/examples/asm_to_llil_view.py
+++ b/python/examples/asm_to_llil_view.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2019-2022 Vector 35 Inc
+# Copyright (c) 2019-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/cli_dis.py b/python/examples/cli_dis.py
index cbd4b8f1..045be14c 100755
--- a/python/examples/cli_dis.py
+++ b/python/examples/cli_dis.py
@@ -5,7 +5,7 @@
# BinaryNinja multiplatform version of Z0MBIE's PE_STAT for opcode frequency
# statistics http://z0mbie.dreamhosters.com/opcodes.html
#
-# Copyright (c) 2020-2022 Vector 35 Inc
+# Copyright (c) 2020-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/cli_lift.py b/python/examples/cli_lift.py
index 946f8c3a..e26a3532 100755
--- a/python/examples/cli_lift.py
+++ b/python/examples/cli_lift.py
@@ -5,7 +5,7 @@
# BinaryNinja multiplatform version of Z0MBIE's PE_STAT for opcode frequency
# statistics http://z0mbie.dreamhosters.com/opcodes.html
#
-# Copyright (c) 2020-2022 Vector 35 Inc
+# Copyright (c) 2020-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/linear_mlil.py b/python/examples/linear_mlil.py
index 6f2426f2..c7272ec8 100644
--- a/python/examples/linear_mlil.py
+++ b/python/examples/linear_mlil.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2019-2022 Vector 35 Inc
+# Copyright (c) 2019-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/pe_stat.py b/python/examples/pe_stat.py
index 2e3f7755..08dd43e0 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-2022 Vector 35 Inc
+# Copyright (c) 2020-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