mirror of
https://github.com/Cronocide/wifipumpkin3.git
synced 2025-01-23 03:39:18 +00:00
added license header __init__ file
This commit is contained in:
parent
12d982ddc8
commit
16df5726ae
@ -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]
|
||||
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user