diff options
Diffstat (limited to 'src/inkview-window.cpp')
| -rw-r--r-- | src/inkview-window.cpp | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/inkview-window.cpp b/src/inkview-window.cpp index d0b8804a5..c68db9302 100644 --- a/src/inkview-window.cpp +++ b/src/inkview-window.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-window.h" #include <iostream> |
