summaryrefslogtreecommitdiffstats
path: root/framework_unified/client/NS_XMLConfigeParser/library
diff options
context:
space:
mode:
Diffstat (limited to 'framework_unified/client/NS_XMLConfigeParser/library')
-rw-r--r--framework_unified/client/NS_XMLConfigeParser/library/Makefile2
-rw-r--r--framework_unified/client/NS_XMLConfigeParser/library/cfg/depends.mk2
-rw-r--r--framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_XML.h2
-rw-r--r--framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_cfg.h2
-rw-r--r--framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_internal.h2
-rw-r--r--framework_unified/client/NS_XMLConfigeParser/library/include/ns_xmlconfig_parser_frameworkunifiedlog.h2
-rw-r--r--framework_unified/client/NS_XMLConfigeParser/library/src/Makefile2
-rw-r--r--framework_unified/client/NS_XMLConfigeParser/library/src/makefile_PosixBasedOS0012
-rw-r--r--framework_unified/client/NS_XMLConfigeParser/library/src/ns_xml_reader.cpp2
-rw-r--r--framework_unified/client/NS_XMLConfigeParser/library/src/ns_xml_writer.cpp2
-rw-r--r--framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser.cpp2
-rw-r--r--framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser_attributes.cpp2
-rw-r--r--framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser_node.cpp2
13 files changed, 13 insertions, 13 deletions
diff --git a/framework_unified/client/NS_XMLConfigeParser/library/Makefile b/framework_unified/client/NS_XMLConfigeParser/library/Makefile
index d37502b3..520b5f72 100644
--- a/framework_unified/client/NS_XMLConfigeParser/library/Makefile
+++ b/framework_unified/client/NS_XMLConfigeParser/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/framework_unified/client/NS_XMLConfigeParser/library/cfg/depends.mk b/framework_unified/client/NS_XMLConfigeParser/library/cfg/depends.mk
index 29ad7a46..93b9f97a 100644
--- a/framework_unified/client/NS_XMLConfigeParser/library/cfg/depends.mk
+++ b/framework_unified/client/NS_XMLConfigeParser/library/cfg/depends.mk
@@ -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/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_XML.h b/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_XML.h
index efe74f39..4186f095 100644
--- a/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_XML.h
+++ b/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_XML.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/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_cfg.h b/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_cfg.h
index 8fee1cff..6dcf11ad 100644
--- a/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_cfg.h
+++ b/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_cfg.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/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_internal.h b/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_internal.h
index 3751aa9e..97c9be68 100644
--- a/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_internal.h
+++ b/framework_unified/client/NS_XMLConfigeParser/library/include/ns_config_parser_internal.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/framework_unified/client/NS_XMLConfigeParser/library/include/ns_xmlconfig_parser_frameworkunifiedlog.h b/framework_unified/client/NS_XMLConfigeParser/library/include/ns_xmlconfig_parser_frameworkunifiedlog.h
index 6affbd2a..05874893 100644
--- a/framework_unified/client/NS_XMLConfigeParser/library/include/ns_xmlconfig_parser_frameworkunifiedlog.h
+++ b/framework_unified/client/NS_XMLConfigeParser/library/include/ns_xmlconfig_parser_frameworkunifiedlog.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/framework_unified/client/NS_XMLConfigeParser/library/src/Makefile b/framework_unified/client/NS_XMLConfigeParser/library/src/Makefile
index 326a2f7d..9ec700c3 100644
--- a/framework_unified/client/NS_XMLConfigeParser/library/src/Makefile
+++ b/framework_unified/client/NS_XMLConfigeParser/library/src/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/framework_unified/client/NS_XMLConfigeParser/library/src/makefile_PosixBasedOS001 b/framework_unified/client/NS_XMLConfigeParser/library/src/makefile_PosixBasedOS001
index 2e3ab921..cdf3238e 100644
--- a/framework_unified/client/NS_XMLConfigeParser/library/src/makefile_PosixBasedOS001
+++ b/framework_unified/client/NS_XMLConfigeParser/library/src/makefile_PosixBasedOS001
@@ -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/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xml_reader.cpp b/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xml_reader.cpp
index d39767b9..01abb973 100644
--- a/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xml_reader.cpp
+++ b/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xml_reader.cpp
@@ -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/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xml_writer.cpp b/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xml_writer.cpp
index a7c33bb8..2876e228 100644
--- a/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xml_writer.cpp
+++ b/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xml_writer.cpp
@@ -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/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser.cpp b/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser.cpp
index 72d224ab..cb058658 100644
--- a/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser.cpp
+++ b/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser.cpp
@@ -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/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser_attributes.cpp b/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser_attributes.cpp
index 67a6f1e1..27b6badc 100644
--- a/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser_attributes.cpp
+++ b/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser_attributes.cpp
@@ -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/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser_node.cpp b/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser_node.cpp
index c0cf4d6e..47f6caa8 100644
--- a/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser_node.cpp
+++ b/framework_unified/client/NS_XMLConfigeParser/library/src/ns_xmlparser_node.cpp
@@ -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.