You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: Update LICENSE & README & ThirdPartyNotices.txt
* chore: Update build scripts
* perf(main_window): Optimize the font selection for `en-us`
- When appropriate, `en-us` will use Segoe UI Variable Text instead of `Segoe UI`.
* perf(*_feature): Optimize PowerShell command speed
- Add the `-NoProfile` parameter so that PowerShell does not load any user profiles.
* perf(*_feature): Add the `shell=False` parameter
- Added the `shell=False` parameter to prevent shell injection.
* fix(*_feature): Fix the issue of the command line window not being hidden
- Fix the issue of the command line window not being hidden.
* fix(*_feature): Fix error reg path
- Change some single-slash paths to double slashes.
* chore(deps): Update Requirements
Redistribution and use of the software in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
10
+
Copyright (c) M2-Team and Contributors. All rights reserved.
21
11
22
-
1. Redistributions must retain the above copyright notice, this list of conditions, and the following disclaimer.
23
-
2. The software is provided "as is," without warranty of any kind, express or implied.
24
-
3. This software may not be used for commercial purposes without explicit permission from Microsoft.
12
+
Permission is hereby granted, free of charge, to any person obtaining a copy
13
+
of this software and associated documentation files (the "Software"), to deal
14
+
in the Software without restriction, including without limitation the rights
15
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16
+
copies of the Software, and to permit persons to whom the Software is
17
+
furnished to do so, subject to the following conditions:
25
18
26
-
For more details, refer to the official license link above.
19
+
The above copyright notice and this permission notice shall be included in all
20
+
copies or substantial portions of the Software.
27
21
28
-
---
22
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
28
+
SOFTWARE.
29
29
30
-
2. NSudo
31
-
---------
32
30
33
-
NSudo is an open-source system management tool developed by M2-Team.
31
+
License Notice for Sysinternals (License from ProcDump-for-Mac: https://github.com/microsoft/ProcDump-for-Mac)
32
+
-------------------------------
34
33
35
-
Copyright (c) M2-Team and Contributors. All rights reserved.
0 commit comments