mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
[Companion] Copyright added to all files
This commit is contained in:
parent
5f9737fc70
commit
b0f5b646af
183 changed files with 3525 additions and 507 deletions
|
@ -1,5 +1,25 @@
|
|||
#ifndef AUTOLINEEDIT_H_
|
||||
#define AUTOLINEEDIT_H_
|
||||
/*
|
||||
* Copyright (C) OpenTX
|
||||
*
|
||||
* Based on code named
|
||||
* th9x - http://code.google.com/p/th9x
|
||||
* er9x - http://code.google.com/p/er9x
|
||||
* gruvin9x - http://code.google.com/p/gruvin9x
|
||||
*
|
||||
* License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Software Foundation.
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
#ifndef _AUTOLINEEDIT_H_
|
||||
#define _AUTOLINEEDIT_H_
|
||||
|
||||
#include <QLineEdit>
|
||||
#include <QRegExpValidator>
|
||||
|
@ -57,4 +77,4 @@ class AutoLineEdit: public QLineEdit
|
|||
bool lock;
|
||||
};
|
||||
|
||||
#endif /* AUTOLINEEDIT_H_ */
|
||||
#endif // _AUTOLINEEDIT_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue