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 [1/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...

Author: leosimons
Date: Fri Apr 13 10:19:54 2007
New Revision: 528559

URL: http://svn.apache.org/viewvc?view=rev&rev=528559
Log:
Licensing fun with RDFStore.

  * For all files that have a copyright identifying Alberto, Dirk or Asemantics,
    replace the header with the apache standard one

  * Normalize changelogs in headers of lib/RDFStore files
  
  * For all files that seem part of the W3C testsuite do nothing
    * W3C is known-bad at providing licenses for these testsuites, Dan Brickley
      says probably no-one knows what the license is exactly, consider removing
      from SVN completely

  * For all files that are part of SFL, do nothing
  
  * merge sfl-license.txt into LICENSE
  
  * For all files that have no copyright header but where the CVS logs for the
    file on sourceforge arguably show that they were written by Alberto, Dirk
    or Asemantics, add the apache standard header
    
  * For fraenkel_compress.c which has no clear origin, do nothing
    * we should trace the true origin of this file and add an appropriate 
      header, or we should not use it!

  * add a NOTICE file that complies with the SFL license, includes the same
    information as the original notice appendix in the license header, and lists
    copyright information



Added:
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/NOTICE
Removed:
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/sfl-license.txt
Modified:
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/LICENSE
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/Makefile.PL
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/RDFStore.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/RDFStore.xs
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/arch_conf.in
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/backend_bdb_store.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/backend_caching_store.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/backend_dbms_store.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/Makefile
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/arch.conf
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/arch.conf-sample
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/Makefile.PL
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/00.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/01.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/02.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/03.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/04.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/05.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/06.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/07.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/08.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/09.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/10.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/11.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/12.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/13.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/14.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/20.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/33.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/40.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/50.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/Makefile
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/dbmsget.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/dbmsproxy.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/dbmsproxy.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/test.pl
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/dbmsproxy/test2.pl
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/Makefile
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/children.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/children.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/conf.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/conf.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/dbms-allow-all.conf
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/dbms.conf
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/dbmsd.8
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/dbmsd.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/deamon.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/deamon.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/handler.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/handler.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/loop.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/main.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/mymalloc.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/mymalloc.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/pathmake.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/pathmake.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/version.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/deamon/version.pl
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/doc/dbms.html
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/include/dbms.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/include/dbms_comms.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/include/dbms_compat.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/Makefile
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/dump.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/libdbms.3
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/libdbms.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/libdbms/test.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/dbcat_raw
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/dbms_mirror.pl
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/dbmsd.sh
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/dbmsd.sh.sample
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/start_dbserver
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/utils/stop_dbserver
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/doc/API.README
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/doc/SWADe-rdfstore.html
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_bdb_store.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_bdb_store_private.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_caching_store.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_dbms_store.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_dbms_store_private.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/backend_store.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/fraenkel_compress.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/my_compress.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/ppport.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_ap_sha1.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_bits.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_compress.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_digest.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_flat_store.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_flat_store_private.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_iterator.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_log.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_ms.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_serializer.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_utf8.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/include/rdfstore_xsd.h
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/DBD/RDFStore.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/DBMS.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Digest/Digestable.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Literal.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Model.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/NodeFactory.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Object.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Parser.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Parser/NTriples.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Parser/SiRPAC.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Parser/Styles/RDFStore/Model.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Parser/Styles/RDFStore/Statement.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/RDFNode.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Resource.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/SchemaModel.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Serializer.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Serializer/NTriples.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Serializer/RDFXML.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Serializer/RSS.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Statement.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Util/Digest.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Util/UTF8.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/VirtualModel.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Vocabulary/DAML.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Vocabulary/DC.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Vocabulary/DCQ.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Vocabulary/DCT.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Vocabulary/FOAF.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Vocabulary/Generator.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Vocabulary/OWL.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Vocabulary/RDF.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Vocabulary/RDFS.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Vocabulary/RDFStoreContext.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDFStore/Vocabulary/RSS.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/RDQL/Parser.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/lib/Util/BLOB.pm
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/my_compress.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/rdfstore_ap_sha1.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/rdfstore_bits.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/rdfstore_compress.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/rdfstore_digest.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/rdfstore_flat_store.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/rdfstore_iterator.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/rdfstore_kernel.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/rdfstore_log.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/rdfstore_serializer.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/rdfstore_utf8.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/rdfstore_xsd.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/samples/rss10-api.pl
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/samples/rss10-rdql.pl
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/samples/schema-validator.pl
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/samples/sweet-api.pl
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/samples/sweet-rdql.pl
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/samples/test.pl
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/t/00_utf8.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/t/01_rdfstore.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/t/02_parser.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/t/03_model.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/t/04_rdql.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/t/05_serializer.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/t/06_objects.t
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/test/Makefile
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/test/bittest.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/test/dbstats.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/test/myingest.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/test/mytest.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/test/mytest1.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/test/utftest.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/utils/Makefile
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/utils/Makefile.sample
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/utils/db_stats.c
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/utils/pod2html.pl
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/utils/rdf.pl
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/utils/rdfdump.pl
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/utils/rdfingest.pl
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/utils/rdfquery.pl
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/utils/rdfs2html.pl
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/utils/rdfsh.pl
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/utils/vocabulary-generator.pl
    incubator/triplesoup/donations/TRIPLES-3-RDFStore/vocabularies/contexts.rdf

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/LICENSE
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/LICENSE?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/LICENSE (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/LICENSE Fri Apr 13 10:19:54 2007
@@ -1,65 +1,288 @@
-##############################################################################
-# 	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 Arnhem,
-# The Netherlands.
-#
-##############################################################################
+                              Apache License
+                        Version 2.0, January 2004
+                     http://www.apache.org/licenses/
 
-$Id: LICENSE,v 1.4 2006/06/19 10:10:21 areggiori Exp $
+TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+1. Definitions.
+
+   "License" shall mean the terms and conditions for use, reproduction,
+   and distribution as defined by Sections 1 through 9 of this document.
+
+   "Licensor" shall mean the copyright owner or entity authorized by
+   the copyright owner that is granting the License.
+
+   "Legal Entity" shall mean the union of the acting entity and all
+   other entities that control, are controlled by, or are under common
+   control with that entity. For the purposes of this definition,
+   "control" means (i) the power, direct or indirect, to cause the
+   direction or management of such entity, whether by contract or
+   otherwise, or (ii) ownership of fifty percent (50%) or more of the
+   outstanding shares, or (iii) beneficial ownership of such entity.
+
+   "You" (or "Your") shall mean an individual or Legal Entity
+   exercising permissions granted by this License.
+
+   "Source" form shall mean the preferred form for making modifications,
+   including but not limited to software source code, documentation
+   source, and configuration files.
+
+   "Object" form shall mean any form resulting from mechanical
+   transformation or translation of a Source form, including but
+   not limited to compiled object code, generated documentation,
+   and conversions to other media types.
+
+   "Work" shall mean the work of authorship, whether in Source or
+   Object form, made available under the License, as indicated by a
+   copyright notice that is included in or attached to the work
+   (an example is provided in the Appendix below).
+
+   "Derivative Works" shall mean any work, whether in Source or Object
+   form, that is based on (or derived from) the Work and for which the
+   editorial revisions, annotations, elaborations, or other modifications
+   represent, as a whole, an original work of authorship. For the purposes
+   of this License, Derivative Works shall not include works that remain
+   separable from, or merely link (or bind by name) to the interfaces of,
+   the Work and Derivative Works thereof.
+
+   "Contribution" shall mean any work of authorship, including
+   the original version of the Work and any modifications or additions
+   to that Work or Derivative Works thereof, that is intentionally
+   submitted to Licensor for inclusion in the Work by the copyright owner
+   or by an individual or Legal Entity authorized to submit on behalf of
+   the copyright owner. For the purposes of this definition, "submitted"
+   means any form of electronic, verbal, or written communication sent
+   to the Licensor or its representatives, including but not limited to
+   communication on electronic mailing lists, source code control systems,
+   and issue tracking systems that are managed by, or on behalf of, the
+   Licensor for the purpose of discussing and improving the Work, but
+   excluding communication that is conspicuously marked or otherwise
+   designated in writing by the copyright owner as "Not a Contribution."
+
+   "Contributor" shall mean Licensor and any individual or Legal Entity
+   on behalf of whom a Contribution has been received by Licensor and
+   subsequently incorporated within the Work.
+
+2. Grant of Copyright License. Subject to the terms and conditions of
+   this License, each Contributor hereby grants to You a perpetual,
+   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+   copyright license to reproduce, prepare Derivative Works of,
+   publicly display, publicly perform, sublicense, and distribute the
+   Work and such Derivative Works in Source or Object form.
+
+3. Grant of Patent License. Subject to the terms and conditions of
+   this License, each Contributor hereby grants to You a perpetual,
+   worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+   (except as stated in this section) patent license to make, have made,
+   use, offer to sell, sell, import, and otherwise transfer the Work,
+   where such license applies only to those patent claims licensable
+   by such Contributor that are necessarily infringed by their
+   Contribution(s) alone or by combination of their Contribution(s)
+   with the Work to which such Contribution(s) was submitted. If You
+   institute patent litigation against any entity (including a
+   cross-claim or counterclaim in a lawsuit) alleging that the Work
+   or a Contribution incorporated within the Work constitutes direct
+   or contributory patent infringement, then any patent licenses
+   granted to You under this License for that Work shall terminate
+   as of the date such litigation is filed.
+
+4. Redistribution. You may reproduce and distribute copies of the
+   Work or Derivative Works thereof in any medium, with or without
+   modifications, and in Source or Object form, provided that You
+   meet the following conditions:
+
+   (a) You must give any other recipients of the Work or
+       Derivative Works a copy of this License; and
+
+   (b) You must cause any modified files to carry prominent notices
+       stating that You changed the files; and
+
+   (c) You must retain, in the Source form of any Derivative Works
+       that You distribute, all copyright, patent, trademark, and
+       attribution notices from the Source form of the Work,
+       excluding those notices that do not pertain to any part of
+       the Derivative Works; and
+
+   (d) If the Work includes a "NOTICE" text file as part of its
+       distribution, then any Derivative Works that You distribute must
+       include a readable copy of the attribution notices contained
+       within such NOTICE file, excluding those notices that do not
+       pertain to any part of the Derivative Works, in at least one
+       of the following places: within a NOTICE text file distributed
+       as part of the Derivative Works; within the Source form or
+       documentation, if provided along with the Derivative Works; or,
+       within a display generated by the Derivative Works, if and
+       wherever such third-party notices normally appear. The contents
+       of the NOTICE file are for informational purposes only and
+       do not modify the License. You may add Your own attribution
+       notices within Derivative Works that You distribute, alongside
+       or as an addendum to the NOTICE text from the Work, provided
+       that such additional attribution notices cannot be construed
+       as modifying the License.
+
+   You may add Your own copyright statement to Your modifications and
+   may provide additional or different license terms and conditions
+   for use, reproduction, or distribution of Your modifications, or
+   for any such Derivative Works as a whole, provided Your use,
+   reproduction, and distribution of the Work otherwise complies with
+   the conditions stated in this License.
+
+5. Submission of Contributions. Unless You explicitly state otherwise,
+   any Contribution intentionally submitted for inclusion in the Work
+   by You to the Licensor shall be under the terms and conditions of
+   this License, without any additional terms or conditions.
+   Notwithstanding the above, nothing herein shall supersede or modify
+   the terms of any separate license agreement you may have executed
+   with Licensor regarding such Contributions.
+
+6. Trademarks. This License does not grant permission to use the trade
+   names, trademarks, service marks, or product names of the Licensor,
+   except as required for reasonable and customary use in describing the
+   origin of the Work and reproducing the content of the NOTICE file.
+
+7. Disclaimer of Warranty. Unless required by applicable law or
+   agreed to in writing, Licensor provides the Work (and each
+   Contributor provides its Contributions) on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+   implied, including, without limitation, any warranties or conditions
+   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+   PARTICULAR PURPOSE. You are solely responsible for determining the
+   appropriateness of using or redistributing the Work and assume any
+   risks associated with Your exercise of permissions under this License.
+
+8. Limitation of Liability. In no event and under no legal theory,
+   whether in tort (including negligence), contract, or otherwise,
+   unless required by applicable law (such as deliberate and grossly
+   negligent acts) or agreed to in writing, shall any Contributor be
+   liable to You for damages, including any direct, indirect, special,
+   incidental, or consequential damages of any character arising as a
+   result of this License or out of the use or inability to use the
+   Work (including but not limited to damages for loss of goodwill,
+   work stoppage, computer failure or malfunction, or any and all
+   other commercial damages or losses), even if such Contributor
+   has been advised of the possibility of such damages.
+
+9. Accepting Warranty or Additional Liability. While redistributing
+   the Work or Derivative Works thereof, You may choose to offer,
+   and charge a fee for, acceptance of support, warranty, indemnity,
+   or other liability obligations and/or rights consistent with this
+   License. However, in accepting such obligations, You may act only
+   on Your own behalf and on Your sole responsibility, not on behalf
+   of any other Contributor, and only if You agree to indemnify,
+   defend, and hold each Contributor harmless for any liability
+   incurred by, or claims asserted against, such Contributor by reason
+   of your accepting any such warranty or additional liability.
+
+END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Apache License to your work.
+
+   To apply the Apache License to your work, attach the following
+   boilerplate notice, with the fields enclosed by brackets "[]"
+   replaced with your own identifying information. (Don't include
+   the brackets!)  The text should be enclosed in the appropriate
+   comment syntax for the file format. We also recommend that a
+   file or class name and description of purpose be included on the
+   same "printed page" as the copyright notice for easier
+   identification within third-party archives.
+
+Copyright [yyyy] [name of copyright owner]
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+
+=============================================================================
+
+
+LICENSE AGREEMENT
+
+This license agreement covers your use of the iMatix STANDARD FUNCTION
+LIBRARY (SFL), its source code, documentation, and executable files,
+hereinafter referred to as "the Product".
+
+The Product is Copyright (c) 1996-2000 iMatix Corporation
+distribute it according to this following License Agreement. If you do not
+agree with these terms, please remove the Product from your system. By
+incorporating the Product in your work or distributing the Product to others
+you implicitly agree to these license terms.
+
+STATEMENT OF COPYRIGHT
+
+The Product is, and remains, copyright 1991-2000 iMatix Corporation, with
+exception of specific copyrights as noted in the individual source files.
+
+CONDITIONS OF USE
+
+You do not need to provide the source code for the Product as part of your
+product. However, you must do one of these things to comply with the Product
+License Agreement:
+
+1.  Provide the source code for Product modules that you use, or
+2.  Make your product freely available according to a license
+    similar to the GNU General Public License, or the Perl
+    Artistic License, or
+3.  Add this phrase to the documentation for your product:
+    "This product uses parts of the SFL package, Copyright (c) 1996-2000 iMatix Corporation
+    1991-2000 iMatix Corporation <http://www.imatix.com>".
+
+RIGHTS OF USAGE
+
+You may freely and at no cost use the Product in any project, commercial,
+academic, military, or private, so long as you respect the License
+Agreement. The License Agreement does not affect any software except the
+Product. In particular, any application that uses the Product does not
+itself fall under the License Agreement.
+
+You may modify any part of the Product, including sources and documentation,
+except this License Agreement, which you may not modify.
+
+You must clearly indicate any modifications at the start of each source
+file. The user of any modified Product code must know that the source file
+is not original.
+
+At your discretion, you may rewrite or reuse any part of the Product so that
+your derived code is not obviously part of the Product. This derived code
+does not fall under the Product License Agreement directly, but you must
+include a credit at the start of each source file indicating the original
+authorship and source of the code, and a statement of copyright as follows:
+
+    "Parts copyright (c) 1991-2000 iMatix Corporation."
+
+RIGHTS OF DISTRIBUTION
+
+You may freely distribute the Product, or any subset of the Product, by any
+means. The License, in the form of the file called "LICENSE.TXT" must
+accompany any such distribution.
+
+You may charge a fee for distributing the Product, for providing a warranty
+on the Product, for making modifications to the Product, or for any other
+service provided in relation to the Product. You are not required to ask our
+permission for any of these activities.
+
+At no time will iMatix Corporation associate itself with any distribution of
+the Product except that supplied from the Internet site
+http://www.imatix.com.
+
+DISCLAIMER OF WARRANTY
+
+The Product is provided as free software, in the hope that it will be
+useful. It is provided "as-is", without warranty of any kind, either
+expressed or implied, including, but not limited to, the implied warranties
+of merchantability and fitness for a particular purpose. The entire risk as
+to the quality and performance of the Product is with you. Should the
+Product prove defective, the full cost of repair, servicing, or correction
+lies with you.
+
+Published by iMatix Corporation
+http://www.imatix.com
+1 January, 1999

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/Makefile.PL
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/Makefile.PL?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/Makefile.PL (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/Makefile.PL Fri Apr 13 10:19:54 2007
@@ -1,17 +1,17 @@
-# *
-# *	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: Makefile.PL,v 1.61 2006/06/19 10:10:21 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.
 
 use strict;
 use ExtUtils::MakeMaker 5.16 qw(WriteMakefile prompt);

Added: incubator/triplesoup/donations/TRIPLES-3-RDFStore/NOTICE
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/NOTICE?view=auto&rev=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/NOTICE (added)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/NOTICE Fri Apr 13 10:19:54 2007
@@ -0,0 +1,32 @@
+Portions of TripleSoup were originally developed by Alberto Reggiori
+and are licensed to the Apache Software Foundation under the terms of a
+Software Grant a Contributor License Agreement.
+
+Portions of TripleSoup were originally developed by Asemantics S.r.l.
+and are licensed to the Apache Software Foundation under the terms of a
+Software Grant a Corporate Contribution License Agreement.
+
+Portions of TripleSoup were originally developed by Dirk-Willem van Gulik
+and are licensed to the Apache Software Foundation under the terms of a
+Software Grant a Contributor License Agreement.
+
+Portions of TripleSoup are based on software originally written by
+Dirk-Willem van Gulik for Web Weaving Internet Engineering m/v Arnhem,
+The Netherlands.
+
+Portions of TripleSoup are based on public domain software written at the
+Stanford University Database Group by Sergey Melnik.
+
+The following copyright notice(s) were affixed to portions of the code
+with which this file is now or was at one time distributed and are placed
+here unaltered:
+
+    Copyright (c) 2000-2006 All rights reserved
+      Alberto Reggiori <ar...@webweaving.org>
+      Dirk-Willem van Gulik <di...@webweaving.org>
+
+    Copyright (c) 2005 Asemantics S.R.L., All Rights Reserved.
+
+
+This product uses parts of the SFL package, Copyright (c) 1996-2000 iMatix Corporation
+1991-2000 iMatix Corporation <http://www.imatix.com>

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/RDFStore.pm
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/RDFStore.pm?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/RDFStore.pm (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/RDFStore.pm Fri Apr 13 10:19:54 2007
@@ -1,27 +1,30 @@
-# *
-# *     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
-# *
-# * Changes:
-# *     version 0.1 - 2000/11/03 at 04:30 CEST
-# *     version 0.31
-# *             - added use (include) of all RDFStore modules suite
-# *		- updated documentation
-# *     version 0.4
-# *		- updated documentation
-# *		- removed FindIndex module
-# *     version 0.50
-# *		- updated to be the corner stone of the RDF storage implemented in C and XS (lots of C and XS code really hoping to gain
-# *		  some speed and credibility here :) Here is the place where all magics happen....almost
-# *
+# 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.
+#
+# Changes:
+#    version 0.1 - 2000/11/03 at 04:30 CEST
+#    version 0.31
+#            - added use (include) of all RDFStore modules suite
+# 	- updated documentation
+#    version 0.4
+# 	- updated documentation
+# 	- removed FindIndex module
+#    version 0.50
+# 	- updated to be the corner stone of the RDF storage implemented in C and XS (lots of C and XS code really hoping to gain
+# 	  some speed and credibility here :) Here is the place where all magics happen....almost
+#
 
 package RDFStore;
 

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/RDFStore.xs
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/RDFStore.xs?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/RDFStore.xs (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/RDFStore.xs Fri Apr 13 10:19:54 2007
@@ -1,16 +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
-*/
+/* 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.
+ */
+
 
 #define PERL_NO_GET_CONTEXT
 

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/arch_conf.in
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/arch_conf.in?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/arch_conf.in (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/arch_conf.in Fri Apr 13 10:19:54 2007
@@ -1,66 +1,17 @@
-##############################################################################
-# 	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 Arnhem,
-# 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.
 
 # 1. Where is the file db.h?
 #

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/backend_bdb_store.c
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/backend_bdb_store.c?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/backend_bdb_store.c (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/backend_bdb_store.c Fri Apr 13 10:19:54 2007
@@ -1,70 +1,18 @@
-/*
-##############################################################################
-# 	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.c,v 1.21 2006/06/19 10:10:21 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.
+ */
 
 #include "dbms.h"
 #include "dbms_compat.h"

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/backend_caching_store.c
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/backend_caching_store.c?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/backend_caching_store.c (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/backend_caching_store.c Fri Apr 13 10:19:54 2007
@@ -1,70 +1,18 @@
-/*
-##############################################################################
-# 	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.c,v 1.13 2006/06/19 10:10:21 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.
+ */
 #include "dbms.h"
 #include "dbms_compat.h"
 #include "dbms_comms.h"

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/backend_dbms_store.c
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/backend_dbms_store.c?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/backend_dbms_store.c (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/backend_dbms_store.c Fri Apr 13 10:19:54 2007
@@ -1,70 +1,18 @@
-/*
-##############################################################################
-# 	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.c,v 1.10 2006/06/19 10:10:21 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.
+ */
 #include "dbms.h"
 #include "dbms_compat.h"
 #include "dbms_comms.h"

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/Makefile
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/Makefile?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/Makefile (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/Makefile Fri Apr 13 10:19:54 2007
@@ -1,16 +1,18 @@
-# *
-# *     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.
+
 TFILE=dbms-`date +%Y-%m-%d`
 
 all: 

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/arch.conf
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/arch.conf?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/arch.conf (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/arch.conf Fri Apr 13 10:19:54 2007
@@ -1,16 +1,18 @@
-# *
-# *     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.
+
 INSTDIR=/RDFStore
 
 TESTDIR=/usr/tmp/test.dbstore

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/arch.conf-sample
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/arch.conf-sample?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/arch.conf-sample (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/arch.conf-sample Fri Apr 13 10:19:54 2007
@@ -1,16 +1,18 @@
-# *
-# *     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.
+
 INSTDIR=/RDFStore
 
 TESTDIR=/usr/tmp/test.dbstore

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/Makefile.PL
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/Makefile.PL?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/Makefile.PL (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/Makefile.PL Fri Apr 13 10:19:54 2007
@@ -1,17 +1,17 @@
-# *
-# *     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: Makefile.PL,v 1.13 2006/06/19 10:10:22 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.
 
 use strict;
 use ExtUtils::MakeMaker 5.16 qw(WriteMakefile prompt);

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/00.t
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/00.t?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/00.t (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/00.t 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.
+
 print "1..3\n";
 use DBMS;
 

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/01.t
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/01.t?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/01.t (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/01.t 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.
+
 print "1..8\n";
 
 use DBMS;

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/02.t
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/02.t?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/02.t (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/02.t 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.
+
 print "1..4\n";
 
 $|=1;

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/03.t
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/03.t?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/03.t (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/03.t 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.
+
 print "1..100\n";
 
 $|=1;

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/04.t
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/04.t?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/04.t (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/04.t 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.
+
 print "1..5\n";
 
 $|=1;

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/05.t
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/05.t?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/05.t (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/05.t 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.
+
 $childs=12;
 $|=1;
 print "1..".(1+$childs*6)."\n";

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/06.t
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/06.t?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/06.t (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/06.t 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.
+
 print "1..8\n";
 
 use DBMS;

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/07.t
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/07.t?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/07.t (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/07.t 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.
+
 $|=1;
 print "1..32\n";
 

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/08.t
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/08.t?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/08.t (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/08.t 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.
+
 $|=1;
 print "1..32\n";
 

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/09.t
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/09.t?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/09.t (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/09.t 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.
+
 $childs=3;
 $|=1;
 print "1..".(1+$childs*6)."\n";

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/10.t
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/10.t?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/10.t (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/10.t 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.
+
 $|=1;
 print "1..6\n";
 

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/11.t
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/11.t?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/11.t (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/11.t Fri Apr 13 10:19:54 2007
@@ -1,3 +1,17 @@
+# 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.
 
 $|=1;
 $nfork = 0;

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/12.t
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/12.t?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/12.t (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/12.t 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.
+
 use strict ;
  
 BEGIN { print "1..8\n"; };

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/13.t
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/13.t?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/13.t (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/13.t 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.
+
 $childs=6;
 $|=1;
 

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/14.t
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/14.t?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/14.t (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/14.t 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.
+
 print "1..6\n";
 use DBMS;
 

Modified: incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/20.t
URL: http://svn.apache.org/viewvc/incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/20.t?view=diff&rev=528559&r1=528558&r2=528559
==============================================================================
--- incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/20.t (original)
+++ incubator/triplesoup/donations/TRIPLES-3-RDFStore/dbms/client/t/20.t 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.
+
 print "1..4\n";
 
 use DBMS;