summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2004-09-20 11:54:25 +0000
committerDave Beckett <dave@dajobe.org>2004-09-20 11:54:25 +0000
commit1728fb0ef19b8b89438e6b3fe26fe01885fd65da (patch)
tree956dee6dd10e584b92fe1bd8288bd8644e78a8e6 /src
parent504230df6d74ad2e74420b23999af3821edc1767 (diff)
downloadraptor-1728fb0ef19b8b89438e6b3fe26fe01885fd65da.tar.gz
LGPL / Apache 2.0 license
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am24
-rw-r--r--src/n3_common.h24
-rw-r--r--src/n3_lexer.l24
-rw-r--r--src/n3_parser.y24
-rw-r--r--src/ntriples_parse.c24
-rw-r--r--src/raptor-config.147
-rw-r--r--src/raptor-config.in24
-rw-r--r--src/raptor.h24
-rw-r--r--src/raptor_expat.c24
-rw-r--r--src/raptor_general.c24
-rw-r--r--src/raptor_identifier.c24
-rw-r--r--src/raptor_internal.h24
-rw-r--r--src/raptor_libxml.c24
-rw-r--r--src/raptor_locator.c24
-rw-r--r--src/raptor_namespace.c24
-rw-r--r--src/raptor_nfc.c24
-rw-r--r--src/raptor_nfc.h24
-rw-r--r--src/raptor_nfc_test.c24
-rw-r--r--src/raptor_parse.c24
-rw-r--r--src/raptor_qname.c24
-rw-r--r--src/raptor_rdfxml.c24
-rw-r--r--src/raptor_rfc2396.c24
-rw-r--r--src/raptor_rss.c24
-rw-r--r--src/raptor_rss_common.c24
-rw-r--r--src/raptor_sax2.c24
-rw-r--r--src/raptor_sequence.c24
-rw-r--r--src/raptor_serialize_rss.c24
-rw-r--r--src/raptor_set.c24
-rw-r--r--src/raptor_stringbuffer.c24
-rw-r--r--src/raptor_uri.c24
-rw-r--r--src/raptor_utf8.c24
-rw-r--r--src/raptor_win32.c24
-rw-r--r--src/raptor_www.c24
-rw-r--r--src/raptor_www_curl.c24
-rw-r--r--src/raptor_www_libfetch.c24
-rw-r--r--src/raptor_www_libwww.c24
-rw-r--r--src/raptor_www_libxml.c24
-rw-r--r--src/raptor_www_test.c26
-rw-r--r--src/raptor_xml.c24
-rw-r--r--src/raptor_xml_writer.c24
-rw-r--r--src/turtle_common.h24
-rw-r--r--src/turtle_lexer.l24
-rw-r--r--src/turtle_parser.y24
-rw-r--r--src/win32_raptor_config.h24
44 files changed, 646 insertions, 435 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 45c59af8..642239a2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,18 +4,24 @@
#
# $Id$
#
-# Copyright (C) 2000-2004 David Beckett - http://purl.org/net/dajobe/
-# Institute for Learning and Research Technology - http://www.ilrt.bris.ac.uk/
-# University of Bristol - http://www.bristol.ac.uk/
+# Copyright (C) 2000-2004, David Beckett http://purl.org/net/dajobe/
+# Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+# University of Bristol, UK 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)
+# This package is Free Software and part of Redland http://librdf.org/
+#
+# It is licensed under the following three licenses as alternatives:
+# 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.
#
# See LICENSE.html or LICENSE.txt at the top of this package for the
-# full license terms.
+# complete terms and further detail along with the license texts for
+# the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+#
#
diff --git a/src/n3_common.h b/src/n3_common.h
index 4e5976ef..42c2e0d0 100644
--- a/src/n3_common.h
+++ b/src/n3_common.h
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 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/
+ * Copyright (C) 2003-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/n3_lexer.l b/src/n3_lexer.l
index 2ab61919..70965121 100644
--- a/src/n3_lexer.l
+++ b/src/n3_lexer.l
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 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/
+ * Copyright (C) 2003-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
* This is N-Triples + 7 things
* N-Triples + @prefix + qnames + "a" + [] + , and ;
diff --git a/src/n3_parser.y b/src/n3_parser.y
index 13121a40..262b1695 100644
--- a/src/n3_parser.y
+++ b/src/n3_parser.y
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 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/
+ * Copyright (C) 2003-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*
* Made from a subset of the terms in
diff --git a/src/ntriples_parse.c b/src/ntriples_parse.c
index 7cf156ec..dd3d5d63 100644
--- a/src/ntriples_parse.c
+++ b/src/ntriples_parse.c
@@ -7,18 +7,24 @@
* N-Triples
* http://www.w3.org/TR/rdf-testcases/#ntriples
*
- * Copyright (C) 2001-2004 David Beckett - http://purl.org/net/dajobe/
- * Institute for Learning and Research Technology - http://www.ilrt.bris.ac.uk/
- * University of Bristol - http://www.bristol.ac.uk/
+ * Copyright (C) 2001-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor-config.1 b/src/raptor-config.1
index db7aaf34..ef3fbbd1 100644
--- a/src/raptor-config.1
+++ b/src/raptor-config.1
@@ -4,50 +4,3 @@
.\"
.\" $Id$
.\"
-.\" Copyright (C) 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/
-.\"
-.TH raptor-config 1 "2003-09-04"
-.\" Please adjust this date whenever revising the manpage.
-.SH NAME
-raptor-config \- script to get information about the installed version of Raptor
-.SH SYNOPSIS
-.B raptor-config
-[\-\-prefix\fI[=DIR]\fP] [\-\-libs] [\-\-libtool\-libs]
-[\-\-cflags] [\-\-version] [\-\-version\-decimal] [\-\-help]
-.SH DESCRIPTION
-\fIraptor-config\fP is a tool that is used to determine the compile and
-linker flags that should be used to compile and link programs that use
-the Raptor RDF parser library.
-.SH OPTIONS
-.l
-\fIraptor-config\fP accepts the following options:
-.TP 8
-.B \-\-version
-Print the currently installed version of raptor on the standard output.
-.TP 8
-.B \-\-version\-decimal
-Print the currently installed version of raptor as a decimal integer.
-.TP 8
-.B \-\-libs
-Print the linker flags that are necessary to link a raptor program.
-.TP 8
-.B \-\-libtool\-libs
-Print the flags that are necessary to link a raptor program with libtool.
-.TP 8
-.B \-\-cflags
-Print the compiler flags that are necessary to compile a raptor program.
-.TP 8
-.B \-\-prefix=PREFIX
-If specified, use PREFIX instead of the installation prefix that
-raptor was built with when computing the output for the
-\-\-cflags and \-\-libs options. This option must be specified before
-any \-\-libs or \-\-cflags options.
-.SH SEE ALSO
-.BR libraptor (3),
-.SH AUTHOR
-Dave Beckett -
-.UR http://purl.org/net/dajobe/
-http://purl.org/net/dajobe/
-.UE
diff --git a/src/raptor-config.in b/src/raptor-config.in
index c835ab7c..223b5a01 100644
--- a/src/raptor-config.in
+++ b/src/raptor-config.in
@@ -2,18 +2,24 @@
#
# $Id$
#
-# Copyright (C) 2002-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/
+# Copyright (C) 2002-2004, David Beckett http://purl.org/net/dajobe/
+# Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+# University of Bristol, UK 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)
+# This package is Free Software and part of Redland http://librdf.org/
+#
+# It is licensed under the following three licenses as alternatives:
+# 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.
#
# See LICENSE.html or LICENSE.txt at the top of this package for the
-# full license terms.
+# complete terms and further detail along with the license texts for
+# the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+#
#
#
#
diff --git a/src/raptor.h b/src/raptor.h
index 5b43be16..a870569f 100644
--- a/src/raptor.h
+++ b/src/raptor.h
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2000-2004 David Beckett - http://purl.org/net/dajobe/
- * Institute for Learning and Research Technology - http://www.ilrt.bris.ac.uk/
- * University of Bristol - http://www.bristol.ac.uk/
+ * Copyright (C) 2000-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_expat.c b/src/raptor_expat.c
index 59dea403..96a5e42c 100644
--- a/src/raptor_expat.c
+++ b/src/raptor_expat.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2000-2004 David Beckett - http://purl.org/net/dajobe/
- * Institute for Learning and Research Technology - http://www.ilrt.bris.ac.uk/
- * University of Bristol - http://www.bristol.ac.uk/
+ * Copyright (C) 2000-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_general.c b/src/raptor_general.c
index 73901ef0..a0f2535b 100644
--- a/src/raptor_general.c
+++ b/src/raptor_general.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2000-2004 David Beckett - http://purl.org/net/dajobe/
- * Institute for Learning and Research Technology - http://www.ilrt.bris.ac.uk/
- * University of Bristol - http://www.bristol.ac.uk/
+ * Copyright (C) 2000-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_identifier.c b/src/raptor_identifier.c
index 159fc8f8..f90d00ec 100644
--- a/src/raptor_identifier.c
+++ b/src/raptor_identifier.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 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/
+ * Copyright (C) 2003-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_internal.h b/src/raptor_internal.h
index b116dc8d..72d38ed1 100644
--- a/src/raptor_internal.h
+++ b/src/raptor_internal.h
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2002-2004 David Beckett - http://purl.org/net/dajobe/
- * Institute for Learning and Research Technology - http://www.ilrt.bris.ac.uk/
- * University of Bristol - http://www.bristol.ac.uk/
+ * Copyright (C) 2002-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_libxml.c b/src/raptor_libxml.c
index c9c8e5ff..c60f4ce5 100644
--- a/src/raptor_libxml.c
+++ b/src/raptor_libxml.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2000-2004 David Beckett - http://purl.org/net/dajobe/
- * Institute for Learning and Research Technology - http://www.ilrt.bris.ac.uk/
- * University of Bristol - http://www.bristol.ac.uk/
+ * Copyright (C) 2000-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_locator.c b/src/raptor_locator.c
index e911ce93..45837a62 100644
--- a/src/raptor_locator.c
+++ b/src/raptor_locator.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2002-2004 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/
+ * Copyright (C) 2002-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_namespace.c b/src/raptor_namespace.c
index 6ea72352..4efd7516 100644
--- a/src/raptor_namespace.c
+++ b/src/raptor_namespace.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2002 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/
+ * Copyright (C) 2002-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_nfc.c b/src/raptor_nfc.c
index 6112c0c2..c7f86afa 100644
--- a/src/raptor_nfc.c
+++ b/src/raptor_nfc.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2004 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/
+ * Copyright (C) 2004-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
* See Unicode Normalization http://unicode.org/unicode/reports/tr15/
* for the definition of Unicode Normal Form C (NFC)
diff --git a/src/raptor_nfc.h b/src/raptor_nfc.h
index a9a9197f..295544a8 100644
--- a/src/raptor_nfc.h
+++ b/src/raptor_nfc.h
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2004 David Beckett - http://purl.org/net/dajobe/
- * Institute for Learning and Research Technology - http://www.ilrt.bris.ac.uk/
- * University of Bristol - http://www.bristol.ac.uk/
+ * Copyright (C) 2004-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_nfc_test.c b/src/raptor_nfc_test.c
index 57440b94..c0ac5f85 100644
--- a/src/raptor_nfc_test.c
+++ b/src/raptor_nfc_test.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2004 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/
+ * Copyright (C) 2004-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_parse.c b/src/raptor_parse.c
index b5c2e58e..c413ddf2 100644
--- a/src/raptor_parse.c
+++ b/src/raptor_parse.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2000-2004 David Beckett - http://purl.org/net/dajobe/
- * Institute for Learning and Research Technology - http://www.ilrt.bris.ac.uk/
- * University of Bristol - http://www.bristol.ac.uk/
+ * Copyright (C) 2000-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_qname.c b/src/raptor_qname.c
index 34355018..4b99ae7d 100644
--- a/src/raptor_qname.c
+++ b/src/raptor_qname.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2002 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/
+ * Copyright (C) 2002-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_rdfxml.c b/src/raptor_rdfxml.c
index 6c91f308..6a9e024f 100644
--- a/src/raptor_rdfxml.c
+++ b/src/raptor_rdfxml.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2000-2004 David Beckett - http://purl.org/net/dajobe/
- * Institute for Learning and Research Technology - http://www.ilrt.bris.ac.uk/
- * University of Bristol - http://www.bristol.ac.uk/
+ * Copyright (C) 2000-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_rfc2396.c b/src/raptor_rfc2396.c
index 222577fd..4e79543a 100644
--- a/src/raptor_rfc2396.c
+++ b/src/raptor_rfc2396.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2004 David Beckett - http://purl.org/net/dajobe/
- * Institute for Learning and Research Technology - http://www.ilrt.bris.ac.uk/
- * University of Bristol - http://www.bristol.ac.uk/
+ * Copyright (C) 2004-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_rss.c b/src/raptor_rss.c
index 5d8e1650..266f359f 100644
--- a/src/raptor_rss.c
+++ b/src/raptor_rss.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2003-2004 David Beckett - http://purl.org/net/dajobe/
- * Institute for Learning and Research Technology - http://www.ilrt.bris.ac.uk/
- * University of Bristol - http://www.bristol.ac.uk/
+ * Copyright (C) 2003-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_rss_common.c b/src/raptor_rss_common.c
index 5d8e1650..266f359f 100644
--- a/src/raptor_rss_common.c
+++ b/src/raptor_rss_common.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2003-2004 David Beckett - http://purl.org/net/dajobe/
- * Institute for Learning and Research Technology - http://www.ilrt.bris.ac.uk/
- * University of Bristol - http://www.bristol.ac.uk/
+ * Copyright (C) 2003-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_sax2.c b/src/raptor_sax2.c
index 0b1a8ccf..cce9e2e4 100644
--- a/src/raptor_sax2.c
+++ b/src/raptor_sax2.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2000-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/
+ * Copyright (C) 2000-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_sequence.c b/src/raptor_sequence.c
index 3bff9fc3..dcdd7ece 100644
--- a/src/raptor_sequence.c
+++ b/src/raptor_sequence.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2003-2004 David Beckett - http://purl.org/net/dajobe/
- * Institute for Learning and Research Technology - http://www.ilrt.bris.ac.uk/
- * University of Bristol - http://www.bristol.ac.uk/
+ * Copyright (C) 2003-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*
*/
diff --git a/src/raptor_serialize_rss.c b/src/raptor_serialize_rss.c
index 5d8e1650..266f359f 100644
--- a/src/raptor_serialize_rss.c
+++ b/src/raptor_serialize_rss.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2003-2004 David Beckett - http://purl.org/net/dajobe/
- * Institute for Learning and Research Technology - http://www.ilrt.bris.ac.uk/
- * University of Bristol - http://www.bristol.ac.uk/
+ * Copyright (C) 2003-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_set.c b/src/raptor_set.c
index 3cc2db25..3969a2f2 100644
--- a/src/raptor_set.c
+++ b/src/raptor_set.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2003-2004 David Beckett - http://purl.org/net/dajobe/
- * Institute for Learning and Research Technology - http://www.ilrt.bris.ac.uk/
- * University of Bristol - http://www.bristol.ac.uk/
+ * Copyright (C) 2003-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*
*/
diff --git a/src/raptor_stringbuffer.c b/src/raptor_stringbuffer.c
index ce1ccfa1..b006241d 100644
--- a/src/raptor_stringbuffer.c
+++ b/src/raptor_stringbuffer.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2003-2004 David Beckett - http://purl.org/net/dajobe/
- * Institute for Learning and Research Technology - http://www.ilrt.bris.ac.uk/
- * University of Bristol - http://www.bristol.ac.uk/
+ * Copyright (C) 2003-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*
*/
diff --git a/src/raptor_uri.c b/src/raptor_uri.c
index c07c1a06..ae98a3c3 100644
--- a/src/raptor_uri.c
+++ b/src/raptor_uri.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2002-2004 David Beckett - http://purl.org/net/dajobe/
- * Institute for Learning and Research Technology - http://www.ilrt.bris.ac.uk/
- * University of Bristol - http://www.bristol.ac.uk/
+ * Copyright (C) 2002-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_utf8.c b/src/raptor_utf8.c
index 20b82c72..c4832a00 100644
--- a/src/raptor_utf8.c
+++ b/src/raptor_utf8.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2002 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/
+ * Copyright (C) 2002-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_win32.c b/src/raptor_win32.c
index f18bb6e2..b3866fb8 100644
--- a/src/raptor_win32.c
+++ b/src/raptor_win32.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2002 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/
+ * Copyright (C) 2002-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_www.c b/src/raptor_www.c
index 16cd4368..a6d345d7 100644
--- a/src/raptor_www.c
+++ b/src/raptor_www.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2003-2004 David Beckett - http://purl.org/net/dajobe/
- * Institute for Learning and Research Technology - http://www.ilrt.bris.ac.uk/
- * University of Bristol - http://www.bristol.ac.uk/
+ * Copyright (C) 2003-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_www_curl.c b/src/raptor_www_curl.c
index 2e7c926e..b7aaed05 100644
--- a/src/raptor_www_curl.c
+++ b/src/raptor_www_curl.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2003-2004 David Beckett - http://purl.org/net/dajobe/
- * Institute for Learning and Research Technology - http://www.ilrt.bris.ac.uk/
- * University of Bristol - http://www.bristol.ac.uk/
+ * Copyright (C) 2003-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_www_libfetch.c b/src/raptor_www_libfetch.c
index 0c0c3328..60b8145e 100644
--- a/src/raptor_www_libfetch.c
+++ b/src/raptor_www_libfetch.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 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/
+ * Copyright (C) 2003-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_www_libwww.c b/src/raptor_www_libwww.c
index 5f0d0099..fd4ae97b 100644
--- a/src/raptor_www_libwww.c
+++ b/src/raptor_www_libwww.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 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/
+ * Copyright (C) 2003-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_www_libxml.c b/src/raptor_www_libxml.c
index 569be464..5fec6ccb 100644
--- a/src/raptor_www_libxml.c
+++ b/src/raptor_www_libxml.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2003-2004 David Beckett - http://purl.org/net/dajobe/
- * Institute for Learning and Research Technology - http://www.ilrt.bris.ac.uk/
- * University of Bristol - http://www.bristol.ac.uk/
+ * Copyright (C) 2003-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_www_test.c b/src/raptor_www_test.c
index 2b8ce209..349530fa 100644
--- a/src/raptor_www_test.c
+++ b/src/raptor_www_test.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 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/
+ * Copyright (C) 2003-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
@@ -63,7 +69,7 @@ int main (int argc, char *argv[])
if(argc>1)
uri_string=argv[1];
else
- uri_string="http://www.redland.opensource.ac.uk/";
+ uri_string="http://librdf.org/";
raptor_uri_init();
raptor_www_init();
diff --git a/src/raptor_xml.c b/src/raptor_xml.c
index 6b69bccd..70ec3ffb 100644
--- a/src/raptor_xml.c
+++ b/src/raptor_xml.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 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/
+ * Copyright (C) 2003-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/raptor_xml_writer.c b/src/raptor_xml_writer.c
index ce6ac917..2b7788f9 100644
--- a/src/raptor_xml_writer.c
+++ b/src/raptor_xml_writer.c
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 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/
+ * Copyright (C) 2003-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/turtle_common.h b/src/turtle_common.h
index f5f9cd4d..63197830 100644
--- a/src/turtle_common.h
+++ b/src/turtle_common.h
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2003-2004 David Beckett - http://purl.org/net/dajobe/
- * Institute for Learning and Research Technology - http://www.ilrt.bristol.ac.uk/
- * University of Bristol - http://www.bristol.ac.uk/
+ * Copyright (C) 2003-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/
diff --git a/src/turtle_lexer.l b/src/turtle_lexer.l
index b5c861f2..510721dd 100644
--- a/src/turtle_lexer.l
+++ b/src/turtle_lexer.l
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2003-2004 David Beckett - http://purl.org/net/dajobe/
- * Institute for Learning and Research Technology - http://www.ilrt.bris.ac.uk/
- * University of Bristol - http://www.bristol.ac.uk/
+ * Copyright (C) 2003-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
* Turtle is defined in http://www.ilrt.bristol.ac.uk/discovery/2004/01/turtle/
*
diff --git a/src/turtle_parser.y b/src/turtle_parser.y
index e3ef0519..5a2e618d 100644
--- a/src/turtle_parser.y
+++ b/src/turtle_parser.y
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2003-2004 David Beckett - http://purl.org/net/dajobe/
- * Institute for Learning and Research Technology - http://www.ilrt.bris.ac.uk/
- * University of Bristol - http://www.bristol.ac.uk/
+ * Copyright (C) 2003-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
* Turtle is defined in http://www.ilrt.bristol.ac.uk/discovery/2004/01/turtle/
*
diff --git a/src/win32_raptor_config.h b/src/win32_raptor_config.h
index d3c5ed1b..fe1c8e31 100644
--- a/src/win32_raptor_config.h
+++ b/src/win32_raptor_config.h
@@ -4,18 +4,24 @@
*
* $Id$
*
- * Copyright (C) 2002-2004 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/
+ * Copyright (C) 2002-2004, David Beckett http://purl.org/net/dajobe/
+ * Institute for Learning and Research Technology http://www.ilrt.bristol.ac.uk/
+ * University of Bristol, UK 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)
+ * This package is Free Software and part of Redland http://librdf.org/
+ *
+ * It is licensed under the following three licenses as alternatives:
+ * 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.
*
* See LICENSE.html or LICENSE.txt at the top of this package for the
- * full license terms.
+ * complete terms and further detail along with the license texts for
+ * the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
+ *
*
*/