diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-04-27 20:27:59 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-04-29 13:32:55 -0700 |
commit | 59ed9ea3fcf78bb011eb88c36dcf63383079fee7 (patch) | |
tree | cf379f756061e93768ebd8056193df64db37005a /export-html.cpp | |
parent | 49d0bb8406706666baa721b0bffc701d678b8344 (diff) | |
download | subsurface-59ed9ea3fcf78bb011eb88c36dcf63383079fee7.tar.gz |
Add SPDX header to top level files
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'export-html.cpp')
-rw-r--r-- | export-html.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/export-html.cpp b/export-html.cpp index 53b3a2791..86e2cb9c5 100644 --- a/export-html.cpp +++ b/export-html.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* Dirk Hohndel, 2015 */ #include <QString> |