aboutsummaryrefslogtreecommitdiff
path: root/src/modules/sdlog2/sdlog2_messages.h
diff options
context:
space:
mode:
authorAnton Babushkin <anton.babushkin@me.com>2013-07-17 22:27:22 +0400
committerAnton Babushkin <anton.babushkin@me.com>2013-07-17 22:27:22 +0400
commit68b7e0315568efc91a067e161d134b00c1c7e132 (patch)
treea3a1c50409512cb59c40755f6f175dfcd57c5909 /src/modules/sdlog2/sdlog2_messages.h
parent17366c4b0d2bbcb3d0705bac1a7e4bc737e0bf40 (diff)
downloadpx4-firmware-68b7e0315568efc91a067e161d134b00c1c7e132.tar.gz
px4-firmware-68b7e0315568efc91a067e161d134b00c1c7e132.tar.bz2
px4-firmware-68b7e0315568efc91a067e161d134b00c1c7e132.zip
sdlog2: copyright fix
Diffstat (limited to 'src/modules/sdlog2/sdlog2_messages.h')
-rw-r--r--src/modules/sdlog2/sdlog2_messages.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/sdlog2/sdlog2_messages.h b/src/modules/sdlog2/sdlog2_messages.h
index 06e640b5b..95d19d955 100644
--- a/src/modules/sdlog2/sdlog2_messages.h
+++ b/src/modules/sdlog2/sdlog2_messages.h
@@ -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 @@
*
* Log messages and structures definition.
*
- * @author Anton Babushkin <rk3dov@gmail.com>
+ * @author Anton Babushkin <anton.babushkin@me.com>
*/
#ifndef SDLOG2_MESSAGES_H_