# HG changeset patch # User Andre Heinecke # Date 1430840877 -7200 # Node ID 6b9b5efcd7f47f8406d4d829ae03d7cb8f1e5aef # Parent d9626e84b93d1d147eaf822705aafa47139062f5 Add missing copyright header diff -r d9626e84b93d -r 6b9b5efcd7f4 src/filterwidget.cpp --- 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 diff -r d9626e84b93d -r 6b9b5efcd7f4 src/imagelabel.cpp --- 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) : diff -r d9626e84b93d -r 6b9b5efcd7f4 src/metadataview.cpp --- 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" diff -r d9626e84b93d -r 6b9b5efcd7f4 src/metadataview.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!