Skip to content

Commit

Permalink
Add missing copyright notices
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Jan 12, 2012
1 parent 4360962 commit 278bd05
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/analysis/raster/qgsrelief.cpp
@@ -1,3 +1,20 @@
/***************************************************************************
qgsrelief.cpp - description
---------------------------
begin : November 2011
copyright : (C) 20011 by Marco Hugentobler
email : marco dot hugentobler at sourcepole dot ch
***************************************************************************/

/***************************************************************************
* *
* 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 "qgsrelief.h"
#include "qgsaspectfilter.h"
#include "qgshillshadefilter.h"
Expand Down
17 changes: 17 additions & 0 deletions src/analysis/raster/qgsrelief.h
@@ -1,3 +1,20 @@
/***************************************************************************
qgsrelief.h - description
---------------------------
begin : November 2011
copyright : (C) 20011 by Marco Hugentobler
email : marco dot hugentobler at sourcepole dot ch
***************************************************************************/

/***************************************************************************
* *
* 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 QGSRELIEF_H
#define QGSRELIEF_H

Expand Down

0 comments on commit 278bd05

Please sign in to comment.