aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-01-11 13:56:55 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-01-11 13:56:55 +0000
commitfa1aeb7e9a376489ba47b04d3aadeb273c7b6b9f (patch)
tree538272aab73f4678c19e563976c3e37df40e87b5 /test/rt
parent1979996549d3b0879e3318528dde920009b87331 (diff)
downloadChibiOS-fa1aeb7e9a376489ba47b04d3aadeb273c7b6b9f.tar.gz
ChibiOS-fa1aeb7e9a376489ba47b04d3aadeb273c7b6b9f.tar.bz2
ChibiOS-fa1aeb7e9a376489ba47b04d3aadeb273c7b6b9f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7622 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/rt')
-rw-r--r--test/rt/coverage/chconf.h2
-rw-r--r--test/rt/coverage/halconf.h2
-rw-r--r--test/rt/coverage/main.c2
-rw-r--r--test/rt/test.c2
-rw-r--r--test/rt/test.dox2
-rw-r--r--test/rt/test.h2
-rw-r--r--test/rt/testbmk.c2
-rw-r--r--test/rt/testbmk.h2
-rw-r--r--test/rt/testbuild/chconf.h2
-rw-r--r--test/rt/testbuild/halconf.h2
-rw-r--r--test/rt/testbuild/main.c2
-rw-r--r--test/rt/testdyn.c2
-rw-r--r--test/rt/testdyn.h2
-rw-r--r--test/rt/testevt.c2
-rw-r--r--test/rt/testevt.h2
-rw-r--r--test/rt/testheap.c2
-rw-r--r--test/rt/testheap.h2
-rw-r--r--test/rt/testmbox.c2
-rw-r--r--test/rt/testmbox.h2
-rw-r--r--test/rt/testmsg.c2
-rw-r--r--test/rt/testmsg.h2
-rw-r--r--test/rt/testmtx.c2
-rw-r--r--test/rt/testmtx.h2
-rw-r--r--test/rt/testpools.c2
-rw-r--r--test/rt/testpools.h2
-rw-r--r--test/rt/testqueues.c2
-rw-r--r--test/rt/testqueues.h2
-rw-r--r--test/rt/testsem.c2
-rw-r--r--test/rt/testsem.h2
-rw-r--r--test/rt/testthd.c2
-rw-r--r--test/rt/testthd.h2
31 files changed, 31 insertions, 31 deletions
diff --git a/test/rt/coverage/chconf.h b/test/rt/coverage/chconf.h
index f38839909..a08521301 100644
--- a/test/rt/coverage/chconf.h
+++ b/test/rt/coverage/chconf.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006-2014 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/coverage/halconf.h b/test/rt/coverage/halconf.h
index 28669f528..1ee5b052a 100644
--- a/test/rt/coverage/halconf.h
+++ b/test/rt/coverage/halconf.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/coverage/main.c b/test/rt/coverage/main.c
index c4f257f0d..f1ed0b739 100644
--- a/test/rt/coverage/main.c
+++ b/test/rt/coverage/main.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/test.c b/test/rt/test.c
index ce56dd5fa..14638a3dd 100644
--- a/test/rt/test.c
+++ b/test/rt/test.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/test.dox b/test/rt/test.dox
index 2ff584055..22e1f0c12 100644
--- a/test/rt/test.dox
+++ b/test/rt/test.dox
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/test.h b/test/rt/test.h
index 1b40a48e0..90f7b977f 100644
--- a/test/rt/test.h
+++ b/test/rt/test.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testbmk.c b/test/rt/testbmk.c
index 4464b65f3..7d23f02bf 100644
--- a/test/rt/testbmk.c
+++ b/test/rt/testbmk.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testbmk.h b/test/rt/testbmk.h
index 8d7514f74..6325fbe78 100644
--- a/test/rt/testbmk.h
+++ b/test/rt/testbmk.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testbuild/chconf.h b/test/rt/testbuild/chconf.h
index 445e4bdfe..bd44a0064 100644
--- a/test/rt/testbuild/chconf.h
+++ b/test/rt/testbuild/chconf.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006-2014 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testbuild/halconf.h b/test/rt/testbuild/halconf.h
index 28669f528..1ee5b052a 100644
--- a/test/rt/testbuild/halconf.h
+++ b/test/rt/testbuild/halconf.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testbuild/main.c b/test/rt/testbuild/main.c
index 01cf5dbed..540a8a7d0 100644
--- a/test/rt/testbuild/main.c
+++ b/test/rt/testbuild/main.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2014 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testdyn.c b/test/rt/testdyn.c
index bf9f127a0..f085e7ae8 100644
--- a/test/rt/testdyn.c
+++ b/test/rt/testdyn.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testdyn.h b/test/rt/testdyn.h
index 6b25dbb30..4e222353b 100644
--- a/test/rt/testdyn.h
+++ b/test/rt/testdyn.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testevt.c b/test/rt/testevt.c
index e7e1603b8..5a7aa1b93 100644
--- a/test/rt/testevt.c
+++ b/test/rt/testevt.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testevt.h b/test/rt/testevt.h
index 7d189c17f..07368f314 100644
--- a/test/rt/testevt.h
+++ b/test/rt/testevt.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testheap.c b/test/rt/testheap.c
index 9a7c746e4..6686f8389 100644
--- a/test/rt/testheap.c
+++ b/test/rt/testheap.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testheap.h b/test/rt/testheap.h
index 24d577445..4768cb591 100644
--- a/test/rt/testheap.h
+++ b/test/rt/testheap.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testmbox.c b/test/rt/testmbox.c
index a9f57e961..901038ceb 100644
--- a/test/rt/testmbox.c
+++ b/test/rt/testmbox.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testmbox.h b/test/rt/testmbox.h
index 5b61ec888..a1c80da2b 100644
--- a/test/rt/testmbox.h
+++ b/test/rt/testmbox.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testmsg.c b/test/rt/testmsg.c
index b3b2aedcd..aa04ce744 100644
--- a/test/rt/testmsg.c
+++ b/test/rt/testmsg.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testmsg.h b/test/rt/testmsg.h
index 47f072d14..f18dd2327 100644
--- a/test/rt/testmsg.h
+++ b/test/rt/testmsg.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testmtx.c b/test/rt/testmtx.c
index 3fea7036b..f15e82dc7 100644
--- a/test/rt/testmtx.c
+++ b/test/rt/testmtx.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testmtx.h b/test/rt/testmtx.h
index 653c4ad24..287a674d3 100644
--- a/test/rt/testmtx.h
+++ b/test/rt/testmtx.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testpools.c b/test/rt/testpools.c
index 3037846ea..0e11eb084 100644
--- a/test/rt/testpools.c
+++ b/test/rt/testpools.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testpools.h b/test/rt/testpools.h
index 3fe4ed0f6..742553078 100644
--- a/test/rt/testpools.h
+++ b/test/rt/testpools.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testqueues.c b/test/rt/testqueues.c
index 0d1bcc872..ebd06435e 100644
--- a/test/rt/testqueues.c
+++ b/test/rt/testqueues.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testqueues.h b/test/rt/testqueues.h
index fdfbc4359..bef955782 100644
--- a/test/rt/testqueues.h
+++ b/test/rt/testqueues.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testsem.c b/test/rt/testsem.c
index 87e9b187f..11965695e 100644
--- a/test/rt/testsem.c
+++ b/test/rt/testsem.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testsem.h b/test/rt/testsem.h
index 94a8bfca8..cdb020bd5 100644
--- a/test/rt/testsem.h
+++ b/test/rt/testsem.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testthd.c b/test/rt/testthd.c
index d4d148169..5d7e18eff 100644
--- a/test/rt/testthd.c
+++ b/test/rt/testthd.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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/test/rt/testthd.h b/test/rt/testthd.h
index f1e3a9475..2f1449122 100644
--- a/test/rt/testthd.h
+++ b/test/rt/testthd.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2015 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.