Skip to content
Snippets Groups Projects
Commit 6d3e3945 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

Update licence

refs @2138
parent faf64444
Branches
Tags
No related merge requests found
/*!
* \file zone-dump-text.c
*
* \author modifications (non-buffer implementation, zone-specific functions)
* by Jan Kadlec <jan.kadlec@nic.cz>,
* conversion functions by NLnet Labs,
* Copyright (c) 2001-2011, NLnet Labs. All rights reserved.
* b64ntop by ISC.
*/
/* Copyright (C) 2011 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
/*
* Copyright (c) 2001-2011, NLnet Labs. All rights reserved.
*
* This software is open source.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
*
* Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* Neither the name of the NLNET LABS nor the names of its contributors may
* be used to endorse or promote products derived from this software without
* specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
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 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "common/descriptor_new.h"
#include <config.h>
#include <ctype.h>
......
......@@ -14,20 +14,19 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*!
* \file zone-dump-text.h
* \file zone-dump.h
*
* \author Jan Kadlec <jan.kadlec@nic.cz>
* \author Daniel Salzman <daniel.salzman@nic.cz>
*
* \brief Functions for dumping zone to text file.
* \brief Zone text dump facility.
*
* \addtogroup zone-load-dump
* \addtogroup libknot
* @{
*/
#ifndef _KNOT_ZONE_DUMP_TEXT_H_
#define _KNOT_ZONE_DUMP_TEXT_H_
#ifndef _KNOT_ZONE_DUMP_H_
#define _KNOT_ZONE_DUMP_H_
#include "libknot/util/descriptor.h"
#include "libknot/zone/zone.h"
/*!
......@@ -41,6 +40,6 @@
*/
int zone_dump_text(knot_zone_contents_t *zone, FILE *f);
#endif // _KNOT_ZONE_DUMP_TEXT_H_
#endif // _KNOT_ZONE_DUMP_H_
/*! @} */
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment