diff --git a/samples/AdvancedQueuing.py b/samples/AdvancedQueuing.py index 9606550..eb7bc10 100644 --- a/samples/AdvancedQueuing.py +++ b/samples/AdvancedQueuing.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + #------------------------------------------------------------------------------ # AdvancedQueuing.py # This script demonstrates how to use advanced queuing using cx_Oracle. It diff --git a/samples/AppContext.py b/samples/AppContext.py index 5fd373f..9b6c681 100644 --- a/samples/AppContext.py +++ b/samples/AppContext.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + #------------------------------------------------------------------------------ # AppContext.py # This script demonstrates the use of application context. Application diff --git a/samples/DRCP.py b/samples/DRCP.py index 5f97804..32494a2 100644 --- a/samples/DRCP.py +++ b/samples/DRCP.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + #------------------------------------------------------------------------------ # DRCP.py # This script demonstrates the use of Database Resident Connection Pooling diff --git a/samples/DatabaseChangeNotification.py b/samples/DatabaseChangeNotification.py index 4d0e817..2e2894f 100644 --- a/samples/DatabaseChangeNotification.py +++ b/samples/DatabaseChangeNotification.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + #------------------------------------------------------------------------------ # DatabaseChangeNotification.py # This script demonstrates using database change notification in Python, a diff --git a/samples/DatabaseShutdown.py b/samples/DatabaseShutdown.py index d40b728..418e484 100644 --- a/samples/DatabaseShutdown.py +++ b/samples/DatabaseShutdown.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + #------------------------------------------------------------------------------ # DatabaseShutdown.py # This script demonstrates shutting down a database using Python. It is only diff --git a/samples/DatabaseStartup.py b/samples/DatabaseStartup.py index e22efd8..78fcea2 100644 --- a/samples/DatabaseStartup.py +++ b/samples/DatabaseStartup.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + #------------------------------------------------------------------------------ # DatabaseStartup.py # This script demonstrates starting up a database using Python. It is only diff --git a/samples/Editioning.py b/samples/Editioning.py index 62203c3..cc57e3f 100644 --- a/samples/Editioning.py +++ b/samples/Editioning.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + #------------------------------------------------------------------------------ # Editioning.py # This script demonstrates the use of editioning, available in Oracle diff --git a/samples/InsertGeometry.py b/samples/InsertGeometry.py index 05e6621..2d276d2 100644 --- a/samples/InsertGeometry.py +++ b/samples/InsertGeometry.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + #------------------------------------------------------------------------------ # InsertGeometry.py # This script demonstrates the ability to create Oracle objects (this example diff --git a/samples/QueryChangeNotification.py b/samples/QueryChangeNotification.py index 8e54183..fced6a2 100644 --- a/samples/QueryChangeNotification.py +++ b/samples/QueryChangeNotification.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + #------------------------------------------------------------------------------ # QueryChangeNotification.py # This script demonstrates using query change notification in Python, a diff --git a/samples/ReturnLongs.py b/samples/ReturnLongs.py index 0a998ac..8aaa220 100644 --- a/samples/ReturnLongs.py +++ b/samples/ReturnLongs.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + #------------------------------------------------------------------------------ # ReturnLongs.py # Returns all CLOB values as long strings and BLOB values as long raws. This diff --git a/samples/ReturnUnicode.py b/samples/ReturnUnicode.py index 7420904..5acc2f0 100644 --- a/samples/ReturnUnicode.py +++ b/samples/ReturnUnicode.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + #------------------------------------------------------------------------------ # ReturnUnicode.py # Returns all strings as unicode. This also demonstrates the use of an output diff --git a/samples/RowsAsInstance.py b/samples/RowsAsInstance.py index 3583c07..98c4469 100644 --- a/samples/RowsAsInstance.py +++ b/samples/RowsAsInstance.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + #------------------------------------------------------------------------------ # RowsAsInstance.py # Returns rows as instances instead of tuples. See the ceDatabase.Row class diff --git a/samples/TransactionGuard.py b/samples/TransactionGuard.py index 60a2313..19c2e31 100644 --- a/samples/TransactionGuard.py +++ b/samples/TransactionGuard.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + #------------------------------------------------------------------------------ # TransactionGuard.py # This script demonstrates the use of Transaction Guard to verify if a diff --git a/samples/TypeHandlers.py b/samples/TypeHandlers.py index f114401..3c511c4 100644 --- a/samples/TypeHandlers.py +++ b/samples/TypeHandlers.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + #------------------------------------------------------------------------------ # TypeHandlers.py # This script demonstrates the use of input and output type handlers as well diff --git a/test/BooleanVar.py b/test/BooleanVar.py index 915e5bb..fefc2ef 100644 --- a/test/BooleanVar.py +++ b/test/BooleanVar.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing boolean variables.""" class TestBooleanVar(BaseTestCase): diff --git a/test/Connection.py b/test/Connection.py index 1d004df..c8de589 100644 --- a/test/Connection.py +++ b/test/Connection.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing connections.""" import threading diff --git a/test/Cursor.py b/test/Cursor.py index dbe036e..bdaf80a 100644 --- a/test/Cursor.py +++ b/test/Cursor.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing cursor objects.""" import cx_Oracle diff --git a/test/CursorVar.py b/test/CursorVar.py index ff98b18..781efca 100644 --- a/test/CursorVar.py +++ b/test/CursorVar.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing cursor variables.""" import sys diff --git a/test/DateTimeVar.py b/test/DateTimeVar.py index 6db9562..ba03ad4 100644 --- a/test/DateTimeVar.py +++ b/test/DateTimeVar.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing date/time variables.""" import datetime diff --git a/test/Error.py b/test/Error.py index 9892983..367f3c3 100644 --- a/test/Error.py +++ b/test/Error.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing error objects.""" import cx_Oracle diff --git a/test/Features12_1.py b/test/Features12_1.py index f1248ac..194e32a 100644 --- a/test/Features12_1.py +++ b/test/Features12_1.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing features introduced in 12.1""" import datetime diff --git a/test/IntervalVar.py b/test/IntervalVar.py index 0a0fc9f..8e5aa13 100644 --- a/test/IntervalVar.py +++ b/test/IntervalVar.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing interval variables.""" import datetime diff --git a/test/LobVar.py b/test/LobVar.py index c844d19..157c2e9 100644 --- a/test/LobVar.py +++ b/test/LobVar.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing LOB (CLOB and BLOB) variables.""" import sys diff --git a/test/LongVar.py b/test/LongVar.py index 521fc67..6f5c1a4 100644 --- a/test/LongVar.py +++ b/test/LongVar.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing long and long raw variables.""" import sys diff --git a/test/NCharVar.py b/test/NCharVar.py index cb4b9a4..6fd1732 100644 --- a/test/NCharVar.py +++ b/test/NCharVar.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing NCHAR variables.""" class TestNCharVar(BaseTestCase): diff --git a/test/NumberVar.py b/test/NumberVar.py index bc30850..c151a51 100644 --- a/test/NumberVar.py +++ b/test/NumberVar.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing number variables.""" import cx_Oracle diff --git a/test/ObjectVar.py b/test/ObjectVar.py index 5abd259..0df341a 100644 --- a/test/ObjectVar.py +++ b/test/ObjectVar.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing object variables.""" import cx_Oracle diff --git a/test/SessionPool.py b/test/SessionPool.py index 7fa62be..79fdeae 100644 --- a/test/SessionPool.py +++ b/test/SessionPool.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing session pools.""" import threading diff --git a/test/StringVar.py b/test/StringVar.py index 713f475..73da7d0 100644 --- a/test/StringVar.py +++ b/test/StringVar.py @@ -1,4 +1,13 @@ # -*- coding: utf-8 -*- +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing string variables.""" class TestStringVar(BaseTestCase): diff --git a/test/TestEnv.py b/test/TestEnv.py index 90be266..bb92716 100644 --- a/test/TestEnv.py +++ b/test/TestEnv.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Define test environment.""" import cx_Oracle diff --git a/test/TimestampVar.py b/test/TimestampVar.py index b23ebc5..9a6fa56 100644 --- a/test/TimestampVar.py +++ b/test/TimestampVar.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing timestamp variables.""" import time diff --git a/test/test.py b/test/test.py index 55dc273..d6aa46c 100644 --- a/test/test.py +++ b/test/test.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Runs all defined unit tests.""" from __future__ import print_function diff --git a/test/test_dbapi20.py b/test/test_dbapi20.py index 13fd91c..e37e595 100644 --- a/test/test_dbapi20.py +++ b/test/test_dbapi20.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Driver specific portion of the DB API test suite provided by Stuart Bishop available at http://stuartbishop.net/Software/DBAPI20TestSuite/""" diff --git a/test/uConnection.py b/test/uConnection.py index 829ec6b..331fe9b 100644 --- a/test/uConnection.py +++ b/test/uConnection.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing connections.""" import threading diff --git a/test/uCursor.py b/test/uCursor.py index ec0a6e6..d82bd27 100644 --- a/test/uCursor.py +++ b/test/uCursor.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing cursor objects.""" import cx_Oracle diff --git a/test/uCursorVar.py b/test/uCursorVar.py index b825f31..3177e12 100644 --- a/test/uCursorVar.py +++ b/test/uCursorVar.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing cursor variables.""" import sys diff --git a/test/uDateTimeVar.py b/test/uDateTimeVar.py index 6f525e0..1b8541d 100644 --- a/test/uDateTimeVar.py +++ b/test/uDateTimeVar.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing date/time variables.""" import datetime diff --git a/test/uFeatures12_1.py b/test/uFeatures12_1.py index 2b2ddee..ae45a1e 100644 --- a/test/uFeatures12_1.py +++ b/test/uFeatures12_1.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing row count per iteration for DML Array and Batch errors""" class TestArrayDMLBatchError(BaseTestCase): diff --git a/test/uIntervalVar.py b/test/uIntervalVar.py index 4767e91..935bc70 100644 --- a/test/uIntervalVar.py +++ b/test/uIntervalVar.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing interval variables.""" import datetime diff --git a/test/uLobVar.py b/test/uLobVar.py index dd62540..5b2daa0 100644 --- a/test/uLobVar.py +++ b/test/uLobVar.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing LOB (CLOB and BLOB) variables.""" class TestLobVar(BaseTestCase): diff --git a/test/uLongVar.py b/test/uLongVar.py index d3e42ca..4c19c8d 100644 --- a/test/uLongVar.py +++ b/test/uLongVar.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing long and long raw variables.""" class TestLongVar(BaseTestCase): diff --git a/test/uNumberVar.py b/test/uNumberVar.py index 17d3a21..1487758 100644 --- a/test/uNumberVar.py +++ b/test/uNumberVar.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing number variables.""" import cx_Oracle diff --git a/test/uObjectVar.py b/test/uObjectVar.py index dfb3749..3f37468 100644 --- a/test/uObjectVar.py +++ b/test/uObjectVar.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing object variables.""" import cx_Oracle diff --git a/test/uSessionPool.py b/test/uSessionPool.py index df8502e..a838292 100644 --- a/test/uSessionPool.py +++ b/test/uSessionPool.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing session pools.""" import threading diff --git a/test/uStringVar.py b/test/uStringVar.py index 2ed121f..8dc816c 100644 --- a/test/uStringVar.py +++ b/test/uStringVar.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing string variables.""" class TestStringVar(BaseTestCase): diff --git a/test/uTimestampVar.py b/test/uTimestampVar.py index 2d3baa4..ae33df2 100644 --- a/test/uTimestampVar.py +++ b/test/uTimestampVar.py @@ -1,3 +1,12 @@ +#------------------------------------------------------------------------------ +# Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# +# Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. +# +# Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, +# Canada. All rights reserved. +#------------------------------------------------------------------------------ + """Module for testing timestamp variables.""" import time