From 1cbf9ca82cfa9b0acd7cf9b959300dbb6b3fb6e6 Mon Sep 17 00:00:00 2001 From: JiWoong Sul Date: Wed, 21 Jan 2026 17:03:31 +0900 Subject: [PATCH] =?UTF-8?q?chore(app):=20=EC=A0=80=EC=9E=91=EA=B6=8C=20?= =?UTF-8?q?=ED=91=9C=EC=8B=9C=EC=97=90=20cclabs=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - © 2025. NatureBridgeAI & cclabs. All rights reserved. --- lib/core/constants/app_constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/constants/app_constants.dart b/lib/core/constants/app_constants.dart index ff441cf..67546b3 100644 --- a/lib/core/constants/app_constants.dart +++ b/lib/core/constants/app_constants.dart @@ -4,7 +4,7 @@ class AppConstants { static const String appDescription = '점심 메뉴 추천 앱'; static const String appVersion = '1.0.0'; static const String appCopyright = - '© 2025. NatureBridgeAI. All rights reserved.'; + '© 2025. NatureBridgeAI & cclabs. All rights reserved.'; // Animation Durations static const Duration splashAnimationDuration = Duration(seconds: 3);