aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F1xx/I2C
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F1xx/I2C')
-rw-r--r--testhal/STM32/STM32F1xx/I2C/chconf.h2
-rw-r--r--testhal/STM32/STM32F1xx/I2C/fake.c2
-rw-r--r--testhal/STM32/STM32F1xx/I2C/fake.h2
-rw-r--r--testhal/STM32/STM32F1xx/I2C/halconf.h2
-rw-r--r--testhal/STM32/STM32F1xx/I2C/lis3.c2
-rw-r--r--testhal/STM32/STM32F1xx/I2C/lis3.h2
-rw-r--r--testhal/STM32/STM32F1xx/I2C/main.c2
-rw-r--r--testhal/STM32/STM32F1xx/I2C/mcuconf.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/testhal/STM32/STM32F1xx/I2C/chconf.h b/testhal/STM32/STM32F1xx/I2C/chconf.h
index 49a557804..6fa9e6acb 100644
--- a/testhal/STM32/STM32F1xx/I2C/chconf.h
+++ b/testhal/STM32/STM32F1xx/I2C/chconf.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/STM32/STM32F1xx/I2C/fake.c b/testhal/STM32/STM32F1xx/I2C/fake.c
index 6c7506023..ad69a604a 100644
--- a/testhal/STM32/STM32F1xx/I2C/fake.c
+++ b/testhal/STM32/STM32F1xx/I2C/fake.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/testhal/STM32/STM32F1xx/I2C/fake.h b/testhal/STM32/STM32F1xx/I2C/fake.h
index 1c2ef8eaa..adb58d809 100644
--- a/testhal/STM32/STM32F1xx/I2C/fake.h
+++ b/testhal/STM32/STM32F1xx/I2C/fake.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/STM32/STM32F1xx/I2C/halconf.h b/testhal/STM32/STM32F1xx/I2C/halconf.h
index a940917ef..352ad7196 100644
--- a/testhal/STM32/STM32F1xx/I2C/halconf.h
+++ b/testhal/STM32/STM32F1xx/I2C/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/testhal/STM32/STM32F1xx/I2C/lis3.c b/testhal/STM32/STM32F1xx/I2C/lis3.c
index 6a1c79164..b80072e3a 100644
--- a/testhal/STM32/STM32F1xx/I2C/lis3.c
+++ b/testhal/STM32/STM32F1xx/I2C/lis3.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/testhal/STM32/STM32F1xx/I2C/lis3.h b/testhal/STM32/STM32F1xx/I2C/lis3.h
index c31cb7bb1..d4943423b 100644
--- a/testhal/STM32/STM32F1xx/I2C/lis3.h
+++ b/testhal/STM32/STM32F1xx/I2C/lis3.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/STM32/STM32F1xx/I2C/main.c b/testhal/STM32/STM32F1xx/I2C/main.c
index 2b0d3383e..67a5c0aab 100644
--- a/testhal/STM32/STM32F1xx/I2C/main.c
+++ b/testhal/STM32/STM32F1xx/I2C/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/testhal/STM32/STM32F1xx/I2C/mcuconf.h b/testhal/STM32/STM32F1xx/I2C/mcuconf.h
index ed641bae1..02cf605fe 100644
--- a/testhal/STM32/STM32F1xx/I2C/mcuconf.h
+++ b/testhal/STM32/STM32F1xx/I2C/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.