From da37525bb4e87086229d6d8aef3a0df0a2ca4069 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 8 Sep 2003 13:13:57 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'raptor_1_0_0'. --- ntriples.h | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 ntriples.h diff --git a/ntriples.h b/ntriples.h deleted file mode 100644 index dedb9ea5..00000000 --- a/ntriples.h +++ /dev/null @@ -1,31 +0,0 @@ -/* -*- Mode: c; c-basic-offset: 2 -*- - * - * ntriples.h - Raptor N-Triples Parser interfaces and definition (OLD) - * - * $Id$ - * - * Copyright (C) 2001-2003 David Beckett - http://purl.org/net/dajobe/ - * Institute for Learning and Research Technology - http://www.ilrt.org/ - * University of Bristol - http://www.bristol.ac.uk/ - * - * This package is Free Software or Open Source available under the - * following licenses (these are alternatives): - * 1. GNU Lesser General Public License (LGPL) - * 2. GNU General Public License (GPL) - * 3. Mozilla Public License (MPL) - * - * See LICENSE.html or LICENSE.txt at the top of this package for the - * full license terms. - * - */ - -#ifndef RAPTOR_NTRIPLES_H -#define RAPTOR_NTRIPLES_H - -#ifdef __GNUC__ -#warning "ntriples.h is deprecated, use #include instead" -#endif - -#include - -#endif -- cgit v1.2.1