From babfe5d9ec52e569cc333446e43faef500672aca Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Thu, 22 Oct 2020 09:13:31 +0900 Subject: ss-versionlibrary branch 0.1 --- system_service.mk | 2 +- version_library/Makefile.client | 2 +- version_library/library/Makefile | 2 +- version_library/library/include/system_service/ss_ver.h | 2 +- version_library/library/include/system_service/version_library.h | 2 +- version_library/library/src/ss_ver.cc | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/system_service.mk b/system_service.mk index a8a06b06..5444eb4c 100644 --- a/system_service.mk +++ b/system_service.mk @@ -1,7 +1,7 @@ ############################################################# # # Common Makefile for system_service -# Copyright (C) 2017-2019 TOYOTA MOTOR CORPORATION +# Copyright (C) 2017-2020 TOYOTA MOTOR CORPORATION # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/version_library/Makefile.client b/version_library/Makefile.client index 240fc489..38d4f600 100644 --- a/version_library/Makefile.client +++ b/version_library/Makefile.client @@ -1,5 +1,5 @@ # -# @copyright Copyright (c) 2017-2019 TOYOTA MOTOR CORPORATION. +# @copyright Copyright (c) 2017-2020 TOYOTA MOTOR CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/version_library/library/Makefile b/version_library/library/Makefile index 65d2780e..79654a2b 100644 --- a/version_library/library/Makefile +++ b/version_library/library/Makefile @@ -1,5 +1,5 @@ # -# @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION. +# @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/version_library/library/include/system_service/ss_ver.h b/version_library/library/include/system_service/ss_ver.h index 70d6b86a..a78c5fff 100644 --- a/version_library/library/include/system_service/ss_ver.h +++ b/version_library/library/include/system_service/ss_ver.h @@ -1,5 +1,5 @@ /* - * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION. + * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/version_library/library/include/system_service/version_library.h b/version_library/library/include/system_service/version_library.h index b4a73048..f56a259f 100644 --- a/version_library/library/include/system_service/version_library.h +++ b/version_library/library/include/system_service/version_library.h @@ -1,5 +1,5 @@ // -// @copyright Copyright (c) 2017-2019 TOYOTA MOTOR CORPORATION. +// @copyright Copyright (c) 2017-2020 TOYOTA MOTOR CORPORATION. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/version_library/library/src/ss_ver.cc b/version_library/library/src/ss_ver.cc index ab1900a4..70f120c5 100644 --- a/version_library/library/src/ss_ver.cc +++ b/version_library/library/src/ss_ver.cc @@ -1,5 +1,5 @@ /* - * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION. + * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. -- cgit 1.2.3-korg