diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-07-26 09:06:28 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-07-26 09:06:28 +0000 |
commit | c56023db57e69155956672a549f3dd5da2a57e85 (patch) | |
tree | f072da8c872dcb1cfd4c149fa896ab00ffc05954 /os/various/cpp_wrappers | |
parent | 3abd2433917b88e1a2b37c680eb17c75124f56cd (diff) | |
download | ChibiOS-c56023db57e69155956672a549f3dd5da2a57e85.tar.gz ChibiOS-c56023db57e69155956672a549f3dd5da2a57e85.tar.bz2 ChibiOS-c56023db57e69155956672a549f3dd5da2a57e85.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7098 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/various/cpp_wrappers')
-rw-r--r-- | os/various/cpp_wrappers/ch.cpp | 2 | ||||
-rw-r--r-- | os/various/cpp_wrappers/ch.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/os/various/cpp_wrappers/ch.cpp b/os/various/cpp_wrappers/ch.cpp index 32e22ad9d..d7b54bfb3 100644 --- a/os/various/cpp_wrappers/ch.cpp +++ b/os/various/cpp_wrappers/ch.cpp @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006-2014 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/cpp_wrappers/ch.hpp b/os/various/cpp_wrappers/ch.hpp index 2bc70b55b..53d3cf23b 100644 --- a/os/various/cpp_wrappers/ch.hpp +++ b/os/various/cpp_wrappers/ch.hpp @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006-2014 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.
|