From f77dbcea6074966d81a44e2ce0dd83671a056c4d Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Fri, 28 Mar 2025 16:00:21 -0400 Subject: belated copyright year update --- python/examples/cli_dis.py | 2 +- python/examples/cli_lift.py | 2 +- python/examples/pe_stat.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'python/examples') 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 -- cgit v1.3.1