Skip to content

Commit

Permalink
[vconone] Update copyright year (#14587)
Browse files Browse the repository at this point in the history
This will update copyright year to 2025.

ONE-DCO-Signed-off-by: Dayoung Lee <dayoung.lee@samsung.com>
  • Loading branch information
dayo09 authored Jan 24, 2025
1 parent f1aa6f1 commit 299f469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/vconone/src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 299f469

Please sign in to comment.