Skip to content

Commit 6086d6b

Browse files
committed
Bump copyrights and get ready for release
1 parent d6cf1dd commit 6086d6b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Legacy/main.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// ItlwmCLI Legacy main.cpp
2+
// Copyright 2026 by Calebh101
3+
//
4+
// This file contains the entire source code for ItlwmCLI Legacy.
5+
16
#include "Api.h"
27
#include <iostream>
38
#include <string>

main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ItlwmCLI main.cpp
2-
// Copyright 2025 by Calebh101
2+
// Copyright 2026 by Calebh101
33
//
44
// This file contains the entire source code for ItlwmCLI.
55

@@ -56,7 +56,7 @@ bool showSaveSettingsPrompt = true; // If we should ask to save a settings file
5656
std::thread refresher; // The UI update thread
5757
ghc::filesystem::path exec; // Parent directory of the executable
5858
ghc::filesystem::path settingsfile; // The file path containing our settings (potentially)
59-
json settings; // Our global settings.
59+
json settings; // Our global settings
6060

6161
enum rssi_stage {
6262
rssi_stage_excellent,

0 commit comments

Comments
 (0)