summaryrefslogtreecommitdiff
path: root/src/components/functional_module
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/functional_module
parent5a72965f4b6f0a798db843cda38fe044a9d53f7a (diff)
downloadsdl_core-f76bf42318b4cf48b120cfa84d2baae7e85f38b7.tar.gz
Fix year in RC related files
Diffstat (limited to 'src/components/functional_module')
-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
10 files changed, 10 insertions, 10 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