Skip to content

Commit c1f0470

Browse files
hommcodex
andcommitted
Add MIT license
Co-authored-by: Codex <codex@openai.com>
1 parent f605f7a commit c1f0470

5 files changed

Lines changed: 34 additions & 5 deletions

File tree

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 Aleksandr Karpinskii
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ Prebuilt downloads are available on the GitHub releases page:
2929
https://github.com/homm/StillCore/releases
3030

3131

32+
## License
33+
34+
StillCore is released under the MIT License. The metrics core is built on
35+
[macmon](https://github.com/vladkens/macmon), which is also distributed under
36+
the MIT License.
37+
38+
3239
## Why I Built It
3340

3441
I often work on a laptop and want to understand what is happening with energy usage. I used MX Power Gadget for this, but later found that it reports misleadingly low power for itself while consuming a lot of CPU power in practice[^mx-power-gadget]. That led me through several monitoring experiments, and eventually to the decision that I could build something better for my own workflow.

StillCore.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@
390390
BATTERY_TRACKER_LAUNCH_AGENT_LABEL = com.github.homm.StillCore.Debug.BatteryTracker;
391391
CODE_SIGN_ENTITLEMENTS = StillCore/StillCore.entitlements;
392392
CODE_SIGN_STYLE = Automatic;
393-
CURRENT_PROJECT_VERSION = 202605311622;
393+
CURRENT_PROJECT_VERSION = 202605311758;
394394
ENABLE_HARDENED_RUNTIME = NO;
395395
ENABLE_RESOURCE_ACCESS_AUDIO_INPUT = NO;
396396
ENABLE_RESOURCE_ACCESS_CALENDARS = NO;
@@ -431,7 +431,7 @@
431431
BATTERY_TRACKER_LAUNCH_AGENT_LABEL = com.github.homm.StillCore.BatteryTracker;
432432
CODE_SIGN_ENTITLEMENTS = StillCore/StillCore.entitlements;
433433
CODE_SIGN_STYLE = Automatic;
434-
CURRENT_PROJECT_VERSION = 202605311622;
434+
CURRENT_PROJECT_VERSION = 202605311758;
435435
ENABLE_HARDENED_RUNTIME = YES;
436436
ENABLE_RESOURCE_ACCESS_AUDIO_INPUT = NO;
437437
ENABLE_RESOURCE_ACCESS_CALENDARS = NO;
@@ -467,7 +467,7 @@
467467
buildSettings = {
468468
ARCHS = arm64;
469469
CODE_SIGN_STYLE = Automatic;
470-
CURRENT_PROJECT_VERSION = 202605311622;
470+
CURRENT_PROJECT_VERSION = 202605311758;
471471
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
472472
ENABLE_HARDENED_RUNTIME = NO;
473473
GENERATE_INFOPLIST_FILE = YES;
@@ -486,7 +486,7 @@
486486
ARCHS = arm64;
487487
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
488488
CODE_SIGN_STYLE = Automatic;
489-
CURRENT_PROJECT_VERSION = 202605311622;
489+
CURRENT_PROJECT_VERSION = 202605311758;
490490
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
491491
ENABLE_HARDENED_RUNTIME = YES;
492492
GENERATE_INFOPLIST_FILE = YES;

StillCore/StillCoreApp.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,7 @@ private enum AboutPanel {
822822

823823
let credits = NSMutableAttributedString(try! AttributedString(
824824
markdown: """
825+
MIT licensed
825826
[Source code](https://github.com/homm/StillCore)
826827
827828
Metrics core by [macmon](https://github.com/vladkens/macmon)

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ <h2>What it tracks</h2>
194194

195195
<section class="requirements" aria-label="StillCore details">
196196
<p>Requires an Apple Silicon Mac with macOS 14 or newer.</p>
197-
<p>Metrics core by <a href="https://github.com/vladkens/macmon">macmon</a>. Special thanks to Alyosha Gusev.</p>
197+
<p>MIT licensed. Metrics core by <a href="https://github.com/vladkens/macmon">macmon</a>. Special thanks to Alyosha Gusev.</p>
198198
</section>
199199
</main>
200200
</body>

0 commit comments

Comments
 (0)