You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2011/07/08 21:07:07 UTC

svn commit: r1144425 [1/17] - in /incubator/jena/Jena2/SDB/trunk: ./ src-dev/dbtest/ src-dev/dev/ src-dev/dev/db/ src-dev/dev/inf/ src-dev/dev/pldms/ src-dev/dev/reports/ src-examples/sdb/examples/ src-test/com/hp/hpl/jena/sdb/test/ src-test/com/hp/hpl...

Author: andy
Date: Fri Jul  8 19:06:49 2011
New Revision: 1144425

URL: http://svn.apache.org/viewvc?rev=1144425&view=rev
Log:
Change license to AL 2.0

Added:
    incubator/jena/Jena2/SDB/trunk/NOTICE.txt   (with props)
Modified:
    incubator/jena/Jena2/SDB/trunk/ChangeLog.txt
    incubator/jena/Jena2/SDB/trunk/Copyright.txt
    incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/DB.java
    incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/Params.java
    incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/ParamsVocab.java
    incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/Setup.java
    incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/TestBinary.java
    incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/TestDB.java
    incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/TestLongText.java
    incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/TestShortText.java
    incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/dbsetuptest.java
    incubator/jena/Jena2/SDB/trunk/src-dev/dev/DevSDB.java
    incubator/jena/Jena2/SDB/trunk/src-dev/dev/RDB.java
    incubator/jena/Jena2/SDB/trunk/src-dev/dev/ReportSparqlUpdate.java
    incubator/jena/Jena2/SDB/trunk/src-dev/dev/RunSDB.java
    incubator/jena/Jena2/SDB/trunk/src-dev/dev/RunTests.java
    incubator/jena/Jena2/SDB/trunk/src-dev/dev/TestStores2Connections1.java
    incubator/jena/Jena2/SDB/trunk/src-dev/dev/db/DBSyntax.java
    incubator/jena/Jena2/SDB/trunk/src-dev/dev/db/FmtStdHash.java
    incubator/jena/Jena2/SDB/trunk/src-dev/dev/db/StoreFormatterStd.java
    incubator/jena/Jena2/SDB/trunk/src-dev/dev/inf/TransGraph.java
    incubator/jena/Jena2/SDB/trunk/src-dev/dev/inf/TransGraphNode.java
    incubator/jena/Jena2/SDB/trunk/src-dev/dev/inf/sdbRDFSexpand.java
    incubator/jena/Jena2/SDB/trunk/src-dev/dev/inf/sdbRDFSload.java
    incubator/jena/Jena2/SDB/trunk/src-dev/dev/pldms/Scratch.java
    incubator/jena/Jena2/SDB/trunk/src-dev/dev/reports/OpenCurosrOracle.java
    incubator/jena/Jena2/SDB/trunk/src-dev/dev/reports/Report_ReifiedStatements.java
    incubator/jena/Jena2/SDB/trunk/src-examples/sdb/examples/Ex1.java
    incubator/jena/Jena2/SDB/trunk/src-examples/sdb/examples/Ex2.java
    incubator/jena/Jena2/SDB/trunk/src-examples/sdb/examples/ExJdbcConnection.java
    incubator/jena/Jena2/SDB/trunk/src-examples/sdb/examples/ExModelSDB.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/SDBModelGraphTestSuite.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/SDBQueryTestSuite.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/SDBTestAll.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/SDBTestMisc.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/SDBTestSetup.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/SDBUpdateTestSuite.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/StoreCreator.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/graph/AbstractTestGraphSDB.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/graph/TestDB2Graph.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/graph/TestDerbyGraph.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/graph/TestHSQLGraph.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/graph/TestMySQLGraph.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/graph/TestOracleGraph.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/graph/TestPgSQLGraph.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/graph/TestSQLServerGraph.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/junit/ParamAllStoreDesc.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/junit/ParamAllStores.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/junit/QueryTestSDB.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/junit/QueryTestSDBFactory.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/junit/SDBTestUtils.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/junit/StoreList.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/misc/TestAssembler.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/misc/TestConnection.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/misc/TestConnectionPooled.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/misc/TestExprMatch.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/misc/TestPrefixMappingSDB.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/misc/TestRegex.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/misc/TestRegistry.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/model/AbstractTestModelSDB.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/model/TestDB2Model.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/model/TestDerbyModel.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/model/TestHSQLModel.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/model/TestMySQLModel.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/model/TestOracleModel.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/model/TestPgSQLModel.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/model/TestSQLServerModel.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/modify/TestSPARQLUpdate.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/modify/TestSPARQLUpdateMgt.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/update/TestStoreUpdateBase.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/update/TestStoreUpdateDB2Hash.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/update/TestStoreUpdateDB2Index.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/update/TestStoreUpdateDerbyHash.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/update/TestStoreUpdateDerbyIndex.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/update/TestStoreUpdateHSQLHash.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/update/TestStoreUpdateHSQLIndex.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/update/TestStoreUpdateMySQLHash.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/update/TestStoreUpdateMySQLIndex.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/update/TestStoreUpdateOracleHash.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/update/TestStoreUpdateOracleIndex.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/update/TestStoreUpdatePgSQLHash.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/update/TestStoreUpdatePgSQLIndex.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/update/TestStoreUpdateSQLServerHash.java
    incubator/jena/Jena2/SDB/trunk/src-test/com/hp/hpl/jena/sdb/test/update/TestStoreUpdateSQLServerIndex.java
    incubator/jena/Jena2/SDB/trunk/src-test/sdb/sdbtest.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/SDB.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/SDBException.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/SDBFactory.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/Store.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/StoreDesc.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/assembler/AssemblerVocab.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/assembler/BadDescriptionException.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/assembler/CommandAssemblerException.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/assembler/DatasetStoreAssembler.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/assembler/MissingException.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/assembler/QueryAssembler.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/assembler/SDBConnectionDescAssembler.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/assembler/SDBModelAssembler.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/assembler/StoreDescAssembler.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/assembler/TypeNotUniqueException.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/ConditionCompiler.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/ConditionCompilerNone.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/OpLibSDB.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/OpSQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/PatternTable.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/QuadBlock.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/QuadBlockCompiler.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/QuadBlockCompilerMain.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/QueryCompiler.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/QueryCompilerFactory.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/QueryCompilerMain.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/QueryIterOpSQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/SDBCompile.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/SDBConstraint.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/SDB_QC.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/SlotCompiler.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/SqlBuilder.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/SqlStage.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/SqlStageBasicQuad.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/SqlStageList.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/TransformSDB.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/TransformSliceProject.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/rewrite/QBR_SubProperty.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/rewrite/QBR_SubType.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/rewrite/QuadBlockRewrite.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/compiler/rewrite/QuadBlockRewriteCompiler.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/AliasesSparql.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/AliasesSql.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/Annotation1.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/Annotations.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/AnnotationsBase.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/ExprCompile.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/ExprPattern.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/Generator.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/Gensym.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/JoinType.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/Map2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/SDBConstants.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/SDBRequest.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/Scope.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/Scope2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/ScopeBase.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/ScopeEntry.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/ScopeNull.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/ScopeOptional.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/ScopeRename.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/ScopeStatus.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/ValScope.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/ValueSpace.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlexpr/S_And.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlexpr/S_Equal.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlexpr/S_IsNotNull.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlexpr/S_IsNull.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlexpr/S_Like.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlexpr/S_Not.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlexpr/S_NotEqual.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlexpr/S_Or.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlexpr/S_Regex.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlexpr/SqlColumn.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlexpr/SqlConstant.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlexpr/SqlExpr.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlexpr/SqlExpr1.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlexpr/SqlExpr2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlexpr/SqlExprBase.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlexpr/SqlExprColumnsUsed.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlexpr/SqlExprGenerateSQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlexpr/SqlExprList.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlexpr/SqlExprVisitor.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlexpr/SqlExprVisitorBase.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlexpr/SqlExprWalker.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlexpr/SqlFunction1.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/ColAlias.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/GenerateSQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/GenerateSQLDB2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/GenerateSQLDerby.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/GenerateSQLMySQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/GenerateSQLOracle.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/GenerateSQLVisitor.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/GenerateSQL_MS.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/SqlCoalesce.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/SqlDistinct.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/SqlJoin.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/SqlJoinInner.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/SqlJoinLeftOuter.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/SqlNode.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/SqlNodeBase.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/SqlNodeBase0.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/SqlNodeBase1.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/SqlNodeBase2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/SqlNodeTextVisitor.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/SqlNodeVisitor.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/SqlNodeVisitorBase.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/SqlNodeWalker.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/SqlProject.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/SqlRename.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/SqlRestrict.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/SqlSelectBlock.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/SqlSlice.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/SqlTable.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/SqlTransform.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/SqlTransformCopy.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/SqlTransformer.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/core/sqlnode/SqlUnion.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/engine/QueryEngineSDB.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/exprmatch/ActionMatch.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/exprmatch/ActionMatchBind.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/exprmatch/ActionMatchExact.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/exprmatch/ActionMatchNoBind.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/exprmatch/ActionMatchNumeric.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/exprmatch/ActionMatchString.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/exprmatch/ActionMatchVar.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/exprmatch/ActionReject.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/exprmatch/ExprMatcher.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/exprmatch/FunctionAction.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/exprmatch/MapAction.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/exprmatch/MapCallout.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/exprmatch/MapResult.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/exprmatch/NoExprMatch.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/graph/EventManagerSDB.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/graph/GraphQueryHandlerSDB.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/graph/GraphSDB.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/graph/PrefixMappingSDB.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/graph/TransactionHandlerSDB.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/graph/UpdateHandlerSDB.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/CodecRDB.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/CodecSimple.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/EncoderDecoder.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/FormatterSimple.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/FormatterSimpleDB2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/FormatterSimpleDerby.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/FormatterSimpleH2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/FormatterSimpleHSQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/FormatterSimpleMySQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/FormatterSimpleOracle.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/FormatterSimplePGSQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/FormatterSimpleSQLServer.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/QueryCompiler1.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/QueryCompilerFactory1.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/SQLBridge1.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/SQLBridgeFactory1.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/SlotCompiler1.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/StoreBase1.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/StoreRDB.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/StoreSimpleDB2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/StoreSimpleDerby.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/StoreSimpleH2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/StoreSimpleHSQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/StoreSimpleMySQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/StoreSimpleOracle.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/StoreSimplePGSQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/StoreSimpleSQLServer.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/TableDescRDB.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/TableDescSPO.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout1/TupleLoaderSimple.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/ConditionCompiler2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/FmtLayout2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/LoaderFmt.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/LoaderTuplesNodes.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/NodeLayout2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/QuadBlockCompiler2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/QueryCompiler2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/SQLBridge2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/SQLBridge2Oracle.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/SQLBridgeFactory2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/SQLBridgeFactory2Oracle.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/SlotCompiler2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/StoreBase.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/TableDescNodes.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/TableDescQuads.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/TableDescTriples.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/TablePrefixes.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/TupleLoaderBase.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/TupleLoaderBasics.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/ValueType.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/VarState.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/expr/RegexCompiler.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/expr/StringExprCompiler.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/FmtLayout2HashDB2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/FmtLayout2HashDerby.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/FmtLayout2HashH2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/FmtLayout2HashHSQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/FmtLayout2HashMySQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/FmtLayout2HashOracle.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/FmtLayout2HashPGSQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/FmtLayout2HashSQLServer.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/QueryCompilerFactoryHash.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/QueryCompilerHash.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/SlotCompilerHash.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/StoreBaseHash.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/StoreTriplesNodesHashDB2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/StoreTriplesNodesHashDerby.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/StoreTriplesNodesHashH2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/StoreTriplesNodesHashHSQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/StoreTriplesNodesHashMySQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/StoreTriplesNodesHashOracle.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/StoreTriplesNodesHashPGSQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/StoreTriplesNodesHashSQLServer.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/TableNodesHash.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/TupleLoaderHashBase.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/TupleLoaderHashDB2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/TupleLoaderHashDerby.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/TupleLoaderHashH2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/TupleLoaderHashHSQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/TupleLoaderHashMySQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/TupleLoaderHashOracle.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/TupleLoaderHashPGSQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/TupleLoaderHashSQLServer.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/hash/TupleLoaderOneHash.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/FmtLayout2IndexDB2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/FmtLayout2IndexDerby.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/FmtLayout2IndexH2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/FmtLayout2IndexHSQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/FmtLayout2IndexMySQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/FmtLayout2IndexOracle.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/FmtLayout2IndexPGSQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/FmtLayout2IndexSQLServer.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/IndexCache.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/QueryCompilerFactoryIndex.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/QueryCompilerIndex.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/SlotCompilerIndex.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/StoreBaseIndex.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/StoreTriplesNodesIndexDB2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/StoreTriplesNodesIndexDerby.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/StoreTriplesNodesIndexH2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/StoreTriplesNodesIndexHSQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/StoreTriplesNodesIndexMySQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/StoreTriplesNodesIndexOracle.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/StoreTriplesNodesIndexPGSQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/StoreTriplesNodesIndexSQLServer.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/TableNodesIndex.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/TupleLoaderIndexBase.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/TupleLoaderIndexDB2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/TupleLoaderIndexDerby.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/TupleLoaderIndexH2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/TupleLoaderIndexHSQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/TupleLoaderIndexMySQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/TupleLoaderIndexOracle.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/TupleLoaderIndexPGSQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/TupleLoaderIndexSQLServer.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/layout2/index/TupleLoaderOneIndex.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/modify/UpdateEngineSDB.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/print/StreamsPrint.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/script/CmdDesc.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/script/CmdDescAssembler.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/script/QExec.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/script/QueryCommandAssembler.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/script/ScriptAssembler.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/script/ScriptDesc.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/script/ScriptVocab.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/shared/Access.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/shared/Env.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/shared/SDBInternalError.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/shared/SDBNotFoundException.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/shared/SDBNotImplemented.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/shared/SymbolRegistry.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/sql/DataSourceSDB.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/sql/FunctionsSQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/sql/JDBC.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/sql/MySQLEngineType.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/sql/RS.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/sql/ResultSetJDBC.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/sql/SDBConnection.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/sql/SDBConnectionDesc.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/sql/SDBConnectionFactory.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/sql/SDBConnectionHolder.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/sql/SDBExceptionSQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/sql/SQLCommand.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/sql/SQLUtils.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/sql/SQLUtilsStd.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/sql/TableDump.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/sql/TableUtils.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/ConfigVocab.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/DatabaseType.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/DatasetStore.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/DatasetStoreGraph.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/Feature.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/FeatureSet.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/LayoutType.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/SQLBridge.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/SQLBridgeBase.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/SQLBridgeFactory.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/SQLGenerator.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/StoreBaseH2.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/StoreBaseHSQL.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/StoreConfig.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/StoreFactory.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/StoreFormatter.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/StoreFormatterBase.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/StoreHolder.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/StoreLoader.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/StoreLoaderPlus.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/StoreMaker.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/TableDesc.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/TupleGraphLoader.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/TupleLoader.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/TupleLoaderBase.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/TupleLoaderOne.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/store/TupleTable.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/util/DerbyUtils.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/util/H2Utils.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/util/HSQLUtils.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/util/Pair.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/util/PrintSDB.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/util/RegexUtils.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/util/StoreUtils.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/util/StrUtils.java
    incubator/jena/Jena2/SDB/trunk/src/com/hp/hpl/jena/sdb/util/Vocab.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/DBTest.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/SDBCmd.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/cmd/CmdArgsDB.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/cmd/ModConfig.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/cmd/ModData.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/cmd/ModDatasetStore.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/cmd/ModGraph.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/cmd/ModLogSQL.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/cmd/ModStore.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/junit/TextListener2.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/query.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/sdbconfig.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/sdbdelete.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/sdbdump.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/sdbinfo.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/sdbload.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/sdbmeta.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/sdbprint.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/sdbquery.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/sdbscript.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/sdbsql.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/sdbtruncate.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/sdbtuple.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/test/AllTests.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/test/Env.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/test/Params.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/test/ParamsVocab.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/test/TestDB.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/test/TestI18N.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/test/TestStringBase.java
    incubator/jena/Jena2/SDB/trunk/src/sdb/test/TestStringBasic.java

