Skip to content

Commit

Permalink
Add missing copyright notice to ARM alphanumeric
Browse files Browse the repository at this point in the history
  • Loading branch information
Arusekk committed Aug 23, 2021
1 parent bd12d18 commit 9ed513f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pwnlib/encoders/arm/alphanumeric/ARM_Instructions.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2013 Pratik Kumar Sahu, Nagendra Chowdary, Anish Mathuria
# Ported to Python by Gallopsled
from __future__ import division

# +------------------------------------------------------------------------+
Expand Down
2 changes: 2 additions & 0 deletions pwnlib/encoders/arm/alphanumeric/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2013 Pratik Kumar Sahu, Nagendra Chowdary, Anish Mathuria
# Ported to Python by Gallopsled
from __future__ import absolute_import
from __future__ import division

Expand Down
2 changes: 2 additions & 0 deletions pwnlib/encoders/arm/alphanumeric/alphanum_byte.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2013 Pratik Kumar Sahu, Nagendra Chowdary, Anish Mathuria
# Ported to Python by Gallopsled
from __future__ import division
from __future__ import absolute_import

Expand Down
2 changes: 2 additions & 0 deletions pwnlib/encoders/arm/alphanumeric/builder.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2013 Pratik Kumar Sahu, Nagendra Chowdary, Anish Mathuria
# Ported to Python by Gallopsled
from __future__ import absolute_import
from __future__ import division

Expand Down
2 changes: 2 additions & 0 deletions pwnlib/encoders/arm/alphanumeric/random_funcs.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2013 Pratik Kumar Sahu, Nagendra Chowdary, Anish Mathuria
# Ported to Python by Gallopsled
from __future__ import division

import os
Expand Down

0 comments on commit 9ed513f

Please sign in to comment.