You are viewing a plain text version of this content. The canonical link for it is here.
Posted to triplesoup-commits@incubator.apache.org by le...@apache.org on 2007/04/13 17:20:01 UTC

svn commit: r528559 [3/6] - in /incubator/triplesoup/donations/TRIPLES-3-RDFStore: ./ dbms/ dbms/client/ dbms/client/t/ dbms/dbmsproxy/ dbms/deamon/ dbms/doc/ dbms/include/ dbms/libdbms/ dbms/utils/ doc/ include/ lib/ lib/DBD/ lib/RDFStore/ lib/RDFStor...

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/start_dbserver
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/start_dbserver?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/start_dbserver (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/start_dbserver Fri Apr 13 10:19:54 2007
@@ -1,67 +1,19 @@
 #!/bin/sh
-##############################################################################
-#       Copyright (c) 2000-2006 All rights reserved
-#       Alberto Reggiori <ar...@webweaving.org>
-#       Dirk-Willem van Gulik <di...@webweaving.org>
 #
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer. 
-#
-# 2. 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.
-#
-# 3. The end-user documentation included with the redistribution,
-#    if any, must include the following acknowledgment:
-#       "This product includes software developed by 
-#        Alberto Reggiori <ar...@webweaving.org> and
-#        Dirk-Willem van Gulik <di...@webweaving.org>."
-#    Alternately, this acknowledgment may appear in the software itself,
-#    if and wherever such third-party acknowledgments normally appear.
-#
-# 4. All advertising materials mentioning features or use of this software
-#    must display the following acknowledgement:
-#    This product includes software developed by the University of
-#    California, Berkeley and its contributors. 
-#
-# 5. Neither the name of the University nor the names of its contributors
-#    may be used to endorse or promote products derived from this software
-#    without specific prior written permission.
-#
-# 6. Products derived from this software may not be called "RDFStore"
-#    nor may "RDFStore" appear in their names without prior written
-#    permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESSED 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 software consists of work developed by Alberto Reggiori and 
-# Dirk-Willem van Gulik. The RDF specific part is based on public 
-# domain software written at the Stanford University Database Group by 
-# Sergey Melnik. For more information on the RDF API Draft work, 
-# please see <http://www-db.stanford.edu/~melnik/rdf/api.html>
-# The DBMS TCP/IP server part is based on software originally written
-# by Dirk-Willem van Gulik for Web Weaving Internet Engineering m/v Enschede,
-# The Netherlands.
-#
-##############################################################################
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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.
 
 /RDFStore/rc/dbmsd.sh
 

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/stop_dbserver
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/stop_dbserver?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/stop_dbserver (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/stop_dbserver Fri Apr 13 10:19:54 2007
@@ -1,67 +1,19 @@
 #!/bin/sh
-##############################################################################
-#       Copyright (c) 2000-2006 All rights reserved
-#       Alberto Reggiori <ar...@webweaving.org>
-#       Dirk-Willem van Gulik <di...@webweaving.org>
 #
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer. 
-#
-# 2. 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.
-#
-# 3. The end-user documentation included with the redistribution,
-#    if any, must include the following acknowledgment:
-#       "This product includes software developed by 
-#        Alberto Reggiori <ar...@webweaving.org> and
-#        Dirk-Willem van Gulik <di...@webweaving.org>."
-#    Alternately, this acknowledgment may appear in the software itself,
-#    if and wherever such third-party acknowledgments normally appear.
-#
-# 4. All advertising materials mentioning features or use of this software
-#    must display the following acknowledgement:
-#    This product includes software developed by the University of
-#    California, Berkeley and its contributors. 
-#
-# 5. Neither the name of the University nor the names of its contributors
-#    may be used to endorse or promote products derived from this software
-#    without specific prior written permission.
-#
-# 6. Products derived from this software may not be called "RDFStore"
-#    nor may "RDFStore" appear in their names without prior written
-#    permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESSED 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 software consists of work developed by Alberto Reggiori and 
-# Dirk-Willem van Gulik. The RDF specific part is based on public 
-# domain software written at the Stanford University Database Group by 
-# Sergey Melnik. For more information on the RDF API Draft work, 
-# please see <http://www-db.stanford.edu/~melnik/rdf/api.html>
-# The DBMS TCP/IP server part is based on software originally written
-# by Dirk-Willem van Gulik for Web Weaving Internet Engineering m/v Enschede,
-# The Netherlands.
-#
-##############################################################################
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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.
 
 DIR=/RDFStore
 

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/doc/API.README
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/doc/API.README?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/doc/API.README (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/doc/API.README Fri Apr 13 10:19:54 2007
@@ -1,18 +1,20 @@
 =head1 LICENSE
 
 
- # *
- # *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
- # *                        Dirk-Willem van Gulik <di...@webweaving.org>
- # *
- # * NOTICE
- # *
- # * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
- # * file you should have received together with this source code. If you did not get a
- # * a copy of such a license agreement you can pick up one at:
- # *
- # *     http://rdfstore.sourceforge.net/LICENSE
- # *
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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.
 
 
 =head1 NAME

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/doc/SWADe-rdfstore.html
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/doc/SWADe-rdfstore.html?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/doc/SWADe-rdfstore.html (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/doc/SWADe-rdfstore.html Fri Apr 13 10:19:54 2007
@@ -1,3 +1,19 @@
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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.
+-->
 <HTML>
 <HEAD>
 <TITLE>Indexing and retrieving Semantic Web resources: the RDFStore model</TITLE>

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_bdb_store.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_bdb_store.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_bdb_store.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_bdb_store.h Fri Apr 13 10:19:54 2007
@@ -1,71 +1,19 @@
-/*
-##############################################################################
-# 	Copyright (c) 2000-2006 All rights reserved
-# 	Alberto Reggiori <ar...@webweaving.org>
-#	Dirk-Willem van Gulik <di...@webweaving.org>
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer. 
-#
-# 2. 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.
-#
-# 3. The end-user documentation included with the redistribution,
-#    if any, must include the following acknowledgment:
-#       "This product includes software developed by 
-#        Alberto Reggiori <ar...@webweaving.org> and
-#        Dirk-Willem van Gulik <di...@webweaving.org>."
-#    Alternately, this acknowledgment may appear in the software itself,
-#    if and wherever such third-party acknowledgments normally appear.
-#
-# 4. All advertising materials mentioning features or use of this software
-#    must display the following acknowledgement:
-#    This product includes software developed by the University of
-#    California, Berkeley and its contributors. 
-#
-# 5. Neither the name of the University nor the names of its contributors
-#    may be used to endorse or promote products derived from this software
-#    without specific prior written permission.
-#
-# 6. Products derived from this software may not be called "RDFStore"
-#    nor may "RDFStore" appear in their names without prior written
-#    permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESSED 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 software consists of work developed by Alberto Reggiori and 
-# Dirk-Willem van Gulik. The RDF specific part is based based on public 
-# domain software written at the Stanford University Database Group by 
-# Sergey Melnik. For more information on the RDF API Draft work, 
-# please see <http://www-db.stanford.edu/~melnik/rdf/api.html>
-# The DBMS TCP/IP server part is based on software originally written
-# by Dirk-Willem van Gulik for Web Weaving Internet Engineering m/v Enschede,
-# The Netherlands.
-#
-##############################################################################
-#
-# $Id: backend_bdb_store.h,v 1.3 2006/06/19 10:10:23 areggiori Exp $
-#
-*/
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
 
 #ifndef _H_BDB_STORE
 #define _H_BDB_STORE

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_bdb_store_private.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_bdb_store_private.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_bdb_store_private.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_bdb_store_private.h Fri Apr 13 10:19:54 2007
@@ -1,71 +1,19 @@
-/*
-##############################################################################
-# 	Copyright (c) 2000-2006 All rights reserved
-# 	Alberto Reggiori <ar...@webweaving.org>
-#	Dirk-Willem van Gulik <di...@webweaving.org>
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer. 
-#
-# 2. 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.
-#
-# 3. The end-user documentation included with the redistribution,
-#    if any, must include the following acknowledgment:
-#       "This product includes software developed by 
-#        Alberto Reggiori <ar...@webweaving.org> and
-#        Dirk-Willem van Gulik <di...@webweaving.org>."
-#    Alternately, this acknowledgment may appear in the software itself,
-#    if and wherever such third-party acknowledgments normally appear.
-#
-# 4. All advertising materials mentioning features or use of this software
-#    must display the following acknowledgement:
-#    This product includes software developed by the University of
-#    California, Berkeley and its contributors. 
-#
-# 5. Neither the name of the University nor the names of its contributors
-#    may be used to endorse or promote products derived from this software
-#    without specific prior written permission.
-#
-# 6. Products derived from this software may not be called "RDFStore"
-#    nor may "RDFStore" appear in their names without prior written
-#    permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESSED 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 software consists of work developed by Alberto Reggiori and 
-# Dirk-Willem van Gulik. The RDF specific part is based based on public 
-# domain software written at the Stanford University Database Group by 
-# Sergey Melnik. For more information on the RDF API Draft work, 
-# please see <http://www-db.stanford.edu/~melnik/rdf/api.html>
-# The DBMS TCP/IP server part is based on software originally written
-# by Dirk-Willem van Gulik for Web Weaving Internet Engineering m/v Enschede,
-# The Netherlands.
-#
-##############################################################################
-#
-# $Id: backend_bdb_store_private.h,v 1.4 2006/06/19 10:10:23 areggiori Exp $
-#
-*/
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
 
 #ifndef _H_BDB_STORE_PRIVATE
 #define _H_BDB_STORE_PRIVATE

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_caching_store.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_caching_store.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_caching_store.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_caching_store.h Fri Apr 13 10:19:54 2007
@@ -1,71 +1,19 @@
-/*
-##############################################################################
-# 	Copyright (c) 2000-2006 All rights reserved
-# 	Alberto Reggiori <ar...@webweaving.org>
-#	Dirk-Willem van Gulik <di...@webweaving.org>
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer. 
-#
-# 2. 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.
-#
-# 3. The end-user documentation included with the redistribution,
-#    if any, must include the following acknowledgment:
-#       "This product includes software developed by 
-#        Alberto Reggiori <ar...@webweaving.org> and
-#        Dirk-Willem van Gulik <di...@webweaving.org>."
-#    Alternately, this acknowledgment may appear in the software itself,
-#    if and wherever such third-party acknowledgments normally appear.
-#
-# 4. All advertising materials mentioning features or use of this software
-#    must display the following acknowledgement:
-#    This product includes software developed by the University of
-#    California, Berkeley and its contributors. 
-#
-# 5. Neither the name of the University nor the names of its contributors
-#    may be used to endorse or promote products derived from this software
-#    without specific prior written permission.
-#
-# 6. Products derived from this software may not be called "RDFStore"
-#    nor may "RDFStore" appear in their names without prior written
-#    permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESSED 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 software consists of work developed by Alberto Reggiori and 
-# Dirk-Willem van Gulik. The RDF specific part is based based on public 
-# domain software written at the Stanford University Database Group by 
-# Sergey Melnik. For more information on the RDF API Draft work, 
-# please see <http://www-db.stanford.edu/~melnik/rdf/api.html>
-# The DBMS TCP/IP server part is based on software originally written
-# by Dirk-Willem van Gulik for Web Weaving Internet Engineering m/v Enschede,
-# The Netherlands.
-#
-##############################################################################
-#
-# $Id: backend_caching_store.h,v 1.3 2006/06/19 10:10:23 areggiori Exp $
-#
-*/
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
 
 #ifndef _H_CACHINGSTORE
 #define _H_CACHINGSTORE

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_dbms_store.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_dbms_store.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_dbms_store.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_dbms_store.h Fri Apr 13 10:19:54 2007
@@ -1,71 +1,19 @@
-/*
-##############################################################################
-# 	Copyright (c) 2000-2006 All rights reserved
-# 	Alberto Reggiori <ar...@webweaving.org>
-#	Dirk-Willem van Gulik <di...@webweaving.org>
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer. 
-#
-# 2. 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.
-#
-# 3. The end-user documentation included with the redistribution,
-#    if any, must include the following acknowledgment:
-#       "This product includes software developed by 
-#        Alberto Reggiori <ar...@webweaving.org> and
-#        Dirk-Willem van Gulik <di...@webweaving.org>."
-#    Alternately, this acknowledgment may appear in the software itself,
-#    if and wherever such third-party acknowledgments normally appear.
-#
-# 4. All advertising materials mentioning features or use of this software
-#    must display the following acknowledgement:
-#    This product includes software developed by the University of
-#    California, Berkeley and its contributors. 
-#
-# 5. Neither the name of the University nor the names of its contributors
-#    may be used to endorse or promote products derived from this software
-#    without specific prior written permission.
-#
-# 6. Products derived from this software may not be called "RDFStore"
-#    nor may "RDFStore" appear in their names without prior written
-#    permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESSED 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 software consists of work developed by Alberto Reggiori and 
-# Dirk-Willem van Gulik. The RDF specific part is based based on public 
-# domain software written at the Stanford University Database Group by 
-# Sergey Melnik. For more information on the RDF API Draft work, 
-# please see <http://www-db.stanford.edu/~melnik/rdf/api.html>
-# The DBMS TCP/IP server part is based on software originally written
-# by Dirk-Willem van Gulik for Web Weaving Internet Engineering m/v Enschede,
-# The Netherlands.
-#
-##############################################################################
-#
-# $Id: backend_dbms_store.h,v 1.3 2006/06/19 10:10:23 areggiori Exp $
-#
-*/
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
 
 #ifndef _H_DBMS_STORE
 #define _H_DBMS_STORE

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_dbms_store_private.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_dbms_store_private.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_dbms_store_private.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_dbms_store_private.h Fri Apr 13 10:19:54 2007
@@ -1,71 +1,19 @@
-/*
-##############################################################################
-# 	Copyright (c) 2000-2006 All rights reserved
-# 	Alberto Reggiori <ar...@webweaving.org>
-#	Dirk-Willem van Gulik <di...@webweaving.org>
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer. 
-#
-# 2. 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.
-#
-# 3. The end-user documentation included with the redistribution,
-#    if any, must include the following acknowledgment:
-#       "This product includes software developed by 
-#        Alberto Reggiori <ar...@webweaving.org> and
-#        Dirk-Willem van Gulik <di...@webweaving.org>."
-#    Alternately, this acknowledgment may appear in the software itself,
-#    if and wherever such third-party acknowledgments normally appear.
-#
-# 4. All advertising materials mentioning features or use of this software
-#    must display the following acknowledgement:
-#    This product includes software developed by the University of
-#    California, Berkeley and its contributors. 
-#
-# 5. Neither the name of the University nor the names of its contributors
-#    may be used to endorse or promote products derived from this software
-#    without specific prior written permission.
-#
-# 6. Products derived from this software may not be called "RDFStore"
-#    nor may "RDFStore" appear in their names without prior written
-#    permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESSED 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 software consists of work developed by Alberto Reggiori and 
-# Dirk-Willem van Gulik. The RDF specific part is based based on public 
-# domain software written at the Stanford University Database Group by 
-# Sergey Melnik. For more information on the RDF API Draft work, 
-# please see <http://www-db.stanford.edu/~melnik/rdf/api.html>
-# The DBMS TCP/IP server part is based on software originally written
-# by Dirk-Willem van Gulik for Web Weaving Internet Engineering m/v Enschede,
-# The Netherlands.
-#
-##############################################################################
-#
-# $Id: backend_dbms_store_private.h,v 1.4 2006/06/19 10:10:23 areggiori Exp $
-#
-*/
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
 
 #ifndef _H_BDB_STORE_PRIVATE
 #define _H_BDB_STORE_PRIVATE

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_store.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_store.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_store.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_store.h Fri Apr 13 10:19:54 2007
@@ -1,71 +1,19 @@
-/*
-##############################################################################
-# 	Copyright (c) 2000-2006 All rights reserved
-# 	Alberto Reggiori <ar...@webweaving.org>
-#	Dirk-Willem van Gulik <di...@webweaving.org>
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer. 
-#
-# 2. 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.
-#
-# 3. The end-user documentation included with the redistribution,
-#    if any, must include the following acknowledgment:
-#       "This product includes software developed by 
-#        Alberto Reggiori <ar...@webweaving.org> and
-#        Dirk-Willem van Gulik <di...@webweaving.org>."
-#    Alternately, this acknowledgment may appear in the software itself,
-#    if and wherever such third-party acknowledgments normally appear.
-#
-# 4. All advertising materials mentioning features or use of this software
-#    must display the following acknowledgement:
-#    This product includes software developed by the University of
-#    California, Berkeley and its contributors. 
-#
-# 5. Neither the name of the University nor the names of its contributors
-#    may be used to endorse or promote products derived from this software
-#    without specific prior written permission.
-#
-# 6. Products derived from this software may not be called "RDFStore"
-#    nor may "RDFStore" appear in their names without prior written
-#    permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESSED 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 software consists of work developed by Alberto Reggiori and 
-# Dirk-Willem van Gulik. The RDF specific part is based based on public 
-# domain software written at the Stanford University Database Group by 
-# Sergey Melnik. For more information on the RDF API Draft work, 
-# please see <http://www-db.stanford.edu/~melnik/rdf/api.html>
-# The DBMS TCP/IP server part is based on software originally written
-# by Dirk-Willem van Gulik for Web Weaving Internet Engineering m/v Enschede,
-# The Netherlands.
-#
-##############################################################################
-#
-# $Id: backend_store.h,v 1.6 2006/06/19 10:10:23 areggiori Exp $
-#
-*/
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
 
 #ifndef _H_BACKEND_STORE
 #define _H_BACKEND_STORE

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/fraenkel_compress.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/fraenkel_compress.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/fraenkel_compress.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/fraenkel_compress.h Fri Apr 13 10:19:54 2007
@@ -1,18 +1,19 @@
-/*
-  *
-  *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
-  *                        Dirk-Willem van Gulik <di...@webweaving.org>
-  *
-  * NOTICE
-  *
-  * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
-  * file you should have received together with this source code. If you did not get a
-  * a copy of such a license agreement you can pick up one at:
-  *
-  *     http://rdfstore.sourceforge.net/LICENSE
-  *
-  * $Id: fraenkel_compress.h,v 1.3 2006/06/19 10:10:23 areggiori Exp $
-  */
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
 
 #ifndef _FRAENKEL_COMPRESS_H
 #define _FRAENKEL_COMRPESS_H

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/my_compress.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/my_compress.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/my_compress.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/my_compress.h Fri Apr 13 10:19:54 2007
@@ -1,18 +1,19 @@
-/*
-  *
-  *     Copyright (c) 2000-2006 Alberto Reggiori <ar...@webweaving.org>
-  *                        Dirk-Willem van Gulik <di...@webweaving.org>
-  *
-  * NOTICE
-  *
-  * This product is distributed under a BSD/ASF like license as described in the 'LICENSE'
-  * file you should have received together with this source code. If you did not get a
-  * a copy of such a license agreement you can pick up one at:
-  *
-  *     http://rdfstore.sourceforge.net/LICENSE
-  *
-  * $Id: my_compress.h,v 1.4 2006/06/19 10:10:23 areggiori Exp $
-  */
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
 
 #ifndef _MY_COMPRESS_H
 #define _MY_COMRPESS_H

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/ppport.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/ppport.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/ppport.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/ppport.h Fri Apr 13 10:19:54 2007
@@ -1,3 +1,18 @@
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
 /* This file is Based on output from 
  * Perl/Pollution/Portability Version 2.0000 
  */

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore.h Fri Apr 13 10:19:54 2007
@@ -1,71 +1,19 @@
-/*
-##############################################################################
-# 	Copyright (c) 2000-2006 All rights reserved
-# 	Alberto Reggiori <ar...@webweaving.org>
-#	Dirk-Willem van Gulik <di...@webweaving.org>
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer. 
-#
-# 2. 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.
-#
-# 3. The end-user documentation included with the redistribution,
-#    if any, must include the following acknowledgment:
-#       "This product includes software developed by 
-#        Alberto Reggiori <ar...@webweaving.org> and
-#        Dirk-Willem van Gulik <di...@webweaving.org>."
-#    Alternately, this acknowledgment may appear in the software itself,
-#    if and wherever such third-party acknowledgments normally appear.
-#
-# 4. All advertising materials mentioning features or use of this software
-#    must display the following acknowledgement:
-#    This product includes software developed by the University of
-#    California, Berkeley and its contributors. 
-#
-# 5. Neither the name of the University nor the names of its contributors
-#    may be used to endorse or promote products derived from this software
-#    without specific prior written permission.
-#
-# 6. Products derived from this software may not be called "RDFStore"
-#    nor may "RDFStore" appear in their names without prior written
-#    permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESSED 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 software consists of work developed by Alberto Reggiori and 
-# Dirk-Willem van Gulik. The RDF specific part is based based on public 
-# domain software written at the Stanford University Database Group by 
-# Sergey Melnik. For more information on the RDF API Draft work, 
-# please see <http://www-db.stanford.edu/~melnik/rdf/api.html>
-# The DBMS TCP/IP server part is based on software originally written
-# by Dirk-Willem van Gulik for Web Weaving Internet Engineering m/v Enschede,
-# The Netherlands.
-#
-##############################################################################
-#
-# $Id: rdfstore.h,v 1.48 2006/06/19 10:10:23 areggiori Exp $
-#
-*/
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
 
 #ifndef _H_RDFSTORE
 #define _H_RDFSTORE

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_ap_sha1.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_ap_sha1.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_ap_sha1.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_ap_sha1.h Fri Apr 13 10:19:54 2007
@@ -1,62 +1,19 @@
-/* ====================================================================
- * The Apache Software License, Version 1.1
- *
- * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
- * reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- *
- * 2. 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.
- *
- * 3. The end-user documentation included with the redistribution,
- *    if any, must include the following acknowledgment:
- *       "This product includes software developed by the
- *        Apache Software Foundation (http://www.apache.org/)."
- *    Alternately, this acknowledgment may appear in the software itself,
- *    if and wherever such third-party acknowledgments normally appear.
- *
- * 4. The names "Apache" and "Apache Software Foundation" must
- *    not be used to endorse or promote products derived from this
- *    software without prior written permission. For written
- *    permission, please contact apache@apache.org.
- *
- * 5. Products derived from this software may not be called "Apache",
- *    nor may "Apache" appear in their name, without prior written
- *    permission of the Apache Software Foundation.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 APACHE SOFTWARE FOUNDATION OR
- * ITS 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 software consists of voluntary contributions made by many
- * individuals on behalf of the Apache Software Foundation.  For more
- * information on the Apache Software Foundation, please see
- * <http://www.apache.org/>.
- *
- * Portions of this software are based upon public domain software
- * originally written at the National Center for Supercomputing Applications,
- * University of Illinois, Urbana-Champaign.
- * 
- * $Id: rdfstore_ap_sha1.h,v 1.1 2003/05/05 17:57:43 areggiori Exp $
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
  */
+
 
 /*
  * NIST Secure Hash Algorithm

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_bits.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_bits.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_bits.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_bits.h Fri Apr 13 10:19:54 2007
@@ -1,71 +1,19 @@
-/*
-##############################################################################
-# 	Copyright (c) 2000-2006 All rights reserved
-# 	Alberto Reggiori <ar...@webweaving.org>
-#	Dirk-Willem van Gulik <di...@webweaving.org>
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer. 
-#
-# 2. 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.
-#
-# 3. The end-user documentation included with the redistribution,
-#    if any, must include the following acknowledgment:
-#       "This product includes software developed by 
-#        Alberto Reggiori <ar...@webweaving.org> and
-#        Dirk-Willem van Gulik <di...@webweaving.org>."
-#    Alternately, this acknowledgment may appear in the software itself,
-#    if and wherever such third-party acknowledgments normally appear.
-#
-# 4. All advertising materials mentioning features or use of this software
-#    must display the following acknowledgement:
-#    This product includes software developed by the University of
-#    California, Berkeley and its contributors. 
-#
-# 5. Neither the name of the University nor the names of its contributors
-#    may be used to endorse or promote products derived from this software
-#    without specific prior written permission.
-#
-# 6. Products derived from this software may not be called "RDFStore"
-#    nor may "RDFStore" appear in their names without prior written
-#    permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESSED 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 software consists of work developed by Alberto Reggiori and 
-# Dirk-Willem van Gulik. The RDF specific part is based based on public 
-# domain software written at the Stanford University Database Group by 
-# Sergey Melnik. For more information on the RDF API Draft work, 
-# please see <http://www-db.stanford.edu/~melnik/rdf/api.html>
-# The DBMS TCP/IP server part is based on software originally written
-# by Dirk-Willem van Gulik for Web Weaving Internet Engineering m/v Enschede,
-# The Netherlands.
-#
-##############################################################################
-#
-# $Id: rdfstore_bits.h,v 1.9 2006/06/19 10:10:23 areggiori Exp $
-#
-*/
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
 
 #ifndef _H_RDFSTORE_BITS
 #define _H_RDFSTORE_BITS

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_compress.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_compress.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_compress.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_compress.h Fri Apr 13 10:19:54 2007
@@ -1,71 +1,19 @@
-/*
-##############################################################################
-# 	Copyright (c) 2000-2006 All rights reserved
-# 	Alberto Reggiori <ar...@webweaving.org>
-#	Dirk-Willem van Gulik <di...@webweaving.org>
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer. 
-#
-# 2. 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.
-#
-# 3. The end-user documentation included with the redistribution,
-#    if any, must include the following acknowledgment:
-#       "This product includes software developed by 
-#        Alberto Reggiori <ar...@webweaving.org> and
-#        Dirk-Willem van Gulik <di...@webweaving.org>."
-#    Alternately, this acknowledgment may appear in the software itself,
-#    if and wherever such third-party acknowledgments normally appear.
-#
-# 4. All advertising materials mentioning features or use of this software
-#    must display the following acknowledgement:
-#    This product includes software developed by the University of
-#    California, Berkeley and its contributors. 
-#
-# 5. Neither the name of the University nor the names of its contributors
-#    may be used to endorse or promote products derived from this software
-#    without specific prior written permission.
-#
-# 6. Products derived from this software may not be called "RDFStore"
-#    nor may "RDFStore" appear in their names without prior written
-#    permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESSED 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 software consists of work developed by Alberto Reggiori and 
-# Dirk-Willem van Gulik. The RDF specific part is based based on public 
-# domain software written at the Stanford University Database Group by 
-# Sergey Melnik. For more information on the RDF API Draft work, 
-# please see <http://www-db.stanford.edu/~melnik/rdf/api.html>
-# The DBMS TCP/IP server part is based on software originally written
-# by Dirk-Willem van Gulik for Web Weaving Internet Engineering m/v Enschede,
-# The Netherlands.
-#
-##############################################################################
-#
-# $Id: rdfstore_compress.h,v 1.7 2006/06/19 10:10:23 areggiori Exp $
-#
-*/
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
 
 #ifndef _H_RDFSTORE_COMPRESS
 #define _H_RDFSTORE_COMPRESS

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_digest.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_digest.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_digest.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_digest.h Fri Apr 13 10:19:54 2007
@@ -1,71 +1,19 @@
-/*
-##############################################################################
-# 	Copyright (c) 2000-2006 All rights reserved
-# 	Alberto Reggiori <ar...@webweaving.org>
-#	Dirk-Willem van Gulik <di...@webweaving.org>
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer. 
-#
-# 2. 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.
-#
-# 3. The end-user documentation included with the redistribution,
-#    if any, must include the following acknowledgment:
-#       "This product includes software developed by 
-#        Alberto Reggiori <ar...@webweaving.org> and
-#        Dirk-Willem van Gulik <di...@webweaving.org>."
-#    Alternately, this acknowledgment may appear in the software itself,
-#    if and wherever such third-party acknowledgments normally appear.
-#
-# 4. All advertising materials mentioning features or use of this software
-#    must display the following acknowledgement:
-#    This product includes software developed by the University of
-#    California, Berkeley and its contributors. 
-#
-# 5. Neither the name of the University nor the names of its contributors
-#    may be used to endorse or promote products derived from this software
-#    without specific prior written permission.
-#
-# 6. Products derived from this software may not be called "RDFStore"
-#    nor may "RDFStore" appear in their names without prior written
-#    permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESSED 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 software consists of work developed by Alberto Reggiori and 
-# Dirk-Willem van Gulik. The RDF specific part is based based on public 
-# domain software written at the Stanford University Database Group by 
-# Sergey Melnik. For more information on the RDF API Draft work, 
-# please see <http://www-db.stanford.edu/~melnik/rdf/api.html>
-# The DBMS TCP/IP server part is based on software originally written
-# by Dirk-Willem van Gulik for Web Weaving Internet Engineering m/v Enschede,
-# The Netherlands.
-#
-##############################################################################
-#
-# $Id: rdfstore_digest.h,v 1.9 2006/06/19 10:10:23 areggiori Exp $
-#
-*/
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
 
 #ifndef _H_RDFSTORE_DIGEST
 #define _H_RDFSTORE_DIGEST

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_flat_store.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_flat_store.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_flat_store.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_flat_store.h Fri Apr 13 10:19:54 2007
@@ -1,71 +1,19 @@
-/*
-##############################################################################
-# 	Copyright (c) 2000-2006 All rights reserved
-# 	Alberto Reggiori <ar...@webweaving.org>
-#	Dirk-Willem van Gulik <di...@webweaving.org>
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer. 
-#
-# 2. 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.
-#
-# 3. The end-user documentation included with the redistribution,
-#    if any, must include the following acknowledgment:
-#       "This product includes software developed by 
-#        Alberto Reggiori <ar...@webweaving.org> and
-#        Dirk-Willem van Gulik <di...@webweaving.org>."
-#    Alternately, this acknowledgment may appear in the software itself,
-#    if and wherever such third-party acknowledgments normally appear.
-#
-# 4. All advertising materials mentioning features or use of this software
-#    must display the following acknowledgement:
-#    This product includes software developed by the University of
-#    California, Berkeley and its contributors. 
-#
-# 5. Neither the name of the University nor the names of its contributors
-#    may be used to endorse or promote products derived from this software
-#    without specific prior written permission.
-#
-# 6. Products derived from this software may not be called "RDFStore"
-#    nor may "RDFStore" appear in their names without prior written
-#    permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESSED 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 software consists of work developed by Alberto Reggiori and 
-# Dirk-Willem van Gulik. The RDF specific part is based based on public 
-# domain software written at the Stanford University Database Group by 
-# Sergey Melnik. For more information on the RDF API Draft work, 
-# please see <http://www-db.stanford.edu/~melnik/rdf/api.html>
-# The DBMS TCP/IP server part is based on software originally written
-# by Dirk-Willem van Gulik for Web Weaving Internet Engineering m/v Enschede,
-# The Netherlands.
-#
-##############################################################################
-#
-# $Id: rdfstore_flat_store.h,v 1.8 2006/06/19 10:10:23 areggiori Exp $
-#
-*/
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
 
 #ifndef _H_RDFSTORE_FLATSTORE
 #define _H_RDFSTORE_FLATSTORE

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_flat_store_private.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_flat_store_private.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_flat_store_private.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_flat_store_private.h Fri Apr 13 10:19:54 2007
@@ -1,71 +1,19 @@
-/*
-##############################################################################
-# 	Copyright (c) 2000-2006 All rights reserved
-# 	Alberto Reggiori <ar...@webweaving.org>
-#	Dirk-Willem van Gulik <di...@webweaving.org>
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer. 
-#
-# 2. 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.
-#
-# 3. The end-user documentation included with the redistribution,
-#    if any, must include the following acknowledgment:
-#       "This product includes software developed by 
-#        Alberto Reggiori <ar...@webweaving.org> and
-#        Dirk-Willem van Gulik <di...@webweaving.org>."
-#    Alternately, this acknowledgment may appear in the software itself,
-#    if and wherever such third-party acknowledgments normally appear.
-#
-# 4. All advertising materials mentioning features or use of this software
-#    must display the following acknowledgement:
-#    This product includes software developed by the University of
-#    California, Berkeley and its contributors. 
-#
-# 5. Neither the name of the University nor the names of its contributors
-#    may be used to endorse or promote products derived from this software
-#    without specific prior written permission.
-#
-# 6. Products derived from this software may not be called "RDFStore"
-#    nor may "RDFStore" appear in their names without prior written
-#    permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESSED 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 software consists of work developed by Alberto Reggiori and 
-# Dirk-Willem van Gulik. The RDF specific part is based based on public 
-# domain software written at the Stanford University Database Group by 
-# Sergey Melnik. For more information on the RDF API Draft work, 
-# please see <http://www-db.stanford.edu/~melnik/rdf/api.html>
-# The DBMS TCP/IP server part is based on software originally written
-# by Dirk-Willem van Gulik for Web Weaving Internet Engineering m/v Enschede,
-# The Netherlands.
-#
-##############################################################################
-#
-# $Id: rdfstore_flat_store_private.h,v 1.3 2006/06/19 10:10:23 areggiori Exp $
-#
-*/
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
 
 #ifndef _H_RDFSTORE_FLATSTORE_PRIVATE
 #define _H_RDFSTORE_FLATSTORE_PRIVATE

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_iterator.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_iterator.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_iterator.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_iterator.h Fri Apr 13 10:19:54 2007
@@ -1,71 +1,19 @@
-/*
-##############################################################################
-# 	Copyright (c) 2000-2006 All rights reserved
-# 	Alberto Reggiori <ar...@webweaving.org>
-#	Dirk-Willem van Gulik <di...@webweaving.org>
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer. 
-#
-# 2. 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.
-#
-# 3. The end-user documentation included with the redistribution,
-#    if any, must include the following acknowledgment:
-#       "This product includes software developed by 
-#        Alberto Reggiori <ar...@webweaving.org> and
-#        Dirk-Willem van Gulik <di...@webweaving.org>."
-#    Alternately, this acknowledgment may appear in the software itself,
-#    if and wherever such third-party acknowledgments normally appear.
-#
-# 4. All advertising materials mentioning features or use of this software
-#    must display the following acknowledgement:
-#    This product includes software developed by the University of
-#    California, Berkeley and its contributors. 
-#
-# 5. Neither the name of the University nor the names of its contributors
-#    may be used to endorse or promote products derived from this software
-#    without specific prior written permission.
-#
-# 6. Products derived from this software may not be called "RDFStore"
-#    nor may "RDFStore" appear in their names without prior written
-#    permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESSED 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 software consists of work developed by Alberto Reggiori and 
-# Dirk-Willem van Gulik. The RDF specific part is based based on public 
-# domain software written at the Stanford University Database Group by 
-# Sergey Melnik. For more information on the RDF API Draft work, 
-# please see <http://www-db.stanford.edu/~melnik/rdf/api.html>
-# The DBMS TCP/IP server part is based on software originally written
-# by Dirk-Willem van Gulik for Web Weaving Internet Engineering m/v Enschede,
-# The Netherlands.
-#
-##############################################################################
-#
-# $Id: rdfstore_iterator.h,v 1.6 2006/06/19 10:10:23 areggiori Exp $
-#
-*/
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
 
 #ifndef _H_RDFSTORE_ITERATOR
 #define _H_RDFSTORE_ITERATOR

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_log.h
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_log.h?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_log.h (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_log.h Fri Apr 13 10:19:54 2007
@@ -1,71 +1,19 @@
-/*
-##############################################################################
-# 	Copyright (c) 2000-2006 All rights reserved
-# 	Alberto Reggiori <ar...@webweaving.org>
-#	Dirk-Willem van Gulik <di...@webweaving.org>
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer. 
-#
-# 2. 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.
-#
-# 3. The end-user documentation included with the redistribution,
-#    if any, must include the following acknowledgment:
-#       "This product includes software developed by 
-#        Alberto Reggiori <ar...@webweaving.org> and
-#        Dirk-Willem van Gulik <di...@webweaving.org>."
-#    Alternately, this acknowledgment may appear in the software itself,
-#    if and wherever such third-party acknowledgments normally appear.
-#
-# 4. All advertising materials mentioning features or use of this software
-#    must display the following acknowledgement:
-#    This product includes software developed by the University of
-#    California, Berkeley and its contributors. 
-#
-# 5. Neither the name of the University nor the names of its contributors
-#    may be used to endorse or promote products derived from this software
-#    without specific prior written permission.
-#
-# 6. Products derived from this software may not be called "RDFStore"
-#    nor may "RDFStore" appear in their names without prior written
-#    permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESSED 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 software consists of work developed by Alberto Reggiori and 
-# Dirk-Willem van Gulik. The RDF specific part is based based on public 
-# domain software written at the Stanford University Database Group by 
-# Sergey Melnik. For more information on the RDF API Draft work, 
-# please see <http://www-db.stanford.edu/~melnik/rdf/api.html>
-# The DBMS TCP/IP server part is based on software originally written
-# by Dirk-Willem van Gulik for Web Weaving Internet Engineering m/v Enschede,
-# The Netherlands.
-#
-##############################################################################
-#
-# $Id: rdfstore_log.h,v 1.6 2006/06/19 10:10:23 areggiori Exp $
-#
-*/
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
 
 #ifndef _H_RDFSTORE_LOG
 #define _H_RDFSTORE_LOG