diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-03-18 10:29:35 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-03-18 10:29:35 +0000 |
commit | b3fe630e4bab9a0af6f514ba086b26a1183fd333 (patch) | |
tree | 37ca76e6c31bc57d6c3e2f2e98c023142f579534 /test/rt | |
parent | ab961a54e0cc898315cf60d224d68b2c9547b1dc (diff) | |
download | ChibiOS-b3fe630e4bab9a0af6f514ba086b26a1183fd333.tar.gz ChibiOS-b3fe630e4bab9a0af6f514ba086b26a1183fd333.tar.bz2 ChibiOS-b3fe630e4bab9a0af6f514ba086b26a1183fd333.zip |
Mass license update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9136 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/rt')
-rw-r--r-- | test/rt/test.c | 2 | ||||
-rw-r--r-- | test/rt/test.dox | 2 | ||||
-rw-r--r-- | test/rt/test.h | 2 | ||||
-rw-r--r-- | test/rt/testbmk.c | 2 | ||||
-rw-r--r-- | test/rt/testbmk.h | 2 | ||||
-rw-r--r-- | test/rt/testbuild/chconf.h | 2 | ||||
-rw-r--r-- | test/rt/testbuild/halconf.h | 2 | ||||
-rw-r--r-- | test/rt/testbuild/main.c | 2 | ||||
-rw-r--r-- | test/rt/testdyn.c | 2 | ||||
-rw-r--r-- | test/rt/testdyn.h | 2 | ||||
-rw-r--r-- | test/rt/testevt.c | 2 | ||||
-rw-r--r-- | test/rt/testevt.h | 2 | ||||
-rw-r--r-- | test/rt/testheap.c | 2 | ||||
-rw-r--r-- | test/rt/testheap.h | 2 | ||||
-rw-r--r-- | test/rt/testmbox.c | 2 | ||||
-rw-r--r-- | test/rt/testmbox.h | 2 | ||||
-rw-r--r-- | test/rt/testmsg.c | 2 | ||||
-rw-r--r-- | test/rt/testmsg.h | 2 | ||||
-rw-r--r-- | test/rt/testmtx.c | 2 | ||||
-rw-r--r-- | test/rt/testmtx.h | 2 | ||||
-rw-r--r-- | test/rt/testpools.c | 2 | ||||
-rw-r--r-- | test/rt/testpools.h | 2 | ||||
-rw-r--r-- | test/rt/testqueues.c | 2 | ||||
-rw-r--r-- | test/rt/testqueues.h | 2 | ||||
-rw-r--r-- | test/rt/testsem.c | 2 | ||||
-rw-r--r-- | test/rt/testsem.h | 2 | ||||
-rw-r--r-- | test/rt/testsys.c | 2 | ||||
-rw-r--r-- | test/rt/testsys.h | 2 | ||||
-rw-r--r-- | test/rt/testthd.c | 2 | ||||
-rw-r--r-- | test/rt/testthd.h | 2 |
30 files changed, 30 insertions, 30 deletions
diff --git a/test/rt/test.c b/test/rt/test.c index 09f0ea91c..3013a1819 100644 --- a/test/rt/test.c +++ b/test/rt/test.c @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 29de03e57..e44b7a240 100644 --- a/test/rt/test.dox +++ b/test/rt/test.dox @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 da080db2d..723a1c0ef 100644 --- a/test/rt/test.h +++ b/test/rt/test.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 b5d4e4a6d..936ae7a01 100644 --- a/test/rt/testbmk.c +++ b/test/rt/testbmk.c @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 6325fbe78..e3e85ff9f 100644 --- a/test/rt/testbmk.h +++ b/test/rt/testbmk.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 89e9ff04c..83fabbd62 100644 --- a/test/rt/testbuild/chconf.h +++ b/test/rt/testbuild/chconf.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 28f18425a..86947d59c 100644 --- a/test/rt/testbuild/halconf.h +++ b/test/rt/testbuild/halconf.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 5eccafa5a..d7df4bbbb 100644 --- a/test/rt/testbuild/main.c +++ b/test/rt/testbuild/main.c @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 25304a376..dfbdc40b0 100644 --- a/test/rt/testdyn.c +++ b/test/rt/testdyn.c @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 4e222353b..446e005e5 100644 --- a/test/rt/testdyn.h +++ b/test/rt/testdyn.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 cc4a456d5..5a2042e82 100644 --- a/test/rt/testevt.c +++ b/test/rt/testevt.c @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 07368f314..8861e1916 100644 --- a/test/rt/testevt.h +++ b/test/rt/testevt.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 fed10328e..4a8eeb063 100644 --- a/test/rt/testheap.c +++ b/test/rt/testheap.c @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 4768cb591..024f37d92 100644 --- a/test/rt/testheap.h +++ b/test/rt/testheap.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 9795dc9a0..7aae8f8ad 100644 --- a/test/rt/testmbox.c +++ b/test/rt/testmbox.c @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 a1c80da2b..3939a6de9 100644 --- a/test/rt/testmbox.h +++ b/test/rt/testmbox.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 2a98d0fc6..e19eb2ba1 100644 --- a/test/rt/testmsg.c +++ b/test/rt/testmsg.c @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 f18dd2327..90fee44bf 100644 --- a/test/rt/testmsg.h +++ b/test/rt/testmsg.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 31737b1ba..799751c5e 100644 --- a/test/rt/testmtx.c +++ b/test/rt/testmtx.c @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 287a674d3..5f2789adf 100644 --- a/test/rt/testmtx.h +++ b/test/rt/testmtx.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 9eed0c3e9..e905bc371 100644 --- a/test/rt/testpools.c +++ b/test/rt/testpools.c @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 742553078..9d273a517 100644 --- a/test/rt/testpools.h +++ b/test/rt/testpools.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 50981f26c..8ceb0ca69 100644 --- a/test/rt/testqueues.c +++ b/test/rt/testqueues.c @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 bef955782..855006a57 100644 --- a/test/rt/testqueues.h +++ b/test/rt/testqueues.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 fe6766b29..3bdf95298 100644 --- a/test/rt/testsem.c +++ b/test/rt/testsem.c @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 cdb020bd5..e17ec4632 100644 --- a/test/rt/testsem.h +++ b/test/rt/testsem.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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/testsys.c b/test/rt/testsys.c index 9a8b0fee4..341d4faf3 100644 --- a/test/rt/testsys.c +++ b/test/rt/testsys.c @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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/testsys.h b/test/rt/testsys.h index 562bf9745..0aa2bb7f0 100644 --- a/test/rt/testsys.h +++ b/test/rt/testsys.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 e7e8ddb38..f270c90a6 100644 --- a/test/rt/testthd.c +++ b/test/rt/testthd.c @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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 2f1449122..dbca26142 100644 --- a/test/rt/testthd.h +++ b/test/rt/testthd.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2016 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.
|