summaryrefslogtreecommitdiffstats
path: root/src/inkview-main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inkview-main.cpp')
-rw-r--r--src/inkview-main.cpp12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/inkview-main.cpp b/src/inkview-main.cpp
index ed694596d..1774b16b4 100644
--- a/src/inkview-main.cpp
+++ b/src/inkview-main.cpp
@@ -1,12 +1,20 @@
-/*
+// SPDX-License-Identifier: GPL-2.0-or-later
+/**
+ * @file
* Inkview - An SVG file viewer.
+ */
+/*
+ * Authors:
+ * Tavmjong Bah
*
- * Copyright (C) 2018 Tavmjong Bah
+ * Copyright (C) 2018 Authors
*
* The contents of this file may be used under the GNU General Public License Version 2 or later.
+ * Read the file 'COPYING' for more information.
*
*/
+
#include "inkview-application.h"
int main(int argc, char *argv[])