From 4fc1307a1b401414b72e6f295da5d419dc4b58dc Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Sun, 31 Aug 2014 21:17:44 +0200 Subject: [PATCH] wire wire header: licence and doxygen swap --- src/libknot/packet/rrset-wire.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/libknot/packet/rrset-wire.h b/src/libknot/packet/rrset-wire.h index e06010f50..8c7aa4e8d 100644 --- a/src/libknot/packet/rrset-wire.h +++ b/src/libknot/packet/rrset-wire.h @@ -1,14 +1,3 @@ -/*! - * \file rrset.h - * - * \author Lubos Slovak - * \author Jan Vcelak - * - * \brief RRSet from/to wire conversion functions. - * - * \addtogroup libknot - * @{ - */ /* Copyright (C) 2014 CZ.NIC, z.s.p.o. This program is free software: you can redistribute it and/or modify @@ -24,6 +13,17 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/*! + * \file rrset.h + * + * \author Lubos Slovak + * \author Jan Vcelak + * + * \brief RRSet from/to wire conversion functions. + * + * \addtogroup libknot + * @{ + */ #pragma once -- GitLab