summaryrefslogtreecommitdiff
path: root/compiler/vconone/src/version.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/vconone/src/version.cpp')
-rw-r--r--compiler/vconone/src/version.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/vconone/src/version.cpp b/compiler/vconone/src/version.cpp
index d94a7ada6..cebf7d998 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-2021 Samsung Electronics Co., Ltd. All Rights Reserved\r\n";
+ str = "Copyright (c) 2020-2022 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;