From 299f469378ee5410a1190955999303c949697f39 Mon Sep 17 00:00:00 2001 From: Dayoung Lee Date: Fri, 24 Jan 2025 12:24:43 +0900 Subject: [PATCH] [vconone] Update copyright year (#14587) This will update copyright year to 2025. ONE-DCO-Signed-off-by: Dayoung Lee --- compiler/vconone/src/version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/vconone/src/version.cpp b/compiler/vconone/src/version.cpp index fd34e920468..274870a5c5a 100644 --- a/compiler/vconone/src/version.cpp +++ b/compiler/vconone/src/version.cpp @@ -54,7 +54,7 @@ std::string get_string(void) std::string get_copyright(void) { std::string str; - str = "Copyright (c) 2020-2023 Samsung Electronics Co., Ltd. All Rights Reserved\r\n"; + str = "Copyright (c) 2020-2025 Samsung Electronics Co., Ltd. All Rights Reserved\r\n"; str += "Licensed under the Apache License, Version 2.0\r\n"; str += "https://github.com/Samsung/ONE"; return str;