From b91baa8fdfd3b017588bca3356c201529bf82a4f Mon Sep 17 00:00:00 2001 From: Mica White Date: Wed, 14 Jan 2026 20:43:44 -0500 Subject: Change copyright year --- LICENSE | 2 +- lib/settings.dart | 2 +- macos/Runner/Configs/AppInfo.xcconfig | 2 +- windows/runner/Runner.rc | 2 +- 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 +Copyright (C) 2026 by Mica White 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 +Copyright (C) 2026 by Mica White 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" -- cgit v1.2.3