|
1 | 1 | #! python3
|
2 | 2 |
|
3 |
| -# Version: MPL 1.1 |
| 3 | +""" |
| 4 | +Version: MPL 1.1 |
4 | 5 |
|
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/ |
9 | 10 |
|
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. |
14 | 15 |
|
15 |
| -# The Original Code is the open.mp server browser. |
| 16 | +The Original Code is the open.mp server browser. |
16 | 17 |
|
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. |
20 | 21 |
|
21 |
| -# Contributor(s): |
22 |
| -# - |
| 22 | +Contributor(s): |
| 23 | + - |
23 | 24 |
|
24 |
| -# Special Thanks to: |
25 |
| -# open.mp team |
26 |
| -# icons8.com |
| 25 | +Special Thanks to: |
| 26 | + open.mp team |
| 27 | + icons8.com |
| 28 | +""" |
27 | 29 |
|
28 | 30 | from PyQt5 import QtWidgets, QtGui, QtCore, QtTest, uic
|
29 | 31 | from psutil import process_iter
|
|
0 commit comments