aboutsummaryrefslogtreecommitdiff
path: root/src/modules/sdlog2/logbuffer.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/logbuffer.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/logbuffer.c')
-rw-r--r--src/modules/sdlog2/logbuffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/sdlog2/logbuffer.c b/src/modules/sdlog2/logbuffer.c
index 2e1e4fd4d..b3243f7b5 100644
--- a/src/modules/sdlog2/logbuffer.c
+++ b/src/modules/sdlog2/logbuffer.c
@@ -1,7 +1,7 @@
/****************************************************************************
*
* Copyright (c) 2013 PX4 Development Team. All rights reserved.
- * Author: Anton Babushkin <rk3dov@gmail.com>
+ * Author: 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
@@ -37,7 +37,7 @@
*
* Ring FIFO buffer for binary log data.
*
- * @author Anton Babushkin <rk3dov@gmail.com>
+ * @author Anton Babushkin <anton.babushkin@me.com>
*/
#include <string.h>