Modified: incubator/jena/Jena2/SDB/trunk/ChangeLog.txt
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/ChangeLog.txt?rev=1144425&r1=1144424&r2=1144425&view=diff
==============================================================================
--- incubator/jena/Jena2/SDB/trunk/ChangeLog.txt (original)
+++ incubator/jena/Jena2/SDB/trunk/ChangeLog.txt Fri Jul  8 19:06:49 2011
@@ -1,79 +1,79 @@
-SDB Change Log
-==============
-
-Homepage:
-    http://jena.sf.net/SDB
-Documentation:
-    http://jena.hpl.hp.com/wiki/SDB
-
-==== SDB v1.3.3
-
-+ Upgraded to ARQ 2.8.6
-  Includes SPARQL 1.1 Update support.
-+ Add processing of regex filters to SQL LIKE for substrings
-  regex must not involve metacharcaters except ^ and $
-  (anchored and unanchored, case sensitive and case insensitive)
-
-==== SDB v1.3.2
-
-+ Upgraded to ARQ 2.8.5 and Jena 2.6.3.
-    Older versions of these jars will not work.
-+ Enable OFFSET/LIMIT processing of SQL.
-+ Work around MySQL bug concerning IN
-
-==== SDB v1.3.1
-
-+ Changed the index structure for the quad table to improve converage.
-  Migration: drop all secondary indexes and reindex.
-+ Added StoreUtils.isFormatted(Store)
-+ Added sdbdelete and sdbload --replace option
-
-==== SDB v1.3
-
-+ Reification: Support for Reification style "standard" (only)
-
-+ Upgraded to Jena 2.6.0 and ARQ 2.7.0 
-    Older versions of these jars will not work.
-    antlr-2.7.5.jar and concurrent.jar removed, logging now slf4j
-    
-+ Added improvement for Oracle to avoid blob handling over JDBC for lexical forms <= 2000.
-  Thanks to Metatomix (Scott Kagels) for the patches. 
-
-==== SDB v1.2
-
-+ Must use ARQ 2.6 (changes to quad support in preparation for optimization and path support)
-+ Fix to BulkLoader (MS SQL Server) to allow creating a second store over an JDBC so JDBC pooled conenctions work
-+ Added Store#isClosed(). Does nothing currently except track whether you've called close().
-+ Various bug fixes
-
-==== SDB v1.1
-
-+ SPARQL/Update support 
-
-+ Jar upgrades: 
-    commons-logging-1.1.1
-    new versions ARQ and Jena jars (no name changes).
-    
-+ MySQL : Node table schema changed to be LONGTEXT.  In v1.0 literals longer than 64K caused errors.
-  Old databases layouts continue to work.  Ideally, reformat and reload. 
-    
-**** The named graph indexing has been improved ****
-  Old databases still work but ideally should be reindexed.
-  
-  Migration: drop indexes with SBD 1.0 tools, create indexes with SDB 1.1 tools
-  Manaual deletion of all secondary indexes via DB admin tools also will work 
-
-+ Assembler structures clarified.  [document on wiki]
-
-+ SQL code generation made more regular.
-
-+ H2 support
-
-+ removeAll() fastpath added
-
-==== SDB v1.0
-
-+ DB2 support
-+ Fix: Transaction handling
-+ More testing
-
+SDB Change Log
+==============
+
+Homepage:
+    http://jena.sf.net/SDB
+Documentation:
+    http://jena.hpl.hp.com/wiki/SDB
+
+==== SDB v1.3.3
+
++ Upgraded to ARQ 2.8.6
+  Includes SPARQL 1.1 Update support.
++ Add processing of regex filters to SQL LIKE for substrings
+  regex must not involve metacharcaters except ^ and $
+  (anchored and unanchored, case sensitive and case insensitive)
+
+==== SDB v1.3.2
+
++ Upgraded to ARQ 2.8.5 and Jena 2.6.3.
+    Older versions of these jars will not work.
++ Enable OFFSET/LIMIT processing of SQL.
++ Work around MySQL bug concerning IN
+
+==== SDB v1.3.1
+
++ Changed the index structure for the quad table to improve converage.
+  Migration: drop all secondary indexes and reindex.
++ Added StoreUtils.isFormatted(Store)
++ Added sdbdelete and sdbload --replace option
+
+==== SDB v1.3
+
++ Reification: Support for Reification style "standard" (only)
+
++ Upgraded to Jena 2.6.0 and ARQ 2.7.0 
+    Older versions of these jars will not work.
+    antlr-2.7.5.jar and concurrent.jar removed, logging now slf4j
+    
++ Added improvement for Oracle to avoid blob handling over JDBC for lexical forms <= 2000.
+  Thanks to Metatomix (Scott Kagels) for the patches. 
+
+==== SDB v1.2
+
++ Must use ARQ 2.6 (changes to quad support in preparation for optimization and path support)
++ Fix to BulkLoader (MS SQL Server) to allow creating a second store over an JDBC so JDBC pooled conenctions work
++ Added Store#isClosed(). Does nothing currently except track whether you've called close().
++ Various bug fixes
+
+==== SDB v1.1
+
++ SPARQL/Update support 
+
++ Jar upgrades: 
+    commons-logging-1.1.1
+    new versions ARQ and Jena jars (no name changes).
+    
++ MySQL : Node table schema changed to be LONGTEXT.  In v1.0 literals longer than 64K caused errors.
+  Old databases layouts continue to work.  Ideally, reformat and reload. 
+    
+**** The named graph indexing has been improved ****
+  Old databases still work but ideally should be reindexed.
+  
+  Migration: drop indexes with SBD 1.0 tools, create indexes with SDB 1.1 tools
+  Manaual deletion of all secondary indexes via DB admin tools also will work 
+
++ Assembler structures clarified.  [document on wiki]
+
++ SQL code generation made more regular.
+
++ H2 support
+
++ removeAll() fastpath added
+
+==== SDB v1.0
+
++ DB2 support
++ Fix: Transaction handling
++ More testing
+

