aboutsummaryrefslogtreecommitdiff
path: root/src/modules/sdlog2/sdlog2.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/sdlog2/sdlog2.c
parent5cb1f4662fb28f68e539f2c8930c0f48ccea3521 (diff)
downloadpx4-firmware-72694825de93e0998d39f1296bc830c3ec23933d.tar.gz
px4-firmware-72694825de93e0998d39f1296bc830c3ec23933d.tar.bz2
px4-firmware-72694825de93e0998d39f1296bc830c3ec23933d.zip
Copyright fixes
Diffstat (limited to 'src/modules/sdlog2/sdlog2.c')
-rw-r--r--src/modules/sdlog2/sdlog2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/sdlog2/sdlog2.c b/src/modules/sdlog2/sdlog2.c
index c543fb1b4..f31277831 100644
--- a/src/modules/sdlog2/sdlog2.c
+++ b/src/modules/sdlog2/sdlog2.c
@@ -2,7 +2,7 @@
*
* Copyright (c) 2012, 2013 PX4 Development Team. All rights reserved.
* Author: Lorenz Meier <lm@inf.ethz.ch>
- * Anton Babushkin <rk3dov@gmail.com>
+ * Anton Babushkin <anton.babushkin@me.com>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -40,7 +40,7 @@
* does the heavy SD I/O in a low-priority worker thread.
*
* @author Lorenz Meier <lm@inf.ethz.ch>
- * @author Anton Babushkin <rk3dov@gmail.com>
+ * @author Anton Babushkin <anton.babushkin@me.com>
*/
#include <nuttx/config.h>