diff --git a/src/gui/raster/qgsrasterrendererwidget.cpp b/src/gui/raster/qgsrasterrendererwidget.cpp index 995f3b6b205..27c6c447ccf 100644 --- a/src/gui/raster/qgsrasterrendererwidget.cpp +++ b/src/gui/raster/qgsrasterrendererwidget.cpp @@ -1,3 +1,20 @@ +/*************************************************************************** + qgsrasterrendererwidget.cpp + --------------------------- + begin : June 2012 + copyright : (C) 2012 by Marco Hugentobler + email : marco 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 "qgsrasterrendererwidget.h" #include "qgsrasterdataprovider.h" #include "qgsrasterlayer.h"