aboutsummaryrefslogtreecommitdiff
path: root/apps/uORB/topics/subsystem_info.h
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2012-11-10 12:13:40 +0100
committerLorenz Meier <lm@inf.ethz.ch>2012-11-10 12:13:40 +0100
commit90466afe05359cd5fc1d5b44b13d73912fb6571b (patch)
tree3c1bf907ba51433533867d05b73ec4c9292fd067 /apps/uORB/topics/subsystem_info.h
parent15f43b1acc456ae47bac0575e785ed87d95db93c (diff)
downloadpx4-firmware-90466afe05359cd5fc1d5b44b13d73912fb6571b.tar.gz
px4-firmware-90466afe05359cd5fc1d5b44b13d73912fb6571b.tar.bz2
px4-firmware-90466afe05359cd5fc1d5b44b13d73912fb6571b.zip
Comments cleanup / polishing
Diffstat (limited to 'apps/uORB/topics/subsystem_info.h')
-rw-r--r--apps/uORB/topics/subsystem_info.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/apps/uORB/topics/subsystem_info.h b/apps/uORB/topics/subsystem_info.h
index 89b397478..c3e039d66 100644
--- a/apps/uORB/topics/subsystem_info.h
+++ b/apps/uORB/topics/subsystem_info.h
@@ -1,9 +1,9 @@
/****************************************************************************
*
- * Copyright (C) 2008-2012 PX4 Development Team. All rights reserved.
- * Author: @author Lorenz Meier <lm@inf.ethz.ch>
- * @author Thomas Gubler <thomasgubler@student.ethz.ch>
- * @author Julian Oes <joes@student.ethz.ch>
+ * Copyright (C) 2012 PX4 Development Team. All rights reserved.
+ * Author: Lorenz Meier <lm@inf.ethz.ch>
+ * Thomas Gubler <thomasgubler@student.ethz.ch>
+ * 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,6 +37,10 @@
/**
* @file subsystem_info.h
* Definition of the subsystem info topic.
+ *
+ * @author Lorenz Meier <lm@inf.ethz.ch>
+ * @author Thomas Gubler <thomasgubler@student.ethz.ch>
+ * @author Julian Oes <joes@student.ethz.ch>
*/
#ifndef TOPIC_SUBSYSTEM_INFO_H_