aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/coverage/chconf.h2
-rw-r--r--test/coverage/halconf.h2
-rw-r--r--test/coverage/main.c2
-rw-r--r--test/test.c2
-rw-r--r--test/test.dox2
-rw-r--r--test/test.h2
-rw-r--r--test/testbmk.c2
-rw-r--r--test/testbmk.h2
-rw-r--r--test/testdyn.c2
-rw-r--r--test/testdyn.h2
-rw-r--r--test/testevt.c2
-rw-r--r--test/testevt.h2
-rw-r--r--test/testheap.c2
-rw-r--r--test/testheap.h2
-rw-r--r--test/testmbox.c2
-rw-r--r--test/testmbox.h2
-rw-r--r--test/testmsg.c2
-rw-r--r--test/testmsg.h2
-rw-r--r--test/testmtx.c2
-rw-r--r--test/testmtx.h2
-rw-r--r--test/testpools.c2
-rw-r--r--test/testpools.h2
-rw-r--r--test/testqueues.c2
-rw-r--r--test/testqueues.h2
-rw-r--r--test/testsem.c2
-rw-r--r--test/testsem.h2
-rw-r--r--test/testthd.c2
-rw-r--r--test/testthd.h2
28 files changed, 28 insertions, 28 deletions
diff --git a/test/coverage/chconf.h b/test/coverage/chconf.h
index 0859452de..5ed2886f1 100644
--- a/test/coverage/chconf.h
+++ b/test/coverage/chconf.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/coverage/halconf.h b/test/coverage/halconf.h
index 3e3e20244..def32cb3d 100644
--- a/test/coverage/halconf.h
+++ b/test/coverage/halconf.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/coverage/main.c b/test/coverage/main.c
index a2df0a409..4d8249483 100644
--- a/test/coverage/main.c
+++ b/test/coverage/main.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/test.c b/test/test.c
index 74069415c..bce0b5788 100644
--- a/test/test.c
+++ b/test/test.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/test.dox b/test/test.dox
index 114b2af85..9474d5386 100644
--- a/test/test.dox
+++ b/test/test.dox
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/test.h b/test/test.h
index b1fd311e6..f4d8e1086 100644
--- a/test/test.h
+++ b/test/test.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testbmk.c b/test/testbmk.c
index 4958ddf8b..b8031f190 100644
--- a/test/testbmk.c
+++ b/test/testbmk.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testbmk.h b/test/testbmk.h
index 43d4f2a22..6e8c4d1ba 100644
--- a/test/testbmk.h
+++ b/test/testbmk.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testdyn.c b/test/testdyn.c
index d015e2ac6..5edbc0b63 100644
--- a/test/testdyn.c
+++ b/test/testdyn.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testdyn.h b/test/testdyn.h
index 366202d62..e373df3ba 100644
--- a/test/testdyn.h
+++ b/test/testdyn.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testevt.c b/test/testevt.c
index 4bdeb8fc9..00a1f3fed 100644
--- a/test/testevt.c
+++ b/test/testevt.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testevt.h b/test/testevt.h
index 810257608..ca05c79c3 100644
--- a/test/testevt.h
+++ b/test/testevt.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testheap.c b/test/testheap.c
index 6316b56c6..8d849257a 100644
--- a/test/testheap.c
+++ b/test/testheap.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testheap.h b/test/testheap.h
index 4515f8846..4e027aeaa 100644
--- a/test/testheap.h
+++ b/test/testheap.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testmbox.c b/test/testmbox.c
index 86b9febb4..5271752d2 100644
--- a/test/testmbox.c
+++ b/test/testmbox.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testmbox.h b/test/testmbox.h
index c57a52495..e0693e8c6 100644
--- a/test/testmbox.h
+++ b/test/testmbox.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testmsg.c b/test/testmsg.c
index 54c049d44..b04da4224 100644
--- a/test/testmsg.c
+++ b/test/testmsg.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testmsg.h b/test/testmsg.h
index 7193156bd..b28b53354 100644
--- a/test/testmsg.h
+++ b/test/testmsg.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testmtx.c b/test/testmtx.c
index 599ed4539..07605922c 100644
--- a/test/testmtx.c
+++ b/test/testmtx.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testmtx.h b/test/testmtx.h
index 3bfaba78f..56e380a94 100644
--- a/test/testmtx.h
+++ b/test/testmtx.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testpools.c b/test/testpools.c
index afdd37018..1c864d973 100644
--- a/test/testpools.c
+++ b/test/testpools.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testpools.h b/test/testpools.h
index a11ef4de7..2cfa8e370 100644
--- a/test/testpools.h
+++ b/test/testpools.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testqueues.c b/test/testqueues.c
index 456598fa4..86cb2e1e5 100644
--- a/test/testqueues.c
+++ b/test/testqueues.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testqueues.h b/test/testqueues.h
index ff9b6a618..ae2a39b28 100644
--- a/test/testqueues.h
+++ b/test/testqueues.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testsem.c b/test/testsem.c
index d5c9072a7..88f28791c 100644
--- a/test/testsem.c
+++ b/test/testsem.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testsem.h b/test/testsem.h
index 032c75436..664e2ba77 100644
--- a/test/testsem.h
+++ b/test/testsem.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testthd.c b/test/testthd.c
index 3433d2eb4..ac3fe5dd6 100644
--- a/test/testthd.c
+++ b/test/testthd.c
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testthd.h b/test/testthd.h
index 5435cc02d..7ab6f4c72 100644
--- a/test/testthd.h
+++ b/test/testthd.h
@@ -1,6 +1,6 @@
/*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.