diff options
Diffstat (limited to 'src/xml/quote.cpp')
| -rw-r--r-- | src/xml/quote.cpp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/xml/quote.cpp b/src/xml/quote.cpp index b889b890d..148cb9d30 100644 --- a/src/xml/quote.cpp +++ b/src/xml/quote.cpp @@ -1,10 +1,13 @@ -/** \file +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file * @brief XML quoting routines *//* * Authors: + * see git history * Krzysztof KosiĆski <tweenk.pl@gmail.com> - * - * This file is in the public domain. + * + * Copyright (C) 2015 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "xml/quote.h" |