Modified: incubator/jena/Jena2/SDB/trunk/Copyright.txt
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/Copyright.txt?rev=1144425&r1=1144424&r2=1144425&view=diff
==============================================================================
--- incubator/jena/Jena2/SDB/trunk/Copyright.txt (original)
+++ incubator/jena/Jena2/SDB/trunk/Copyright.txt Fri Jul  8 19:06:49 2011
@@ -1,30 +1,20 @@
-/*
- * (c) Copyright 2006, 2007, 2008 Hewlett-Packard Development Company, LP
- * 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 name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 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 AUTHOR 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 product includes software developed by the
-Apache Software Foundation (http://www.apache.org/).
+/**
+ * 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 product includes software developed by the
+Apache Software Foundation (http://www.apache.org/).

Added: incubator/jena/Jena2/SDB/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/NOTICE.txt?rev=1144425&view=auto
==============================================================================
--- incubator/jena/Jena2/SDB/trunk/NOTICE.txt (added)
+++ incubator/jena/Jena2/SDB/trunk/NOTICE.txt Fri Jul  8 19:06:49 2011
@@ -0,0 +1,16 @@
+Copyright ownership:
+
+Portions of this software were originally based on the following
+original contributions to Apache Software Foundation:
+
+(c) Copyright 2010, 2011 Epimorphics Ltd.
+(c) Copyright 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
+(c) Copyright 2009, 2010 Talis Systems Ltd.
+
+Customization for DB2 contributed by Venkat Krishnamurthy 
+H2 contribution from Martin HEIN (m#)/March 2008 */
+
+Subsequent copyrights:
+Epimorphics Ltd.
+
+

