diff options
Diffstat (limited to 'src/xml/node.h')
| -rw-r--r-- | src/xml/node.h | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/src/xml/node.h b/src/xml/node.h index 2ccc1fbe1..4d739f338 100644 --- a/src/xml/node.h +++ b/src/xml/node.h @@ -1,18 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief Interface for XML nodes - */ + *//* /* Authors: * MenTaLguY <mental@rydia.net> * Krzysztof KosiĆski <tweenk.pl@gmail.com> (documentation) * - * Copyright 2005-2008 Authors - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * See the file COPYING for details. + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_XML_NODE_H |
