diff options
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | lib/settings.dart | 2 | ||||
| -rwxr-xr-x | macos/Runner/Configs/AppInfo.xcconfig | 2 | ||||
| -rwxr-xr-x | windows/runner/Runner.rc | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -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"
|
