aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-12 18:07:19 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-12 18:07:19 +0000
commitc81fbcefa26256e64b47812726e03633c8390fcd (patch)
tree7299a295e91ea62efe41ae967ae29a80d0e3c694 /os
parent82ee230c4540cfa76a9f8614955823a02091a939 (diff)
downloadChibiOS-c81fbcefa26256e64b47812726e03633c8390fcd.tar.gz
ChibiOS-c81fbcefa26256e64b47812726e03633c8390fcd.tar.bz2
ChibiOS-c81fbcefa26256e64b47812726e03633c8390fcd.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3605 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/kernel/include/chcond.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/os/kernel/include/chcond.h b/os/kernel/include/chcond.h
index 072ae40ab..6cd23420f 100644
--- a/os/kernel/include/chcond.h
+++ b/os/kernel/include/chcond.h
@@ -18,8 +18,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.
*/
/**