diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-07-26 09:24:53 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-07-26 09:24:53 +0000 |
commit | df18715f17db9273f45f880d7ba390b983eb8869 (patch) | |
tree | 8d9bdd0d80f0c115256f9e7ac23fde39615bbf95 /os/hal/osal/rt/osal.c | |
parent | 5159ce92aa4f9a991a1b4c305d4aef06cc586e87 (diff) | |
download | ChibiOS-df18715f17db9273f45f880d7ba390b983eb8869.tar.gz ChibiOS-df18715f17db9273f45f880d7ba390b983eb8869.tar.bz2 ChibiOS-df18715f17db9273f45f880d7ba390b983eb8869.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7100 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/osal/rt/osal.c')
-rw-r--r-- | os/hal/osal/rt/osal.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/osal/rt/osal.c b/os/hal/osal/rt/osal.c index 52fc27041..ebc7863dc 100644 --- a/os/hal/osal/rt/osal.c +++ b/os/hal/osal/rt/osal.c @@ -1,10 +1,10 @@ /*
- ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ ChibiOS/HAL - Copyright (C) 2006,2007,2008,2009,2010,
+ 2011,2012,2013,2014 Giovanni Di Sirio.
- This file is part of ChibiOS/RT.
+ This file is part of ChibiOS/HAL
- ChibiOS/RT is free software; you can redistribute it and/or modify
+ ChibiOS/HAL is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
|