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/qgis@7205 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Sep 16, 2007
1 parent a8a8930 commit 307a2d4
Show file tree
Hide file tree
Showing 92 changed files with 1,290 additions and 22 deletions.
14 changes: 14 additions & 0 deletions src/providers/mysql/testmysql.cpp
@@ -1,3 +1,17 @@
/***************************************************************************
testmysql.cpp
--------------------------------------
Date : Sun Sep 16 12:18:04 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 <iostream>

extern "C"{
Expand Down
26 changes: 15 additions & 11 deletions src/providers/ogr/qgsogrfactory.cpp
@@ -1,14 +1,18 @@
//
// C++ Implementation: qgsogrfactory
//
// Description:
//
//
// Author: Christoph Spoerri <spoerri@sourceforge.net>, (C) 2004
//
// Copyright: See COPYING file that comes with this distribution
//
//
/***************************************************************************
qgsogrfactory.cpp
--------------------------------------
Date : Sun Sep 16 12:18:21 AKDT 2007
Copyright : (C) 2004 Christoph Spoerri
Email : <spoerri@sourceforge.net>
***************************************************************************
* *
* 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 <iostream>
#include <qmessagebox.h>

Expand Down
26 changes: 15 additions & 11 deletions src/providers/ogr/qgsogrfactory.h
@@ -1,14 +1,18 @@
//
// C++ Interface: qgsogrfactory
//
// Description:
//
//
// Author: Christoph Spoerri <spoerri@sourceforge.net>, (C) 2004
//
// Copyright: See COPYING file that comes with this distribution
//
//
/***************************************************************************
qgsogrfactory.h
--------------------------------------
Date : Sun Sep 16 12:18:58 AKDT 2007
Copyright : (C) 2004 Christoph Spoerri
Email : <spoerri@sourceforge.net>
***************************************************************************
* *
* 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. *
* *
***************************************************************************/

#ifndef QGSOGRFACTORY_H
#define QGSOGRFACTORY_H

Expand Down
14 changes: 14 additions & 0 deletions src/providers/wfs/qgswfsdata.cpp
@@ -1,3 +1,17 @@
/***************************************************************************
qgswfsdata.cpp
--------------------------------------
Date : Sun Sep 16 12:19:51 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 "qgswfsdata.h"
#include "qgsrect.h"
#include "qgsspatialrefsys.h"
Expand Down
14 changes: 14 additions & 0 deletions src/providers/wfs/qgswfsdata.h
@@ -1,3 +1,17 @@
/***************************************************************************
qgswfsdata.h
--------------------------------------
Date : Sun Sep 16 12:19:55 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. *
* *
***************************************************************************/
#ifndef QGSWFSDATA_H
#define QGSWFSDATA_H

Expand Down
14 changes: 14 additions & 0 deletions tests/algorithms/projections/main.cpp
@@ -1,3 +1,17 @@
/***************************************************************************
main.cpp
--------------------------------------
Date : Sun Sep 16 12:20:40 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 <iostream>
#include <cppunit/ui/text/TestRunner.h>
#include "projectioncshandlingtest.h"
Expand Down
14 changes: 14 additions & 0 deletions tests/algorithms/projections/projectioncshandlingtest.h
@@ -1,3 +1,17 @@
/***************************************************************************
projectioncshandlingtest.h
--------------------------------------
Date : Sun Sep 16 12:20:35 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 <iostream>
#include <fstream>
#include <cppunit/TestCase.h>
Expand Down
14 changes: 14 additions & 0 deletions tests/algorithms/qgsproject/main.cpp
@@ -1,3 +1,17 @@
/***************************************************************************
main.cpp
--------------------------------------
Date : Sun Sep 16 12:20: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. *
* *
***************************************************************************/
#include <iostream>

//#include <qapplication.h>
Expand Down
14 changes: 14 additions & 0 deletions tests/algorithms/qgsproject/projecttest.h
@@ -1,3 +1,17 @@
/***************************************************************************
projecttest.h
--------------------------------------
Date : Sun Sep 16 12:20:49 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. *
* *
***************************************************************************/
/**
@file projecttst.h
Expand Down
14 changes: 14 additions & 0 deletions tests/src/core/runtests.sh
@@ -1,3 +1,17 @@
#***************************************************************************
# runtests.sh
# --------------------------------------
# Date : Sun Sep 16 12:21:45 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. *
#* *
#***************************************************************************/
#!/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
14 changes: 14 additions & 0 deletions tests/src/core/test_builder.pl
@@ -1,3 +1,17 @@
#***************************************************************************
# test_builder.pl
# --------------------------------------
# Date : Sun Sep 16 12:22:00 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. *
#* *
#***************************************************************************/
#!/usr/bin/perl
use Cwd;

Expand Down
14 changes: 14 additions & 0 deletions tests/src/core/test_suite_builder.sh
@@ -1,3 +1,17 @@
#***************************************************************************
# test_suite_builder.sh
# --------------------------------------
# Date : Sun Sep 16 12:22: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. *
#* *
#***************************************************************************/
#!/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
Expand Down
14 changes: 14 additions & 0 deletions tests/src/core/test_template.cpp
@@ -1,3 +1,17 @@
/***************************************************************************
test_template.cpp
--------------------------------------
Date : Sun Sep 16 12:22:23 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 <QtTest>
#include <QObject>
#include <QString>
Expand Down
14 changes: 14 additions & 0 deletions tests/src/core/testqgsapplication.cpp
@@ -1,3 +1,17 @@
/***************************************************************************
testqgsapplication.cpp
--------------------------------------
Date : Sun Sep 16 12:22:49 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 <QtTest>
#include <QObject>
#include <QString>
Expand Down
14 changes: 14 additions & 0 deletions tests/src/core/testqgsvectorfilewriter.cpp
@@ -1,3 +1,17 @@
/***************************************************************************
testqgsvectorfilewriter.cpp
--------------------------------------
Date : Sun Sep 16 12:22:54 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 <QtTest>
#include <QObject>
#include <QString>
Expand Down
14 changes: 14 additions & 0 deletions tests/src/gui/runtests.sh
@@ -1,3 +1,17 @@
#***************************************************************************
# runtests.sh
# --------------------------------------
# Date : Sun Sep 16 12:23:11 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. *
#* *
#***************************************************************************/
#!/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
14 changes: 14 additions & 0 deletions tests/src/gui/test_builder.pl
@@ -1,3 +1,17 @@
#***************************************************************************
# test_builder.pl
# --------------------------------------
# Date : Sun Sep 16 12:23:51 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. *
#* *
#***************************************************************************/
#!/usr/bin/perl
use Cwd;

Expand Down
14 changes: 14 additions & 0 deletions tests/src/gui/test_suite_builder.sh
@@ -1,3 +1,17 @@
#***************************************************************************
# test_suite_builder.sh
# --------------------------------------
# Date : Sun Sep 16 12:24:07 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. *
#* *
#***************************************************************************/
#!/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
Expand Down
14 changes: 14 additions & 0 deletions tests/src/gui/test_template.cpp
@@ -1,3 +1,17 @@
/***************************************************************************
test_template.cpp
--------------------------------------
Date : Sun Sep 16 12:24:20 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 <QtTest>
#include <QObject>
#include <QString>
Expand Down

0 comments on commit 307a2d4

Please sign in to comment.