Skip to content

Commit dad1294

Browse files
authored
Add files via upload
1 parent cbc6ca3 commit dad1294

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

main.py

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
11
#! python3
22

3-
# Version: MPL 1.1
3+
"""
4+
Version: MPL 1.1
45
5-
# The contents of this file are subject to the Mozilla Public License Version
6-
# 1.1 the "License"; you may not use this file except in compliance with
7-
# the License. You may obtain a copy of the License at
8-
# http://www.mozilla.org/MPL/
6+
The contents of this file are subject to the Mozilla Public License Version
7+
1.1 the "License"; you may not use this file except in compliance with
8+
the License. You may obtain a copy of the License at
9+
http://www.mozilla.org/MPL/
910
10-
# Software distributed under the License is distributed on an "AS IS" basis,
11-
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12-
# for the specific language governing rights and limitations under the
13-
# License.
11+
Software distributed under the License is distributed on an "AS IS" basis,
12+
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
13+
for the specific language governing rights and limitations under the
14+
License.
1415
15-
# The Original Code is the open.mp server browser.
16+
The Original Code is the open.mp server browser.
1617
17-
# The Initial Developer of the Original Code is Adib "adib_yg".
18-
# Portions created by the Initial Developer are Copyright (c) 2023
19-
# the Initial Developer. All Rights Reserved.
18+
The Initial Developer of the Original Code is Adib "adib_yg".
19+
Portions created by the Initial Developer are Copyright (c) 2023
20+
the Initial Developer. All Rights Reserved.
2021
21-
# Contributor(s):
22-
# -
22+
Contributor(s):
23+
-
2324
24-
# Special Thanks to:
25-
# open.mp team
26-
# icons8.com
25+
Special Thanks to:
26+
open.mp team
27+
icons8.com
28+
"""
2729

2830
from PyQt5 import QtWidgets, QtGui, QtCore, QtTest, uic
2931
from psutil import process_iter

0 commit comments

Comments
 (0)