Skip to content

Commit 2493b3b

Browse files
author
George Feinberg
committed
Update Copyright notices in source.
Rename THIRDPARTY.txt to THIRD_PARTY_LICENSES.txt
1 parent 13ce1e2 commit 2493b3b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+41
-41
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include README.rst
22
include CHANGELOG.rst
33
include LICENSE.txt
4-
include THIRDPARTY.txt
4+
include THIRD_PARTY_LICENSES.txt
55
prune test
File renamed without changes.

examples/multi_data_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Copyright (C) 2018, 2019 Oracle and/or its affiliates. All rights reserved.
33
#
4-
# This software is licensed with the Universal Permissive License (UPL) version 1.0
4+
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
55
#
66
# Please see LICENSE.txt file included in the top-level directory of the
77
# appropriate download for a copy of the license and additional information.

examples/parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Copyright (C) 2018, 2019 Oracle and/or its affiliates. All rights reserved.
33
#
4-
# This software is licensed with the Universal Permissive License (UPL) version 1.0
4+
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
55
#
66
# Please see LICENSE.txt file included in the top-level directory of the
77
# appropriate download for a copy of the license and additional information.

examples/single_data_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Copyright (C) 2018, 2019 Oracle and/or its affiliates. All rights reserved.
33
#
4-
# This software is licensed with the Universal Permissive License (UPL) version 1.0
4+
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
55
#
66
# Please see LICENSE.txt file included in the top-level directory of the
77
# appropriate download for a copy of the license and additional information.

examples/table_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Copyright (C) 2018, 2019 Oracle and/or its affiliates. All rights reserved.
33
#
4-
# This software is licensed with the Universal Permissive License (UPL) version 1.0
4+
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
55
#
66
# Please see LICENSE.txt file included in the top-level directory of the
77
# appropriate download for a copy of the license and additional information.

examples/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Copyright (C) 2018, 2019 Oracle and/or its affiliates. All rights reserved.
33
#
4-
# This software is licensed with the Universal Permissive License (UPL) version 1.0
4+
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
55
#
66
# Please see LICENSE.txt file included in the top-level directory of the
77
# appropriate download for a copy of the license and additional information.

src/borneo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Copyright (C) 2018, 2019 Oracle and/or its affiliates. All rights reserved.
33
#
4-
# This software is licensed with the Universal Permissive License (UPL) version 1.0
4+
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
55
#
66
# Please see LICENSE.txt file included in the top-level directory of the
77
# appropriate download for a copy of the license and additional information.

src/borneo/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Copyright (C) 2018, 2019 Oracle and/or its affiliates. All rights reserved.
33
#
4-
# This software is licensed with the Universal Permissive License (UPL) version 1.0
4+
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
55
#
66
# Please see LICENSE.txt file included in the top-level directory of the
77
# appropriate download for a copy of the license and additional information.

src/borneo/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Copyright (C) 2018, 2019 Oracle and/or its affiliates. All rights reserved.
33
#
4-
# This software is licensed with the Universal Permissive License (UPL) version 1.0
4+
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
55
#
66
# Please see LICENSE.txt file included in the top-level directory of the
77
# appropriate download for a copy of the license and additional information.

0 commit comments

Comments
 (0)