diff options
Diffstat (limited to 'src/ui/shape-editor.cpp')
| -rw-r--r-- | src/ui/shape-editor.cpp | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/ui/shape-editor.cpp b/src/ui/shape-editor.cpp index 34127dc66..c975eb6cc 100644 --- a/src/ui/shape-editor.cpp +++ b/src/ui/shape-editor.cpp @@ -1,10 +1,15 @@ -/* +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file * Inkscape::ShapeEditor - * - * Authors: + * This is a container class which contains a knotholder for shapes. + * It is attached to a single item. + *//* + * Authors: see git history * bulia byak <buliabyak@users.sf.net> * Krzysztof KosiĆski <tweenk.pl@gmail.com> * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "desktop.h" |
