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

« back to all changes in this revision

Viewing changes to src/mingw.c

  • 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:
9
9
// The rest:
10
10
// Copyright (C) 2009
11
11
//              Stelios Bounanos, M0GLD
12
 
//
13
 
// This file is part of fldigi.
14
 
//
15
 
// fldigi is free software; you can redistribute it and/or modify
 
12
// ----------------------------------------------------------------------------
 
13
// Copyright (C) 2014
 
14
//              David Freese, W1HKJ
 
15
//
 
16
// This file is part of flrig.
 
17
//
 
18
// flrig is free software; you can redistribute it and/or modify
16
19
// it under the terms of the GNU General Public License as published by
17
20
// the Free Software Foundation; either version 3 of the License, or
18
21
// (at your option) any later version.
19
22
//
20
 
// fldigi is distributed in the hope that it will be useful,
 
23
// flrig is distributed in the hope that it will be useful,
21
24
// but WITHOUT ANY WARRANTY; without even the implied warranty of
22
25
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23
26
// GNU General Public License for more details.
26
29
// along with this program.  If not, see <http://www.gnu.org/licenses/>.
27
30
// ----------------------------------------------------------------------------
28
31
 
 
32
 
29
33
#include <config.h>
30
34
 
31
35
#include <ctype.h>