summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-01-14 20:43:44 -0500
committerMica White <botahamec@outlook.com>2026-01-14 20:43:44 -0500
commitb91baa8fdfd3b017588bca3356c201529bf82a4f (patch)
tree5ddc5a41099ccd460515a224066027ae2986b8fe
parentac5dcc8859aebfd2f36d4b6ac58f1bd2f82f4666 (diff)
Change copyright year
-rw-r--r--LICENSE2
-rw-r--r--lib/settings.dart2
-rwxr-xr-xmacos/Runner/Configs/AppInfo.xcconfig2
-rwxr-xr-xwindows/runner/Runner.rc2
4 files changed, 4 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index 0fba175..28cedfa 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (C) 2025 by Mica White <botahamec@outlook.com>
+Copyright (C) 2026 by Mica White <botahamec@outlook.com>
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
diff --git a/lib/settings.dart b/lib/settings.dart
index 4c60026..71906b1 100644
--- a/lib/settings.dart
+++ b/lib/settings.dart
@@ -11,7 +11,7 @@ import 'main.dart';
const applicationName = "Simple Speedometer";
const applicationVersion = "1.0.0";
const applicationLegalese = r"""
-Copyright (C) 2025 by Mica White <botahamec@outlook.com>
+Copyright (C) 2026 by Mica White <botahamec@outlook.com>
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
diff --git a/macos/Runner/Configs/AppInfo.xcconfig b/macos/Runner/Configs/AppInfo.xcconfig
index 62aa1ef..80c5d1e 100755
--- a/macos/Runner/Configs/AppInfo.xcconfig
+++ b/macos/Runner/Configs/AppInfo.xcconfig
@@ -11,4 +11,4 @@ PRODUCT_NAME = speedometer
PRODUCT_BUNDLE_IDENTIFIER = com.example.speedometer
// The copyright displayed in application information
-PRODUCT_COPYRIGHT = Copyright © 2025 com.example. All rights reserved.
+PRODUCT_COPYRIGHT = Copyright © 2026 com.example. All rights reserved.
diff --git a/windows/runner/Runner.rc b/windows/runner/Runner.rc
index 7600257..629f02d 100755
--- a/windows/runner/Runner.rc
+++ b/windows/runner/Runner.rc
@@ -93,7 +93,7 @@ BEGIN
VALUE "FileDescription", "speedometer" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "speedometer" "\0"
- VALUE "LegalCopyright", "Copyright (C) 2025 com.example. All rights reserved." "\0"
+ VALUE "LegalCopyright", "Copyright (C) 2026 com.example. All rights reserved." "\0"
VALUE "OriginalFilename", "speedometer.exe" "\0"
VALUE "ProductName", "speedometer" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"