diff options
Diffstat (limited to 'src/xml/pi-node.h')
| -rw-r--r-- | src/xml/pi-node.h | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/src/xml/pi-node.h b/src/xml/pi-node.h index 65b2f3482..2ec7942ea 100644 --- a/src/xml/pi-node.h +++ b/src/xml/pi-node.h @@ -1,14 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file - * @brief Processing instruction node implementation - */ -/* Copyright 2004-2005 MenTaLguY <mental@rydia.net> - * - * 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. + * Processing instruction node implementation + *//* + * Authors: see git history * - * See the file COPYING for details. + * Copyright (C) 2018 Authors + * Copyright 2004-2005 MenTaLguY <mental@rydia.net> + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_XML_PI_NODE_H |
