diff --git a/ground/openpilotgcs/src/plugins/config/calibration/wizardmodel.cpp b/ground/openpilotgcs/src/plugins/config/calibration/wizardmodel.cpp index 77758b9fe..1bb9ac028 100644 --- a/ground/openpilotgcs/src/plugins/config/calibration/wizardmodel.cpp +++ b/ground/openpilotgcs/src/plugins/config/calibration/wizardmodel.cpp @@ -1,3 +1,30 @@ +/** + ****************************************************************************** + * + * @file wizardmodel.h + * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2013. + * + * @brief A fsm state machine model used in wizard like UIs + * @see The GNU Public License (GPL) Version 3 + * @defgroup + * @{ + * + *****************************************************************************/ +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ #include "wizardmodel.h" WizardModel::WizardModel(QObject *parent) : diff --git a/ground/openpilotgcs/src/plugins/config/calibration/wizardmodel.h b/ground/openpilotgcs/src/plugins/config/calibration/wizardmodel.h index eaad2aa54..1f3052d03 100644 --- a/ground/openpilotgcs/src/plugins/config/calibration/wizardmodel.h +++ b/ground/openpilotgcs/src/plugins/config/calibration/wizardmodel.h @@ -1,3 +1,30 @@ +/** + ****************************************************************************** + * + * @file wizardmodel.c + * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2013. + * + * @brief A fsm state machine model used in wizard like UIs + * @see The GNU Public License (GPL) Version 3 + * @defgroup + * @{ + * + *****************************************************************************/ +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ #ifndef WIZARDMODEL_H #define WIZARDMODEL_H diff --git a/ground/openpilotgcs/src/plugins/config/calibration/wizardstate.cpp b/ground/openpilotgcs/src/plugins/config/calibration/wizardstate.cpp index 48a62fa2a..fcf127279 100644 --- a/ground/openpilotgcs/src/plugins/config/calibration/wizardstate.cpp +++ b/ground/openpilotgcs/src/plugins/config/calibration/wizardstate.cpp @@ -1,3 +1,30 @@ +/** + ****************************************************************************** + * + * @file wizardstate.h + * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2013. + * + * @brief A fsm state used in wizard like UI + * @see The GNU Public License (GPL) Version 3 + * @defgroup + * @{ + * + *****************************************************************************/ +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ #include "wizardstate.h" WizardState::WizardState(QString name, QState *parent) : diff --git a/ground/openpilotgcs/src/plugins/config/calibration/wizardstate.h b/ground/openpilotgcs/src/plugins/config/calibration/wizardstate.h index 131dcecef..b1c36266f 100644 --- a/ground/openpilotgcs/src/plugins/config/calibration/wizardstate.h +++ b/ground/openpilotgcs/src/plugins/config/calibration/wizardstate.h @@ -1,3 +1,30 @@ +/** + ****************************************************************************** + * + * @file wizardstate.c + * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2013. + * + * @brief A fsm state used in wizard like UI + * @see The GNU Public License (GPL) Version 3 + * @defgroup + * @{ + * + *****************************************************************************/ +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ #ifndef WIZARDSTATE_H #define WIZARDSTATE_H