Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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@7203 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Sep 16, 2007
1 parent d22d4f4 commit a24a811
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/raster/qgsrasterlayer.cpp
@@ -1,5 +1,5 @@
/* **************************************************************************
qgsrasterlayer.cpp - description
qgsrasterlayer.cpp - description
-------------------
begin : Sat Jun 22 2002
copyright : (C) 2003 by Tim Sutton, Steve Halasz and Gary E.Sherman
Expand Down
17 changes: 17 additions & 0 deletions src/core/raster/qgsrasterpyramid.h
@@ -1,3 +1,20 @@
/***************************************************************************
qgsrasterpyramid.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 QGSRASTERPYRAMID
#define QGSRASTERPYRAMID
/** \brief This struct is used to store pyramid info for the raster layer. */
Expand Down
18 changes: 17 additions & 1 deletion src/core/renderer/qgsrenderer.cpp
@@ -1,4 +1,20 @@

/***************************************************************************
qgsrenderer.cpp
-------------------
begin : Sat Jan 4 2003
copyright : (C) 2003 by Gary E.Sherman
email : sherman at 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 "qgsrenderer.h"

#include <QColor>
Expand Down

0 comments on commit a24a811

Please sign in to comment.