Propchange: incubator/jena/Jena2/SDB/trunk/NOTICE.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/DB.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/DB.java?rev=1144425&r1=1144424&r2=1144425&view=diff
==============================================================================
--- incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/DB.java (original)
+++ incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/DB.java Fri Jul  8 19:06:49 2011
@@ -1,9 +1,21 @@
-/*
- * (c) Copyright 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- * All rights reserved.
- * [See end of file]
- */
-
+/**
+ * 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.
+ */
+
 package dbtest;
 
 import java.sql.Connection;
@@ -44,31 +56,4 @@ public class DB
         Statement stmt = jdbc.createStatement() ;
         return stmt.executeQuery(sql) ;
     }
-}
-
-/*
- * (c) Copyright 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- * 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 name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 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 AUTHOR 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.
- */
+}

Modified: incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/Params.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/Params.java?rev=1144425&r1=1144424&r2=1144425&view=diff
==============================================================================
--- incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/Params.java (original)
+++ incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/Params.java Fri Jul  8 19:06:49 2011
@@ -1,9 +1,21 @@
-/*
- * (c) Copyright 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- * All rights reserved.
- * [See end of file]
- */
-
+/**
+ * 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.
+ */
+
 package dbtest;
 
 import java.util.Iterator;
@@ -31,30 +43,4 @@ public class Params
     }
     
     public Map<String, String> getBackingMap() { return params ; } 
