diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-03-15 15:49:58 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-03-15 15:49:58 +0000 |
commit | db27f15531cc75d13c04211793ba3c9c91c6aeab (patch) | |
tree | 492eed517b8a0d49a0d911eff40ff9f7edc550b2 | |
parent | 7e2682c0e801e6b3f4edaeb291db221a1df7056a (diff) | |
download | ChibiOS-db27f15531cc75d13c04211793ba3c9c91c6aeab.tar.gz ChibiOS-db27f15531cc75d13c04211793ba3c9c91c6aeab.tar.bz2 ChibiOS-db27f15531cc75d13c04211793ba3c9c91c6aeab.zip |
Updated license
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9115 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/lib/peripherals/sensors/hal_accelerometer.h | 2 | ||||
-rw-r--r-- | os/hal/lib/peripherals/sensors/hal_compass.h | 2 | ||||
-rw-r--r-- | os/hal/lib/peripherals/sensors/hal_gyroscope.h | 2 | ||||
-rw-r--r-- | os/hal/lib/peripherals/sensors/hal_sensors.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/lib/peripherals/sensors/hal_accelerometer.h b/os/hal/lib/peripherals/sensors/hal_accelerometer.h index 7cd296e2f..fc3256f82 100644 --- a/os/hal/lib/peripherals/sensors/hal_accelerometer.h +++ b/os/hal/lib/peripherals/sensors/hal_accelerometer.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2016 Rocco Marco Guglielmi
+ 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/os/hal/lib/peripherals/sensors/hal_compass.h b/os/hal/lib/peripherals/sensors/hal_compass.h index 6ae9a9735..f76818c90 100644 --- a/os/hal/lib/peripherals/sensors/hal_compass.h +++ b/os/hal/lib/peripherals/sensors/hal_compass.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2016 Rocco Marco Guglielmi
+ 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/os/hal/lib/peripherals/sensors/hal_gyroscope.h b/os/hal/lib/peripherals/sensors/hal_gyroscope.h index 06ec8644a..ac2901fe4 100644 --- a/os/hal/lib/peripherals/sensors/hal_gyroscope.h +++ b/os/hal/lib/peripherals/sensors/hal_gyroscope.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2016 Rocco Marco Guglielmi
+ 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/os/hal/lib/peripherals/sensors/hal_sensors.h b/os/hal/lib/peripherals/sensors/hal_sensors.h index fc2766d64..476bf19d0 100644 --- a/os/hal/lib/peripherals/sensors/hal_sensors.h +++ b/os/hal/lib/peripherals/sensors/hal_sensors.h @@ -1,5 +1,5 @@ /*
- ChibiOS - Copyright (C) 2016 Rocco Marco Guglielmi
+ 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.
|