aboutsummaryrefslogtreecommitdiff
path: root/src/modules/multirotor_att_control/multirotor_rate_control.c
diff options
context:
space:
mode:
authorAnton Babushkin <anton.babushkin@me.com>2013-06-22 11:28:21 +0400
committerAnton Babushkin <anton.babushkin@me.com>2013-06-22 11:28:21 +0400
commit72694825de93e0998d39f1296bc830c3ec23933d (patch)
treed66ce716ca687b5746298e1e250462dd3da8c9fc /src/modules/multirotor_att_control/multirotor_rate_control.c
parent5cb1f4662fb28f68e539f2c8930c0f48ccea3521 (diff)
downloadpx4-firmware-72694825de93e0998d39f1296bc830c3ec23933d.tar.gz
px4-firmware-72694825de93e0998d39f1296bc830c3ec23933d.tar.bz2
px4-firmware-72694825de93e0998d39f1296bc830c3ec23933d.zip
Copyright fixes
Diffstat (limited to 'src/modules/multirotor_att_control/multirotor_rate_control.c')
-rw-r--r--src/modules/multirotor_att_control/multirotor_rate_control.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/modules/multirotor_att_control/multirotor_rate_control.c b/src/modules/multirotor_att_control/multirotor_rate_control.c
index 61498b71f..e58d357d5 100644
--- a/src/modules/multirotor_att_control/multirotor_rate_control.c
+++ b/src/modules/multirotor_att_control/multirotor_rate_control.c
@@ -1,9 +1,10 @@
/****************************************************************************
*
- * Copyright (C) 2013 PX4 Development Team. All rights reserved.
+ * Copyright (C) 2012-2013 PX4 Development Team. All rights reserved.
* Author: Tobias Naegeli <naegelit@student.ethz.ch>
* Lorenz Meier <lm@inf.ethz.ch>
* Anton Babushkin <anton.babushkin@me.com>
+ * Julian Oes <joes@student.ethz.ch>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -37,11 +38,12 @@
/**
* @file multirotor_rate_control.c
*
- * Implementation of rate controller
+ * Implementation of rate controller for multirotors.
*
* @author Tobias Naegeli <naegelit@student.ethz.ch>
* @author Lorenz Meier <lm@inf.ethz.ch>
* @author Anton Babushkin <anton.babushkin@me.com>
+ * @author Julian Oes <joes@student.ethz.ch>
*/
#include "multirotor_rate_control.h"