-}
-/*
- * (c) Copyright 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- * 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 name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 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 AUTHOR 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.
- */
\ No newline at end of file
+}

Modified: incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/ParamsVocab.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/ParamsVocab.java?rev=1144425&r1=1144424&r2=1144425&view=diff
==============================================================================
--- incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/ParamsVocab.java (original)
+++ incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/ParamsVocab.java Fri Jul  8 19:06:49 2011
@@ -1,9 +1,21 @@
-/*
- * (c) Copyright 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- * All rights reserved.
- * [See end of file]
- */
-
+/**
+ * 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.
+ */
+
 package dbtest;
 
 public class ParamsVocab
@@ -28,31 +40,4 @@ public class ParamsVocab
 
     public static final String DBType           = "db" ;
 
-}
-
-/*
- * (c) Copyright 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- * 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 name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 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 AUTHOR 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.
- */
\ No newline at end of file
+}

Modified: incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/Setup.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/Setup.java?rev=1144425&r1=1144424&r2=1144425&view=diff
==============================================================================
--- incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/Setup.java (original)
+++ incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/Setup.java Fri Jul  8 19:06:49 2011
@@ -1,9 +1,21 @@
-/*
- * (c) Copyright 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- * All rights reserved.
- * [See end of file]
- */
-
+/**
+ * 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.
+ */
+
 package dbtest;
 
 
