aboutsummaryrefslogtreecommitdiff
path: root/src/modules/sensors/sensors.cpp
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-01-13 08:32:44 +0100
committerLorenz Meier <lm@inf.ethz.ch>2014-01-13 08:32:44 +0100
commit8a37633d2d48dde675a2dda6d5c8f8af39197da0 (patch)
treeff5efa8ac692a886d8e5a1f82428916f6ead36ce /src/modules/sensors/sensors.cpp
parentbc64391c538d85e6a1640dac0a76fe0f71a8efc4 (diff)
downloadpx4-firmware-8a37633d2d48dde675a2dda6d5c8f8af39197da0.tar.gz
px4-firmware-8a37633d2d48dde675a2dda6d5c8f8af39197da0.tar.bz2
px4-firmware-8a37633d2d48dde675a2dda6d5c8f8af39197da0.zip
Copyright cleanup
Diffstat (limited to 'src/modules/sensors/sensors.cpp')
-rw-r--r--src/modules/sensors/sensors.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/modules/sensors/sensors.cpp b/src/modules/sensors/sensors.cpp
index a494cd08d..e13fc4a91 100644
--- a/src/modules/sensors/sensors.cpp
+++ b/src/modules/sensors/sensors.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
*
- * Copyright (C) 2012 PX4 Development Team. All rights reserved.
- * Author: Lorenz Meier <lm@inf.ethz.ch>
+ * Copyright (c) 2012-2014 PX4 Development Team. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -37,6 +36,8 @@
* Sensor readout process.
*
* @author Lorenz Meier <lm@inf.ethz.ch>
+ * @author Julian Oes <joes@student.ethz.ch>
+ * @author Thomas Gubler <thomasgubler@student.ethz.ch>
*/
#include <nuttx/config.h>