summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorAlexander Kutsan <akutsan@luxoft.com>2017-08-22 21:52:50 +0300
committerAlexander Kutsan <akutsan@luxoft.com>2017-08-22 21:52:50 +0300
commitf76bf42318b4cf48b120cfa84d2baae7e85f38b7 (patch)
treeacb731b89602284b0b838e505f7b0a5186551662 /src/components
parent5a72965f4b6f0a798db843cda38fe044a9d53f7a (diff)
downloadsdl_core-f76bf42318b4cf48b120cfa84d2baae7e85f38b7.tar.gz
Fix year in RC related files
Diffstat (limited to 'src/components')
-rw-r--r--src/components/functional_module/include/functional_module/function_ids.h2
-rw-r--r--src/components/functional_module/include/functional_module/generic_module.h2
-rw-r--r--src/components/functional_module/include/functional_module/module_observer.h2
-rw-r--r--src/components/functional_module/include/functional_module/plugin_manager.h2
-rw-r--r--src/components/functional_module/include/functional_module/settings.h2
-rw-r--r--src/components/functional_module/include/functional_module/timer/module_timer.h2
-rw-r--r--src/components/functional_module/include/functional_module/timer/timer_director.h2
-rw-r--r--src/components/functional_module/src/plugin_manager.cc2
-rw-r--r--src/components/functional_module/src/settings.cc2
-rw-r--r--src/components/functional_module/src/timer/timer_director.cc2
-rw-r--r--src/components/remote_control/include/remote_control/commands/base_command_notification.h2
-rw-r--r--src/components/remote_control/include/remote_control/commands/base_command_request.h2
-rw-r--r--src/components/remote_control/include/remote_control/commands/button_press_request.h2
-rw-r--r--src/components/remote_control/include/remote_control/commands/command.h2
-rw-r--r--src/components/remote_control/include/remote_control/commands/get_interior_vehicle_data_request.h2
-rw-r--r--src/components/remote_control/include/remote_control/commands/on_interior_vehicle_data_notification.h2
-rw-r--r--src/components/remote_control/include/remote_control/event_engine/event.h2
-rw-r--r--src/components/remote_control/include/remote_control/event_engine/event_dispatcher.h2
-rw-r--r--src/components/remote_control/include/remote_control/event_engine/event_observer.h2
-rw-r--r--src/components/remote_control/include/remote_control/message_helper.h2
-rw-r--r--src/components/remote_control/include/remote_control/rc_app_extension.h2
-rw-r--r--src/components/remote_control/include/remote_control/rc_command_factory.h2
-rw-r--r--src/components/remote_control/include/remote_control/rc_module_constants.h2
-rw-r--r--src/components/remote_control/include/remote_control/rc_module_timer.h2
-rw-r--r--src/components/remote_control/include/remote_control/remote_control_event.h2
-rw-r--r--src/components/remote_control/include/remote_control/remote_control_plugin.h2
-rw-r--r--src/components/remote_control/include/remote_control/remote_plugin_interface.h2
-rw-r--r--src/components/remote_control/include/remote_control/request_controller.h2
-rw-r--r--src/components/remote_control/src/commands/base_command_notification.cc2
-rw-r--r--src/components/remote_control/src/commands/base_command_request.cc2
-rw-r--r--src/components/remote_control/src/commands/get_interior_vehicle_data_request.cc2
-rw-r--r--src/components/remote_control/src/message_helper.cc2
-rw-r--r--src/components/remote_control/src/rc_app_extension.cc2
-rw-r--r--src/components/remote_control/src/rc_command_factory.cc2
-rw-r--r--src/components/remote_control/src/remote_control_event.cc2
-rw-r--r--src/components/remote_control/src/remote_control_plugin.cc2
-rw-r--r--src/components/remote_control/src/request_controller.cc2
-rw-r--r--src/components/remote_control/test/commands/CMakeLists.txt2
38 files changed, 38 insertions, 38 deletions
diff --git a/src/components/functional_module/include/functional_module/function_ids.h b/src/components/functional_module/include/functional_module/function_ids.h
index 5b8218e37b..ad6bdca736 100644
--- a/src/components/functional_module/include/functional_module/function_ids.h
+++ b/src/components/functional_module/include/functional_module/function_ids.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, Ford Motor Company
+ * Copyright (c) 2017, Ford Motor Company
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/components/functional_module/include/functional_module/generic_module.h b/src/components/functional_module/include/functional_module/generic_module.h
index 212ec32185..505a939637 100644
--- a/src/components/functional_module/include/functional_module/generic_module.h
+++ b/src/components/functional_module/include/functional_module/generic_module.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, Ford Motor Company
+ * Copyright (c) 2017, Ford Motor Company
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/components/functional_module/include/functional_module/module_observer.h b/src/components/functional_module/include/functional_module/module_observer.h
index 1608ef5d42..5cd95f4abf 100644
--- a/src/components/functional_module/include/functional_module/module_observer.h
+++ b/src/components/functional_module/include/functional_module/module_observer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, Ford Motor Company
+ * Copyright (c) 2017, Ford Motor Company
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/components/functional_module/include/functional_module/plugin_manager.h b/src/components/functional_module/include/functional_module/plugin_manager.h
index ebf0b033c4..2993729dfa 100644
--- a/src/components/functional_module/include/functional_module/plugin_manager.h
+++ b/src/components/functional_module/include/functional_module/plugin_manager.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, Ford Motor Company
+ * Copyright (c) 2017, Ford Motor Company
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/components/functional_module/include/functional_module/settings.h b/src/components/functional_module/include/functional_module/settings.h
index cf78c24e8b..9c63f087cf 100644
--- a/src/components/functional_module/include/functional_module/settings.h
+++ b/src/components/functional_module/include/functional_module/settings.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, Ford Motor Company
+ * Copyright (c) 2017, Ford Motor Company
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/components/functional_module/include/functional_module/timer/module_timer.h b/src/components/functional_module/include/functional_module/timer/module_timer.h
index d7fc0ba043..68640290e7 100644
--- a/src/components/functional_module/include/functional_module/timer/module_timer.h
+++ b/src/components/functional_module/include/functional_module/timer/module_timer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, Ford Motor Company
+ * Copyright (c) 2017, Ford Motor Company
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/components/functional_module/include/functional_module/timer/timer_director.h b/src/components/functional_module/include/functional_module/timer/timer_director.h
index 65f9f4a6d5..fb67b9b5de 100644
--- a/src/components/functional_module/include/functional_module/timer/timer_director.h
+++ b/src/components/functional_module/include/functional_module/timer/timer_director.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, Ford Motor Company
+ * Copyright (c) 2017, Ford Motor Company
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/components/functional_module/src/plugin_manager.cc b/src/components/functional_module/src/plugin_manager.cc
index 7ebafc3d09..8eb46d6c62 100644
--- a/src/components/functional_module/src/plugin_manager.cc
+++ b/src/components/functional_module/src/plugin_manager.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, Ford Motor Company
+ * Copyright (c) 2017, Ford Motor Company
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/components/functional_module/src/settings.cc b/src/components/functional_module/src/settings.cc
index 29a96ba63b..16e96000af 100644
--- a/src/components/functional_module/src/settings.cc
+++ b/src/components/functional_module/src/settings.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, Ford Motor Company
+ * Copyright (c) 2017, Ford Motor Company
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/components/functional_module/src/timer/timer_director.cc b/src/components/functional_module/src/timer/timer_director.cc
index 51d7408fcd..81ce117851 100644
--- a/src/components/functional_module/src/timer/timer_director.cc
+++ b/src/components/functional_module/src/timer/timer_director.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, Ford Motor Company
+ * Copyright (c) 2017, Ford Motor Company
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/include/remote_control/commands/base_command_notification.h b/src/components/remote_control/include/remote_control/commands/base_command_notification.h
index 35b8d3f6c2..578afad67b 100644
--- a/src/components/remote_control/include/remote_control/commands/base_command_notification.h
+++ b/src/components/remote_control/include/remote_control/commands/base_command_notification.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2013, Ford Motor Company
+ Copyright (c) 2017, Ford Motor Company
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/include/remote_control/commands/base_command_request.h b/src/components/remote_control/include/remote_control/commands/base_command_request.h
index a76f972930..eb6ea23f74 100644
--- a/src/components/remote_control/include/remote_control/commands/base_command_request.h
+++ b/src/components/remote_control/include/remote_control/commands/base_command_request.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2013, Ford Motor Company
+ Copyright (c) 2017, Ford Motor Company
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/include/remote_control/commands/button_press_request.h b/src/components/remote_control/include/remote_control/commands/button_press_request.h
index 6c5a60a9fe..945f98bdc8 100644
--- a/src/components/remote_control/include/remote_control/commands/button_press_request.h
+++ b/src/components/remote_control/include/remote_control/commands/button_press_request.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2013, Ford Motor Company
+ Copyright (c) 2017, Ford Motor Company
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/include/remote_control/commands/command.h b/src/components/remote_control/include/remote_control/commands/command.h
index ad471ba151..0e03f8b330 100644
--- a/src/components/remote_control/include/remote_control/commands/command.h
+++ b/src/components/remote_control/include/remote_control/commands/command.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2013, Ford Motor Company
+ Copyright (c) 2017, Ford Motor Company
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/include/remote_control/commands/get_interior_vehicle_data_request.h b/src/components/remote_control/include/remote_control/commands/get_interior_vehicle_data_request.h
index d687221fbe..220f7da979 100644
--- a/src/components/remote_control/include/remote_control/commands/get_interior_vehicle_data_request.h
+++ b/src/components/remote_control/include/remote_control/commands/get_interior_vehicle_data_request.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2013, Ford Motor Company
+ Copyright (c) 2017, Ford Motor Company
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/include/remote_control/commands/on_interior_vehicle_data_notification.h b/src/components/remote_control/include/remote_control/commands/on_interior_vehicle_data_notification.h
index bc9c9bee8e..4ee9ce4709 100644
--- a/src/components/remote_control/include/remote_control/commands/on_interior_vehicle_data_notification.h
+++ b/src/components/remote_control/include/remote_control/commands/on_interior_vehicle_data_notification.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2013, Ford Motor Company
+ Copyright (c) 2017, Ford Motor Company
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/include/remote_control/event_engine/event.h b/src/components/remote_control/include/remote_control/event_engine/event.h
index 531c35135b..0da248e5a7 100644
--- a/src/components/remote_control/include/remote_control/event_engine/event.h
+++ b/src/components/remote_control/include/remote_control/event_engine/event.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2013, Ford Motor Company
+ Copyright (c) 2017, Ford Motor Company
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/include/remote_control/event_engine/event_dispatcher.h b/src/components/remote_control/include/remote_control/event_engine/event_dispatcher.h
index 4776f355c4..ddee6caccc 100644
--- a/src/components/remote_control/include/remote_control/event_engine/event_dispatcher.h
+++ b/src/components/remote_control/include/remote_control/event_engine/event_dispatcher.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2013, Ford Motor Company
+ Copyright (c) 2017, Ford Motor Company
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/include/remote_control/event_engine/event_observer.h b/src/components/remote_control/include/remote_control/event_engine/event_observer.h
index e2f3d8ea1e..66a38da88b 100644
--- a/src/components/remote_control/include/remote_control/event_engine/event_observer.h
+++ b/src/components/remote_control/include/remote_control/event_engine/event_observer.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2013, Ford Motor Company
+ Copyright (c) 2017, Ford Motor Company
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/include/remote_control/message_helper.h b/src/components/remote_control/include/remote_control/message_helper.h
index 2a632c3c50..6358459da7 100644
--- a/src/components/remote_control/include/remote_control/message_helper.h
+++ b/src/components/remote_control/include/remote_control/message_helper.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2013, Ford Motor Company
+ Copyright (c) 2017, Ford Motor Company
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/include/remote_control/rc_app_extension.h b/src/components/remote_control/include/remote_control/rc_app_extension.h
index aa47624713..95c6b038d5 100644
--- a/src/components/remote_control/include/remote_control/rc_app_extension.h
+++ b/src/components/remote_control/include/remote_control/rc_app_extension.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, Ford Motor Company
+ * Copyright (c) 2017, Ford Motor Company
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/include/remote_control/rc_command_factory.h b/src/components/remote_control/include/remote_control/rc_command_factory.h
index 06332995b2..9463c4b1ef 100644
--- a/src/components/remote_control/include/remote_control/rc_command_factory.h
+++ b/src/components/remote_control/include/remote_control/rc_command_factory.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2013, Ford Motor Company
+ Copyright (c) 2017, Ford Motor Company
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/include/remote_control/rc_module_constants.h b/src/components/remote_control/include/remote_control/rc_module_constants.h
index dc9e39021d..021e3cd6f0 100644
--- a/src/components/remote_control/include/remote_control/rc_module_constants.h
+++ b/src/components/remote_control/include/remote_control/rc_module_constants.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2013, Ford Motor Company
+ Copyright (c) 2017, Ford Motor Company
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/include/remote_control/rc_module_timer.h b/src/components/remote_control/include/remote_control/rc_module_timer.h
index dbc072a62d..813f26a885 100644
--- a/src/components/remote_control/include/remote_control/rc_module_timer.h
+++ b/src/components/remote_control/include/remote_control/rc_module_timer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, Ford Motor Company
+ * Copyright (c) 2017, Ford Motor Company
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/include/remote_control/remote_control_event.h b/src/components/remote_control/include/remote_control/remote_control_event.h
index 4623310557..3c98f971ac 100644
--- a/src/components/remote_control/include/remote_control/remote_control_event.h
+++ b/src/components/remote_control/include/remote_control/remote_control_event.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2013, Ford Motor Company
+ Copyright (c) 2017, Ford Motor Company
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/include/remote_control/remote_control_plugin.h b/src/components/remote_control/include/remote_control/remote_control_plugin.h
index 85df1d51d1..14ffbd5f3c 100644
--- a/src/components/remote_control/include/remote_control/remote_control_plugin.h
+++ b/src/components/remote_control/include/remote_control/remote_control_plugin.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, Ford Motor Company
+ * Copyright (c) 2017, Ford Motor Company
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/include/remote_control/remote_plugin_interface.h b/src/components/remote_control/include/remote_control/remote_plugin_interface.h
index 64aa7208a5..51135d8a8a 100644
--- a/src/components/remote_control/include/remote_control/remote_plugin_interface.h
+++ b/src/components/remote_control/include/remote_control/remote_plugin_interface.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, Ford Motor Company
+ * Copyright (c) 2017, Ford Motor Company
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/include/remote_control/request_controller.h b/src/components/remote_control/include/remote_control/request_controller.h
index 4e1e423e8e..78405c7cf1 100644
--- a/src/components/remote_control/include/remote_control/request_controller.h
+++ b/src/components/remote_control/include/remote_control/request_controller.h
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2014, Ford Motor Company
+ * Copyright (c) 2017, Ford Motor Company
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/src/commands/base_command_notification.cc b/src/components/remote_control/src/commands/base_command_notification.cc
index c79e800a88..2de82abdef 100644
--- a/src/components/remote_control/src/commands/base_command_notification.cc
+++ b/src/components/remote_control/src/commands/base_command_notification.cc
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2013, Ford Motor Company
+ Copyright (c) 2017, Ford Motor Company
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/src/commands/base_command_request.cc b/src/components/remote_control/src/commands/base_command_request.cc
index 3961b79688..b2b97518f6 100644
--- a/src/components/remote_control/src/commands/base_command_request.cc
+++ b/src/components/remote_control/src/commands/base_command_request.cc
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2013, Ford Motor Company
+ Copyright (c) 2017, Ford Motor Company
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/src/commands/get_interior_vehicle_data_request.cc b/src/components/remote_control/src/commands/get_interior_vehicle_data_request.cc
index 0c62ee4711..37ac5f2056 100644
--- a/src/components/remote_control/src/commands/get_interior_vehicle_data_request.cc
+++ b/src/components/remote_control/src/commands/get_interior_vehicle_data_request.cc
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2013, Ford Motor Company
+ Copyright (c) 2017, Ford Motor Company
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/src/message_helper.cc b/src/components/remote_control/src/message_helper.cc
index 734e220359..41a65d4c60 100644
--- a/src/components/remote_control/src/message_helper.cc
+++ b/src/components/remote_control/src/message_helper.cc
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2013, Ford Motor Company
+ Copyright (c) 2017, Ford Motor Company
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/src/rc_app_extension.cc b/src/components/remote_control/src/rc_app_extension.cc
index c5b0584dcd..5f1eac5196 100644
--- a/src/components/remote_control/src/rc_app_extension.cc
+++ b/src/components/remote_control/src/rc_app_extension.cc
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2013, Ford Motor Company
+ Copyright (c) 2017, Ford Motor Company
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/src/rc_command_factory.cc b/src/components/remote_control/src/rc_command_factory.cc
index 410b7eadfa..93b90b64ac 100644
--- a/src/components/remote_control/src/rc_command_factory.cc
+++ b/src/components/remote_control/src/rc_command_factory.cc
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2013, Ford Motor Company
+ Copyright (c) 2017, Ford Motor Company
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/src/remote_control_event.cc b/src/components/remote_control/src/remote_control_event.cc
index ef8a2c4e6f..e4f887ffc6 100644
--- a/src/components/remote_control/src/remote_control_event.cc
+++ b/src/components/remote_control/src/remote_control_event.cc
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2013, Ford Motor Company
+ Copyright (c) 2017, Ford Motor Company
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/src/remote_control_plugin.cc b/src/components/remote_control/src/remote_control_plugin.cc
index cd0f123ba8..516811254b 100644
--- a/src/components/remote_control/src/remote_control_plugin.cc
+++ b/src/components/remote_control/src/remote_control_plugin.cc
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2013, Ford Motor Company
+ Copyright (c) 2017, Ford Motor Company
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/src/request_controller.cc b/src/components/remote_control/src/request_controller.cc
index 602aeb1331..e0ac542a82 100644
--- a/src/components/remote_control/src/request_controller.cc
+++ b/src/components/remote_control/src/request_controller.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014, Ford Motor Company
+ * Copyright (c) 2017, Ford Motor Company
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/components/remote_control/test/commands/CMakeLists.txt b/src/components/remote_control/test/commands/CMakeLists.txt
index 1ac186ebf8..09c706fc2f 100644
--- a/src/components/remote_control/test/commands/CMakeLists.txt
+++ b/src/components/remote_control/test/commands/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (c) 2016, Ford Motor Company
+# Copyright (c) 2017, Ford Motor Company
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without