aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/src/chcond.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-24 14:19:52 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-24 14:19:52 +0000
commit62f4b7f471a4b1037468d382f927c5061e5fa9ed (patch)
tree8eae286504b7c9433d7e5a552012ff7e6fe12e95 /os/kernel/src/chcond.c
parent28437e3058e78509ac7f692b80cf8ffd04db1a9b (diff)
downloadChibiOS-62f4b7f471a4b1037468d382f927c5061e5fa9ed.tar.gz
ChibiOS-62f4b7f471a4b1037468d382f927c5061e5fa9ed.tar.bz2
ChibiOS-62f4b7f471a4b1037468d382f927c5061e5fa9ed.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2036 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel/src/chcond.c')
-rw-r--r--os/kernel/src/chcond.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/os/kernel/src/chcond.c b/os/kernel/src/chcond.c
index c450b0c32..92e1a4eb4 100644
--- a/os/kernel/src/chcond.c
+++ b/os/kernel/src/chcond.c
@@ -17,8 +17,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
- Concepts and parts of this file are contributed by and Copyright (C) 2008
- of Leon Woestenberg.
+ Concepts and parts of this file have been contributed by Leon Woestenberg.
*/
/**