diff --git a/doc/src/conf.py b/doc/src/conf.py index f1fc4fe..6c0d6fd 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -33,7 +33,7 @@ master_doc = 'index' # General substitutions. project = 'cx_Oracle' -copyright = u'2016, 2018, 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' +copyright = u'2016, 2019, 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' author = 'Oracle' # The default replacements for |version| and |release|, also used in various diff --git a/src/cxoConnection.c b/src/cxoConnection.c index 1f62758..6c90f40 100644 --- a/src/cxoConnection.c +++ b/src/cxoConnection.c @@ -1,5 +1,5 @@ //----------------------------------------------------------------------------- -// Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. +// Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved. // // Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. // diff --git a/src/cxoCursor.c b/src/cxoCursor.c index c94d4b4..d901b67 100644 --- a/src/cxoCursor.c +++ b/src/cxoCursor.c @@ -1,5 +1,5 @@ //----------------------------------------------------------------------------- -// Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. +// Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved. // // Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. // diff --git a/src/cxoModule.h b/src/cxoModule.h index 5a2f5e0..d6b0d93 100644 --- a/src/cxoModule.h +++ b/src/cxoModule.h @@ -1,5 +1,5 @@ //----------------------------------------------------------------------------- -// Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. +// Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. // // Licensed under BSD license (see LICENSE.txt). //----------------------------------------------------------------------------- diff --git a/src/cxoSessionPool.c b/src/cxoSessionPool.c index 9e4d534..555ef54 100644 --- a/src/cxoSessionPool.c +++ b/src/cxoSessionPool.c @@ -1,5 +1,5 @@ //----------------------------------------------------------------------------- -// Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. +// Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved. // // Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. // diff --git a/src/cxoTransform.c b/src/cxoTransform.c index e29b413..f04aa0f 100644 --- a/src/cxoTransform.c +++ b/src/cxoTransform.c @@ -1,5 +1,5 @@ //----------------------------------------------------------------------------- -// Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. +// Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. //----------------------------------------------------------------------------- //----------------------------------------------------------------------------- diff --git a/test/Cursor.py b/test/Cursor.py index 097386b..b178d64 100644 --- a/test/Cursor.py +++ b/test/Cursor.py @@ -1,5 +1,5 @@ #------------------------------------------------------------------------------ -# Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved. # # Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. # diff --git a/test/NumberVar.py b/test/NumberVar.py index 0d84e83..5c657d9 100644 --- a/test/NumberVar.py +++ b/test/NumberVar.py @@ -1,5 +1,5 @@ #------------------------------------------------------------------------------ -# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved. # # Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. #