From 79d82382b3ea1b7d77e3a47a96a786557588787a Mon Sep 17 00:00:00 2001 From: Max Gaukler Date: Tue, 11 Sep 2018 16:05:17 +0200 Subject: Clarify licenses - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library --- src/ui/shape-editor.cpp | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'src/ui/shape-editor.cpp') 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 * Krzysztof KosiƄski * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "desktop.h" -- cgit v1.2.3