@@ -158,31 +170,4 @@ public class Setup
 //        params.putDft( ParamsVocab.LongTextType,     "LONG VARCHAR") ;
         return ;
     }
-}
-
-/*
- * (c) Copyright 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- * 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 name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 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 AUTHOR 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.
- */
\ No newline at end of file
+}

Modified: incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/TestBinary.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/TestBinary.java?rev=1144425&r1=1144424&r2=1144425&view=diff
==============================================================================
--- incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/TestBinary.java (original)
+++ incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/TestBinary.java Fri Jul  8 19:06:49 2011
@@ -1,9 +1,21 @@
-/*
- * (c) Copyright 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- * All rights reserved.
- * [See end of file]
- */
-
+/**
+ * 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.
+ */
+
 package dbtest;
 
 import java.io.UnsupportedEncodingException;
@@ -108,31 +120,4 @@ public class TestBinary extends TestCase
         
     }
     
-}
-
-/*
- * (c) Copyright 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- * 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 name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 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 AUTHOR 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.
- */
\ No newline at end of file
+}

Modified: incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/TestDB.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/TestDB.java?rev=1144425&r1=1144424&r2=1144425&view=diff
==============================================================================
--- incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/TestDB.java (original)
+++ incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/TestDB.java Fri Jul  8 19:06:49 2011
@@ -1,9 +1,21 @@
-/*
- * (c) Copyright 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- * All rights reserved.
- * [See end of file]
- */
-
+/**
+ * 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.
+ */
+
 package dbtest;
 
 import java.sql.Connection;
