aboutsummaryrefslogtreecommitdiff
path: root/src/lib/launchdetection/LaunchDetector.cpp
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2014-04-25 16:39:16 +0200
committerThomas Gubler <thomasgubler@gmail.com>2014-04-25 16:39:16 +0200
commit437825a5a8b93add8198ae3d82196949eb9128a9 (patch)
treeb643372dd05eeb3ec3ea9f0fad88455911436fa0 /src/lib/launchdetection/LaunchDetector.cpp
parent5ef57b8af61b7a5c9233ac1e600ffdac859f8e0c (diff)
downloadpx4-firmware-437825a5a8b93add8198ae3d82196949eb9128a9.tar.gz
px4-firmware-437825a5a8b93add8198ae3d82196949eb9128a9.tar.bz2
px4-firmware-437825a5a8b93add8198ae3d82196949eb9128a9.zip
launchdetector: fix copyright header
Diffstat (limited to 'src/lib/launchdetection/LaunchDetector.cpp')
-rw-r--r--src/lib/launchdetection/LaunchDetector.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/launchdetection/LaunchDetector.cpp b/src/lib/launchdetection/LaunchDetector.cpp
index bf539701b..3bf47bbb0 100644
--- a/src/lib/launchdetection/LaunchDetector.cpp
+++ b/src/lib/launchdetection/LaunchDetector.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
*
- * Copyright (c) 2013 Estimation and Control Library (ECL). All rights reserved.
+ * Copyright (c) 2013, 2014 PX4 Development Team. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -12,7 +12,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name ECL nor the names of its contributors may be
+ * 3. Neither the name PX4 nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -30,12 +30,11 @@
* POSSIBILITY OF SUCH DAMAGE.
*
****************************************************************************/
-
/**
* @file launchDetection.cpp
* Auto Detection for different launch methods (e.g. catapult)
*
- * Authors and acknowledgements in header.
+ * @author Thomas Gubler <thomasgubler@gmail.com>
*/
#include "LaunchDetector.h"