X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=data1%2Fd1_write.c;h=870f8fed86cd4996091b4a1f291702a1f19618ae;hb=1b8e1d7dfece31918056f76819c18675ed6e781e;hp=cdaf1b88d09e6cff11c33f02c4e0bb3f115415f8;hpb=074e63e27b02896c927606ce5bb324a55613dd31;p=idzebra-moved-to-github.git diff --git a/data1/d1_write.c b/data1/d1_write.c index cdaf1b8..870f8fe 100644 --- a/data1/d1_write.c +++ b/data1/d1_write.c @@ -1,5 +1,5 @@ -/* $Id: d1_write.c,v 1.7 2006-03-29 10:43:23 adam Exp $ - Copyright (C) 1995-2005 +/* $Id: d1_write.c,v 1.10 2007-01-15 15:10:14 adam Exp $ + Copyright (C) 1995-2007 Index Data ApS This file is part of the Zebra server. @@ -15,9 +15,9 @@ 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 Zebra; see the file LICENSE.zebra. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ /* converts data1 tree to XML record */ @@ -250,3 +250,11 @@ char *data1_nodetoidsgml (data1_handle dh, data1_node *n, int select, int *len) *len = wrbuf_len(b); return wrbuf_buf(b); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +