diff options
Diffstat (limited to 'python/examples')
| -rw-r--r-- | python/examples/angr_plugin.py | 2 | ||||
| -rw-r--r-- | python/examples/asm_to_llil_view.py | 2 | ||||
| -rw-r--r-- | python/examples/bin_info.py | 2 | ||||
| -rw-r--r-- | python/examples/breakpoint.py | 2 | ||||
| -rwxr-xr-x | python/examples/cli_dis.py | 2 | ||||
| -rwxr-xr-x | python/examples/cli_lift.py | 2 | ||||
| -rw-r--r-- | python/examples/hellodockwidget.py | 2 | ||||
| -rw-r--r-- | python/examples/helloglobalarea.py | 2 | ||||
| -rw-r--r-- | python/examples/hellosidebar.py | 2 | ||||
| -rw-r--r-- | python/examples/instruction_iterator.py | 2 | ||||
| -rw-r--r-- | python/examples/jump_table.py | 2 | ||||
| -rw-r--r-- | python/examples/linear_mlil.py | 2 | ||||
| -rw-r--r-- | python/examples/mappedview.py | 2 | ||||
| -rw-r--r-- | python/examples/nds.py | 2 | ||||
| -rw-r--r-- | python/examples/nes.py | 2 | ||||
| -rw-r--r-- | python/examples/notification_callbacks.py | 2 | ||||
| -rw-r--r-- | python/examples/nsf.py | 2 | ||||
| -rwxr-xr-x | python/examples/pe_stat.py | 2 | ||||
| -rw-r--r-- | python/examples/print_syscalls.py | 2 | ||||
| -rw-r--r-- | python/examples/ui_notifications.py | 2 | ||||
| -rw-r--r-- | python/examples/version_switcher.py | 2 |
21 files changed, 21 insertions, 21 deletions
diff --git a/python/examples/angr_plugin.py b/python/examples/angr_plugin.py index 2009dd8a..940aff8b 100644 --- a/python/examples/angr_plugin.py +++ b/python/examples/angr_plugin.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2021 Vector 35 Inc +# Copyright (c) 2015-2022 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 eee4f85f..18c77547 100644 --- a/python/examples/asm_to_llil_view.py +++ b/python/examples/asm_to_llil_view.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2021 Vector 35 Inc +# Copyright (c) 2019-2022 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/bin_info.py b/python/examples/bin_info.py index 6ba44989..b50ba21e 100644 --- a/python/examples/bin_info.py +++ b/python/examples/bin_info.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2015-2021 Vector 35 Inc +# Copyright (c) 2015-2022 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/breakpoint.py b/python/examples/breakpoint.py index 148e0ada..ab2ccfa5 100644 --- a/python/examples/breakpoint.py +++ b/python/examples/breakpoint.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2021 Vector 35 Inc +# Copyright (c) 2015-2022 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 d9b5acf5..8f863db3 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-2021 Vector 35 Inc +# Copyright (c) 2020-2022 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 c9b6b4e9..b335a5e4 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-2021 Vector 35 Inc +# Copyright (c) 2020-2022 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/hellodockwidget.py b/python/examples/hellodockwidget.py index 879b424f..af6a86ff 100644 --- a/python/examples/hellodockwidget.py +++ b/python/examples/hellodockwidget.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2021 Vector 35 Inc +# Copyright (c) 2015-2022 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/helloglobalarea.py b/python/examples/helloglobalarea.py index 565cedb4..d4b1b5ed 100644 --- a/python/examples/helloglobalarea.py +++ b/python/examples/helloglobalarea.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2021 Vector 35 Inc +# Copyright (c) 2015-2022 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/hellosidebar.py b/python/examples/hellosidebar.py index 7c490dbb..fe7cbae2 100644 --- a/python/examples/hellosidebar.py +++ b/python/examples/hellosidebar.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2021 Vector 35 Inc +# Copyright (c) 2015-2022 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/instruction_iterator.py b/python/examples/instruction_iterator.py index 24eebae3..9a5d864a 100644 --- a/python/examples/instruction_iterator.py +++ b/python/examples/instruction_iterator.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2015-2021 Vector 35 Inc +# Copyright (c) 2015-2022 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/jump_table.py b/python/examples/jump_table.py index c54dee58..6ee60ce5 100644 --- a/python/examples/jump_table.py +++ b/python/examples/jump_table.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2021 Vector 35 Inc +# Copyright (c) 2015-2022 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 40292c52..9be79ad1 100644 --- a/python/examples/linear_mlil.py +++ b/python/examples/linear_mlil.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2021 Vector 35 Inc +# Copyright (c) 2019-2022 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/mappedview.py b/python/examples/mappedview.py index bf7f2d11..18bef17f 100644 --- a/python/examples/mappedview.py +++ b/python/examples/mappedview.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2021 Vector 35 Inc +# Copyright (c) 2015-2022 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/nds.py b/python/examples/nds.py index 18001d50..e7192abf 100644 --- a/python/examples/nds.py +++ b/python/examples/nds.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2021 Vector 35 Inc +# Copyright (c) 2015-2022 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/nes.py b/python/examples/nes.py index 013528a1..7e24d16b 100644 --- a/python/examples/nes.py +++ b/python/examples/nes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2021 Vector 35 Inc +# Copyright (c) 2015-2022 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/notification_callbacks.py b/python/examples/notification_callbacks.py index f51df6e3..015cd458 100644 --- a/python/examples/notification_callbacks.py +++ b/python/examples/notification_callbacks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2021 Vector 35 Inc +# Copyright (c) 2015-2022 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/nsf.py b/python/examples/nsf.py index 45500cba..76a78f1c 100644 --- a/python/examples/nsf.py +++ b/python/examples/nsf.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2021 Vector 35 Inc +# Copyright (c) 2015-2022 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 6e1e71b9..f5a6d89f 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-2021 Vector 35 Inc +# Copyright (c) 2020-2022 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/print_syscalls.py b/python/examples/print_syscalls.py index b2fec14f..0ed40fb9 100644 --- a/python/examples/print_syscalls.py +++ b/python/examples/print_syscalls.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2015-2021 Vector 35 Inc +# Copyright (c) 2015-2022 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/ui_notifications.py b/python/examples/ui_notifications.py index d0c414a1..9d423f77 100644 --- a/python/examples/ui_notifications.py +++ b/python/examples/ui_notifications.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2021 Vector 35 Inc +# Copyright (c) 2015-2022 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/version_switcher.py b/python/examples/version_switcher.py index f5cc7be0..9c8beae4 100644 --- a/python/examples/version_switcher.py +++ b/python/examples/version_switcher.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2015-2021 Vector 35 Inc +# Copyright (c) 2015-2022 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 |
