From 96ce3db02d8f33fbc04a27e3e0ac7c5605e97e00 Mon Sep 17 00:00:00 2001 From: Vladimir Zidar Date: Fri, 22 Apr 2016 02:04:21 +0200 Subject: [PATCH] LP-293 Added LibrePilot to @author tag --- flight/libraries/alarms.c | 3 ++- flight/libraries/inc/alarms.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/flight/libraries/alarms.c b/flight/libraries/alarms.c index 8ba2820a7..bd049a7a2 100644 --- a/flight/libraries/alarms.c +++ b/flight/libraries/alarms.c @@ -6,7 +6,8 @@ * @brief OpenPilot System libraries are available to all OP modules. * @{ * @file alarms.c - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. + * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2016. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @brief Library for setting and clearing system alarms * @see The GNU Public License (GPL) Version 3 * diff --git a/flight/libraries/inc/alarms.h b/flight/libraries/inc/alarms.h index 4afbc6146..afcbfac24 100644 --- a/flight/libraries/inc/alarms.h +++ b/flight/libraries/inc/alarms.h @@ -5,7 +5,8 @@ * @addtogroup OpenPilotLibraries OpenPilot System Libraries * @{ * @file alarms.h - * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. + * @author The LibrePilot Project, http://www.librepilot.org Copyright (C) 2016. + * The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @brief Include file of the alarm library * @see The GNU Public License (GPL) Version 3 *