Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added missing copyright statements and corrected incomplete statements
as part of the provenance review for OSGeo incubation


git-svn-id: http://svn.osgeo.org/qgis/trunk@7202 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Sep 16, 2007
1 parent fbb9b57 commit 97af2be
Show file tree
Hide file tree
Showing 8 changed files with 87 additions and 26 deletions.
29 changes: 18 additions & 11 deletions src/app/qgscustomprojectiondialog.cpp
@@ -1,14 +1,21 @@
//
// C++ Implementation: qgscustomprojectiondialog
//
// Description:
//
//
// Author: Tim Sutton tim@linfiniti.com, (C) 2005
//
// Copyright: See COPYING file that comes with this distribution
//
//
/***************************************************************************
qgscustomprojectiondialog.cpp
-------------------
begin : 2005
copyright : (C) 2005 by Tim Sutton
email : tim@linfiniti.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 "qgscustomprojectiondialog.h"

//qgis includes
Expand Down
28 changes: 17 additions & 11 deletions src/app/qgscustomprojectiondialog.h
@@ -1,14 +1,20 @@
//
// C++ Interface: qgscustomprojectiondialog
//
// Description:
//
//
// Author: Tim Sutton tim@linfiniti.com, (C) 2005
//
// Copyright: See COPYING file that comes with this distribution
//
//
/***************************************************************************
qgscustomprojectiondialog.h
-------------------
begin : 2005
copyright : (C) 2005 by Tim Sutton
email : tim@linfiniti.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 QGSCUSTOMPROJECTIONDIALOG_H
#define QGSCUSTOMPROJECTIONDIALOG_H

Expand Down
1 change: 0 additions & 1 deletion src/app/qgslinestylewidget.cpp
@@ -1,4 +1,3 @@

/***************************************************************************
qgslinestyle.h
------------------
Expand Down
1 change: 0 additions & 1 deletion src/app/qgspointstylewidget.cpp
@@ -1,4 +1,3 @@

/***************************************************************************
qgslinestyle.h
------------------
Expand Down
18 changes: 17 additions & 1 deletion src/core/qgis.cpp
@@ -1,4 +1,20 @@

/***************************************************************************
qgis.cpp
-------------------
begin : 2007
copyright : (C) 2007 by Gary E. Sherman
email : sherman@mrcc.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 "qgis.h"
#ifndef QGSSVNVERSION
#include "qgssvnversion.h"
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsexception.h
@@ -1,5 +1,5 @@
/***************************************************************************
qgsproject.cpp - description
qgsexception.h
-------------------
begin : August 31, 2004
copyright : (C) 2004 by Mark Coletti
Expand Down
17 changes: 17 additions & 0 deletions src/core/qgsspatialrefsys.cpp
@@ -1,3 +1,20 @@
/***************************************************************************
qgsspatialrefsys.cpp
-------------------
begin : 2007
copyright : (C) 2007 by Gary E. Sherman
email : sherman@mrcc.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 "qgsspatialrefsys.h"

#include <cmath>
Expand Down
17 changes: 17 additions & 0 deletions src/core/qgsspatialrefsys.h
@@ -1,3 +1,20 @@
/***************************************************************************
qgsspatialrefsys.h
-------------------
begin : 2007
copyright : (C) 2007 by Gary E. Sherman
email : sherman@mrcc.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 QGSSPATIALREFSYS_H
#define QGSSPATIALREFSYS_H

Expand Down

0 comments on commit 97af2be

Please sign in to comment.