Updated/added copyright statements as part of provenance review for OSGeo incubation. No code changes.

git-svn-id: http://svn.osgeo.org/qgis/trunk@7206 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2007-09-16 20:50:28 +00:00
parent 2f62deb4f4
commit b88da4fbae
10 changed files with 69 additions and 6 deletions

View File

@ -1,3 +1,4 @@
#!/bin/bash
#*************************************************************************** #***************************************************************************
# runtests.sh # runtests.sh
# -------------------------------------- # --------------------------------------
@ -12,7 +13,7 @@
#* (at your option) any later version. * #* (at your option) any later version. *
#* * #* *
#***************************************************************************/ #***************************************************************************/
#!/bin/bash
#set -x #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=` 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=`

View File

@ -1,3 +1,4 @@
#!/usr/bin/perl
#*************************************************************************** #***************************************************************************
# test_builder.pl # test_builder.pl
# -------------------------------------- # --------------------------------------
@ -12,7 +13,7 @@
#* (at your option) any later version. * #* (at your option) any later version. *
#* * #* *
#***************************************************************************/ #***************************************************************************/
#!/usr/bin/perl
use Cwd; use Cwd;
##################################################### #####################################################

View File

@ -1,3 +1,4 @@
#!/bin/bash
#*************************************************************************** #***************************************************************************
# test_suite_builder.sh # test_suite_builder.sh
# -------------------------------------- # --------------------------------------
@ -12,7 +13,7 @@
#* (at your option) any later version. * #* (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` 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 for FILE in $LIST
do do

View File

@ -1,3 +1,4 @@
#!/bin/bash
#*************************************************************************** #***************************************************************************
# runtests.sh # runtests.sh
# -------------------------------------- # --------------------------------------
@ -12,7 +13,7 @@
#* (at your option) any later version. * #* (at your option) any later version. *
#* * #* *
#***************************************************************************/ #***************************************************************************/
#!/bin/bash
#set -x #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=` 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=`

View File

@ -1,3 +1,4 @@
#!/usr/bin/perl
#*************************************************************************** #***************************************************************************
# test_builder.pl # test_builder.pl
# -------------------------------------- # --------------------------------------
@ -12,7 +13,7 @@
#* (at your option) any later version. * #* (at your option) any later version. *
#* * #* *
#***************************************************************************/ #***************************************************************************/
#!/usr/bin/perl
use Cwd; use Cwd;
##################################################### #####################################################

View File

@ -1,3 +1,4 @@
#!/bin/bash
#*************************************************************************** #***************************************************************************
# test_suite_builder.sh # test_suite_builder.sh
# -------------------------------------- # --------------------------------------
@ -12,7 +13,7 @@
#* (at your option) any later version. * #* (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` 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 for FILE in $LIST
do do

View File

@ -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. # This class exports a QGIS project file to a mapserver .map file.
# All the work is done in the writeMapFile method. The msexport binary # All the work is done in the writeMapFile method. The msexport binary
# presents a Qt based GUI that collects the needed information for this # presents a Qt based GUI that collects the needed information for this

View File

@ -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 <QApplication>
#include <QTranslator> #include <QTranslator>
#include <QTextCodec> #include <QTextCodec>

View File

@ -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 /* 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 * WON'T WORK SINCE THERE SEEMS TO BE A BUG IN THE INTERFACE GENERATION CODE
*/ */

View File

@ -1,4 +1,19 @@
#!/usr/bin/python #!/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 # test script to export a sample QGIS project file to mapserver
import ms_export import ms_export