From 0f530dd41bee6ed057567c42c7ae92fd474364c8 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Fri, 6 Jan 2023 12:43:46 +0800 Subject: Fix update copyright year leftover --- python/commonil.py | 2 +- python/examples/asm_to_llil_view.py | 2 +- python/examples/cli_dis.py | 2 +- python/examples/cli_lift.py | 2 +- python/examples/linear_mlil.py | 2 +- python/examples/pe_stat.py | 2 +- python/highlevelil.py | 2 +- python/mediumlevelil.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'python') diff --git a/python/commonil.py b/python/commonil.py index b2ca71fb..f84da073 100644 --- a/python/commonil.py +++ b/python/commonil.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/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 diff --git a/python/highlevelil.py b/python/highlevelil.py index 04ae68ff..b8a53e52 100644 --- a/python/highlevelil.py +++ b/python/highlevelil.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/mediumlevelil.py b/python/mediumlevelil.py index 7280fb5e..c448ee9b 100644 --- a/python/mediumlevelil.py +++ b/python/mediumlevelil.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2022 Vector 35 Inc +# Copyright (c) 2018-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 -- cgit v1.3.1