diff options
Diffstat (limited to 'os/various/shell')
-rw-r--r-- | os/various/shell/shell.c | 2 | ||||
-rw-r--r-- | os/various/shell/shell.h | 2 | ||||
-rw-r--r-- | os/various/shell/shell_cmd.c | 2 | ||||
-rw-r--r-- | os/various/shell/shell_cmd.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/os/various/shell/shell.c b/os/various/shell/shell.c index 3016dc6e8..1b6662136 100644 --- a/os/various/shell/shell.c +++ b/os/various/shell/shell.c @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
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/os/various/shell/shell.h b/os/various/shell/shell.h index 241cbb278..97518b4e0 100644 --- a/os/various/shell/shell.h +++ b/os/various/shell/shell.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
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/os/various/shell/shell_cmd.c b/os/various/shell/shell_cmd.c index 63a433e0c..37f80020e 100644 --- a/os/various/shell/shell_cmd.c +++ b/os/various/shell/shell_cmd.c @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
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/os/various/shell/shell_cmd.h b/os/various/shell/shell_cmd.h index 2fd454d7d..f913822e3 100644 --- a/os/various/shell/shell_cmd.h +++ b/os/various/shell/shell_cmd.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|