@@ -71,31 +83,4 @@ public class TestDB extends TestCase
         
         return ts ;
     }
-}
-
-/*
- * (c) Copyright 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- * 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 name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 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 AUTHOR 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.
- */
\ No newline at end of file
+}

Modified: incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/TestLongText.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/TestLongText.java?rev=1144425&r1=1144424&r2=1144425&view=diff
==============================================================================
--- incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/TestLongText.java (original)
+++ incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/TestLongText.java Fri Jul  8 19:06:49 2011
@@ -1,9 +1,21 @@
-/*
- * (c) Copyright 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- * All rights reserved.
- * [See end of file]
- */
-
+/**
+ * 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.
+ */
+
 package dbtest;
 
 import java.sql.Connection;
@@ -74,31 +86,4 @@ public class TestLongText extends TestCa
         assertEquals("Text different", testString, s) ;
     }
 
-}
-
-/*
- * (c) Copyright 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- * 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 name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 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 AUTHOR 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.
- */
\ No newline at end of file
+}

Modified: incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/TestShortText.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/TestShortText.java?rev=1144425&r1=1144424&r2=1144425&view=diff
==============================================================================
--- incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/TestShortText.java (original)
+++ incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/TestShortText.java Fri Jul  8 19:06:49 2011
@@ -1,9 +1,21 @@
-/*
- * (c) Copyright 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- * All rights reserved.
- * [See end of file]
- */
-
+/**
+ * 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.
+ */
+
 package dbtest;
 
 import java.sql.Connection;
@@ -90,31 +102,4 @@ public class TestShortText extends TestC
         assertEquals("Text different", testString, s) ;
     }
 
-}
-
-/*
- * (c) Copyright 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- * 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 name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 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 AUTHOR 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.
- */
\ No newline at end of file
+}

Modified: incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/dbsetuptest.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/dbsetuptest.java?rev=1144425&r1=1144424&r2=1144425&view=diff
==============================================================================
--- incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/dbsetuptest.java (original)
+++ incubator/jena/Jena2/SDB/trunk/src-dev/dbtest/dbsetuptest.java Fri Jul  8 19:06:49 2011
@@ -1,9 +1,21 @@
-/*
- * (c) Copyright 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- * All rights reserved.
- * [See end of file]
- */
-
+/**
+ * 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.
+ */
+
 package dbtest;
 
 import java.sql.Connection;
