added license header __init__ file

This commit is contained in:
mh4x0f 2020-04-08 08:51:59 -03:00
parent 12d982ddc8
commit 16df5726ae
2 changed files with 19 additions and 1 deletions

View File

@ -7,7 +7,8 @@ All notable changes to this project will be documented in this file.
## [1.0.0] - 2020-04-02
### Added
- added license header all files in plugins [mh4x0f]
- added license header __init__ file [mh4x0f]
- added license header all files in plugins [mh4x0f]
- added license header all files in modules [mh4x0f]
- added license header all files in core/wirelessmode [mh4x0f]
- added license header all files in core/widgets [mh4x0f]

View File

@ -5,6 +5,23 @@ from wifipumpkin3.core.config.globalimport import *
from wifipumpkin3.modules import *
from wifipumpkin3.modules import module_list, all_modules
# This file is part of the wifipumpkin3 Open Source Project.
# wifipumpkin3 is licensed under the Apache 2.0.
# Copyright 2020 P0cL4bs Team - Marcos Bomfim (mh4x0f)
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
approot = QtCore.QCoreApplication.instance()
class PumpkinShell(Qt.QObject, ConsoleUI):