diff options
Diffstat (limited to 'src/ui/shape-editor.h')
| -rw-r--r-- | src/ui/shape-editor.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/ui/shape-editor.h b/src/ui/shape-editor.h index 4618d13e1..d867ad921 100644 --- a/src/ui/shape-editor.h +++ b/src/ui/shape-editor.h @@ -1,16 +1,17 @@ -#ifndef SEEN_SHAPE_EDITOR_H -#define SEEN_SHAPE_EDITOR_H - -/* +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file * Inkscape::ShapeEditor - * * This is a container class which contains a knotholder for shapes. * It is attached to a single item. - * - * Authors: + *//* + * Authors: see git history * bulia byak <buliabyak@users.sf.net> * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ +#ifndef SEEN_SHAPE_EDITOR_H +#define SEEN_SHAPE_EDITOR_H class KnotHolder; class LivePathEffectObject; |
