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 /testhal/AVR | |
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 'testhal/AVR')
-rw-r--r-- | testhal/AVR/GPT/chconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/GPT/halconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/GPT/main.c | 2 | ||||
-rw-r--r-- | testhal/AVR/GPT/mcuconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/I2C/chconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/I2C/halconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/I2C/main.c | 2 | ||||
-rw-r--r-- | testhal/AVR/I2C/mcuconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/ICU/chconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/ICU/halconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/ICU/main.c | 2 | ||||
-rw-r--r-- | testhal/AVR/ICU/mcuconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/PWM/chconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/PWM/halconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/PWM/main.c | 2 | ||||
-rw-r--r-- | testhal/AVR/PWM/mcuconf.h | 2 | ||||
-rw-r--r-- | testhal/AVR/PWM/nilconf.h | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/testhal/AVR/GPT/chconf.h b/testhal/AVR/GPT/chconf.h index f99f57d78..77a2e5e96 100644 --- a/testhal/AVR/GPT/chconf.h +++ b/testhal/AVR/GPT/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/testhal/AVR/GPT/halconf.h b/testhal/AVR/GPT/halconf.h index d7c8b6e83..c67d529bc 100644 --- a/testhal/AVR/GPT/halconf.h +++ b/testhal/AVR/GPT/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/testhal/AVR/GPT/main.c b/testhal/AVR/GPT/main.c index 09e8bd4dd..929c5f8d4 100644 --- a/testhal/AVR/GPT/main.c +++ b/testhal/AVR/GPT/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/testhal/AVR/GPT/mcuconf.h b/testhal/AVR/GPT/mcuconf.h index 8753d1857..36cf50bb6 100644 --- a/testhal/AVR/GPT/mcuconf.h +++ b/testhal/AVR/GPT/mcuconf.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/testhal/AVR/I2C/chconf.h b/testhal/AVR/I2C/chconf.h index f99f57d78..77a2e5e96 100644 --- a/testhal/AVR/I2C/chconf.h +++ b/testhal/AVR/I2C/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/testhal/AVR/I2C/halconf.h b/testhal/AVR/I2C/halconf.h index 9764317dd..14e5c2988 100644 --- a/testhal/AVR/I2C/halconf.h +++ b/testhal/AVR/I2C/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/testhal/AVR/I2C/main.c b/testhal/AVR/I2C/main.c index 50d979693..94e461eb7 100644 --- a/testhal/AVR/I2C/main.c +++ b/testhal/AVR/I2C/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/testhal/AVR/I2C/mcuconf.h b/testhal/AVR/I2C/mcuconf.h index b60c82bb0..db5cdfe34 100644 --- a/testhal/AVR/I2C/mcuconf.h +++ b/testhal/AVR/I2C/mcuconf.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/testhal/AVR/ICU/chconf.h b/testhal/AVR/ICU/chconf.h index f99f57d78..77a2e5e96 100644 --- a/testhal/AVR/ICU/chconf.h +++ b/testhal/AVR/ICU/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/testhal/AVR/ICU/halconf.h b/testhal/AVR/ICU/halconf.h index 7a89b7656..442935d61 100644 --- a/testhal/AVR/ICU/halconf.h +++ b/testhal/AVR/ICU/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/testhal/AVR/ICU/main.c b/testhal/AVR/ICU/main.c index 3faaed2ee..6a2ec1d5d 100644 --- a/testhal/AVR/ICU/main.c +++ b/testhal/AVR/ICU/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/testhal/AVR/ICU/mcuconf.h b/testhal/AVR/ICU/mcuconf.h index b738733ff..9f8060737 100644 --- a/testhal/AVR/ICU/mcuconf.h +++ b/testhal/AVR/ICU/mcuconf.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/testhal/AVR/PWM/chconf.h b/testhal/AVR/PWM/chconf.h index f99f57d78..77a2e5e96 100644 --- a/testhal/AVR/PWM/chconf.h +++ b/testhal/AVR/PWM/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/testhal/AVR/PWM/halconf.h b/testhal/AVR/PWM/halconf.h index e00b05736..ab65257f6 100644 --- a/testhal/AVR/PWM/halconf.h +++ b/testhal/AVR/PWM/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/testhal/AVR/PWM/main.c b/testhal/AVR/PWM/main.c index 08237b35d..871bb2530 100644 --- a/testhal/AVR/PWM/main.c +++ b/testhal/AVR/PWM/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/testhal/AVR/PWM/mcuconf.h b/testhal/AVR/PWM/mcuconf.h index b2340904b..e42cd7e14 100644 --- a/testhal/AVR/PWM/mcuconf.h +++ b/testhal/AVR/PWM/mcuconf.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/testhal/AVR/PWM/nilconf.h b/testhal/AVR/PWM/nilconf.h index 73fa1cdf7..45ee0eb28 100644 --- a/testhal/AVR/PWM/nilconf.h +++ b/testhal/AVR/PWM/nilconf.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.
|