@@ -111,31 +123,4 @@ public class dbsetuptest
         System.out.println("  USER and PASSWORD are the access details.") ;
         System.out.println("Requires table ceration rights on the database") ; 
     }
-}
-
-/*
- * (c) Copyright 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- * 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 name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 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 AUTHOR 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.
- */
\ No newline at end of file
+}

Modified: incubator/jena/Jena2/SDB/trunk/src-dev/dev/DevSDB.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/src-dev/dev/DevSDB.java?rev=1144425&r1=1144424&r2=1144425&view=diff
==============================================================================
--- incubator/jena/Jena2/SDB/trunk/src-dev/dev/DevSDB.java (original)
+++ incubator/jena/Jena2/SDB/trunk/src-dev/dev/DevSDB.java Fri Jul  8 19:06:49 2011
@@ -1,9 +1,21 @@
-/*
- * (c) Copyright 2008, 2009 Hewlett-Packard Development Company, LP
- * (c) Copyright 2011 Epimorphics Ltd.
- * All rights reserved.
- */
-
+/**
+ * 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.
+ */
+
 package dev;
 
 public class DevSDB
@@ -38,4 +50,4 @@ public class DevSDB
     // unit is compiled.  Currently, can end up with multiple lookups of the same thing (but they will be
     // cached in the DB but if not, the query is very expensive anyway and an extra lookup will not
     // add obseravble cost).
-}
+}

Modified: incubator/jena/Jena2/SDB/trunk/src-dev/dev/RDB.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/src-dev/dev/RDB.java?rev=1144425&r1=1144424&r2=1144425&view=diff
==============================================================================
--- incubator/jena/Jena2/SDB/trunk/src-dev/dev/RDB.java (original)
+++ incubator/jena/Jena2/SDB/trunk/src-dev/dev/RDB.java Fri Jul  8 19:06:49 2011
@@ -1,9 +1,21 @@
-/*
- * (c) Copyright 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- * All rights reserved.
- * [See end of file]
- */
-
+/**
+ * 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.
+ */
+
 package dev;
 
 import com.hp.hpl.jena.sdb.sql.JDBC;
@@ -75,31 +87,4 @@ public class RDB
         JDBC.loadDriver(System.getProperty("jena.db.driver")) ;
     }
     
-}
-
-/*
- * (c) Copyright 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- * 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 name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 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 AUTHOR 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.
- */
+}

Modified: incubator/jena/Jena2/SDB/trunk/src-dev/dev/ReportSparqlUpdate.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/src-dev/dev/ReportSparqlUpdate.java?rev=1144425&r1=1144424&r2=1144425&view=diff
==============================================================================
--- incubator/jena/Jena2/SDB/trunk/src-dev/dev/ReportSparqlUpdate.java (original)
+++ incubator/jena/Jena2/SDB/trunk/src-dev/dev/ReportSparqlUpdate.java Fri Jul  8 19:06:49 2011
@@ -1,9 +1,21 @@
-/*
- * (c) Copyright 2009 Hewlett-Packard Development Company, LP
- * All rights reserved.
- * [See end of file]
- */
-
+/**
+ * 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.
+ */
+
 package dev;
 
 import com.hp.hpl.jena.query.Dataset ;
@@ -46,31 +58,4 @@ public class ReportSparqlUpdate
         Property p = m.createProperty("http://example/o") ;
         m.add(s, p, "123") ;
     }
-}
-
-/*
- * (c) Copyright 2009 Hewlett-Packard Development Company, LP
- * 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 name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 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 AUTHOR 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.
- */
\ No newline at end of file
+}

Modified: incubator/jena/Jena2/SDB/trunk/src-dev/dev/RunSDB.java
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/src-dev/dev/RunSDB.java?rev=1144425&r1=1144424&r2=1144425&view=diff
==============================================================================
--- incubator/jena/Jena2/SDB/trunk/src-dev/dev/RunSDB.java (original)
+++ incubator/jena/Jena2/SDB/trunk/src-dev/dev/RunSDB.java Fri Jul  8 19:06:49 2011
@@ -1,9 +1,21 @@
-/*
- * (c) Copyright 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- * All rights reserved.
- * [See end of file]
- */
-
+/**
+ * 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.
+ */
+
 package dev;
 
 import static sdb.SDBCmd.sdbconfig ;
@@ -369,31 +381,4 @@ public class RunSDB
         System.exit(0) ;
         
     }
-}
-
-/*
- * (c) Copyright 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
- * 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 name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS 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 AUTHOR 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.
- */
\ No newline at end of file
+}