~ubuntu-branches/ubuntu/wily/flrig/wily

« back to all changes in this revision

Viewing changes to src/flinput2.cxx

  • Committer: Package Import Robot
  • Author(s): Kamal Mostafa
  • Date: 2014-06-07 11:28:52 UTC
  • Revision ID: package-import@ubuntu.com-20140607112852-pj9xhtlvwpgqjy5x
Tags: 1.3.15-1
* Initial release (Closes: #750861)
  flrig version 1.3.15 plus the following upstream commits:
  - 0001-License-Declaration.patch
  - 0002-FL_APPS-folder.patch
  - 0003-rig-home-dir.patch
  - 0004-RTS-DTR-restore.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
// Author: Stelios Buononos, M0GLD
6
6
// Copyright: 2010
7
7
//
8
 
// This software is distributed in the hope that it will be useful,
 
8
// This file is part of flrig.
 
9
//
 
10
// flrig is free software; you can redistribute it and/or modify
 
11
// it under the terms of the GNU General Public License as published by
 
12
// the Free Software Foundation; either version 3 of the License, or
 
13
// (at your option) any later version.
 
14
//
 
15
// flrig is distributed in the hope that it will be useful,
9
16
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10
 
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  It is
11
 
// copyright under the GNU General Public License.
 
17
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
18
// GNU General Public License for more details.
12
19
//
13
20
// You should have received a copy of the GNU General Public License
14
 
// along with the program; if not, write to the Free Software
15
 
// Foundation, Inc.
16
 
// 59 Temple Place, Suite 330
17
 
// Boston, MA  02111-1307 USA
18
 
//
19
 
// =====================================================================
 
21
// along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
22
// ----------------------------------------------------------------------------
20
23
 
21
24
#include <cctype>
22
25