Skip to content

Commit 278bd05

Browse files
committedJan 12, 2012
Add missing copyright notices
1 parent 4360962 commit 278bd05

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
 

‎src/analysis/raster/qgsrelief.cpp

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/***************************************************************************
2+
qgsrelief.cpp - description
3+
---------------------------
4+
begin : November 2011
5+
copyright : (C) 20011 by Marco Hugentobler
6+
email : marco dot hugentobler at sourcepole dot ch
7+
***************************************************************************/
8+
9+
/***************************************************************************
10+
* *
11+
* This program is free software; you can redistribute it and/or modify *
12+
* it under the terms of the GNU General Public License as published by *
13+
* the Free Software Foundation; either version 2 of the License, or *
14+
* (at your option) any later version. *
15+
* *
16+
***************************************************************************/
17+
118
#include "qgsrelief.h"
219
#include "qgsaspectfilter.h"
320
#include "qgshillshadefilter.h"

‎src/analysis/raster/qgsrelief.h

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/***************************************************************************
2+
qgsrelief.h - description
3+
---------------------------
4+
begin : November 2011
5+
copyright : (C) 20011 by Marco Hugentobler
6+
email : marco dot hugentobler at sourcepole dot ch
7+
***************************************************************************/
8+
9+
/***************************************************************************
10+
* *
11+
* This program is free software; you can redistribute it and/or modify *
12+
* it under the terms of the GNU General Public License as published by *
13+
* the Free Software Foundation; either version 2 of the License, or *
14+
* (at your option) any later version. *
15+
* *
16+
***************************************************************************/
17+
118
#ifndef QGSRELIEF_H
219
#define QGSRELIEF_H
320

0 commit comments

Comments
 (0)
Please sign in to comment.