Skip to content

Commit

Permalink
Updated/added copyright statements as part of provenance review for O…
Browse files Browse the repository at this point in the history
…SGeo incubation. No code changes.

git-svn-id: http://svn.osgeo.org/qgis/trunk@7206 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Sep 16, 2007
1 parent 2f62deb commit b88da4f
Show file tree
Hide file tree
Showing 10 changed files with 69 additions and 6 deletions.
3 changes: 2 additions & 1 deletion tests/src/core/runtests.sh
@@ -1,3 +1,4 @@
#!/bin/bash
#***************************************************************************
# runtests.sh
# --------------------------------------
Expand All @@ -12,7 +13,7 @@
#* (at your option) any later version. *
#* *
#***************************************************************************/
#!/bin/bash

#set -x
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=`

Expand Down
3 changes: 2 additions & 1 deletion tests/src/core/test_builder.pl
@@ -1,3 +1,4 @@
#!/usr/bin/perl
#***************************************************************************
# test_builder.pl
# --------------------------------------
Expand All @@ -12,7 +13,7 @@
#* (at your option) any later version. *
#* *
#***************************************************************************/
#!/usr/bin/perl

use Cwd;

#####################################################
Expand Down
3 changes: 2 additions & 1 deletion tests/src/core/test_suite_builder.sh
@@ -1,3 +1,4 @@
#!/bin/bash
#***************************************************************************
# test_suite_builder.sh
# --------------------------------------
Expand All @@ -12,7 +13,7 @@
#* (at your option) any later version. *
#* *
#***************************************************************************/
#!/bin/bash

LIST=`ls ../../../src/core/ |grep .cpp |grep ^qgs |grep -v ~$ |grep -v moc.cpp$ | sed 's/.cpp//g' |awk '$1=$1' RS= |sort`
for FILE in $LIST
do
Expand Down
3 changes: 2 additions & 1 deletion tests/src/gui/runtests.sh
@@ -1,3 +1,4 @@
#!/bin/bash
#***************************************************************************
# runtests.sh
# --------------------------------------
Expand All @@ -12,7 +13,7 @@
#* (at your option) any later version. *
#* *
#***************************************************************************/
#!/bin/bash

#set -x
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=`

Expand Down
3 changes: 2 additions & 1 deletion tests/src/gui/test_builder.pl
@@ -1,3 +1,4 @@
#!/usr/bin/perl
#***************************************************************************
# test_builder.pl
# --------------------------------------
Expand All @@ -12,7 +13,7 @@
#* (at your option) any later version. *
#* *
#***************************************************************************/
#!/usr/bin/perl

use Cwd;

#####################################################
Expand Down
3 changes: 2 additions & 1 deletion tests/src/gui/test_suite_builder.sh
@@ -1,3 +1,4 @@
#!/bin/bash
#***************************************************************************
# test_suite_builder.sh
# --------------------------------------
Expand All @@ -12,7 +13,7 @@
#* (at your option) any later version. *
#* *
#***************************************************************************/
#!/bin/bash

LIST=`ls ../../../src/gui/ |grep .cpp |grep ^qgs |grep -v ~$ |grep -v moc.cpp$ | sed 's/.cpp//g' |awk '$1=$1' RS= |sort`
for FILE in $LIST
do
Expand Down
14 changes: 14 additions & 0 deletions tools/mapserver_export/ms_export.py
@@ -1,3 +1,17 @@
#***************************************************************************
# ms_export.py
# --------------------------------------
# Date : Sun Sep 16 12:33:46 AKDT 2007
# Copyright : (C) 2007 by Gary E. Sherman
# Email : sherman at mrcc dot com
#***************************************************************************
#* *
#* 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 2 of the License, or *
#* (at your option) any later version. *
#* *
#***************************************************************************/
# This class exports a QGIS project file to a mapserver .map file.
# All the work is done in the writeMapFile method. The msexport binary
# presents a Qt based GUI that collects the needed information for this
Expand Down
14 changes: 14 additions & 0 deletions tools/mapserver_export/ms_main.cpp
@@ -1,3 +1,17 @@
/***************************************************************************
ms_main.cpp
--------------------------------------
Date : Sun Sep 16 12:33:58 AKDT 2007
Copyright : (C) 2007 by Gary E. Sherman
Email : sherman at mrcc dot com
***************************************************************************
* *
* 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 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#include <QApplication>
#include <QTranslator>
#include <QTextCodec>
Expand Down
14 changes: 14 additions & 0 deletions tools/mapserver_export/msexport.i
@@ -1,3 +1,17 @@
/***************************************************************************
msexport.i
--------------------------------------
Date : Sun Sep 16 12:34:12 AKDT 2007
Copyright : (C) 2007 by Gary E. Sherman
Email : sherman at mrcc dot com
***************************************************************************
* *
* 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 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
/* IF YOU REGENERATE THE SWIG WRAPPER FROM THIS INTERFACE FILE, IT PROBABLY
* WON'T WORK SINCE THERE SEEMS TO BE A BUG IN THE INTERFACE GENERATION CODE
*/
Expand Down
15 changes: 15 additions & 0 deletions tools/mapserver_export/test_export.py
@@ -1,4 +1,19 @@
#!/usr/bin/python
#***************************************************************************
# test_export.py
# --------------------------------------
# Date : Sun Sep 16 12:34:29 AKDT 2007
# Copyright : (C) 2007 by Gary E. Sherman
# Email : sherman at mrcc dot com
#***************************************************************************
#* *
#* 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 2 of the License, or *
#* (at your option) any later version. *
#* *
#***************************************************************************/


# test script to export a sample QGIS project file to mapserver
import ms_export
Expand Down

0 comments on commit b88da4f

Please sign in to comment.