aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-07-26 09:06:28 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-07-26 09:06:28 +0000
commitc56023db57e69155956672a549f3dd5da2a57e85 (patch)
treef072da8c872dcb1cfd4c149fa896ab00ffc05954 /os/rt
parent3abd2433917b88e1a2b37c680eb17c75124f56cd (diff)
downloadChibiOS-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/rt')
-rw-r--r--os/rt/include/ch.h2
-rw-r--r--os/rt/include/chbsem.h2
-rw-r--r--os/rt/include/chcond.h2
-rw-r--r--os/rt/include/chdebug.h2
-rw-r--r--os/rt/include/chdynamic.h2
-rw-r--r--os/rt/include/chevents.h2
-rw-r--r--os/rt/include/chheap.h2
-rw-r--r--os/rt/include/chmboxes.h2
-rw-r--r--os/rt/include/chmemcore.h2
-rw-r--r--os/rt/include/chmempools.h2
-rw-r--r--os/rt/include/chmsg.h2
-rw-r--r--os/rt/include/chmtx.h2
-rw-r--r--os/rt/include/chqueues.h2
-rw-r--r--os/rt/include/chregistry.h2
-rw-r--r--os/rt/include/chschd.h2
-rw-r--r--os/rt/include/chsem.h2
-rw-r--r--os/rt/include/chstats.h2
-rw-r--r--os/rt/include/chstreams.h2
-rw-r--r--os/rt/include/chsys.h2
-rw-r--r--os/rt/include/chthreads.h2
-rw-r--r--os/rt/include/chtm.h2
-rw-r--r--os/rt/include/chvt.h2
-rw-r--r--os/rt/ports/ARM/chcore.c2
-rw-r--r--os/rt/ports/ARM/chcore.h2
-rw-r--r--os/rt/ports/ARM/chcore_timer.h2
-rw-r--r--os/rt/ports/ARM/compilers/GCC/chcoreasm.s2
-rw-r--r--os/rt/ports/ARM/compilers/GCC/chtypes.h2
-rw-r--r--os/rt/ports/ARMCMx/chcore.c2
-rw-r--r--os/rt/ports/ARMCMx/chcore.h2
-rw-r--r--os/rt/ports/ARMCMx/chcore_timer.h2
-rw-r--r--os/rt/ports/ARMCMx/chcore_v6m.c2
-rw-r--r--os/rt/ports/ARMCMx/chcore_v6m.h2
-rw-r--r--os/rt/ports/ARMCMx/chcore_v7m.c2
-rw-r--r--os/rt/ports/ARMCMx/chcore_v7m.h2
-rw-r--r--os/rt/ports/ARMCMx/compilers/GCC/chcoreasm_v6m.s2
-rw-r--r--os/rt/ports/ARMCMx/compilers/GCC/chcoreasm_v7m.s2
-rw-r--r--os/rt/ports/ARMCMx/compilers/GCC/chtypes.h2
-rw-r--r--os/rt/ports/ARMCMx/compilers/IAR/chcoreasm_v6m.s2
-rw-r--r--os/rt/ports/ARMCMx/compilers/IAR/chcoreasm_v7m.s2
-rw-r--r--os/rt/ports/ARMCMx/compilers/IAR/chtypes.h2
-rw-r--r--os/rt/ports/ARMCMx/compilers/RVCT/chcoreasm_v6m.s2
-rw-r--r--os/rt/ports/ARMCMx/compilers/RVCT/chcoreasm_v7m.s2
-rw-r--r--os/rt/ports/ARMCMx/compilers/RVCT/chtypes.h2
-rw-r--r--os/rt/ports/e200/chcore.c2
-rw-r--r--os/rt/ports/e200/chcore.h2
-rw-r--r--os/rt/ports/e200/compilers/GCC/chtypes.h2
-rw-r--r--os/rt/ports/e200/compilers/GCC/ivor.s2
-rw-r--r--os/rt/rt.dox2
-rw-r--r--os/rt/src/chcond.c2
-rw-r--r--os/rt/src/chdebug.c2
-rw-r--r--os/rt/src/chdynamic.c2
-rw-r--r--os/rt/src/chevents.c2
-rw-r--r--os/rt/src/chheap.c2
-rw-r--r--os/rt/src/chmboxes.c2
-rw-r--r--os/rt/src/chmemcore.c2
-rw-r--r--os/rt/src/chmempools.c2
-rw-r--r--os/rt/src/chmsg.c2
-rw-r--r--os/rt/src/chmtx.c2
-rw-r--r--os/rt/src/chqueues.c2
-rw-r--r--os/rt/src/chregistry.c2
-rw-r--r--os/rt/src/chschd.c2
-rw-r--r--os/rt/src/chsem.c2
-rw-r--r--os/rt/src/chstats.c2
-rw-r--r--os/rt/src/chsys.c2
-rw-r--r--os/rt/src/chthreads.c2
-rw-r--r--os/rt/src/chtm.c2
-rw-r--r--os/rt/src/chvt.c2
-rw-r--r--os/rt/templates/chconf.h2
-rw-r--r--os/rt/templates/chcore.c2
-rw-r--r--os/rt/templates/chcore.h2
-rw-r--r--os/rt/templates/chtypes.h2
-rw-r--r--os/rt/templates/module.c2
-rw-r--r--os/rt/templates/module.h2
73 files changed, 73 insertions, 73 deletions
diff --git a/os/rt/include/ch.h b/os/rt/include/ch.h
index bd8fe92d3..f26832e4d 100644
--- a/os/rt/include/ch.h
+++ b/os/rt/include/ch.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/include/chbsem.h b/os/rt/include/chbsem.h
index 6a5397e8e..becc1eb61 100644
--- a/os/rt/include/chbsem.h
+++ b/os/rt/include/chbsem.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/include/chcond.h b/os/rt/include/chcond.h
index 802d59d3a..94be40c74 100644
--- a/os/rt/include/chcond.h
+++ b/os/rt/include/chcond.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/include/chdebug.h b/os/rt/include/chdebug.h
index 44f44116f..d0223ef10 100644
--- a/os/rt/include/chdebug.h
+++ b/os/rt/include/chdebug.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/include/chdynamic.h b/os/rt/include/chdynamic.h
index cb72bb244..c52aaf0dc 100644
--- a/os/rt/include/chdynamic.h
+++ b/os/rt/include/chdynamic.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/include/chevents.h b/os/rt/include/chevents.h
index e15d0e6cb..f5abb8df7 100644
--- a/os/rt/include/chevents.h
+++ b/os/rt/include/chevents.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/include/chheap.h b/os/rt/include/chheap.h
index 73e0d4148..bef252948 100644
--- a/os/rt/include/chheap.h
+++ b/os/rt/include/chheap.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/include/chmboxes.h b/os/rt/include/chmboxes.h
index 8d1dedfd1..7194dae46 100644
--- a/os/rt/include/chmboxes.h
+++ b/os/rt/include/chmboxes.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/include/chmemcore.h b/os/rt/include/chmemcore.h
index 314e94365..44178ab85 100644
--- a/os/rt/include/chmemcore.h
+++ b/os/rt/include/chmemcore.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/include/chmempools.h b/os/rt/include/chmempools.h
index 85b94fc73..67cefa7df 100644
--- a/os/rt/include/chmempools.h
+++ b/os/rt/include/chmempools.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/include/chmsg.h b/os/rt/include/chmsg.h
index ff07edfb3..7e935de99 100644
--- a/os/rt/include/chmsg.h
+++ b/os/rt/include/chmsg.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/include/chmtx.h b/os/rt/include/chmtx.h
index 9a7f2163d..097b349c5 100644
--- a/os/rt/include/chmtx.h
+++ b/os/rt/include/chmtx.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/include/chqueues.h b/os/rt/include/chqueues.h
index 1cf778d3f..63d91c090 100644
--- a/os/rt/include/chqueues.h
+++ b/os/rt/include/chqueues.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/include/chregistry.h b/os/rt/include/chregistry.h
index 84c6c1a52..4e3c86b01 100644
--- a/os/rt/include/chregistry.h
+++ b/os/rt/include/chregistry.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/include/chschd.h b/os/rt/include/chschd.h
index 28175dc11..4d04ee56e 100644
--- a/os/rt/include/chschd.h
+++ b/os/rt/include/chschd.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/include/chsem.h b/os/rt/include/chsem.h
index 21ee14293..badebc3f9 100644
--- a/os/rt/include/chsem.h
+++ b/os/rt/include/chsem.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/include/chstats.h b/os/rt/include/chstats.h
index b6e131141..614e9d47a 100644
--- a/os/rt/include/chstats.h
+++ b/os/rt/include/chstats.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/include/chstreams.h b/os/rt/include/chstreams.h
index b9c40cac2..d57b28bde 100644
--- a/os/rt/include/chstreams.h
+++ b/os/rt/include/chstreams.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/include/chsys.h b/os/rt/include/chsys.h
index 6c2d61684..bd2d0dffa 100644
--- a/os/rt/include/chsys.h
+++ b/os/rt/include/chsys.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/include/chthreads.h b/os/rt/include/chthreads.h
index ef83fc963..28bd41a06 100644
--- a/os/rt/include/chthreads.h
+++ b/os/rt/include/chthreads.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/include/chtm.h b/os/rt/include/chtm.h
index f85b68ca8..73850aad7 100644
--- a/os/rt/include/chtm.h
+++ b/os/rt/include/chtm.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/include/chvt.h b/os/rt/include/chvt.h
index 471ba22ee..2ddfc26c7 100644
--- a/os/rt/include/chvt.h
+++ b/os/rt/include/chvt.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/ARM/chcore.c b/os/rt/ports/ARM/chcore.c
index f57710185..ef60d4933 100644
--- a/os/rt/ports/ARM/chcore.c
+++ b/os/rt/ports/ARM/chcore.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/ARM/chcore.h b/os/rt/ports/ARM/chcore.h
index bafa42ffa..5cb5f18a8 100644
--- a/os/rt/ports/ARM/chcore.h
+++ b/os/rt/ports/ARM/chcore.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/ARM/chcore_timer.h b/os/rt/ports/ARM/chcore_timer.h
index 99c222f62..ed8b0b3da 100644
--- a/os/rt/ports/ARM/chcore_timer.h
+++ b/os/rt/ports/ARM/chcore_timer.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/ARM/compilers/GCC/chcoreasm.s b/os/rt/ports/ARM/compilers/GCC/chcoreasm.s
index 4e615a8ce..3667a0e80 100644
--- a/os/rt/ports/ARM/compilers/GCC/chcoreasm.s
+++ b/os/rt/ports/ARM/compilers/GCC/chcoreasm.s
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/ARM/compilers/GCC/chtypes.h b/os/rt/ports/ARM/compilers/GCC/chtypes.h
index 77cf3e8ba..c6a6003f7 100644
--- a/os/rt/ports/ARM/compilers/GCC/chtypes.h
+++ b/os/rt/ports/ARM/compilers/GCC/chtypes.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/ARMCMx/chcore.c b/os/rt/ports/ARMCMx/chcore.c
index c66ce160c..f445948ac 100644
--- a/os/rt/ports/ARMCMx/chcore.c
+++ b/os/rt/ports/ARMCMx/chcore.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/ARMCMx/chcore.h b/os/rt/ports/ARMCMx/chcore.h
index a30f56351..0f2030744 100644
--- a/os/rt/ports/ARMCMx/chcore.h
+++ b/os/rt/ports/ARMCMx/chcore.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/ARMCMx/chcore_timer.h b/os/rt/ports/ARMCMx/chcore_timer.h
index 8df7ac97e..347a77ab7 100644
--- a/os/rt/ports/ARMCMx/chcore_timer.h
+++ b/os/rt/ports/ARMCMx/chcore_timer.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/ARMCMx/chcore_v6m.c b/os/rt/ports/ARMCMx/chcore_v6m.c
index 9548c2a8e..4f3f99ae7 100644
--- a/os/rt/ports/ARMCMx/chcore_v6m.c
+++ b/os/rt/ports/ARMCMx/chcore_v6m.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/ARMCMx/chcore_v6m.h b/os/rt/ports/ARMCMx/chcore_v6m.h
index d8278367d..4b33bf55f 100644
--- a/os/rt/ports/ARMCMx/chcore_v6m.h
+++ b/os/rt/ports/ARMCMx/chcore_v6m.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/ARMCMx/chcore_v7m.c b/os/rt/ports/ARMCMx/chcore_v7m.c
index da9368caa..288f58b5a 100644
--- a/os/rt/ports/ARMCMx/chcore_v7m.c
+++ b/os/rt/ports/ARMCMx/chcore_v7m.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/ARMCMx/chcore_v7m.h b/os/rt/ports/ARMCMx/chcore_v7m.h
index 9dc1a5e92..72c29d291 100644
--- a/os/rt/ports/ARMCMx/chcore_v7m.h
+++ b/os/rt/ports/ARMCMx/chcore_v7m.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/ARMCMx/compilers/GCC/chcoreasm_v6m.s b/os/rt/ports/ARMCMx/compilers/GCC/chcoreasm_v6m.s
index f745d82e6..c300b4bc7 100644
--- a/os/rt/ports/ARMCMx/compilers/GCC/chcoreasm_v6m.s
+++ b/os/rt/ports/ARMCMx/compilers/GCC/chcoreasm_v6m.s
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/ARMCMx/compilers/GCC/chcoreasm_v7m.s b/os/rt/ports/ARMCMx/compilers/GCC/chcoreasm_v7m.s
index 36567e0b4..746e16e4d 100644
--- a/os/rt/ports/ARMCMx/compilers/GCC/chcoreasm_v7m.s
+++ b/os/rt/ports/ARMCMx/compilers/GCC/chcoreasm_v7m.s
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/ARMCMx/compilers/GCC/chtypes.h b/os/rt/ports/ARMCMx/compilers/GCC/chtypes.h
index e6f7b21e1..b70d5b26e 100644
--- a/os/rt/ports/ARMCMx/compilers/GCC/chtypes.h
+++ b/os/rt/ports/ARMCMx/compilers/GCC/chtypes.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/ARMCMx/compilers/IAR/chcoreasm_v6m.s b/os/rt/ports/ARMCMx/compilers/IAR/chcoreasm_v6m.s
index d2f233fb5..fcfa8c09f 100644
--- a/os/rt/ports/ARMCMx/compilers/IAR/chcoreasm_v6m.s
+++ b/os/rt/ports/ARMCMx/compilers/IAR/chcoreasm_v6m.s
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/ARMCMx/compilers/IAR/chcoreasm_v7m.s b/os/rt/ports/ARMCMx/compilers/IAR/chcoreasm_v7m.s
index 90f9f8c76..0c6b501bf 100644
--- a/os/rt/ports/ARMCMx/compilers/IAR/chcoreasm_v7m.s
+++ b/os/rt/ports/ARMCMx/compilers/IAR/chcoreasm_v7m.s
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/ARMCMx/compilers/IAR/chtypes.h b/os/rt/ports/ARMCMx/compilers/IAR/chtypes.h
index 386d7203b..f03cf3926 100644
--- a/os/rt/ports/ARMCMx/compilers/IAR/chtypes.h
+++ b/os/rt/ports/ARMCMx/compilers/IAR/chtypes.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/ARMCMx/compilers/RVCT/chcoreasm_v6m.s b/os/rt/ports/ARMCMx/compilers/RVCT/chcoreasm_v6m.s
index 0f51ad753..bf87ec185 100644
--- a/os/rt/ports/ARMCMx/compilers/RVCT/chcoreasm_v6m.s
+++ b/os/rt/ports/ARMCMx/compilers/RVCT/chcoreasm_v6m.s
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/ARMCMx/compilers/RVCT/chcoreasm_v7m.s b/os/rt/ports/ARMCMx/compilers/RVCT/chcoreasm_v7m.s
index ab38d2145..1164ca713 100644
--- a/os/rt/ports/ARMCMx/compilers/RVCT/chcoreasm_v7m.s
+++ b/os/rt/ports/ARMCMx/compilers/RVCT/chcoreasm_v7m.s
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/ARMCMx/compilers/RVCT/chtypes.h b/os/rt/ports/ARMCMx/compilers/RVCT/chtypes.h
index 3fe32d065..5099172f5 100644
--- a/os/rt/ports/ARMCMx/compilers/RVCT/chtypes.h
+++ b/os/rt/ports/ARMCMx/compilers/RVCT/chtypes.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/e200/chcore.c b/os/rt/ports/e200/chcore.c
index a74c76cad..3b73adc18 100644
--- a/os/rt/ports/e200/chcore.c
+++ b/os/rt/ports/e200/chcore.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/e200/chcore.h b/os/rt/ports/e200/chcore.h
index cae498eef..0c3ae9801 100644
--- a/os/rt/ports/e200/chcore.h
+++ b/os/rt/ports/e200/chcore.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/e200/compilers/GCC/chtypes.h b/os/rt/ports/e200/compilers/GCC/chtypes.h
index ccd6dd5fa..c0ba3224f 100644
--- a/os/rt/ports/e200/compilers/GCC/chtypes.h
+++ b/os/rt/ports/e200/compilers/GCC/chtypes.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/ports/e200/compilers/GCC/ivor.s b/os/rt/ports/e200/compilers/GCC/ivor.s
index 46961816c..6fdbbf412 100644
--- a/os/rt/ports/e200/compilers/GCC/ivor.s
+++ b/os/rt/ports/e200/compilers/GCC/ivor.s
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/rt.dox b/os/rt/rt.dox
index 05753a8f6..bb872d1ed 100644
--- a/os/rt/rt.dox
+++ b/os/rt/rt.dox
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/src/chcond.c b/os/rt/src/chcond.c
index f56f508b0..cd6ab1d43 100644
--- a/os/rt/src/chcond.c
+++ b/os/rt/src/chcond.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/src/chdebug.c b/os/rt/src/chdebug.c
index 696a293cd..c18788454 100644
--- a/os/rt/src/chdebug.c
+++ b/os/rt/src/chdebug.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/src/chdynamic.c b/os/rt/src/chdynamic.c
index 5dbea6c7e..fea2429b9 100644
--- a/os/rt/src/chdynamic.c
+++ b/os/rt/src/chdynamic.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/src/chevents.c b/os/rt/src/chevents.c
index 389e2505b..6a6fb26e3 100644
--- a/os/rt/src/chevents.c
+++ b/os/rt/src/chevents.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/src/chheap.c b/os/rt/src/chheap.c
index 5e1e20c3c..13dada795 100644
--- a/os/rt/src/chheap.c
+++ b/os/rt/src/chheap.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/src/chmboxes.c b/os/rt/src/chmboxes.c
index 8e9e2bb40..31a5e5970 100644
--- a/os/rt/src/chmboxes.c
+++ b/os/rt/src/chmboxes.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/src/chmemcore.c b/os/rt/src/chmemcore.c
index d5e7ed79c..62ce85f02 100644
--- a/os/rt/src/chmemcore.c
+++ b/os/rt/src/chmemcore.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/src/chmempools.c b/os/rt/src/chmempools.c
index d92ea7517..1c826de77 100644
--- a/os/rt/src/chmempools.c
+++ b/os/rt/src/chmempools.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/src/chmsg.c b/os/rt/src/chmsg.c
index 335b46c61..bb087b24a 100644
--- a/os/rt/src/chmsg.c
+++ b/os/rt/src/chmsg.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/src/chmtx.c b/os/rt/src/chmtx.c
index 45e884204..d4eb06d60 100644
--- a/os/rt/src/chmtx.c
+++ b/os/rt/src/chmtx.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/src/chqueues.c b/os/rt/src/chqueues.c
index c0b0f8256..b4930a7f5 100644
--- a/os/rt/src/chqueues.c
+++ b/os/rt/src/chqueues.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/src/chregistry.c b/os/rt/src/chregistry.c
index 685d0c109..460226a42 100644
--- a/os/rt/src/chregistry.c
+++ b/os/rt/src/chregistry.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/src/chschd.c b/os/rt/src/chschd.c
index acf65fb85..6c3d5f914 100644
--- a/os/rt/src/chschd.c
+++ b/os/rt/src/chschd.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/src/chsem.c b/os/rt/src/chsem.c
index 22e4413b6..6aa79962c 100644
--- a/os/rt/src/chsem.c
+++ b/os/rt/src/chsem.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/src/chstats.c b/os/rt/src/chstats.c
index 653d8da77..45d8e8bd2 100644
--- a/os/rt/src/chstats.c
+++ b/os/rt/src/chstats.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/src/chsys.c b/os/rt/src/chsys.c
index f7fd6766b..53672e46d 100644
--- a/os/rt/src/chsys.c
+++ b/os/rt/src/chsys.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/src/chthreads.c b/os/rt/src/chthreads.c
index c10ccb70c..f7694f593 100644
--- a/os/rt/src/chthreads.c
+++ b/os/rt/src/chthreads.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/src/chtm.c b/os/rt/src/chtm.c
index c001dd7e3..d0cd1a630 100644
--- a/os/rt/src/chtm.c
+++ b/os/rt/src/chtm.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/src/chvt.c b/os/rt/src/chvt.c
index d20e20d91..4fd154e57 100644
--- a/os/rt/src/chvt.c
+++ b/os/rt/src/chvt.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/templates/chconf.h b/os/rt/templates/chconf.h
index 09b91db5c..69e4e4f48 100644
--- a/os/rt/templates/chconf.h
+++ b/os/rt/templates/chconf.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS/RT - 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/rt/templates/chcore.c b/os/rt/templates/chcore.c
index 1f7db903c..2cb651c76 100644
--- a/os/rt/templates/chcore.c
+++ b/os/rt/templates/chcore.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/templates/chcore.h b/os/rt/templates/chcore.h
index c993c724e..8846aded2 100644
--- a/os/rt/templates/chcore.h
+++ b/os/rt/templates/chcore.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/templates/chtypes.h b/os/rt/templates/chtypes.h
index d13e837c4..09ee75d76 100644
--- a/os/rt/templates/chtypes.h
+++ b/os/rt/templates/chtypes.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/templates/module.c b/os/rt/templates/module.c
index 6a93bf4aa..0e6e186fd 100644
--- a/os/rt/templates/module.c
+++ b/os/rt/templates/module.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/rt/templates/module.h b/os/rt/templates/module.h
index 261311f84..6bd8a2c4d 100644
--- a/os/rt/templates/module.h
+++ b/os/rt/templates/module.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013 Giovanni Di Sirio.
+ 2011,2012,2013,2014 Giovanni Di Sirio.
This file is part of ChibiOS/RT.