mirror of https://github.com/n1nj4sec/pupy.git
missing license headers
This commit is contained in:
parent
445aee9b79
commit
2fd5d1c7e1
|
@ -1,4 +1,7 @@
|
|||
# -*- coding: UTF8 -*-
|
||||
# Copyright (c) 2015, Nicolas VERDIER (contact@n1nj4.eu)
|
||||
# Pupy is under the BSD 3-Clause license. see the LICENSE file at the root of the project for the detailed licence terms
|
||||
|
||||
from pupylib.PupyModule import *
|
||||
from pupylib.utils.rpyc_utils import redirected_stdio
|
||||
import sys
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# -*- coding: UTF8 -*-
|
||||
# Copyright (c) 2015, Nicolas VERDIER (contact@n1nj4.eu)
|
||||
# Pupy is under the BSD 3-Clause license. see the LICENSE file at the root of the project for the detailed licence terms
|
||||
from pupylib.PupyModule import *
|
||||
import StringIO
|
||||
from pupylib.utils.rpyc_utils import redirected_stdo
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# -*- coding: UTF8 -*-
|
||||
# Copyright (c) 2015, Nicolas VERDIER (contact@n1nj4.eu)
|
||||
# Pupy is under the BSD 3-Clause license. see the LICENSE file at the root of the project for the detailed licence terms
|
||||
from pupylib.PupyModule import *
|
||||
import sys
|
||||
import subprocess
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# -*- coding: UTF8 -*-
|
||||
# Copyright (c) 2015, Nicolas VERDIER (contact@n1nj4.eu)
|
||||
# Pupy is under the BSD 3-Clause license. see the LICENSE file at the root of the project for the detailed licence terms
|
||||
from pupylib.PupyModule import *
|
||||
import subprocess
|
||||
from rpyc.utils.helpers import restricted
|
||||
|
|
Loading…
Reference in New Issue