aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR
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 /testhal/AVR
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 'testhal/AVR')
-rw-r--r--testhal/AVR/GPT/chconf.h2
-rw-r--r--testhal/AVR/GPT/halconf.h2
-rw-r--r--testhal/AVR/GPT/main.c2
-rw-r--r--testhal/AVR/GPT/mcuconf.h2
-rw-r--r--testhal/AVR/I2C/chconf.h2
-rw-r--r--testhal/AVR/I2C/halconf.h2
-rw-r--r--testhal/AVR/I2C/main.c2
-rw-r--r--testhal/AVR/I2C/mcuconf.h2
-rw-r--r--testhal/AVR/ICU/chconf.h2
-rw-r--r--testhal/AVR/ICU/halconf.h2
-rw-r--r--testhal/AVR/ICU/main.c2
-rw-r--r--testhal/AVR/ICU/mcuconf.h2
-rw-r--r--testhal/AVR/PWM/chconf.h2
-rw-r--r--testhal/AVR/PWM/halconf.h2
-rw-r--r--testhal/AVR/PWM/main.c2
-rw-r--r--testhal/AVR/PWM/mcuconf.h2
-rw-r--r--testhal/AVR/PWM/nilconf.h2
17 files changed, 17 insertions, 17 deletions
diff --git a/testhal/AVR/GPT/chconf.h b/testhal/AVR/GPT/chconf.h
index f3ce5fb18..662f53b0d 100644
--- a/testhal/AVR/GPT/chconf.h
+++ b/testhal/AVR/GPT/chconf.h
@@ -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/testhal/AVR/GPT/halconf.h b/testhal/AVR/GPT/halconf.h
index e6b20a5fd..64dfa2e14 100644
--- a/testhal/AVR/GPT/halconf.h
+++ b/testhal/AVR/GPT/halconf.h
@@ -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/testhal/AVR/GPT/main.c b/testhal/AVR/GPT/main.c
index 910e22ccf..09e8bd4dd 100644
--- a/testhal/AVR/GPT/main.c
+++ b/testhal/AVR/GPT/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/testhal/AVR/GPT/mcuconf.h b/testhal/AVR/GPT/mcuconf.h
index 19ed32978..7211f5034 100644
--- a/testhal/AVR/GPT/mcuconf.h
+++ b/testhal/AVR/GPT/mcuconf.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/testhal/AVR/I2C/chconf.h b/testhal/AVR/I2C/chconf.h
index e4502f876..662f53b0d 100644
--- a/testhal/AVR/I2C/chconf.h
+++ b/testhal/AVR/I2C/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/testhal/AVR/I2C/halconf.h b/testhal/AVR/I2C/halconf.h
index 3f8ae0410..4d2ae7f36 100644
--- a/testhal/AVR/I2C/halconf.h
+++ b/testhal/AVR/I2C/halconf.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/testhal/AVR/I2C/main.c b/testhal/AVR/I2C/main.c
index 71a293260..fc68956c3 100644
--- a/testhal/AVR/I2C/main.c
+++ b/testhal/AVR/I2C/main.c
@@ -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/testhal/AVR/I2C/mcuconf.h b/testhal/AVR/I2C/mcuconf.h
index b0f43c173..1a5780f90 100644
--- a/testhal/AVR/I2C/mcuconf.h
+++ b/testhal/AVR/I2C/mcuconf.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/testhal/AVR/ICU/chconf.h b/testhal/AVR/ICU/chconf.h
index f3ce5fb18..662f53b0d 100644
--- a/testhal/AVR/ICU/chconf.h
+++ b/testhal/AVR/ICU/chconf.h
@@ -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/testhal/AVR/ICU/halconf.h b/testhal/AVR/ICU/halconf.h
index 8ac745e04..c988f7090 100644
--- a/testhal/AVR/ICU/halconf.h
+++ b/testhal/AVR/ICU/halconf.h
@@ -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/testhal/AVR/ICU/main.c b/testhal/AVR/ICU/main.c
index c6819ffe1..2cbe1db2e 100644
--- a/testhal/AVR/ICU/main.c
+++ b/testhal/AVR/ICU/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/testhal/AVR/ICU/mcuconf.h b/testhal/AVR/ICU/mcuconf.h
index d775a1d2a..a8f5299bb 100644
--- a/testhal/AVR/ICU/mcuconf.h
+++ b/testhal/AVR/ICU/mcuconf.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/testhal/AVR/PWM/chconf.h b/testhal/AVR/PWM/chconf.h
index f3ce5fb18..662f53b0d 100644
--- a/testhal/AVR/PWM/chconf.h
+++ b/testhal/AVR/PWM/chconf.h
@@ -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/testhal/AVR/PWM/halconf.h b/testhal/AVR/PWM/halconf.h
index 956983e00..2a969bbe1 100644
--- a/testhal/AVR/PWM/halconf.h
+++ b/testhal/AVR/PWM/halconf.h
@@ -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/testhal/AVR/PWM/main.c b/testhal/AVR/PWM/main.c
index 4764bec96..08237b35d 100644
--- a/testhal/AVR/PWM/main.c
+++ b/testhal/AVR/PWM/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/testhal/AVR/PWM/mcuconf.h b/testhal/AVR/PWM/mcuconf.h
index 2f3e0c0bf..995da47d9 100644
--- a/testhal/AVR/PWM/mcuconf.h
+++ b/testhal/AVR/PWM/mcuconf.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/testhal/AVR/PWM/nilconf.h b/testhal/AVR/PWM/nilconf.h
index 12c4b79db..73fa1cdf7 100644
--- a/testhal/AVR/PWM/nilconf.h
+++ b/testhal/AVR/PWM/nilconf.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/NIL - Copyright (C) 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.