You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by my...@apache.org on 2009/02/06 20:26:36 UTC

svn commit: r741687 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/updatelocksJDBC30.out

Author: myrnavl
Date: Fri Feb  6 19:26:35 2009
New Revision: 741687

URL: http://svn.apache.org/viewvc?rev=741687&view=rev
Log:
DERBY-4047 - update updatelocksJDBC30 master to show license agreement output 

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/updatelocksJDBC30.out

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/updatelocksJDBC30.out
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/updatelocksJDBC30.out?rev=741687&r1=741686&r2=741687&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/updatelocksJDBC30.out (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/updatelocksJDBC30.out Fri Feb  6 19:26:35 2009
@@ -16,13 +16,45 @@
 --
 -- Very basic single user testing of update row locking.
 run resource 'createTestProcedures.subsql';
-ij> CREATE FUNCTION  PADSTRING (DATA VARCHAR(32000), LENGTH INTEGER) RETURNS VARCHAR(32000) EXTERNAL NAME 'org.apache.derbyTesting.functionTests.util.Formatters.padString' LANGUAGE JAVA PARAMETER STYLE JAVA;
+ij> --
+--   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.
+--
+CREATE FUNCTION  PADSTRING (DATA VARCHAR(32000), LENGTH INTEGER) RETURNS VARCHAR(32000) EXTERNAL NAME 'org.apache.derbyTesting.functionTests.util.Formatters.padString' LANGUAGE JAVA PARAMETER STYLE JAVA;
 0 rows inserted/updated/deleted
 ij> CREATE PROCEDURE WAIT_FOR_POST_COMMIT() DYNAMIC RESULT SETS 0 LANGUAGE JAVA EXTERNAL NAME 'org.apache.derbyTesting.functionTests.util.T_Access.waitForPostCommitToFinish' PARAMETER STYLE JAVA;
 0 rows inserted/updated/deleted
 ij> autocommit off;
 ij> run resource 'LockTableQuery.subsql';
-ij> create view lock_table as
+ij> --
+--   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.
+--
+create view lock_table as
 select 
     cast(username as char(8)) as username,
     cast(t.type as char(8)) as trantype,
@@ -107,7 +139,23 @@
 1 row inserted/updated/deleted
 ij> commit;
 ij> run resource 'updateholdcursorlocksJDBC30.subsql';
-ij> -- Very basic single user testing of update locks on cursors on heap tables.  
+ij> --
+--   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.
+--
+-- Very basic single user testing of update locks on cursors on heap tables.  
 -- This ".subsql" test is
 -- meant to be run from another test such that it gets run under multiple
 -- isolation levels.  This is important for update locks as they behave
@@ -787,7 +835,23 @@
 0 rows inserted/updated/deleted
 ij> commit;
 ij> run resource 'updateBtreeHoldCursorLocksJDBC30.subsql';
-ij> -- Very basic single user testing of btree cursor update locks.  This ".subsql"
+ij> --
+--   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.
+--
+-- Very basic single user testing of btree cursor update locks.  This ".subsql"
 -- test is meant to be run from another test such that it gets run under 
 -- multiple isolation levels.  This is important for update locks as they behave
 -- differently, depending on isolation levels.
@@ -1672,7 +1736,23 @@
 0 rows inserted/updated/deleted
 ij> commit;
 ij> run resource 'updateBtreeHoldCursorLocksJDBC30.subsql';
-ij> -- Very basic single user testing of btree cursor update locks.  This ".subsql"
+ij> --
+--   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.
+--
+-- Very basic single user testing of btree cursor update locks.  This ".subsql"
 -- test is meant to be run from another test such that it gets run under 
 -- multiple isolation levels.  This is important for update locks as they behave
 -- differently, depending on isolation levels.
@@ -2552,7 +2632,23 @@
 1 row inserted/updated/deleted
 ij> commit;
 ij> run resource 'updateholdcursorlocksJDBC30.subsql';
-ij> -- Very basic single user testing of update locks on cursors on heap tables.  
+ij> --
+--   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.
+--
+-- Very basic single user testing of update locks on cursors on heap tables.  
 -- This ".subsql" test is
 -- meant to be run from another test such that it gets run under multiple
 -- isolation levels.  This is important for update locks as they behave
@@ -3228,7 +3324,23 @@
 0 rows inserted/updated/deleted
 ij> commit;
 ij> run resource 'updateBtreeHoldCursorLocksJDBC30.subsql';
-ij> -- Very basic single user testing of btree cursor update locks.  This ".subsql"
+ij> --
+--   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.
+--
+-- Very basic single user testing of btree cursor update locks.  This ".subsql"
 -- test is meant to be run from another test such that it gets run under 
 -- multiple isolation levels.  This is important for update locks as they behave
 -- differently, depending on isolation levels.
@@ -4134,7 +4246,23 @@
 0 rows inserted/updated/deleted
 ij> commit;
 ij> run resource 'updateBtreeHoldCursorLocksJDBC30.subsql';
-ij> -- Very basic single user testing of btree cursor update locks.  This ".subsql"
+ij> --
+--   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.
+--
+-- Very basic single user testing of btree cursor update locks.  This ".subsql"
 -- test is meant to be run from another test such that it gets run under 
 -- multiple isolation levels.  This is important for update locks as they behave
 -- differently, depending on isolation levels.
@@ -5052,7 +5180,23 @@
 1 row inserted/updated/deleted
 ij> commit;
 ij> run resource 'updateholdcursorlocksJDBC30.subsql';
-ij> -- Very basic single user testing of update locks on cursors on heap tables.  
+ij> --
+--   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.
+--
+-- Very basic single user testing of update locks on cursors on heap tables.  
 -- This ".subsql" test is
 -- meant to be run from another test such that it gets run under multiple
 -- isolation levels.  This is important for update locks as they behave
@@ -5846,7 +5990,23 @@
 0 rows inserted/updated/deleted
 ij> commit;
 ij> run resource 'updateBtreeHoldCursorLocksJDBC30.subsql';
-ij> -- Very basic single user testing of btree cursor update locks.  This ".subsql"
+ij> --
+--   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.
+--
+-- Very basic single user testing of btree cursor update locks.  This ".subsql"
 -- test is meant to be run from another test such that it gets run under 
 -- multiple isolation levels.  This is important for update locks as they behave
 -- differently, depending on isolation levels.
@@ -6856,7 +7016,23 @@
 0 rows inserted/updated/deleted
 ij> commit;
 ij> run resource 'updateBtreeHoldCursorLocksJDBC30.subsql';
-ij> -- Very basic single user testing of btree cursor update locks.  This ".subsql"
+ij> --
+--   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.
+--
+-- Very basic single user testing of btree cursor update locks.  This ".subsql"
 -- test is meant to be run from another test such that it gets run under 
 -- multiple isolation levels.  This is important for update locks as they behave
 -- differently, depending on isolation levels.
@@ -7863,7 +8039,23 @@
 1 row inserted/updated/deleted
 ij> commit;
 ij> run resource 'updateholdcursorlocksJDBC30.subsql';
-ij> -- Very basic single user testing of update locks on cursors on heap tables.  
+ij> --
+--   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.
+--
+-- Very basic single user testing of update locks on cursors on heap tables.  
 -- This ".subsql" test is
 -- meant to be run from another test such that it gets run under multiple
 -- isolation levels.  This is important for update locks as they behave
@@ -8653,7 +8845,23 @@
 0 rows inserted/updated/deleted
 ij> commit;
 ij> run resource 'updateBtreeHoldCursorLocksJDBC30.subsql';
-ij> -- Very basic single user testing of btree cursor update locks.  This ".subsql"
+ij> --
+--   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.
+--
+-- Very basic single user testing of btree cursor update locks.  This ".subsql"
 -- test is meant to be run from another test such that it gets run under 
 -- multiple isolation levels.  This is important for update locks as they behave
 -- differently, depending on isolation levels.
@@ -9692,7 +9900,23 @@
 0 rows inserted/updated/deleted
 ij> commit;
 ij> run resource 'updateBtreeHoldCursorLocksJDBC30.subsql';
-ij> -- Very basic single user testing of btree cursor update locks.  This ".subsql"
+ij> --
+--   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.
+--
+-- Very basic single user testing of btree cursor update locks.  This ".subsql"
 -- test is meant to be run from another test such that it gets run under 
 -- multiple isolation levels.  This is important for update locks as they behave
 -- differently, depending on isolation levels.
@@ -10742,7 +10966,23 @@
 1 row inserted/updated/deleted
 ij> commit;
 ij> run resource 'updateholdcursorlocksJDBC30.subsql';
-ij> -- Very basic single user testing of update locks on cursors on heap tables.  
+ij> --
+--   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.
+--
+-- Very basic single user testing of update locks on cursors on heap tables.  
 -- This ".subsql" test is
 -- meant to be run from another test such that it gets run under multiple
 -- isolation levels.  This is important for update locks as they behave
@@ -11373,7 +11613,23 @@
 0 rows inserted/updated/deleted
 ij> commit;
 ij> run resource 'updateBtreeHoldCursorLocksJDBC30.subsql';
-ij> -- Very basic single user testing of btree cursor update locks.  This ".subsql"
+ij> --
+--   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.
+--
+-- Very basic single user testing of btree cursor update locks.  This ".subsql"
 -- test is meant to be run from another test such that it gets run under 
 -- multiple isolation levels.  This is important for update locks as they behave
 -- differently, depending on isolation levels.
@@ -12239,7 +12495,23 @@
 0 rows inserted/updated/deleted
 ij> commit;
 ij> run resource 'updateBtreeHoldCursorLocksJDBC30.subsql';
-ij> -- Very basic single user testing of btree cursor update locks.  This ".subsql"
+ij> --
+--   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.
+--
+-- Very basic single user testing of btree cursor update locks.  This ".subsql"
 -- test is meant to be run from another test such that it gets run under 
 -- multiple isolation levels.  This is important for update locks as they behave
 -- differently, depending on isolation levels.
@@ -13115,7 +13387,23 @@
 1 row inserted/updated/deleted
 ij> commit;
 ij> run resource 'updateholdcursorlocksJDBC30.subsql';
-ij> -- Very basic single user testing of update locks on cursors on heap tables.  
+ij> --
+--   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.
+--
+-- Very basic single user testing of update locks on cursors on heap tables.  
 -- This ".subsql" test is
 -- meant to be run from another test such that it gets run under multiple
 -- isolation levels.  This is important for update locks as they behave
@@ -13742,7 +14030,23 @@
 0 rows inserted/updated/deleted
 ij> commit;
 ij> run resource 'updateBtreeHoldCursorLocksJDBC30.subsql';
-ij> -- Very basic single user testing of btree cursor update locks.  This ".subsql"
+ij> --
+--   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.
+--
+-- Very basic single user testing of btree cursor update locks.  This ".subsql"
 -- test is meant to be run from another test such that it gets run under 
 -- multiple isolation levels.  This is important for update locks as they behave
 -- differently, depending on isolation levels.
@@ -14875,7 +15179,23 @@
 0 rows inserted/updated/deleted
 ij> commit;
 ij> run resource 'updateBtreeHoldCursorLocksJDBC30.subsql';
-ij> -- Very basic single user testing of btree cursor update locks.  This ".subsql"
+ij> --
+--   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.
+--
+-- Very basic single user testing of btree cursor update locks.  This ".subsql"
 -- test is meant to be run from another test such that it gets run under 
 -- multiple isolation levels.  This is important for update locks as they behave
 -- differently, depending on isolation levels.