Skip to content

Commit 2e0e7df

Browse files
authored
Update copyrights to 2024
1 parent f86d8c8 commit 2e0e7df

File tree

249 files changed

+256
-256
lines changed

Some content is hidden

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

249 files changed

+256
-256
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016, 2023 Oracle and/or its affiliates. All rights reserved.
1+
Copyright (c) 2016, 2024 Oracle and/or its affiliates. All rights reserved.
22

33
The Universal Permissive License (UPL), Version 1.0
44

README.md

Lines changed: 1 addition & 1 deletion

driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<maven.compiler.target>1.8</maven.compiler.target>
4444
<timestamp>${maven.build.timestamp}</timestamp>
4545
<maven.build.timestamp.format>d-MMMM-yyyy</maven.build.timestamp.format>
46-
<copyright>Copyright (c) 2011, 2023 Oracle and/or its affiliates. All rights reserved.</copyright>
46+
<copyright>Copyright (c) 2011, 2024 Oracle and/or its affiliates. All rights reserved.</copyright>
4747
<java.apidoc>http://docs.oracle.com/javase/8/docs/api</java.apidoc>
4848
<maven.deploy.skip>false</maven.deploy.skip>
4949
<netty.version>4.1.101.Final</netty.version>

driver/scripts/build_nson_strings.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# Copyright (C) 2011, 2023 Oracle and/or its affiliates. All rights reserved.
3+
# Copyright (C) 2011, 2024 Oracle and/or its affiliates. All rights reserved.
44
#
55
# This file was distributed by Oracle as part of a version of Oracle NoSQL
66
# Database made available at:

driver/scripts/generate_version_strings.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# Copyright (C) 2011, 2023 Oracle and/or its affiliates. All rights reserved.
3+
# Copyright (C) 2011, 2024 Oracle and/or its affiliates. All rights reserved.
44
#
55
# This file was distributed by Oracle as part of a version of Oracle NoSQL
66
# Database made available at:

driver/src/main/java/oracle/nosql/driver/AuthorizationProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*-
2-
* Copyright (c) 2011, 2023 Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2011, 2024 Oracle and/or its affiliates. All rights reserved.
33
*
44
* Licensed under the Universal Permissive License v 1.0 as shown at
55
* https://oss.oracle.com/licenses/upl/

driver/src/main/java/oracle/nosql/driver/BatchOperationNumberLimitException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*-
2-
* Copyright (c) 2011, 2023 Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2011, 2024 Oracle and/or its affiliates. All rights reserved.
33
*
44
* Licensed under the Universal Permissive License v 1.0 as shown at
55
* https://oss.oracle.com/licenses/upl/

driver/src/main/java/oracle/nosql/driver/Consistency.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*-
2-
* Copyright (c) 2011, 2023 Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2011, 2024 Oracle and/or its affiliates. All rights reserved.
33
*
44
* Licensed under the Universal Permissive License v 1.0 as shown at
55
* https://oss.oracle.com/licenses/upl/

driver/src/main/java/oracle/nosql/driver/DefaultRetryHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*-
2-
* Copyright (c) 2011, 2023 Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2011, 2024 Oracle and/or its affiliates. All rights reserved.
33
*
44
* Licensed under the Universal Permissive License v 1.0 as shown at
55
* https://oss.oracle.com/licenses/upl/

0 commit comments

Comments
 (0)