Add SPDX header to desktop widgets

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-04-27 20:26:05 +02:00
parent 5372f12d8b
commit 9021a44ccc
99 changed files with 103 additions and 4 deletions

View file

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef YEARLYSTATISTICSWIDGET_H
#define YEARLYSTATISTICSWIDGET_H
@ -20,4 +21,4 @@ private:
YearlyStatisticsModel *m_model;
};
#endif
#endif