Skip to content

Commit 35f21c9

Browse files
author
gsherman
committedSep 16, 2007
Updated/added copyright statements as part of provenance review for OSGeo incubation. No code changes.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7206 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

10 files changed

+69
-6
lines changed

10 files changed

+69
-6
lines changed
 

‎tests/src/core/runtests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash
12
#***************************************************************************
23
# runtests.sh
34
# --------------------------------------
@@ -12,7 +13,7 @@
1213
#* (at your option) any later version. *
1314
#* *
1415
#***************************************************************************/
15-
#!/bin/bash
16+
1617
#set -x
1718
LIST=`ls -lah |grep rwxr-xr-x |grep -v ^d |grep -v pl$ |grep -v ~$ |grep -v .sh$ |awk '{print $8}'|awk '$1=$1' RS=`
1819

‎tests/src/core/test_builder.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/perl
12
#***************************************************************************
23
# test_builder.pl
34
# --------------------------------------
@@ -12,7 +13,7 @@
1213
#* (at your option) any later version. *
1314
#* *
1415
#***************************************************************************/
15-
#!/usr/bin/perl
16+
1617
use Cwd;
1718

1819
#####################################################

‎tests/src/core/test_suite_builder.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash
12
#***************************************************************************
23
# test_suite_builder.sh
34
# --------------------------------------
@@ -12,7 +13,7 @@
1213
#* (at your option) any later version. *
1314
#* *
1415
#***************************************************************************/
15-
#!/bin/bash
16+
1617
LIST=`ls ../../../src/core/ |grep .cpp |grep ^qgs |grep -v ~$ |grep -v moc.cpp$ | sed 's/.cpp//g' |awk '$1=$1' RS= |sort`
1718
for FILE in $LIST
1819
do

‎tests/src/gui/runtests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash
12
#***************************************************************************
23
# runtests.sh
34
# --------------------------------------
@@ -12,7 +13,7 @@
1213
#* (at your option) any later version. *
1314
#* *
1415
#***************************************************************************/
15-
#!/bin/bash
16+
1617
#set -x
1718
LIST=`ls -lah |grep rwxr-xr-x |grep -v ^d |grep -v pl$ |grep -v ~$ |grep -v .sh$ |awk '{print $8}'|awk '$1=$1' RS=`
1819

‎tests/src/gui/test_builder.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/perl
12
#***************************************************************************
23
# test_builder.pl
34
# --------------------------------------
@@ -12,7 +13,7 @@
1213
#* (at your option) any later version. *
1314
#* *
1415
#***************************************************************************/
15-
#!/usr/bin/perl
16+
1617
use Cwd;
1718

1819
#####################################################

‎tests/src/gui/test_suite_builder.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash
12
#***************************************************************************
23
# test_suite_builder.sh
34
# --------------------------------------
@@ -12,7 +13,7 @@
1213
#* (at your option) any later version. *
1314
#* *
1415
#***************************************************************************/
15-
#!/bin/bash
16+
1617
LIST=`ls ../../../src/gui/ |grep .cpp |grep ^qgs |grep -v ~$ |grep -v moc.cpp$ | sed 's/.cpp//g' |awk '$1=$1' RS= |sort`
1718
for FILE in $LIST
1819
do

‎tools/mapserver_export/ms_export.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
#***************************************************************************
2+
# ms_export.py
3+
# --------------------------------------
4+
# Date : Sun Sep 16 12:33:46 AKDT 2007
5+
# Copyright : (C) 2007 by Gary E. Sherman
6+
# Email : sherman at mrcc dot com
7+
#***************************************************************************
8+
#* *
9+
#* This program is free software; you can redistribute it and/or modify *
10+
#* it under the terms of the GNU General Public License as published by *
11+
#* the Free Software Foundation; either version 2 of the License, or *
12+
#* (at your option) any later version. *
13+
#* *
14+
#***************************************************************************/
115
# This class exports a QGIS project file to a mapserver .map file.
216
# All the work is done in the writeMapFile method. The msexport binary
317
# presents a Qt based GUI that collects the needed information for this

‎tools/mapserver_export/ms_main.cpp

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
/***************************************************************************
2+
ms_main.cpp
3+
--------------------------------------
4+
Date : Sun Sep 16 12:33:58 AKDT 2007
5+
Copyright : (C) 2007 by Gary E. Sherman
6+
Email : sherman at mrcc dot com
7+
***************************************************************************
8+
* *
9+
* This program is free software; you can redistribute it and/or modify *
10+
* it under the terms of the GNU General Public License as published by *
11+
* the Free Software Foundation; either version 2 of the License, or *
12+
* (at your option) any later version. *
13+
* *
14+
***************************************************************************/
115
#include <QApplication>
216
#include <QTranslator>
317
#include <QTextCodec>

‎tools/mapserver_export/msexport.i

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
/***************************************************************************
2+
msexport.i
3+
--------------------------------------
4+
Date : Sun Sep 16 12:34:12 AKDT 2007
5+
Copyright : (C) 2007 by Gary E. Sherman
6+
Email : sherman at mrcc dot com
7+
***************************************************************************
8+
* *
9+
* This program is free software; you can redistribute it and/or modify *
10+
* it under the terms of the GNU General Public License as published by *
11+
* the Free Software Foundation; either version 2 of the License, or *
12+
* (at your option) any later version. *
13+
* *
14+
***************************************************************************/
115
/* IF YOU REGENERATE THE SWIG WRAPPER FROM THIS INTERFACE FILE, IT PROBABLY
216
* WON'T WORK SINCE THERE SEEMS TO BE A BUG IN THE INTERFACE GENERATION CODE
317
*/

‎tools/mapserver_export/test_export.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
#!/usr/bin/python
2+
#***************************************************************************
3+
# test_export.py
4+
# --------------------------------------
5+
# Date : Sun Sep 16 12:34:29 AKDT 2007
6+
# Copyright : (C) 2007 by Gary E. Sherman
7+
# Email : sherman at mrcc dot com
8+
#***************************************************************************
9+
#* *
10+
#* This program 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 2 of the License, or *
13+
#* (at your option) any later version. *
14+
#* *
15+
#***************************************************************************/
16+
217

318
# test script to export a sample QGIS project file to mapserver
419
import ms_export

0 commit comments

Comments
 (0)
Please sign in to comment.