diff options
Diffstat (limited to 'src/xml/subtree.cpp')
| -rw-r--r-- | src/xml/subtree.cpp | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/src/xml/subtree.cpp b/src/xml/subtree.cpp index 94c1436a9..5340c2af9 100644 --- a/src/xml/subtree.cpp +++ b/src/xml/subtree.cpp @@ -1,15 +1,13 @@ -/* +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file * XML::Subtree - proxy for an XML subtree + *//* + * Authors: see git history * + * Copyright (C) 2018 Authors * Copyright 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. - * - * See the file COPYING for details. - * + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "xml/node.h" |
