Mercurial > retraceit
changeset 24:6b9b5efcd7f4
Add missing copyright header
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 05 May 2015 17:47:57 +0200 |
parents | d9626e84b93d |
children | 64a51a42c01f |
files | src/filterwidget.cpp src/imagelabel.cpp src/metadataview.cpp src/metadataview.h |
diffstat | 4 files changed, 22 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/filterwidget.cpp Tue Apr 14 18:58:49 2015 +0200 +++ b/src/filterwidget.cpp Tue May 05 17:47:57 2015 +0200 @@ -1,3 +1,9 @@ +/* Copyright (C) 2014 by Intevation GmbH + * + * This file is Free Software under the GNU GPL (v>=2) + * and comes with ABSOLUTELY NO WARRANTY! + * See LICENSE.txt for details. + */ #include "filterwidget.h" #include <QComboBox>
--- a/src/imagelabel.cpp Tue Apr 14 18:58:49 2015 +0200 +++ b/src/imagelabel.cpp Tue May 05 17:47:57 2015 +0200 @@ -1,3 +1,11 @@ +/* Copyright (C) 2015 by ETH Zürich + * Software engineering by Intevation GmbH + * + * This file is Free Software under the GNU GPL (v>=2) + * and comes with ABSOLUTELY NO WARRANTY! + * See LICENSE.txt for details. + */ + #include "imagelabel.h" ImageLabel::ImageLabel(QWidget *parent) :
--- a/src/metadataview.cpp Tue Apr 14 18:58:49 2015 +0200 +++ b/src/metadataview.cpp Tue May 05 17:47:57 2015 +0200 @@ -1,3 +1,9 @@ +/* Copyright (C) 2014 by Intevation GmbH + * + * This file is Free Software under the GNU GPL (v>=2) + * and comes with ABSOLUTELY NO WARRANTY! + * See LICENSE.txt for details. + */ #include "metadataview.h" #include "qxtcsvmodel.h" #include "filterwidget.h"
--- a/src/metadataview.h Tue Apr 14 18:58:49 2015 +0200 +++ b/src/metadataview.h Tue May 05 17:47:57 2015 +0200 @@ -1,6 +1,7 @@ #ifndef METADATAVIEW_H #define METADATAVIEW_H -/* Copyright (C) 2014 by Intevation GmbH +/* Copyright (C) 2015 by ETH Zürich + * Software engineering by Intevation GmbH * * This file is Free Software under the GNU GPL (v>=2) * and comes with ABSOLUTELY NO WARRANTY!