Upstream Author: Dave Beckett <dave@dajobe.org>
Packager:        Dave Beckett <dave@dajobe.org>

Sources: http://download.librdf.org/source/

Copyright for most files (exceptions below):

     Copyright (C) 2000-2011 David Beckett
     Copyright (C) 2000-2005 Institute for Learning and Research
     Technology, University of Bristol. All Rights Reserved.

                      Raptor RDF Parser Toolkit - License

   This package is Free Software available under any one of the specified
   licenses below. All the licenses below are alternatives and if you select
   one license, that one alone applies.

1. The GNU Lesser General Public License (LGPL) Version 2.1

On Debian systems, the complete text of the GNU Lesser General Public
License V2.1 can be found in /usr/share/common-licenses/LGPL-2.1 file.

     _________________________________________________________________

     Copyright (C) 2000-2011 David Beckett
     Copyright (C) 2000-2005 Institute for Learning and Research
     Technology, University of Bristol. All Rights Reserved.

     This package is free software; you can redistribute it and/or modify it
     under the terms of the GNU Lesser General Public License Version 2.1 as
     published by the Free Software Foundation or any newer version.

     This package 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 Lesser General Public
     License Version 2.1 for more details.

     You should have reaceived a copy of the GNU Lesser General Public License
     Version 2.1 along with this package; if not, write to the Free Software
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
     _________________________________________________________________

   NOTE - under Term 3 of the LGPL Version 2.1, you may choose to license the
   entire package under the GPL. If that option is chosen, then this package is
   licensed under the terms of the GPL Version 2 or alternatively, any newer
   version of the GPL. See COPYING for the full GPL license text.

On Debian systems, the complete text of the GNU General Public
License V2 can be found in /usr/share/common-licenses/GPL-2

2. The Apache License V2.0

     Copyright (C) 2000-2011 David Beckett
     Copyright (C) 2000-2005 Institute for Learning and Research
     Technology, University of Bristol.

     Licensed under the Apache License, Version 2.0 (the "License"); you may
     not use this file except in compliance with the License. You may obtain a
     copy of the License at:

     http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
     WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
     License for the specific language governing permissions and limitations
     under the License.

   The NOTICE file contains the notices that must be applied according to
   section 4(d) of the Apache License, Version 2.0.


Copyright for src/turtle_parser.c, src/turtle_parser.h, src/parsedate.c:

      Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
   Free Software Foundation, Inc.
   
   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/>.  */

/* As a special exception, you may create a larger work that contains
   part or all of the Bison parser skeleton and distribute that work
   under terms of your choice, so long as that work isn't itself a
   parser generator using the skeleton or a modified version thereof
   as a parser skeleton.  Alternatively, if you modify or redistribute
   the parser skeleton itself, you may (at your option) remove this
   special exception, which will cause the skeleton and the resulting
   Bison output files to be licensed under the GNU General Public
   License without this special exception.
   
   This special exception was added by the Free Software Foundation in
   version 2.2 of Bison.  */

Copyright for librdfa/curie.c librdfa/iri.c librdfa/language.c
librdfa/rdfa.c librdfa/rdfa.h librdfa/rdfa_utils.c librdfa/rdfa_utils.h
librdfa/subject.c librdfa/triple.c

   Copyright 2008 Digital Bazaar, Inc.
 
   This file is part of librdfa.
   
   librdfa is Free Software, and can be licensed under any of the
   following three licenses:
   
     1. GNU Lesser General Public License (LGPL) V2.1 or any 
        newer version
     2. GNU General Public License (GPL) V2 or any newer version
     3. Apache License, V2.0 or any newer version
   
   You may not use this file except in compliance with at least one of
   the above three licenses.

Copyright for src/parsedate.y, src/raptor_avltree.c, src/strcasecmp.c,
src/snprintf.c and utils/getopt.c

   Public Domain


On Debian systems, the complete text of the Apache License V2.0
can be found in /usr/share/common-licenses/Apache-2.0