Skip to content

Commit

Permalink
Add missing copyright notice to ARM alphanumeric (#1955)
Browse files Browse the repository at this point in the history
Closes #1954
  • Loading branch information
Arusekk committed Oct 7, 2021
1 parent 92911cb commit fc250a3
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 fc250a3

Please sign in to comment.