aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/osal/rt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-07-26 09:24:53 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-07-26 09:24:53 +0000
commitdf18715f17db9273f45f880d7ba390b983eb8869 (patch)
tree8d9bdd0d80f0c115256f9e7ac23fde39615bbf95 /os/hal/osal/rt
parent5159ce92aa4f9a991a1b4c305d4aef06cc586e87 (diff)
downloadChibiOS-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')
-rw-r--r--os/hal/osal/rt/osal.c8
-rw-r--r--os/hal/osal/rt/osal.h8
2 files changed, 8 insertions, 8 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.
diff --git a/os/hal/osal/rt/osal.h b/os/hal/osal/rt/osal.h
index cb7515184..1ab624f37 100644
--- a/os/hal/osal/rt/osal.h
+++ b/os/hal/osal/rt/osal.h
@@ -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.