diff --git a/build.gradle b/build.gradle index 6a0bda72d..85391e7fc 100644 --- a/build.gradle +++ b/build.gradle @@ -1,3 +1,5 @@ +// Copyright (c) 2022 MarkLogic Corporation + // We need the properties plugin to work on both marklogic-client-api and test-app. The 'plugins' Gradle syntax can't be // used for that. So we have to add the properties plugin to the buildscript classpath and then apply the properties // plugin via subprojects below. diff --git a/marklogic-client-api-functionaltests/build.gradle b/marklogic-client-api-functionaltests/build.gradle index 5a56ad457..ade5ade2b 100755 --- a/marklogic-client-api-functionaltests/build.gradle +++ b/marklogic-client-api-functionaltests/build.gradle @@ -1,3 +1,5 @@ +// Copyright (c) 2022 MarkLogic Corporation + test { testLogging{ events 'started','passed', 'skipped' diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/ApplyTransformTest.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/ApplyTransformTest.java index 80f28e094..dcc65a98e 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/ApplyTransformTest.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/ApplyTransformTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/DeleteListenerTest.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/DeleteListenerTest.java index 69694b4e7..a5c3571c2 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/DeleteListenerTest.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/DeleteListenerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/ExportListenerTest.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/ExportListenerTest.java index de3679c6c..1ab4b071e 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/ExportListenerTest.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/ExportListenerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/ExportToWriterListenerTest.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/ExportToWriterListenerTest.java index 5174e2ebc..be154d9b7 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/ExportToWriterListenerTest.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/ExportToWriterListenerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/QBFailover.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/QBFailover.java index dfe043345..0ee11c4e5 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/QBFailover.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/QBFailover.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/QueryBatcherJobReportTest.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/QueryBatcherJobReportTest.java index fa544b1b0..6c3f81e6d 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/QueryBatcherJobReportTest.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/QueryBatcherJobReportTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/StringQueryHostBatcherTest.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/StringQueryHostBatcherTest.java index 43bf98286..1beea2f02 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/StringQueryHostBatcherTest.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/StringQueryHostBatcherTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/UrisToWriterListenerFuncTest.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/UrisToWriterListenerFuncTest.java index b82aac08c..763a7f0a2 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/UrisToWriterListenerFuncTest.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/UrisToWriterListenerFuncTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/WBFailover.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/WBFailover.java index 78f046373..cbc73061a 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/WBFailover.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/WBFailover.java @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019 MarkLogic Corporation +* Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/WriteBatcherJobReportTest.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/WriteBatcherJobReportTest.java index 25c14349c..b528313b9 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/WriteBatcherJobReportTest.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/WriteBatcherJobReportTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/WriteHostBatcherTest.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/WriteHostBatcherTest.java index d059c59e6..90a0e5082 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/WriteHostBatcherTest.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/WriteHostBatcherTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestAggregates.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestAggregates.java index 36e7f2728..6ae8a6372 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestAggregates.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestAggregates.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBug18026.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBug18026.java index 9ff530a73..9dfebab39 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBug18026.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBug18026.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBug18920.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBug18920.java index 37eadb62f..20c47a9cc 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBug18920.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBug18920.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBug26248.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBug26248.java index 0982a397e..de2b50854 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBug26248.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBug26248.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkReadSample1.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkReadSample1.java index 0ad5ffcee..eb2af6737 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkReadSample1.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkReadSample1.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkReadWriteMetaDataChange.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkReadWriteMetaDataChange.java index 16e57c903..145f2238f 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkReadWriteMetaDataChange.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkReadWriteMetaDataChange.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkReadWriteWithJacksonDataBind.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkReadWriteWithJacksonDataBind.java index 6eebb42e1..c3e5948d1 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkReadWriteWithJacksonDataBind.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkReadWriteWithJacksonDataBind.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkReadWriteWithJacksonHandle.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkReadWriteWithJacksonHandle.java index e9ad641e2..039019eb8 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkReadWriteWithJacksonHandle.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkReadWriteWithJacksonHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkReadWriteWithJacksonParserHandle.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkReadWriteWithJacksonParserHandle.java index f25c73acb..0283a355d 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkReadWriteWithJacksonParserHandle.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkReadWriteWithJacksonParserHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkSearchEWithQBE.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkSearchEWithQBE.java index bdc0ae635..e43410a9b 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkSearchEWithQBE.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkSearchEWithQBE.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkSearchWithStringQueryDef.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkSearchWithStringQueryDef.java index 414ae364d..4e0f7e6ca 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkSearchWithStringQueryDef.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkSearchWithStringQueryDef.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkSearchWithStrucQueryDef.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkSearchWithStrucQueryDef.java index f607b524d..3614c8bc6 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkSearchWithStrucQueryDef.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkSearchWithStrucQueryDef.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkWriteMetadata1.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkWriteMetadata1.java index e4ad66dd3..6c1233b76 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkWriteMetadata1.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkWriteMetadata1.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkWriteMetadata2.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkWriteMetadata2.java index 3ab1404d9..590be269d 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkWriteMetadata2.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkWriteMetadata2.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkWriteMetadatawithRawXML.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkWriteMetadatawithRawXML.java index 32373e238..e1fb31d70 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkWriteMetadatawithRawXML.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkWriteMetadatawithRawXML.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkWriteSample1.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkWriteSample1.java index ebfd433b7..d4a40670f 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkWriteSample1.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkWriteSample1.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkWriteWithTransactions.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkWriteWithTransactions.java index ae7d0e4d9..c96ef5e1f 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkWriteWithTransactions.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkWriteWithTransactions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkWriteWithTransformations.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkWriteWithTransformations.java index db63d11c4..2fec9d26a 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkWriteWithTransformations.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestBulkWriteWithTransformations.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestCRUDModulesDb.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestCRUDModulesDb.java index fa782ecf1..23e99b795 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestCRUDModulesDb.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestCRUDModulesDb.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -179,7 +179,7 @@ public void testXQueryModuleCRUDTextFile() throws KeyManagementException, NoSuch // read it back String xqueryModuleAsString = libsMgr.read(Path, new StringHandle()).get(); - assertTrue("module read and read back", xqueryModuleAsString.startsWith("Copyright 2017 MarkLogic Corporation")); + assertTrue("module read and read back", xqueryModuleAsString.startsWith("Copyright (c) 2022 MarkLogic Corporation")); // get the list of descriptors ExtensionLibraryDescriptor[] descriptors = libsMgr.list(); diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestConstraintCombination.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestConstraintCombination.java index 90c797edb..6a908ce48 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestConstraintCombination.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestConstraintCombination.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestDatabaseAuthentication.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestDatabaseAuthentication.java index 71ab74a9e..5cf3c3e7d 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestDatabaseAuthentication.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestDatabaseAuthentication.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestDocumentEncoding.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestDocumentEncoding.java index 688d0d740..25cbab894 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestDocumentEncoding.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestDocumentEncoding.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestDocumentFormat.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestDocumentFormat.java index 4b876a3e3..61e559bed 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestDocumentFormat.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestDocumentFormat.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestDocumentMimetype.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestDocumentMimetype.java index f8d05c4d4..a4645411d 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestDocumentMimetype.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestDocumentMimetype.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestDoublePrecisionGeoOps.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestDoublePrecisionGeoOps.java index f50f30243..673165067 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestDoublePrecisionGeoOps.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestDoublePrecisionGeoOps.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestEvalJavaScript.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestEvalJavaScript.java index 9a71086c2..f990d954c 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestEvalJavaScript.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestEvalJavaScript.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestEvalXquery.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestEvalXquery.java index 6e05a0de3..f89335f98 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestEvalXquery.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestEvalXquery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestFieldConstraint.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestFieldConstraint.java index b4efef642..fb52166cb 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestFieldConstraint.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestFieldConstraint.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestHandles.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestHandles.java index 40fd74e47..b514efb8b 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestHandles.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestHandles.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestJSResourceExtensions.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestJSResourceExtensions.java index 167c231f1..508a165b1 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestJSResourceExtensions.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestJSResourceExtensions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestJacksonAnnotationsTest.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestJacksonAnnotationsTest.java index 7b87e9c08..6bdb6c8e4 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestJacksonAnnotationsTest.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestJacksonAnnotationsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestJacksonDateTimeFormat.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestJacksonDateTimeFormat.java index 56c513b56..bfad0544f 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestJacksonDateTimeFormat.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestJacksonDateTimeFormat.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestLinkResultDocuments.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestLinkResultDocuments.java index 7ceec7a4d..b3a404bb2 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestLinkResultDocuments.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestLinkResultDocuments.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestMetadata.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestMetadata.java index 84eac916f..d45fbea83 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestMetadata.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestMetadataXML.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestMetadataXML.java index 62346465d..005a495fa 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestMetadataXML.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestMetadataXML.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestMultithreading.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestMultithreading.java index 638e4e7fd..765c3fc61 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestMultithreading.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestMultithreading.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestNamespaces.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestNamespaces.java index 74539679a..8bdd1c92e 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestNamespaces.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestNamespaces.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticEnhancements.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticEnhancements.java index 03429c9af..30e739bbe 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticEnhancements.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticEnhancements.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnCtsQuery.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnCtsQuery.java index 57695c01b..0a7871bdd 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnCtsQuery.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnCtsQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnFromSparql.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnFromSparql.java index ee54b7602..6989e277a 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnFromSparql.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnFromSparql.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnLexicons.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnLexicons.java index 592b68271..0a2c25347 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnLexicons.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnLexicons.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnLiterals.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnLiterals.java index ba8e0e3d6..ed0aef2cf 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnLiterals.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnLiterals.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnMixedViews.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnMixedViews.java index c6707d2f3..6a524341c 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnMixedViews.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnMixedViews.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnTriples.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnTriples.java index 4b9877768..26ebb9734 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnTriples.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnTriples.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnViews.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnViews.java index 5b8138ef1..d2fc291c7 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnViews.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOpticOnViews.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOptimisticLocking.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOptimisticLocking.java index 7c5f74c6e..2a9c74434 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOptimisticLocking.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestOptimisticLocking.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOBasicSearch.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOBasicSearch.java index e92d1c07a..9bee8cd28 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOBasicSearch.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOBasicSearch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOMissingIdGetSetMethod.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOMissingIdGetSetMethod.java index b0434dce0..9c303f0e3 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOMissingIdGetSetMethod.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOMissingIdGetSetMethod.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOQueryBuilderContainerQuery.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOQueryBuilderContainerQuery.java index 039d4be5c..31e8b10ea 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOQueryBuilderContainerQuery.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOQueryBuilderContainerQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOQueryBuilderGeoQueries.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOQueryBuilderGeoQueries.java index f79389f93..cf37d3161 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOQueryBuilderGeoQueries.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOQueryBuilderGeoQueries.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOQueryBuilderValueQuery.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOQueryBuilderValueQuery.java index 5280c29d1..d40fb2515 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOQueryBuilderValueQuery.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOQueryBuilderValueQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOReadWrite1.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOReadWrite1.java index 94a73da33..56292f503 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOReadWrite1.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOReadWrite1.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOReadWriteWithTransactions.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOReadWriteWithTransactions.java index 135a731ec..d793d9b01 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOReadWriteWithTransactions.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOReadWriteWithTransactions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOSpecialCharRead.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOSpecialCharRead.java index f77360f64..9d9518e8c 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOSpecialCharRead.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOSpecialCharRead.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOWithDocsStoredByOthers.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOWithDocsStoredByOthers.java index 726f990c2..f194ff578 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOWithDocsStoredByOthers.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOWithDocsStoredByOthers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOWithStringQD.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOWithStringQD.java index d0686746e..5bb6e7d6c 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOWithStringQD.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOWithStringQD.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOWithStrucQD.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOWithStrucQD.java index dee23303f..2efdec9e8 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOWithStrucQD.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOWithStrucQD.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOwithQBEQueryDef.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOwithQBEQueryDef.java index 33dc67f7e..3cc7215a7 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOwithQBEQueryDef.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPOJOwithQBEQueryDef.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPartialUpdate.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPartialUpdate.java index d3c5aab67..a7f9cee01 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPartialUpdate.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPartialUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPatchCardinality.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPatchCardinality.java index cdabbe223..8b04bdae4 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPatchCardinality.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestPatchCardinality.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestQueryByExample.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestQueryByExample.java index 38f5aae2a..67125e1d5 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestQueryByExample.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestQueryByExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestQueryOptionBuilder.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestQueryOptionBuilder.java index fc61fd8c9..df3daa5ec 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestQueryOptionBuilder.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestQueryOptionBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRawAlert.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRawAlert.java index 71489eb4c..d066b5cd4 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRawAlert.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRawAlert.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRawCombinedQuery.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRawCombinedQuery.java index d5628f3d7..2ceeb3905 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRawCombinedQuery.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRawCombinedQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRawCombinedQueryGeo.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRawCombinedQueryGeo.java index 5f7d676c6..618dc2d90 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRawCombinedQueryGeo.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRawCombinedQueryGeo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRawCtsQueryDefinition.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRawCtsQueryDefinition.java index 3fb2f16c7..86b32650a 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRawCtsQueryDefinition.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRawCtsQueryDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRawStructuredQuery.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRawStructuredQuery.java index b6a2305bd..c83997cbe 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRawStructuredQuery.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRawStructuredQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRequestLogger.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRequestLogger.java index 8da330930..4a8bf42a4 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRequestLogger.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRequestLogger.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestResponseTransform.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestResponseTransform.java index cec851f40..22e968f0b 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestResponseTransform.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestResponseTransform.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRollbackTransaction.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRollbackTransaction.java index 095eeb634..38ec68234 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRollbackTransaction.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRollbackTransaction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRuntimeDBselection.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRuntimeDBselection.java index 3b389e3ef..ee30ec4a1 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRuntimeDBselection.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestRuntimeDBselection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSearchMultibyte.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSearchMultibyte.java index dae05bef2..9db3810d0 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSearchMultibyte.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSearchMultibyte.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSearchMultipleForests.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSearchMultipleForests.java index 36d39a84f..c2a2b1e3d 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSearchMultipleForests.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSearchMultipleForests.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSearchOnJSON.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSearchOnJSON.java index fb2aeda36..32c9eb764 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSearchOnJSON.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSearchOnJSON.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSearchOnProperties.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSearchOnProperties.java index 3b8e9976b..273213b67 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSearchOnProperties.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSearchOnProperties.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSearchOptions.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSearchOptions.java index dad3f3941..da9b7b8f8 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSearchOptions.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSearchOptions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSearchSuggestion.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSearchSuggestion.java index 1216eeddd..3d404c2e0 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSearchSuggestion.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSearchSuggestion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSemanticsGraphManager.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSemanticsGraphManager.java index 8a3aecb1c..2d8a41daf 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSemanticsGraphManager.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSemanticsGraphManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestServerAssignedDocumentURI.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestServerAssignedDocumentURI.java index 3344dd25d..0dd769d0d 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestServerAssignedDocumentURI.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestServerAssignedDocumentURI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSparqlQueryManager.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSparqlQueryManager.java index 41598c055..d99708a98 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSparqlQueryManager.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestSparqlQueryManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestStandaloneGeoQuery.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestStandaloneGeoQuery.java index 334f4a979..b7dd31ea7 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestStandaloneGeoQuery.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestStandaloneGeoQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestStandaloneQuery.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestStandaloneQuery.java index 9ce058ed2..65e083494 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestStandaloneQuery.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestStandaloneQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestStructuredQuery.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestStructuredQuery.java index c82a12a9c..5f503c3ef 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestStructuredQuery.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestStructuredQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestStructuredQueryMildNot.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestStructuredQueryMildNot.java index 899e337ef..c78854bb2 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestStructuredQueryMildNot.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestStructuredQueryMildNot.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestStructuredSearchGeo.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestStructuredSearchGeo.java index ab3fbe0e3..af0c8ac85 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestStructuredSearchGeo.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestStructuredSearchGeo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestTransformXMLWithXSLT.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestTransformXMLWithXSLT.java index f5abe4a73..5f5d3dd6c 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestTransformXMLWithXSLT.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestTransformXMLWithXSLT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestValueConstraint.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestValueConstraint.java index 32e185c69..f58a95414 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestValueConstraint.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestValueConstraint.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestWordConstraint.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestWordConstraint.java index b215a2640..01ba523d2 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestWordConstraint.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestWordConstraint.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestWriteTextDoc.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestWriteTextDoc.java index bbcf384b3..02bda8017 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestWriteTextDoc.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestWriteTextDoc.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestXMLDocumentRepair.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestXMLDocumentRepair.java index dec50750f..5a0e3df88 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestXMLDocumentRepair.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestXMLDocumentRepair.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestXMLMultiByte.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestXMLMultiByte.java index faa325627..4362e360a 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestXMLMultiByte.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/fastfunctest/TestXMLMultiByte.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/Artifact.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/Artifact.java index de1528043..55084f9ec 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/Artifact.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/Artifact.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnCalendar.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnCalendar.java index 053165933..d7eb3b961 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnCalendar.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnCalendar.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnDateTime.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnDateTime.java index bfb373449..7813087b6 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnDateTime.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnDateTime.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnFloat.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnFloat.java index 8943b2c1e..5a36a086a 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnFloat.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnFloat.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnInt.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnInt.java index ccd8171ac..0daf9f7d5 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnInt.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnInt.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnIntAsString.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnIntAsString.java index 030310114..d4ccb784c 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnIntAsString.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnIntAsString.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnInteger.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnInteger.java index f4a639c31..d459e2e93 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnInteger.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnInteger.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnMultipleFields.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnMultipleFields.java index a79b2f898..b3f8b1263 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnMultipleFields.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnMultipleFields.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnString.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnString.java index 93b6927a5..0d6bc98e2 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnString.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnString.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnStringSub.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnStringSub.java index c527762b9..eafbcd613 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnStringSub.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnStringSub.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnUri.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnUri.java index 72793e0f7..b08922a55 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnUri.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedOnUri.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedUnSupportedDataType.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedUnSupportedDataType.java index 5ea8b3d4f..14b4f67a3 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedUnSupportedDataType.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactIndexedUnSupportedDataType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactMultipleIndexedOnInt.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactMultipleIndexedOnInt.java index 0647e39df..298c10bcc 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactMultipleIndexedOnInt.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ArtifactMultipleIndexedOnInt.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/BasicJavaClientREST.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/BasicJavaClientREST.java index 1ed28397b..c3fb6c567 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/BasicJavaClientREST.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/BasicJavaClientREST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/BulkIOCallersFnTest.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/BulkIOCallersFnTest.java index 71b4af4ef..0fd38c032 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/BulkIOCallersFnTest.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/BulkIOCallersFnTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/Company.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/Company.java index 86ce7c328..7d3f7b2a4 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/Company.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/Company.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ConnectedRESTQA.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ConnectedRESTQA.java index 05b1a6664..7b478cf42 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ConnectedRESTQA.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ConnectedRESTQA.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/GeoCompany.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/GeoCompany.java index 86228b748..fcbd6dfe0 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/GeoCompany.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/GeoCompany.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/GeoSpecialArtifact.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/GeoSpecialArtifact.java index 4479bd03b..33de4a449 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/GeoSpecialArtifact.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/GeoSpecialArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/Product.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/Product.java index d98e13afa..0f7ed07e4 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/Product.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/Product.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/SpecialGeoArtifact.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/SpecialGeoArtifact.java index 9d3551f53..d67d5afe0 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/SpecialGeoArtifact.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/SpecialGeoArtifact.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestAppServerConstraints.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestAppServerConstraints.java index b7ba25a68..989de4503 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestAppServerConstraints.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestAppServerConstraints.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestAutomatedPathRangeIndex.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestAutomatedPathRangeIndex.java index 9c9378c78..8dd256472 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestAutomatedPathRangeIndex.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestAutomatedPathRangeIndex.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestBiTempMetaValues.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestBiTempMetaValues.java index ea9e78387..b63fe2490 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestBiTempMetaValues.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestBiTempMetaValues.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestBiTemporal.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestBiTemporal.java index bce4af7ad..b8f227416 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestBiTemporal.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestBiTemporal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestBug18736.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestBug18736.java index c1a7c99de..221ab95cb 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestBug18736.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestBug18736.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestBug18993.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestBug18993.java index f904a19fa..11c93f302 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestBug18993.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestBug18993.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestBug21159.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestBug21159.java index 992840ad7..aa530af38 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestBug21159.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestBug21159.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestDatabaseClientConnection.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestDatabaseClientConnection.java index aae0c8143..9b9ddea42 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestDatabaseClientConnection.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestDatabaseClientConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestDatabaseClientKerberosFromFile.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestDatabaseClientKerberosFromFile.java index 5474772d2..c83fc9530 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestDatabaseClientKerberosFromFile.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestDatabaseClientKerberosFromFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestDatabaseClientWithCertBasedAuth.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestDatabaseClientWithCertBasedAuth.java index 6a89c3410..42d48be1a 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestDatabaseClientWithCertBasedAuth.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestDatabaseClientWithCertBasedAuth.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestDatabaseClientWithKerberos.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestDatabaseClientWithKerberos.java index 13561fa33..a91030855 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestDatabaseClientWithKerberos.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestDatabaseClientWithKerberos.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestEvalwithRunTimeDBnTransactions.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestEvalwithRunTimeDBnTransactions.java index d2e0b6c6a..5b16f1386 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestEvalwithRunTimeDBnTransactions.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestEvalwithRunTimeDBnTransactions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestPointInTimeQuery.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestPointInTimeQuery.java index 8cf9dd646..963aea8cd 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestPointInTimeQuery.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestPointInTimeQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestSSLConnection.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestSSLConnection.java index bb9162255..7b6ae78e9 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestSSLConnection.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestSSLConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestSandBox.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestSandBox.java index a18be686c..750395677 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestSandBox.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestSandBox.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ThreadClass.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ThreadClass.java index aac0671c7..128ff1e06 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ThreadClass.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ThreadClass.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ThreadSearch.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ThreadSearch.java index 05a713148..9a1db8efb 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ThreadSearch.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ThreadSearch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ThreadWrite.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ThreadWrite.java index f436caa1d..14aa9c19e 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ThreadWrite.java +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/ThreadWrite.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/JSResource.js b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/JSResource.js index 322355216..3c8a41509 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/JSResource.js +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/JSResource.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/custom-lib.xqy b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/custom-lib.xqy index 6779840ce..887728deb 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/custom-lib.xqy +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/custom-lib.xqy @@ -1,5 +1,5 @@ (: - Copyright (c) 2018 MarkLogic Corporation + Copyright (c) 2022 MarkLogic Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/javascriptQueries.sjs b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/javascriptQueries.sjs index c36541843..b4fffe165 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/javascriptQueries.sjs +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/javascriptQueries.sjs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/module.xqy b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/module.xqy index 963cd3ceb..8458560cd 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/module.xqy +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/module.xqy @@ -1,6 +1,6 @@ xquery version "1.0-ml"; (: - Copyright (c) 2018 MarkLogic Corporation + Copyright (c) 2022 MarkLogic Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/readme.txt b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/readme.txt index 1b57d8159..6a31eadf9 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/readme.txt +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/readme.txt @@ -1,4 +1,4 @@ -Copyright 2017 MarkLogic Corporation. All Rights Reserved. +Copyright (c) 2022 MarkLogic Corporation MarkLogic Client API for Java version ${project.version} diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/result-decorator-test.xqy b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/result-decorator-test.xqy index 323e47375..06b706f1b 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/result-decorator-test.xqy +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/result-decorator-test.xqy @@ -1,5 +1,5 @@ (: - Copyright (c) 2018 MarkLogic Corporation + Copyright (c) 2022 MarkLogic Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/xquery-modules-with-diff-variable-types.xqy b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/xquery-modules-with-diff-variable-types.xqy index 56cc8afc8..cb8d8950d 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/xquery-modules-with-diff-variable-types.xqy +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/data/xquery-modules-with-diff-variable-types.xqy @@ -1,5 +1,5 @@ (: - Copyright (c) 2018 MarkLogic Corporation + Copyright (c) 2022 MarkLogic Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/rules/rule-transform.xqy b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/rules/rule-transform.xqy index 096b7087a..7bea7b53e 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/rules/rule-transform.xqy +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/rules/rule-transform.xqy @@ -1,5 +1,5 @@ (: - Copyright (c) 2018 MarkLogic Corporation + Copyright (c) 2022 MarkLogic Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/transforms/add-attr-xquery-transform.xqy b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/transforms/add-attr-xquery-transform.xqy index d58a6efca..d2446db1b 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/transforms/add-attr-xquery-transform.xqy +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/transforms/add-attr-xquery-transform.xqy @@ -1,5 +1,5 @@ (: - Copyright (c) 2018 MarkLogic Corporation + Copyright (c) 2022 MarkLogic Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/transforms/add-element-xquery-invalid-bitemp-transform.xqy b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/transforms/add-element-xquery-invalid-bitemp-transform.xqy index f0a378583..98dfd2a5a 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/transforms/add-element-xquery-invalid-bitemp-transform.xqy +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/transforms/add-element-xquery-invalid-bitemp-transform.xqy @@ -1,5 +1,5 @@ (: - Copyright (c) 2018 MarkLogic Corporation + Copyright (c) 2022 MarkLogic Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/transforms/add-element-xquery-transform.xqy b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/transforms/add-element-xquery-transform.xqy index 066b4f468..7272c1175 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/transforms/add-element-xquery-transform.xqy +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/transforms/add-element-xquery-transform.xqy @@ -1,5 +1,5 @@ (: - Copyright (c) 2018 MarkLogic Corporation + Copyright (c) 2022 MarkLogic Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/transforms/timestampTransform.js b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/transforms/timestampTransform.js index 3bf924bc9..61f85cd8f 100644 --- a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/transforms/timestampTransform.js +++ b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/transforms/timestampTransform.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api-functionaltests/src/test/resources/WriteHostBatcher-testdata/add-attr-xquery-transform.xqy b/marklogic-client-api-functionaltests/src/test/resources/WriteHostBatcher-testdata/add-attr-xquery-transform.xqy index e54814146..02624fd53 100644 --- a/marklogic-client-api-functionaltests/src/test/resources/WriteHostBatcher-testdata/add-attr-xquery-transform.xqy +++ b/marklogic-client-api-functionaltests/src/test/resources/WriteHostBatcher-testdata/add-attr-xquery-transform.xqy @@ -1,5 +1,5 @@ (: - Copyright (c) 2018 MarkLogic Corporation + Copyright (c) 2022 MarkLogic Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/build.gradle b/marklogic-client-api/build.gradle index 926725baa..fe0dec710 100644 --- a/marklogic-client-api/build.gradle +++ b/marklogic-client-api/build.gradle @@ -1,3 +1,5 @@ +// Copyright (c) 2022 MarkLogic Corporation + plugins { id 'maven-publish' id 'distribution' @@ -67,7 +69,7 @@ javadoc { options.overview = "src/main/javadoc/overview.html" options.windowTitle = "$rootProject.describedName $rootProject.version" options.docTitle = "$rootProject.describedName $rootProject.version" - options.bottom = "Copyright © 2013-2021 MarkLogic Corporation." + options.bottom = "Copyright © 2022 MarkLogic Corporation" options.links = [ 'http://docs.oracle.com/javase/8/docs/api/' ] options.use = true if (JavaVersion.current().isJava9Compatible()) { diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/DatabaseClient.java b/marklogic-client-api/src/main/java/com/marklogic/client/DatabaseClient.java index 8fca7cb44..0dc61a2fb 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/DatabaseClient.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/DatabaseClient.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/DatabaseClientFactory.java b/marklogic-client-api/src/main/java/com/marklogic/client/DatabaseClientFactory.java index 5900decbf..2daaf7eed 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/DatabaseClientFactory.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/DatabaseClientFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/FailedRequestException.java b/marklogic-client-api/src/main/java/com/marklogic/client/FailedRequestException.java index 17ada4deb..95f74331f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/FailedRequestException.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/FailedRequestException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/FailedRetryException.java b/marklogic-client-api/src/main/java/com/marklogic/client/FailedRetryException.java index ead14b006..295c10b1a 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/FailedRetryException.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/FailedRetryException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/ForbiddenUserException.java b/marklogic-client-api/src/main/java/com/marklogic/client/ForbiddenUserException.java index fed115ca6..4347cd789 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/ForbiddenUserException.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/ForbiddenUserException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/MarkLogicBindingException.java b/marklogic-client-api/src/main/java/com/marklogic/client/MarkLogicBindingException.java index e6364ffd2..0dee7c8ce 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/MarkLogicBindingException.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/MarkLogicBindingException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/MarkLogicIOException.java b/marklogic-client-api/src/main/java/com/marklogic/client/MarkLogicIOException.java index 3caf412fc..cf32af7fa 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/MarkLogicIOException.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/MarkLogicIOException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/MarkLogicInternalException.java b/marklogic-client-api/src/main/java/com/marklogic/client/MarkLogicInternalException.java index 787f10311..1ccbf693e 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/MarkLogicInternalException.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/MarkLogicInternalException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/MarkLogicServerException.java b/marklogic-client-api/src/main/java/com/marklogic/client/MarkLogicServerException.java index 3549d95b2..944e6f08c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/MarkLogicServerException.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/MarkLogicServerException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/Page.java b/marklogic-client-api/src/main/java/com/marklogic/client/Page.java index efe24ca0b..b8ba7fffd 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/Page.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/Page.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/RequestConstants.java b/marklogic-client-api/src/main/java/com/marklogic/client/RequestConstants.java index 71da4310c..8154d5003 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/RequestConstants.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/RequestConstants.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/ResourceNotFoundException.java b/marklogic-client-api/src/main/java/com/marklogic/client/ResourceNotFoundException.java index 6b9fef6b3..8b4ba0b77 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/ResourceNotFoundException.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/ResourceNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/ResourceNotResendableException.java b/marklogic-client-api/src/main/java/com/marklogic/client/ResourceNotResendableException.java index 44dede73d..a715eba1e 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/ResourceNotResendableException.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/ResourceNotResendableException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/SessionState.java b/marklogic-client-api/src/main/java/com/marklogic/client/SessionState.java index e974c9e9e..126eb2dee 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/SessionState.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/SessionState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/Transaction.java b/marklogic-client-api/src/main/java/com/marklogic/client/Transaction.java index c21fcb606..883939e8b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/Transaction.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/Transaction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/UnauthorizedUserException.java b/marklogic-client-api/src/main/java/com/marklogic/client/UnauthorizedUserException.java index 364fe37b5..e4937bd1b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/UnauthorizedUserException.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/UnauthorizedUserException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/admin/ExtensionLibrariesManager.java b/marklogic-client-api/src/main/java/com/marklogic/client/admin/ExtensionLibrariesManager.java index acb1fd510..a7f0060af 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/admin/ExtensionLibrariesManager.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/admin/ExtensionLibrariesManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/admin/ExtensionLibraryDescriptor.java b/marklogic-client-api/src/main/java/com/marklogic/client/admin/ExtensionLibraryDescriptor.java index bf30ffafc..4036d97a3 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/admin/ExtensionLibraryDescriptor.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/admin/ExtensionLibraryDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/admin/ExtensionMetadata.java b/marklogic-client-api/src/main/java/com/marklogic/client/admin/ExtensionMetadata.java index e3a7e1837..9df3f5b2a 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/admin/ExtensionMetadata.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/admin/ExtensionMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/admin/MethodType.java b/marklogic-client-api/src/main/java/com/marklogic/client/admin/MethodType.java index aaa573fc2..62869086f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/admin/MethodType.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/admin/MethodType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/admin/NamespacesManager.java b/marklogic-client-api/src/main/java/com/marklogic/client/admin/NamespacesManager.java index bc0084cdc..b702065fb 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/admin/NamespacesManager.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/admin/NamespacesManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/admin/QueryOptionsManager.java b/marklogic-client-api/src/main/java/com/marklogic/client/admin/QueryOptionsManager.java index 083ea23a1..35f0e79fd 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/admin/QueryOptionsManager.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/admin/QueryOptionsManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/admin/ResourceExtensionsManager.java b/marklogic-client-api/src/main/java/com/marklogic/client/admin/ResourceExtensionsManager.java index 154c0906c..b59acec32 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/admin/ResourceExtensionsManager.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/admin/ResourceExtensionsManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/admin/ServerConfigurationManager.java b/marklogic-client-api/src/main/java/com/marklogic/client/admin/ServerConfigurationManager.java index dbdeb0d1a..91178441b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/admin/ServerConfigurationManager.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/admin/ServerConfigurationManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/admin/TransformExtensionsManager.java b/marklogic-client-api/src/main/java/com/marklogic/client/admin/TransformExtensionsManager.java index 42f27bd43..5067017ed 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/admin/TransformExtensionsManager.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/admin/TransformExtensionsManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/admin/package-info.java b/marklogic-client-api/src/main/java/com/marklogic/client/admin/package-info.java index 05d04c4bd..8a2ff6450 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/admin/package-info.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/admin/package-info.java @@ -7,7 +7,7 @@ * capabilities of the REST server. */ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/alerting/RuleDefinition.java b/marklogic-client-api/src/main/java/com/marklogic/client/alerting/RuleDefinition.java index e3189cfe0..38bb0bb81 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/alerting/RuleDefinition.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/alerting/RuleDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/alerting/RuleDefinitionList.java b/marklogic-client-api/src/main/java/com/marklogic/client/alerting/RuleDefinitionList.java index 9c86e4eed..0d4740f76 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/alerting/RuleDefinitionList.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/alerting/RuleDefinitionList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/alerting/RuleManager.java b/marklogic-client-api/src/main/java/com/marklogic/client/alerting/RuleManager.java index 01563de54..0256f61cd 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/alerting/RuleManager.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/alerting/RuleManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/alerting/package-info.java b/marklogic-client-api/src/main/java/com/marklogic/client/alerting/package-info.java index 554b41f4c..d167d5d7d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/alerting/package-info.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/alerting/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/bitemporal/TemporalDescriptor.java b/marklogic-client-api/src/main/java/com/marklogic/client/bitemporal/TemporalDescriptor.java index 0c2bcd8c1..63d70bcee 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/bitemporal/TemporalDescriptor.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/bitemporal/TemporalDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/bitemporal/TemporalDocumentManager.java b/marklogic-client-api/src/main/java/com/marklogic/client/bitemporal/TemporalDocumentManager.java index 5fe88b83e..47e669891 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/bitemporal/TemporalDocumentManager.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/bitemporal/TemporalDocumentManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ApplyTransformListener.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ApplyTransformListener.java index 53c0c964a..606eaba05 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ApplyTransformListener.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ApplyTransformListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/Batch.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/Batch.java index f58edcce9..d5594f0dc 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/Batch.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/Batch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/BatchEvent.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/BatchEvent.java index e1ef65493..9335d2836 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/BatchEvent.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/BatchEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/BatchFailureListener.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/BatchFailureListener.java index 00603f150..4420b219e 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/BatchFailureListener.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/BatchFailureListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/BatchListener.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/BatchListener.java index c312ad4bb..002241c49 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/BatchListener.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/BatchListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/Batcher.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/Batcher.java index efc092b0d..d8d51c34f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/Batcher.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/Batcher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/DataMovementException.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/DataMovementException.java index c2e8f8855..5c3a370b8 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/DataMovementException.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/DataMovementException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/DataMovementManager.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/DataMovementManager.java index f33b809e9..2c1afcd19 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/DataMovementManager.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/DataMovementManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/DeleteListener.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/DeleteListener.java index 8c106348c..0e32dbe09 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/DeleteListener.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/DeleteListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ExportListener.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ExportListener.java index b1e9df64c..d38ed5a9c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ExportListener.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ExportListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ExportToWriterListener.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ExportToWriterListener.java index 465b74879..9bb129225 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ExportToWriterListener.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ExportToWriterListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ExtractRowsViaTemplateListener.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ExtractRowsViaTemplateListener.java index 01e4adb40..1ff877b8a 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ExtractRowsViaTemplateListener.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ExtractRowsViaTemplateListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/FailureListener.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/FailureListener.java index 33db2d48e..d598f977e 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/FailureListener.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/FailureListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/FilteredForestConfiguration.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/FilteredForestConfiguration.java index 7f6371ad6..db53212c0 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/FilteredForestConfiguration.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/FilteredForestConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/Forest.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/Forest.java index 879265ee6..8590cedfe 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/Forest.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/Forest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ForestConfiguration.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ForestConfiguration.java index f8c511db5..5386c8ad0 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ForestConfiguration.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ForestConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/HostAvailabilityListener.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/HostAvailabilityListener.java index baf7e6892..1b3853145 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/HostAvailabilityListener.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/HostAvailabilityListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/JSONSplitter.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/JSONSplitter.java index d0fb8b352..2c83a947d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/JSONSplitter.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/JSONSplitter.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/JacksonCSVSplitter.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/JacksonCSVSplitter.java index beeeadfd4..c49c3d755 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/JacksonCSVSplitter.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/JacksonCSVSplitter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/JobReport.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/JobReport.java index 64a350b84..f9e02a711 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/JobReport.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/JobReport.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/JobTicket.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/JobTicket.java index b48230e67..c69e05d5a 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/JobTicket.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/JobTicket.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/LineSplitter.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/LineSplitter.java index 508478abc..e0b7f4601 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/LineSplitter.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/LineSplitter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/NodeOperation.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/NodeOperation.java index 4b69b01be..2b8e00dd3 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/NodeOperation.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/NodeOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/PathSplitter.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/PathSplitter.java index 6468eaaa0..7eebc67ac 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/PathSplitter.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/PathSplitter.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/PeekingIterator.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/PeekingIterator.java index 6f40f60fd..17d2ed2fb 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/PeekingIterator.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/PeekingIterator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ProgressListener.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ProgressListener.java index 8a9f821d2..0178f7b6a 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ProgressListener.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ProgressListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryBatch.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryBatch.java index 5639855d0..1b63fed97 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryBatch.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryBatch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryBatchException.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryBatchException.java index 4daf4add6..fce76d213 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryBatchException.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryBatchException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryBatchListener.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryBatchListener.java index 264c493a7..cdb6cf38b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryBatchListener.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryBatchListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryBatcher.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryBatcher.java index 3421ca025..db9ade49e 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryBatcher.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryBatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryEvent.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryEvent.java index 626233373..e354593f2 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryEvent.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryFailureListener.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryFailureListener.java index d71b9755e..abd85299b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryFailureListener.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/QueryFailureListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/RowBatchFailureListener.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/RowBatchFailureListener.java index 9670341ae..a92576cc0 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/RowBatchFailureListener.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/RowBatchFailureListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/RowBatchSuccessListener.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/RowBatchSuccessListener.java index 111cefe9f..5a49baf0b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/RowBatchSuccessListener.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/RowBatchSuccessListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/RowBatcher.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/RowBatcher.java index a002a7bca..8b3fc0cb9 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/RowBatcher.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/RowBatcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/Splitter.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/Splitter.java index 761676184..ef9e1be66 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/Splitter.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/Splitter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/TypedRow.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/TypedRow.java index a6d2d0b27..32e2a1786 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/TypedRow.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/TypedRow.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/UnarySplitter.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/UnarySplitter.java index 64de3be0c..40b52a07e 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/UnarySplitter.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/UnarySplitter.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/UrisToWriterListener.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/UrisToWriterListener.java index e9e04ab9f..5705d8a1b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/UrisToWriterListener.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/UrisToWriterListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/WriteBatch.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/WriteBatch.java index eff1b751a..196c2974c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/WriteBatch.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/WriteBatch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/WriteBatchListener.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/WriteBatchListener.java index 37106cc09..8eb8b036b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/WriteBatchListener.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/WriteBatchListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/WriteBatcher.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/WriteBatcher.java index 7b3925f82..e33fae809 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/WriteBatcher.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/WriteBatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/WriteEvent.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/WriteEvent.java index 6eea23d98..f42618407 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/WriteEvent.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/WriteEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/WriteFailureListener.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/WriteFailureListener.java index 95a39698f..24f7e1dbd 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/WriteFailureListener.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/WriteFailureListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/XMLSplitter.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/XMLSplitter.java index 07b819309..2ca609b4b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/XMLSplitter.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/XMLSplitter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ZipSplitter.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ZipSplitter.java index 62984fc27..0389e6883 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ZipSplitter.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/ZipSplitter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/BatchEventImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/BatchEventImpl.java index 5ea377306..968304bd2 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/BatchEventImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/BatchEventImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/BatchImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/BatchImpl.java index afda59d7c..f2177a9a2 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/BatchImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/BatchImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/BatchWriteSet.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/BatchWriteSet.java index 986d3b58f..82718b243 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/BatchWriteSet.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/BatchWriteSet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/BatcherImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/BatcherImpl.java index ee80df975..7efa80267 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/BatcherImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/BatcherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/DataMovementEventImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/DataMovementEventImpl.java index bcb58d421..8f89432a9 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/DataMovementEventImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/DataMovementEventImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/DataMovementInternalError.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/DataMovementInternalError.java index 3db59e189..dd672b1bc 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/DataMovementInternalError.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/DataMovementInternalError.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/DataMovementManagerImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/DataMovementManagerImpl.java index 9264bda14..a94d935a2 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/DataMovementManagerImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/DataMovementManagerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/DataMovementServices.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/DataMovementServices.java index 7b8f81ff7..f8f1f048d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/DataMovementServices.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/DataMovementServices.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/ForestConfigurationImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/ForestConfigurationImpl.java index 48fe184ac..cd8bce039 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/ForestConfigurationImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/ForestConfigurationImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/ForestImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/ForestImpl.java index 7b2d06a83..d4bb7d20f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/ForestImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/ForestImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/JobReportImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/JobReportImpl.java index ed70fb2b9..7c4e7d87c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/JobReportImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/JobReportImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/JobReportListener.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/JobReportListener.java index a429271d2..f1eb1570f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/JobReportListener.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/JobReportListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/JobTicketImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/JobTicketImpl.java index df6239f8d..fe1e3b51b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/JobTicketImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/JobTicketImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/QueryBatchImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/QueryBatchImpl.java index 81b45393c..951989b1f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/QueryBatchImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/QueryBatchImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/QueryBatcherImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/QueryBatcherImpl.java index b79b5274d..d54e76333 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/QueryBatcherImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/QueryBatcherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/QueryJobReportListener.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/QueryJobReportListener.java index 70577ea3c..7561215b9 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/QueryJobReportListener.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/QueryJobReportListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/RowBatcherImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/RowBatcherImpl.java index e7369fa38..8f8711d58 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/RowBatcherImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/RowBatcherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/UriMakerImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/UriMakerImpl.java index 963dfd8ea..9902f095f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/UriMakerImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/UriMakerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/WriteBatchImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/WriteBatchImpl.java index 64a311f6f..917258f7f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/WriteBatchImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/WriteBatchImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/WriteBatcherImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/WriteBatcherImpl.java index 6e463bbca..f88530002 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/WriteBatcherImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/WriteBatcherImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/WriteEventImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/WriteEventImpl.java index 9ef31366a..ea4fb5010 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/WriteEventImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/WriteEventImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/WriteJobReportListener.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/WriteJobReportListener.java index c437fd3c1..0ac87b191 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/WriteJobReportListener.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/WriteJobReportListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/package-info.java b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/package-info.java index 0dbac7f61..ba4f34d75 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/package-info.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/package-info.java @@ -232,7 +232,7 @@ *













*/ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/ExecCaller.java b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/ExecCaller.java index 23c9e0314..3153ac259 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/ExecCaller.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/ExecCaller.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/ExecEndpoint.java b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/ExecEndpoint.java index cc1a0a635..3d3a537b4 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/ExecEndpoint.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/ExecEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/IOEndpoint.java b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/IOEndpoint.java index 8b625e957..34d804854 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/IOEndpoint.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/IOEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/InputCaller.java b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/InputCaller.java index 0c5550c83..3f3991615 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/InputCaller.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/InputCaller.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/InputEndpoint.java b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/InputEndpoint.java index 1aa96cd02..a6528411a 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/InputEndpoint.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/InputEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/InputOutputCaller.java b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/InputOutputCaller.java index 54f26ba01..98f8661a4 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/InputOutputCaller.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/InputOutputCaller.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/InputOutputEndpoint.java b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/InputOutputEndpoint.java index e5660dc0c..966a7fc0b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/InputOutputEndpoint.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/InputOutputEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/OutputCaller.java b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/OutputCaller.java index 8abb11d47..e92555e05 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/OutputCaller.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/OutputCaller.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/OutputEndpoint.java b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/OutputEndpoint.java index 476ebfaf4..b79d68c9c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/OutputEndpoint.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/OutputEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/BaseCallerImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/BaseCallerImpl.java index 957f6af13..e1471f255 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/BaseCallerImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/BaseCallerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/CallContextImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/CallContextImpl.java index 08fc52805..f7cb26b0d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/CallContextImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/CallContextImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/ExecCallerImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/ExecCallerImpl.java index 1b69f0a9b..06dcb5f68 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/ExecCallerImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/ExecCallerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/ExecEndpointImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/ExecEndpointImpl.java index 46218a9fd..8e523adb6 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/ExecEndpointImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/ExecEndpointImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/HandleProvider.java b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/HandleProvider.java index 300ce5ada..5ace35941 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/HandleProvider.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/HandleProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/IOCallerImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/IOCallerImpl.java index 67fa889d3..a18684356 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/IOCallerImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/IOCallerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/IOEndpointImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/IOEndpointImpl.java index ad47d47a4..833a15bd3 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/IOEndpointImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/IOEndpointImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/InputCallerImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/InputCallerImpl.java index 678bc9f0e..7677f7837 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/InputCallerImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/InputCallerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/InputEndpointImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/InputEndpointImpl.java index 65190636c..618e368b1 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/InputEndpointImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/InputEndpointImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/InputOutputCallerImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/InputOutputCallerImpl.java index 520a7111a..0a769be5b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/InputOutputCallerImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/InputOutputCallerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/InputOutputEndpointImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/InputOutputEndpointImpl.java index cce2a26ed..6c6643887 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/InputOutputEndpointImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/InputOutputEndpointImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/OutputCallerImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/OutputCallerImpl.java index 23a7a776d..f3a6aa48b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/OutputCallerImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/OutputCallerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/OutputEndpointImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/OutputEndpointImpl.java index 6b1f7e98e..281845b13 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/OutputEndpointImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/dataservices/impl/OutputEndpointImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/document/BinaryDocumentManager.java b/marklogic-client-api/src/main/java/com/marklogic/client/document/BinaryDocumentManager.java index 2ca053168..97893ef59 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/document/BinaryDocumentManager.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/document/BinaryDocumentManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/document/ContentDescriptor.java b/marklogic-client-api/src/main/java/com/marklogic/client/document/ContentDescriptor.java index 4154d80d0..b15f168b7 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/document/ContentDescriptor.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/document/ContentDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentDescriptor.java b/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentDescriptor.java index 189287035..7c5692019 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentDescriptor.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentManager.java b/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentManager.java index fe710294f..69b17ce8d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentManager.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentManager.java @@ -1,4 +1,4 @@ -/* * Copyright (c) 2020 MarkLogic Corporation +/* * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentMetadataPatchBuilder.java b/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentMetadataPatchBuilder.java index d6141cd7d..b088fe963 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentMetadataPatchBuilder.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentMetadataPatchBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentPage.java b/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentPage.java index 6fc279300..ba4a539c1 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentPage.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentPatchBuilder.java b/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentPatchBuilder.java index 8932c2a68..908e22ff1 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentPatchBuilder.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentPatchBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentRecord.java b/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentRecord.java index 16cc63d7f..18cf6a7ff 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentRecord.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentRecord.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentUriTemplate.java b/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentUriTemplate.java index 736a14157..64a1916fe 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentUriTemplate.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentUriTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentWriteOperation.java b/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentWriteOperation.java index 847bf1e17..7a9779fab 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentWriteOperation.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentWriteOperation.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentWriteSet.java b/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentWriteSet.java index 09f6c4367..3c65cfb00 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentWriteSet.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/document/DocumentWriteSet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/document/GenericDocumentManager.java b/marklogic-client-api/src/main/java/com/marklogic/client/document/GenericDocumentManager.java index cb762f264..13d7a6895 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/document/GenericDocumentManager.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/document/GenericDocumentManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/document/JSONDocumentManager.java b/marklogic-client-api/src/main/java/com/marklogic/client/document/JSONDocumentManager.java index 5a464404f..10bf64176 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/document/JSONDocumentManager.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/document/JSONDocumentManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/document/ServerTransform.java b/marklogic-client-api/src/main/java/com/marklogic/client/document/ServerTransform.java index 3b4217fcc..243a9cb44 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/document/ServerTransform.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/document/ServerTransform.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/document/TextDocumentManager.java b/marklogic-client-api/src/main/java/com/marklogic/client/document/TextDocumentManager.java index 71593fb85..db5fddecf 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/document/TextDocumentManager.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/document/TextDocumentManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/document/XMLDocumentManager.java b/marklogic-client-api/src/main/java/com/marklogic/client/document/XMLDocumentManager.java index daac1be0e..68aca01bc 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/document/XMLDocumentManager.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/document/XMLDocumentManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/document/package-info.java b/marklogic-client-api/src/main/java/com/marklogic/client/document/package-info.java index ad498cdab..de533cf50 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/document/package-info.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/document/package-info.java @@ -5,7 +5,7 @@ * in different formats. */ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/eval/EvalResult.java b/marklogic-client-api/src/main/java/com/marklogic/client/eval/EvalResult.java index dae34121e..7a35c45a5 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/eval/EvalResult.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/eval/EvalResult.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/eval/EvalResultIterator.java b/marklogic-client-api/src/main/java/com/marklogic/client/eval/EvalResultIterator.java index f74d07653..229088636 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/eval/EvalResultIterator.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/eval/EvalResultIterator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/eval/ServerEvaluationCall.java b/marklogic-client-api/src/main/java/com/marklogic/client/eval/ServerEvaluationCall.java index 9f258d124..46fa99547 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/eval/ServerEvaluationCall.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/eval/ServerEvaluationCall.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/AllCookbookExamples.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/AllCookbookExamples.java index 7cf7cd42c..2e720fd6f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/AllCookbookExamples.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/AllCookbookExamples.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/ClientCreator.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/ClientCreator.java index ef1a7e15d..7863ee454 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/ClientCreator.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/ClientCreator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentDelete.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentDelete.java index da244cb52..484ccacd8 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentDelete.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentDelete.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentFormats.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentFormats.java index 1f4acb947..00c9c896d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentFormats.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentFormats.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentMetadataRead.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentMetadataRead.java index ab2d066b0..4a0716515 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentMetadataRead.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentMetadataRead.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentMetadataWrite.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentMetadataWrite.java index f85b74097..1596d7e27 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentMetadataWrite.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentMetadataWrite.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentOutputStream.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentOutputStream.java index a23bedcdb..465ff2ec9 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentOutputStream.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentRead.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentRead.java index 00c635d0c..1ce1167f6 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentRead.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentRead.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentReadTransform.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentReadTransform.java index 62a94d6dc..664a43d9f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentReadTransform.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentReadTransform.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentWrite.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentWrite.java index 2a4156b7c..17546fd88 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentWrite.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentWrite.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentWriteServerURI.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentWriteServerURI.java index 80be51de0..cd2f66542 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentWriteServerURI.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentWriteServerURI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentWriteTransform.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentWriteTransform.java index e6a82bc77..ff0ff479e 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentWriteTransform.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/DocumentWriteTransform.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/JAXBDocument.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/JAXBDocument.java index 49d6dbf7a..885f162ab 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/JAXBDocument.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/JAXBDocument.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/JavascriptResourceExtension.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/JavascriptResourceExtension.java index 528de1dcb..039b84ec7 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/JavascriptResourceExtension.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/JavascriptResourceExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/KerberosClientCreator.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/KerberosClientCreator.java index 35bb2dadd..aec01235b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/KerberosClientCreator.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/KerberosClientCreator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/KerberosSSLClientCreator.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/KerberosSSLClientCreator.java index 8a391adc6..6a903e7db 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/KerberosSSLClientCreator.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/KerberosSSLClientCreator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/MultiStatementTransaction.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/MultiStatementTransaction.java index b8e37ac38..3cb425015 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/MultiStatementTransaction.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/MultiStatementTransaction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/OptimisticLocking.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/OptimisticLocking.java index 22c419744..5ff72ac0a 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/OptimisticLocking.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/OptimisticLocking.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/QueryOptions.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/QueryOptions.java index cec1d3a0a..e4a8c20c1 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/QueryOptions.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/QueryOptions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/RawClientAlert.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/RawClientAlert.java index 686fd8c66..1a88863e3 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/RawClientAlert.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/RawClientAlert.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/RawCombinedSearch.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/RawCombinedSearch.java index dc058caeb..ef1941aa6 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/RawCombinedSearch.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/RawCombinedSearch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/ResourceExtension.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/ResourceExtension.java index 8a623b9d1..369564bc3 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/ResourceExtension.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/ResourceExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/SSLClientCreator.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/SSLClientCreator.java index 5604c1d8e..edf15cecc 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/SSLClientCreator.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/SSLClientCreator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/SearchResponseTransform.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/SearchResponseTransform.java index 3b4eb5d44..2515859c5 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/SearchResponseTransform.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/SearchResponseTransform.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/StringSearch.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/StringSearch.java index de1246f56..4520fb093 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/StringSearch.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/StringSearch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/StructuredSearch.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/StructuredSearch.java index 358da48e1..30684b2e1 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/StructuredSearch.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/StructuredSearch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/Suggest.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/Suggest.java index a4f3914ad..2624d11aa 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/Suggest.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/Suggest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/Util.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/Util.java index 389bbbc10..32a98e0bf 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/Util.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/Util.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkExportServices.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkExportServices.java index e3f06ce71..bc4111f59 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkExportServices.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkExportServices.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkExportToJdbc.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkExportToJdbc.java index 7ed106e54..ab8d9580d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkExportToJdbc.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkExportToJdbc.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkExportWithDataService.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkExportWithDataService.java index e09e5e09e..e40d04f02 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkExportWithDataService.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkExportWithDataService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkLoadFromJdbcRaw.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkLoadFromJdbcRaw.java index e06c76306..80b1144c2 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkLoadFromJdbcRaw.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkLoadFromJdbcRaw.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkLoadFromJdbcWithJoins.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkLoadFromJdbcWithJoins.java index 06eb95470..db8c49181 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkLoadFromJdbcWithJoins.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkLoadFromJdbcWithJoins.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkLoadFromJdbcWithSimpleJoins.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkLoadFromJdbcWithSimpleJoins.java index b5b274ee7..c6d4df9d4 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkLoadFromJdbcWithSimpleJoins.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkLoadFromJdbcWithSimpleJoins.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/DatabaseClientSingleton.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/DatabaseClientSingleton.java index 932979dc7..6fc9c0a5a 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/DatabaseClientSingleton.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/DatabaseClientSingleton.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/Employee.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/Employee.java index 5db1a035f..fc6feb6fc 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/Employee.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/Employee.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/ExtractRowsViaTemplate.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/ExtractRowsViaTemplate.java index 19d93c3fa..79811de27 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/ExtractRowsViaTemplate.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/ExtractRowsViaTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/IncrementalLoadFromJdbc.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/IncrementalLoadFromJdbc.java index 9072d4c2e..4d0d0c9b5 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/IncrementalLoadFromJdbc.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/IncrementalLoadFromJdbc.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/LoadDetail.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/LoadDetail.java index e566e212e..a56f888f2 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/LoadDetail.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/LoadDetail.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/WriteandReadPOJOs.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/WriteandReadPOJOs.java index 84a6146ce..d346d86b6 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/WriteandReadPOJOs.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/datamovement/WriteandReadPOJOs.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/package-info.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/package-info.java index 3ac2f1e90..04b165105 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/package-info.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/cookbook/package-info.java @@ -6,7 +6,7 @@ * order for viewing the examples */ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/BatchManager.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/BatchManager.java index 0db7ab53b..792cefa1a 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/BatchManager.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/BatchManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/BatchManagerExample.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/BatchManagerExample.java index b3fbb7564..bf0e9d6d2 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/BatchManagerExample.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/BatchManagerExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/DocumentSplitter.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/DocumentSplitter.java index c8c66fdd8..0e4ab371a 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/DocumentSplitter.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/DocumentSplitter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/GraphSPARQLExample.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/GraphSPARQLExample.java index 0686be076..d3b48771e 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/GraphSPARQLExample.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/GraphSPARQLExample.java @@ -1,6 +1,6 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/NameConverter.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/NameConverter.java index 685dde523..c976f4f5b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/NameConverter.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/NameConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/OpenCSVBatcher.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/OpenCSVBatcher.java index 2c4369538..164088e4d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/OpenCSVBatcher.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/OpenCSVBatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/OpenCSVBatcherExample.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/OpenCSVBatcherExample.java index ffdf377f7..77895eaed 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/OpenCSVBatcherExample.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/OpenCSVBatcherExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/SearchCollector.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/SearchCollector.java index fcf64ca9c..dc7a69dc8 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/SearchCollector.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/SearchCollector.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/SearchCollectorExample.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/SearchCollectorExample.java index 35ce078e6..009a1f46d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/SearchCollectorExample.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/SearchCollectorExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/package-info.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/package-info.java index 3c3299381..a6311ce1f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/package-info.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/extension/package-info.java @@ -3,7 +3,7 @@ * of database documents. */ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/DOM4JHandleExample.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/DOM4JHandleExample.java index d522ef8cf..4b969c744 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/DOM4JHandleExample.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/DOM4JHandleExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/GSONHandleExample.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/GSONHandleExample.java index fbbe5a145..88a4f7ec2 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/GSONHandleExample.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/GSONHandleExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/HTMLCleanerHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/HTMLCleanerHandle.java index f1b15d9cd..7b30f8474 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/HTMLCleanerHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/HTMLCleanerHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/HTMLCleanerHandleExample.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/HTMLCleanerHandleExample.java index adfe0ff1b..7432da0b3 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/HTMLCleanerHandleExample.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/HTMLCleanerHandleExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/JDOMHandleExample.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/JDOMHandleExample.java index 5af6c348a..cd5eba2e0 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/JDOMHandleExample.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/JDOMHandleExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/JacksonHandleExample.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/JacksonHandleExample.java index f1afbb368..4c53357fd 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/JacksonHandleExample.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/JacksonHandleExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/URIHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/URIHandle.java index da1f96c9a..6ceb9a7ab 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/URIHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/URIHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/URIHandleExample.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/URIHandleExample.java index 12a48b9ea..99a3b40e2 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/URIHandleExample.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/URIHandleExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/package-info.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/package-info.java index 7714eb74e..30adde9d0 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/package-info.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/handle/package-info.java @@ -5,7 +5,7 @@ * XML documents using the Open Source JDOM library. */ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/util/Bootstrapper.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/util/Bootstrapper.java index e166f14c2..db9f419ac 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/util/Bootstrapper.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/util/Bootstrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/util/BootstrapperExample.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/util/BootstrapperExample.java index 2c0ca464d..815cd7b4f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/util/BootstrapperExample.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/util/BootstrapperExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/example/util/package-info.java b/marklogic-client-api/src/main/java/com/marklogic/client/example/util/package-info.java index 7c55b34a2..b96ff881b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/example/util/package-info.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/example/util/package-info.java @@ -2,7 +2,7 @@ * The package provides utilities for bootstrapping and tearing down a MarkLogic REST instance. */ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/expression/CtsQueryBuilder.java b/marklogic-client-api/src/main/java/com/marklogic/client/expression/CtsQueryBuilder.java index 93db0d243..e65b496a6 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/expression/CtsQueryBuilder.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/expression/CtsQueryBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/expression/PlanBuilderBase.java b/marklogic-client-api/src/main/java/com/marklogic/client/expression/PlanBuilderBase.java index 2a2407214..e9a8fd083 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/expression/PlanBuilderBase.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/expression/PlanBuilderBase.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/expression/RdfValue.java b/marklogic-client-api/src/main/java/com/marklogic/client/expression/RdfValue.java index bb349cc7d..04930ae98 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/expression/RdfValue.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/expression/RdfValue.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/expression/RdtExpr.java b/marklogic-client-api/src/main/java/com/marklogic/client/expression/RdtExpr.java index 4591f0798..9fd0350e8 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/expression/RdtExpr.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/expression/RdtExpr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/expression/SemValue.java b/marklogic-client-api/src/main/java/com/marklogic/client/expression/SemValue.java index c66311cbc..de593424f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/expression/SemValue.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/expression/SemValue.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/expression/XsValue.java b/marklogic-client-api/src/main/java/com/marklogic/client/expression/XsValue.java index 337156c0a..24395272d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/expression/XsValue.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/expression/XsValue.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/expression/package-info.java b/marklogic-client-api/src/main/java/com/marklogic/client/expression/package-info.java index 331018a7d..5d78bf804 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/expression/package-info.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/expression/package-info.java @@ -17,7 +17,7 @@ *

*/ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/extensions/ResourceManager.java b/marklogic-client-api/src/main/java/com/marklogic/client/extensions/ResourceManager.java index 3752189e1..82046f95e 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/extensions/ResourceManager.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/extensions/ResourceManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/extensions/ResourceServices.java b/marklogic-client-api/src/main/java/com/marklogic/client/extensions/ResourceServices.java index 197ab1518..c1436f7f5 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/extensions/ResourceServices.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/extensions/ResourceServices.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/extensions/package-info.java b/marklogic-client-api/src/main/java/com/marklogic/client/extensions/package-info.java index 80215f800..e2662a868 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/extensions/package-info.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/extensions/package-info.java @@ -8,7 +8,7 @@ * for an example. */ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/extra/dom4j/DOM4JHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/extra/dom4j/DOM4JHandle.java index c9f7af000..a5c6376cc 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/extra/dom4j/DOM4JHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/extra/dom4j/DOM4JHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/extra/dom4j/package-info.java b/marklogic-client-api/src/main/java/com/marklogic/client/extra/dom4j/package-info.java index f942db8b0..845c7c19b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/extra/dom4j/package-info.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/extra/dom4j/package-info.java @@ -4,7 +4,7 @@ * data structures. You must install the dom4j library to use this package. */ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/extra/gson/GSONHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/extra/gson/GSONHandle.java index dd25e4f38..5d013e51f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/extra/gson/GSONHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/extra/gson/GSONHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/extra/gson/package-info.java b/marklogic-client-api/src/main/java/com/marklogic/client/extra/gson/package-info.java index d278775d0..52976524b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/extra/gson/package-info.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/extra/gson/package-info.java @@ -4,7 +4,7 @@ * input and output. You must install the GSON library to use this package. */ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/extra/httpclient/HttpClientConfigurator.java b/marklogic-client-api/src/main/java/com/marklogic/client/extra/httpclient/HttpClientConfigurator.java index 672fe2f0c..4acfcbe5b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/extra/httpclient/HttpClientConfigurator.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/extra/httpclient/HttpClientConfigurator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/extra/httpclient/package-info.java b/marklogic-client-api/src/main/java/com/marklogic/client/extra/httpclient/package-info.java index 3de4ffe2b..0d6b92a18 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/extra/httpclient/package-info.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/extra/httpclient/package-info.java @@ -6,7 +6,7 @@ * HTTP configuration. */ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/extra/jdom/JDOMHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/extra/jdom/JDOMHandle.java index f8a9a22d4..29dd0f45b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/extra/jdom/JDOMHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/extra/jdom/JDOMHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/extra/jdom/package-info.java b/marklogic-client-api/src/main/java/com/marklogic/client/extra/jdom/package-info.java index b7da65fc1..69222e8c5 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/extra/jdom/package-info.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/extra/jdom/package-info.java @@ -4,7 +4,7 @@ * data structures. You must install the JDOM library to use this package. */ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/extra/okhttpclient/OkHttpClientConfigurator.java b/marklogic-client-api/src/main/java/com/marklogic/client/extra/okhttpclient/OkHttpClientConfigurator.java index 88c3235b2..7f682845c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/extra/okhttpclient/OkHttpClientConfigurator.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/extra/okhttpclient/OkHttpClientConfigurator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/AbstractLoggingManager.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/AbstractLoggingManager.java index 843a5c530..16e18fe03 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/AbstractLoggingManager.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/AbstractLoggingManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/AbstractQueryDefinition.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/AbstractQueryDefinition.java index 13ad3271d..46479d902 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/AbstractQueryDefinition.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/AbstractQueryDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/AbstractSearchQueryDefinition.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/AbstractSearchQueryDefinition.java index a72255222..5c121cf40 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/AbstractSearchQueryDefinition.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/AbstractSearchQueryDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/BaseProxy.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/BaseProxy.java index f39d113b1..17991af67 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/BaseProxy.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/BaseProxy.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/BaseTypeImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/BaseTypeImpl.java index 1d24478cf..79447de5f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/BaseTypeImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/BaseTypeImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/BasicPage.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/BasicPage.java index 91cb3e444..829a33d59 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/BasicPage.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/BasicPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/BinaryDocumentImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/BinaryDocumentImpl.java index 36f7d952c..21838d66d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/BinaryDocumentImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/BinaryDocumentImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ClientCookie.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ClientCookie.java index 95d67aafe..6b8a46a56 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ClientCookie.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ClientCookie.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ClientPropertiesImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ClientPropertiesImpl.java index 3bd44568d..fc67b5372 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ClientPropertiesImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ClientPropertiesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/CombinedQueryBuilder.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/CombinedQueryBuilder.java index c6545804b..011531d62 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/CombinedQueryBuilder.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/CombinedQueryBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/CombinedQueryBuilderImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/CombinedQueryBuilderImpl.java index bd40154fe..b9af92793 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/CombinedQueryBuilderImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/CombinedQueryBuilderImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/CombinedQueryDefinition.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/CombinedQueryDefinition.java index 2ce066ea7..67d1fe1ed 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/CombinedQueryDefinition.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/CombinedQueryDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/CtsQueryBuilderImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/CtsQueryBuilderImpl.java index c35656a6b..975d390d9 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/CtsQueryBuilderImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/CtsQueryBuilderImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/CtsQueryDefinitionImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/CtsQueryDefinitionImpl.java index bd62c665c..06144565d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/CtsQueryDefinitionImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/CtsQueryDefinitionImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/DOMWriter.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/DOMWriter.java index c1340dfc0..eba1d0f67 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/DOMWriter.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/DOMWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/DatabaseClientImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/DatabaseClientImpl.java index 778c945e5..5b1204039 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/DatabaseClientImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/DatabaseClientImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/DeleteQueryDefinitionImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/DeleteQueryDefinitionImpl.java index ec9ed1e5d..59bf815f0 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/DeleteQueryDefinitionImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/DeleteQueryDefinitionImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentDescriptorImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentDescriptorImpl.java index 68d0acc5f..19c115ae9 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentDescriptorImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentDescriptorImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentManagerImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentManagerImpl.java index b974d5b04..3b61f3993 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentManagerImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentManagerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentMetadataPatchBuilderImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentMetadataPatchBuilderImpl.java index 9b4fcf98e..ad7c7d92f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentMetadataPatchBuilderImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentMetadataPatchBuilderImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentPatchBuilderImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentPatchBuilderImpl.java index 0cf3ba628..50593c427 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentPatchBuilderImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentPatchBuilderImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentUriTemplateImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentUriTemplateImpl.java index 2d341cd56..08f08f7e5 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentUriTemplateImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentUriTemplateImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentWriteOperationImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentWriteOperationImpl.java index 559cbe847..f6db96766 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentWriteOperationImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentWriteOperationImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentWriteSetImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentWriteSetImpl.java index b00436cb7..5bd26a13b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentWriteSetImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/DocumentWriteSetImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ExtensionLibrariesManagerImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ExtensionLibrariesManagerImpl.java index cc481a749..24d1d6f06 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ExtensionLibrariesManagerImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ExtensionLibrariesManagerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/FailedRequest.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/FailedRequest.java index 5dc5fc360..63dbf650c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/FailedRequest.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/FailedRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/FailedRequestParser.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/FailedRequestParser.java index 156a196c6..f539ceae3 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/FailedRequestParser.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/FailedRequestParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/GenericDocumentImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/GenericDocumentImpl.java index d3a3a68eb..e0ebc8113 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/GenericDocumentImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/GenericDocumentImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/GraphManagerImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/GraphManagerImpl.java index fc3a01bcd..3ede52d34 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/GraphManagerImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/GraphManagerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/GraphPermissionsImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/GraphPermissionsImpl.java index 215f479b8..927b362cb 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/GraphPermissionsImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/GraphPermissionsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/HTTPBasicAuthInterceptor.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/HTTPBasicAuthInterceptor.java index 0ecd32740..3ce651ad8 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/HTTPBasicAuthInterceptor.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/HTTPBasicAuthInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/HTTPKerberosAuthInterceptor.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/HTTPKerberosAuthInterceptor.java index b38d06617..5f49be046 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/HTTPKerberosAuthInterceptor.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/HTTPKerberosAuthInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/HTTPSamlAuthInterceptor.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/HTTPSamlAuthInterceptor.java index 9771aefef..3318876a6 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/HTTPSamlAuthInterceptor.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/HTTPSamlAuthInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/HandleAccessor.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/HandleAccessor.java index 07d08a380..5eb4490bd 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/HandleAccessor.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/HandleAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/HandleFactoryRegistryImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/HandleFactoryRegistryImpl.java index 5055c2a9f..9fdd66789 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/HandleFactoryRegistryImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/HandleFactoryRegistryImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/HandleImplementation.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/HandleImplementation.java index c5080c745..9a4fe407c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/HandleImplementation.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/HandleImplementation.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/InputStreamTee.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/InputStreamTee.java index 830e2b1ba..51ececd28 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/InputStreamTee.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/InputStreamTee.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/JSONDocumentImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/JSONDocumentImpl.java index 3ab57b652..463d5180a 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/JSONDocumentImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/JSONDocumentImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/JSONStringWriter.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/JSONStringWriter.java index 29e792a43..f32d24a28 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/JSONStringWriter.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/JSONStringWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/JacksonBaseHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/JacksonBaseHandle.java index 3934b0c25..59bc3168c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/JacksonBaseHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/JacksonBaseHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/NameMapBase.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/NameMapBase.java index b4a2acfeb..d3d4ceeb8 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/NameMapBase.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/NameMapBase.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/NamespacesManagerImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/NamespacesManagerImpl.java index fd3fcc153..4ad277274 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/NamespacesManagerImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/NamespacesManagerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/NodeConverter.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/NodeConverter.java index 71040c63a..06e43a84c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/NodeConverter.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/NodeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/OkHttpServices.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/OkHttpServices.java index c1d3877cb..916098abb 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/OkHttpServices.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/OkHttpServices.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/OutputStreamTee.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/OutputStreamTee.java index 127014659..7bc5d1b9d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/OutputStreamTee.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/OutputStreamTee.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/PlanBuilderBaseImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/PlanBuilderBaseImpl.java index 88c54f825..73f152e2f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/PlanBuilderBaseImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/PlanBuilderBaseImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/PlanBuilderSubImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/PlanBuilderSubImpl.java index a04266a8e..bc7fa061f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/PlanBuilderSubImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/PlanBuilderSubImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/PojoPageImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/PojoPageImpl.java index 37c561733..eb01d3cd7 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/PojoPageImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/PojoPageImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/PojoQueryBuilderImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/PojoQueryBuilderImpl.java index cf2aecd9c..3c3d1903d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/PojoQueryBuilderImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/PojoQueryBuilderImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/PojoRepositoryImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/PojoRepositoryImpl.java index 4149fbb89..3b3f30e02 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/PojoRepositoryImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/PojoRepositoryImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/QueryManagerImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/QueryManagerImpl.java index e57407860..b9fdb5210 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/QueryManagerImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/QueryManagerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/QueryOptionsManagerImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/QueryOptionsManagerImpl.java index 196d2525c..c13fa4f2f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/QueryOptionsManagerImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/QueryOptionsManagerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/QueryOptionsTransformInjectNS.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/QueryOptionsTransformInjectNS.java index 842264eba..d3232fdac 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/QueryOptionsTransformInjectNS.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/QueryOptionsTransformInjectNS.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/RESTServices.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/RESTServices.java index 31dccdc4c..a501a09af 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/RESTServices.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/RESTServices.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/RawQueryDefinitionImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/RawQueryDefinitionImpl.java index a5eb8e613..581afd780 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/RawQueryDefinitionImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/RawQueryDefinitionImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/RdfValueImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/RdfValueImpl.java index fb285e3eb..a483dd378 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/RdfValueImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/RdfValueImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/RdtExprImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/RdtExprImpl.java index 529e51c3c..0126b870c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/RdtExprImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/RdtExprImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ReaderTee.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ReaderTee.java index 90263d40a..e26b586f2 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ReaderTee.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ReaderTee.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/RequestLoggerImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/RequestLoggerImpl.java index 183d75893..c505b8386 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/RequestLoggerImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/RequestLoggerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/RequestParametersImplementation.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/RequestParametersImplementation.java index 3ed44398c..802922da1 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/RequestParametersImplementation.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/RequestParametersImplementation.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ResourceExtensionsImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ResourceExtensionsImpl.java index e1e931708..6f17c8747 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ResourceExtensionsImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ResourceExtensionsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ResourceManagerImplementation.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ResourceManagerImplementation.java index c22ec6b26..801b63c21 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ResourceManagerImplementation.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ResourceManagerImplementation.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ResourceServicesImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ResourceServicesImpl.java index 50ca8e8c2..c83484deb 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ResourceServicesImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ResourceServicesImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/RowManagerImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/RowManagerImpl.java index cc4707d48..ea08685b4 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/RowManagerImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/RowManagerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/RuleManagerImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/RuleManagerImpl.java index 6dfa9ec8c..271432d8d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/RuleManagerImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/RuleManagerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/SPARQLBindingImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/SPARQLBindingImpl.java index fe1a881ec..b5d29cb3c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/SPARQLBindingImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/SPARQLBindingImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/SPARQLBindingsImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/SPARQLBindingsImpl.java index d5720222a..4f7634c34 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/SPARQLBindingsImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/SPARQLBindingsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/SPARQLQueryDefinitionImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/SPARQLQueryDefinitionImpl.java index f8aef6d8e..4b46fd468 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/SPARQLQueryDefinitionImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/SPARQLQueryDefinitionImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/SPARQLQueryManagerImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/SPARQLQueryManagerImpl.java index 59b96da32..aeff252c5 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/SPARQLQueryManagerImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/SPARQLQueryManagerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/SSLSocketFactoryDelegator.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/SSLSocketFactoryDelegator.java index 7305d3c03..48415a293 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/SSLSocketFactoryDelegator.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/SSLSocketFactoryDelegator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/SemValueImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/SemValueImpl.java index b061976f9..e4c0f112b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/SemValueImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/SemValueImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ServerConfigurationManagerImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ServerConfigurationManagerImpl.java index 54dd58e64..f49d4cd5c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ServerConfigurationManagerImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ServerConfigurationManagerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ServerEvaluationCallImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ServerEvaluationCallImpl.java index 2cec99e91..39cfceb37 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ServerEvaluationCallImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ServerEvaluationCallImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/SessionStateImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/SessionStateImpl.java index 96638dc81..147a26e22 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/SessionStateImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/SessionStateImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/SocketFactoryDelegator.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/SocketFactoryDelegator.java index f2b6bc2d1..d26dd362c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/SocketFactoryDelegator.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/SocketFactoryDelegator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/StreamingOutputImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/StreamingOutputImpl.java index 2ea57e61f..c0feea117 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/StreamingOutputImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/StreamingOutputImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/StringQueryDefinitionImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/StringQueryDefinitionImpl.java index 83b439323..f940b5577 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/StringQueryDefinitionImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/StringQueryDefinitionImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/SuggestDefinitionImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/SuggestDefinitionImpl.java index 3e8b382c2..86a44c21f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/SuggestDefinitionImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/SuggestDefinitionImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/TextDocumentImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/TextDocumentImpl.java index 241a2fc00..218f4721f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/TextDocumentImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/TextDocumentImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/TransactionImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/TransactionImpl.java index 0d5b0c2e4..688e79e5f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/TransactionImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/TransactionImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/TransformExtensionsImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/TransformExtensionsImpl.java index 805231a20..01f4f1fae 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/TransformExtensionsImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/TransformExtensionsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/TuplesBuilder.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/TuplesBuilder.java index 9ab896781..7e1d2da2c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/TuplesBuilder.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/TuplesBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/UrisHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/UrisHandle.java index f2af334df..be1e89810 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/UrisHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/UrisHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/UrisReadHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/UrisReadHandle.java index 5e8e0c7a2..f63ff64c1 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/UrisReadHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/UrisReadHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/Utilities.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/Utilities.java index a2693cfa1..48bcce4a1 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/Utilities.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/Utilities.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValueConverter.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValueConverter.java index 7cbb12ec4..d666fbaea 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValueConverter.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValueConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValuesBuilder.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValuesBuilder.java index 24cd51e9c..b064f7c28 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValuesBuilder.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValuesBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValuesDefinitionImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValuesDefinitionImpl.java index 57e8af4c0..10fa28031 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValuesDefinitionImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValuesDefinitionImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValuesListBuilder.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValuesListBuilder.java index 513eb6482..6d6d6d930 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValuesListBuilder.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValuesListBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValuesListDefinitionImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValuesListDefinitionImpl.java index af3243f46..84741560e 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValuesListDefinitionImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValuesListDefinitionImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValuesMetricImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValuesMetricImpl.java index bc223ecd2..9850deef9 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValuesMetricImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValuesMetricImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValuesMetricsImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValuesMetricsImpl.java index fb0d49666..0afacf4aa 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValuesMetricsImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/ValuesMetricsImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/XMLDocumentImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/XMLDocumentImpl.java index 94c9184e7..aff2eb903 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/XMLDocumentImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/XMLDocumentImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/XmlFactories.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/XmlFactories.java index 8fcb9bbe2..d29d1afed 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/XmlFactories.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/XmlFactories.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/impl/XsValueImpl.java b/marklogic-client-api/src/main/java/com/marklogic/client/impl/XsValueImpl.java index 13e86f83d..f7b4d10ca 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/impl/XsValueImpl.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/impl/XsValueImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/BaseHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/BaseHandle.java index 66c931e42..378c0db38 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/BaseHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/BaseHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/BytesHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/BytesHandle.java index 99a46742b..3f6b4b201 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/BytesHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/BytesHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/DOMHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/DOMHandle.java index 8a9ce56f7..63aa2054a 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/DOMHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/DOMHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/DocumentMetadataHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/DocumentMetadataHandle.java index 31cc68390..683e970e6 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/DocumentMetadataHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/DocumentMetadataHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/FileHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/FileHandle.java index 7da5b7278..4089e27e3 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/FileHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/FileHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/Format.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/Format.java index 269585d29..ffcd28ad4 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/Format.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/Format.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/InputSourceHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/InputSourceHandle.java index 8de0cb3f3..37ea339f4 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/InputSourceHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/InputSourceHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/InputStreamHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/InputStreamHandle.java index d47e4ca53..b0868595a 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/InputStreamHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/InputStreamHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/JAXBHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/JAXBHandle.java index d4b79dd13..51e6c0d47 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/JAXBHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/JAXBHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/JSONErrorParser.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/JSONErrorParser.java index 8a4bee977..73500d8db 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/JSONErrorParser.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/JSONErrorParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/JacksonDatabindHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/JacksonDatabindHandle.java index a14c43bf0..7bc7136dc 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/JacksonDatabindHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/JacksonDatabindHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/JacksonHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/JacksonHandle.java index 4fe3a2b08..8642c2054 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/JacksonHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/JacksonHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/JacksonParserHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/JacksonParserHandle.java index 0f2f3b1b8..58da8e1c2 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/JacksonParserHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/JacksonParserHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/OutputStreamHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/OutputStreamHandle.java index 4479d1f17..034d88911 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/OutputStreamHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/OutputStreamHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/OutputStreamSender.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/OutputStreamSender.java index 3dd74a0df..3d2566a5f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/OutputStreamSender.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/OutputStreamSender.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/QueryOptionsListHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/QueryOptionsListHandle.java index 610475b7e..a2d980e98 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/QueryOptionsListHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/QueryOptionsListHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/ReaderHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/ReaderHandle.java index 1eed555fd..7979e7fb0 100755 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/ReaderHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/ReaderHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/SearchHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/SearchHandle.java index 706c2ea05..1bdd1d3e8 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/SearchHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/SearchHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/SourceHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/SourceHandle.java index 878da7bd6..080883113 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/SourceHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/SourceHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/StringHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/StringHandle.java index 8cc193414..9df1231fb 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/StringHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/StringHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/TuplesHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/TuplesHandle.java index e6f6cb9a2..ceb4b8d3e 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/TuplesHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/TuplesHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/ValuesHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/ValuesHandle.java index 66fd84e46..a7ecb619e 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/ValuesHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/ValuesHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/ValuesListHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/ValuesListHandle.java index 60b8daa4e..f64a9ddac 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/ValuesListHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/ValuesListHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/XMLEventReaderHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/XMLEventReaderHandle.java index 76c81cf35..5bb11172e 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/XMLEventReaderHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/XMLEventReaderHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/XMLStreamReaderHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/XMLStreamReaderHandle.java index 9ea6892d0..6d1161f20 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/XMLStreamReaderHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/XMLStreamReaderHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/AbstractReadHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/AbstractReadHandle.java index c549b5cc9..661280029 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/AbstractReadHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/AbstractReadHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/AbstractWriteHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/AbstractWriteHandle.java index 32edce0d6..350fbe237 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/AbstractWriteHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/AbstractWriteHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/BinaryReadHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/BinaryReadHandle.java index bb20305ca..38cceddd4 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/BinaryReadHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/BinaryReadHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/BinaryWriteHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/BinaryWriteHandle.java index 409783148..5a19cb33f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/BinaryWriteHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/BinaryWriteHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/BufferableContentHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/BufferableContentHandle.java index 92845736d..e0f79bbef 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/BufferableContentHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/BufferableContentHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/BufferableHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/BufferableHandle.java index 4b4a9c8bf..049f5e9a6 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/BufferableHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/BufferableHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/ContentHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/ContentHandle.java index f0163bed8..92a8671af 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/ContentHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/ContentHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/ContentHandleFactory.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/ContentHandleFactory.java index 3213126b9..a751febd8 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/ContentHandleFactory.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/ContentHandleFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/CtsQueryWriteHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/CtsQueryWriteHandle.java index c58d21e07..a3c033215 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/CtsQueryWriteHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/CtsQueryWriteHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/DocumentMetadataReadHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/DocumentMetadataReadHandle.java index dc97eaf3d..dc7f2f589 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/DocumentMetadataReadHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/DocumentMetadataReadHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/DocumentMetadataWriteHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/DocumentMetadataWriteHandle.java index 3b93b7f72..b3d7edd75 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/DocumentMetadataWriteHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/DocumentMetadataWriteHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/DocumentPatchHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/DocumentPatchHandle.java index f79ac4516..97c5a376d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/DocumentPatchHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/DocumentPatchHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/GenericReadHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/GenericReadHandle.java index 1e37c0e82..c6bd339c5 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/GenericReadHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/GenericReadHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/GenericWriteHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/GenericWriteHandle.java index ec8136884..5efb3b00b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/GenericWriteHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/GenericWriteHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/JSONReadHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/JSONReadHandle.java index d64b5ffcf..7bc63849b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/JSONReadHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/JSONReadHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/JSONWriteHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/JSONWriteHandle.java index 91c4183f9..1337d99d3 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/JSONWriteHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/JSONWriteHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/OperationNotSupported.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/OperationNotSupported.java index bd51fedea..34526e9a4 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/OperationNotSupported.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/OperationNotSupported.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/QuadsWriteHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/QuadsWriteHandle.java index b58dd5e40..8fef6a1c1 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/QuadsWriteHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/QuadsWriteHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/QueryOptionsListReadHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/QueryOptionsListReadHandle.java index f93789796..eddaf7ddd 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/QueryOptionsListReadHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/QueryOptionsListReadHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/QueryOptionsReadHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/QueryOptionsReadHandle.java index 749fbf145..3a74acd5b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/QueryOptionsReadHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/QueryOptionsReadHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/QueryOptionsWriteHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/QueryOptionsWriteHandle.java index 26b8b75f6..fdbc5f8a8 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/QueryOptionsWriteHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/QueryOptionsWriteHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/ResendableContentHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/ResendableContentHandle.java index ec6fa56ad..51701ad3c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/ResendableContentHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/ResendableContentHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/RuleListReadHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/RuleListReadHandle.java index 96c03031c..40169061c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/RuleListReadHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/RuleListReadHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/RuleReadHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/RuleReadHandle.java index e73dc4b65..20eb11453 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/RuleReadHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/RuleReadHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/RuleWriteHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/RuleWriteHandle.java index 15712ba38..807e82545 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/RuleWriteHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/RuleWriteHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/SPARQLResultsReadHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/SPARQLResultsReadHandle.java index ec5c249e4..6b675cd8b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/SPARQLResultsReadHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/SPARQLResultsReadHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/SearchReadHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/SearchReadHandle.java index fb3fc3471..1b153c01b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/SearchReadHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/SearchReadHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/StreamingContentHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/StreamingContentHandle.java index 861ec277e..df7ab655e 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/StreamingContentHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/StreamingContentHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/StructureReadHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/StructureReadHandle.java index cfd15acae..e4fd6a480 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/StructureReadHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/StructureReadHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/StructureWriteHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/StructureWriteHandle.java index 1bb3e298f..98c8d0e62 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/StructureWriteHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/StructureWriteHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/TextReadHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/TextReadHandle.java index 666c9dc25..127e880e6 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/TextReadHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/TextReadHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/TextWriteHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/TextWriteHandle.java index 4841fa6d0..83812df44 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/TextWriteHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/TextWriteHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/TriplesReadHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/TriplesReadHandle.java index 5b1223b08..2792544a2 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/TriplesReadHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/TriplesReadHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/TriplesWriteHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/TriplesWriteHandle.java index 2aba101b5..cc65f9305 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/TriplesWriteHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/TriplesWriteHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/TuplesReadHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/TuplesReadHandle.java index feffb42e6..5bf1b1fb1 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/TuplesReadHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/TuplesReadHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/ValuesListReadHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/ValuesListReadHandle.java index 4eadbc9ca..363010f2f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/ValuesListReadHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/ValuesListReadHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/ValuesReadHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/ValuesReadHandle.java index f73b65ff8..d54354a49 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/ValuesReadHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/ValuesReadHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/XMLReadHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/XMLReadHandle.java index 41673fb07..9b00f74dc 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/XMLReadHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/XMLReadHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/XMLWriteHandle.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/XMLWriteHandle.java index e0121cb60..c9a7e5c77 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/XMLWriteHandle.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/XMLWriteHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/package-info.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/package-info.java index 411becf02..4e2dceea9 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/package-info.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/marker/package-info.java @@ -5,7 +5,7 @@ * content when writing documents implement the {com.marklogic.client.io.marker.XMLWriteHandle} interface. */ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/io/package-info.java b/marklogic-client-api/src/main/java/com/marklogic/client/io/package-info.java index ea01373e2..10178e047 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/io/package-info.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/io/package-info.java @@ -6,7 +6,7 @@ * some handles to read or write document metadata or query options or to read search results. */ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/package-info.java b/marklogic-client-api/src/main/java/com/marklogic/client/package-info.java index 59e16efc3..0b2b98797 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/package-info.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/package-info.java @@ -9,7 +9,7 @@ * exceptions in this package enumerate the ways in which a REST server request can go wrong. */ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/pojo/PojoPage.java b/marklogic-client-api/src/main/java/com/marklogic/client/pojo/PojoPage.java index a25596ca8..93255883a 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/pojo/PojoPage.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/pojo/PojoPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/pojo/PojoQueryBuilder.java b/marklogic-client-api/src/main/java/com/marklogic/client/pojo/PojoQueryBuilder.java index 8fac425da..c89deaffc 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/pojo/PojoQueryBuilder.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/pojo/PojoQueryBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/pojo/PojoQueryDefinition.java b/marklogic-client-api/src/main/java/com/marklogic/client/pojo/PojoQueryDefinition.java index fefb2cd46..53b379948 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/pojo/PojoQueryDefinition.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/pojo/PojoQueryDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/pojo/PojoRepository.java b/marklogic-client-api/src/main/java/com/marklogic/client/pojo/PojoRepository.java index 9cb1c6219..0e481c37a 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/pojo/PojoRepository.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/pojo/PojoRepository.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/pojo/annotation/GeospatialLatitude.java b/marklogic-client-api/src/main/java/com/marklogic/client/pojo/annotation/GeospatialLatitude.java index 8051f1925..fba21cad3 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/pojo/annotation/GeospatialLatitude.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/pojo/annotation/GeospatialLatitude.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/pojo/annotation/GeospatialLongitude.java b/marklogic-client-api/src/main/java/com/marklogic/client/pojo/annotation/GeospatialLongitude.java index 01657195d..902d8829a 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/pojo/annotation/GeospatialLongitude.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/pojo/annotation/GeospatialLongitude.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/pojo/annotation/GeospatialPathIndexProperty.java b/marklogic-client-api/src/main/java/com/marklogic/client/pojo/annotation/GeospatialPathIndexProperty.java index 9cf3a91ca..c2cf5657d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/pojo/annotation/GeospatialPathIndexProperty.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/pojo/annotation/GeospatialPathIndexProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/pojo/annotation/Id.java b/marklogic-client-api/src/main/java/com/marklogic/client/pojo/annotation/Id.java index c20afee7e..5bf4af60d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/pojo/annotation/Id.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/pojo/annotation/Id.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/pojo/annotation/PathIndexProperty.java b/marklogic-client-api/src/main/java/com/marklogic/client/pojo/annotation/PathIndexProperty.java index c0590786e..dc402ed99 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/pojo/annotation/PathIndexProperty.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/pojo/annotation/PathIndexProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/pojo/package-info.java b/marklogic-client-api/src/main/java/com/marklogic/client/pojo/package-info.java index f549b7957..30092c8d7 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/pojo/package-info.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/pojo/package-info.java @@ -7,7 +7,7 @@ * objects persisted using PojoRepository. */ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/pojo/util/GenerateIndexConfig.java b/marklogic-client-api/src/main/java/com/marklogic/client/pojo/util/GenerateIndexConfig.java index 7ed5d9719..a534f19bb 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/pojo/util/GenerateIndexConfig.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/pojo/util/GenerateIndexConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/AggregateResult.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/AggregateResult.java index 1b765547f..34fe56494 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/AggregateResult.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/AggregateResult.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/CountedDistinctValue.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/CountedDistinctValue.java index a4e103e9a..b7100da62 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/CountedDistinctValue.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/CountedDistinctValue.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/CtsQueryDefinition.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/CtsQueryDefinition.java index 64ae1615e..f3734ada2 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/CtsQueryDefinition.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/CtsQueryDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/DeleteQueryDefinition.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/DeleteQueryDefinition.java index b1d3b589e..a2e433f3f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/DeleteQueryDefinition.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/DeleteQueryDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/ExtractedItem.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/ExtractedItem.java index 2b2815b67..5101236ce 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/ExtractedItem.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/ExtractedItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/ExtractedResult.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/ExtractedResult.java index 4cfc09320..b030f40b9 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/ExtractedResult.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/ExtractedResult.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/FacetHeatmapValue.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/FacetHeatmapValue.java index 95f5a0f83..f17db03f0 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/FacetHeatmapValue.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/FacetHeatmapValue.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/FacetResult.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/FacetResult.java index 76cc53597..c6848a6c5 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/FacetResult.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/FacetResult.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/FacetValue.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/FacetValue.java index 920b7f19a..018da7e0f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/FacetValue.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/FacetValue.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/MatchDocumentSummary.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/MatchDocumentSummary.java index 7fbba0a1d..4d38ad3f9 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/MatchDocumentSummary.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/MatchDocumentSummary.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/MatchLocation.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/MatchLocation.java index b5dcffd21..3fd8f41c4 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/MatchLocation.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/MatchLocation.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/MatchSnippet.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/MatchSnippet.java index a4af9a77b..8b4940674 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/MatchSnippet.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/MatchSnippet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/QueryDefinition.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/QueryDefinition.java index 53f3f3d33..88dfd1146 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/QueryDefinition.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/QueryDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/QueryManager.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/QueryManager.java index 4f7d73e2d..1cfe5f2a9 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/QueryManager.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/QueryManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/QueryOptionsListBuilder.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/QueryOptionsListBuilder.java index 341ce7675..4550f8bf5 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/QueryOptionsListBuilder.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/QueryOptionsListBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/QueryOptionsListResults.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/QueryOptionsListResults.java index 3235afb46..51b40e250 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/QueryOptionsListResults.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/QueryOptionsListResults.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/RawCombinedQueryDefinition.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/RawCombinedQueryDefinition.java index 04ceb56d5..16bd5f55d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/RawCombinedQueryDefinition.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/RawCombinedQueryDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/RawCtsQueryDefinition.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/RawCtsQueryDefinition.java index 767f5441a..6c11da280 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/RawCtsQueryDefinition.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/RawCtsQueryDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/RawQueryByExampleDefinition.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/RawQueryByExampleDefinition.java index d6e00d6eb..041a62633 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/RawQueryByExampleDefinition.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/RawQueryByExampleDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/RawQueryDefinition.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/RawQueryDefinition.java index 6b0a086ee..4e9bc2da9 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/RawQueryDefinition.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/RawQueryDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/RawStructuredQueryDefinition.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/RawStructuredQueryDefinition.java index aa37d84f0..ef197a2dd 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/RawStructuredQueryDefinition.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/RawStructuredQueryDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/SearchMetrics.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/SearchMetrics.java index c686446c2..f300db253 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/SearchMetrics.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/SearchMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/SearchQueryDefinition.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/SearchQueryDefinition.java index 163dfda1e..247dad2b1 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/SearchQueryDefinition.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/SearchQueryDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/SearchResults.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/SearchResults.java index e20867d18..0381b8327 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/SearchResults.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/SearchResults.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/StringQueryDefinition.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/StringQueryDefinition.java index 298e7ddc8..a05f0efd7 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/StringQueryDefinition.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/StringQueryDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/StructuredQueryBuilder.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/StructuredQueryBuilder.java index 81b2cf2e7..4c8921445 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/StructuredQueryBuilder.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/StructuredQueryBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/StructuredQueryDefinition.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/StructuredQueryDefinition.java index a6616deec..1569d1a74 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/StructuredQueryDefinition.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/StructuredQueryDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/SuggestDefinition.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/SuggestDefinition.java index aea7c819d..c4aee8b49 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/SuggestDefinition.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/SuggestDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/Tuple.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/Tuple.java index a13c2b9dc..bd306d99a 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/Tuple.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/Tuple.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/TuplesResults.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/TuplesResults.java index 4dcb490e9..576681cb5 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/TuplesResults.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/TuplesResults.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/TypedDistinctValue.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/TypedDistinctValue.java index c32dc78fe..7e01ec941 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/TypedDistinctValue.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/TypedDistinctValue.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/ValueQueryDefinition.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/ValueQueryDefinition.java index 1f68410cc..a026e02de 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/ValueQueryDefinition.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/ValueQueryDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/ValuesDefinition.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/ValuesDefinition.java index b3c294eb2..71133c14f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/ValuesDefinition.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/ValuesDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/ValuesListDefinition.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/ValuesListDefinition.java index 7b5560d35..7d80c75e7 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/ValuesListDefinition.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/ValuesListDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/ValuesListResults.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/ValuesListResults.java index fdb627a6d..f16cf1eae 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/ValuesListResults.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/ValuesListResults.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/ValuesMetrics.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/ValuesMetrics.java index 2595c59f4..64328cf25 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/ValuesMetrics.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/ValuesMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/ValuesResults.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/ValuesResults.java index 655da11ce..dfa09d7db 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/ValuesResults.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/ValuesResults.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/query/package-info.java b/marklogic-client-api/src/main/java/com/marklogic/client/query/package-info.java index 46e6226f6..fce315976 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/query/package-info.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/query/package-info.java @@ -5,7 +5,7 @@ * for different ways of querying the database. */ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/row/RawPlan.java b/marklogic-client-api/src/main/java/com/marklogic/client/row/RawPlan.java index 5cc61e276..aa55b36f1 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/row/RawPlan.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/row/RawPlan.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/row/RawPlanDefinition.java b/marklogic-client-api/src/main/java/com/marklogic/client/row/RawPlanDefinition.java index b9d2fc7df..0df96e378 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/row/RawPlanDefinition.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/row/RawPlanDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/row/RawQueryDSLPlan.java b/marklogic-client-api/src/main/java/com/marklogic/client/row/RawQueryDSLPlan.java index 03b06cbd5..a40af1616 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/row/RawQueryDSLPlan.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/row/RawQueryDSLPlan.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/row/RawSPARQLSelectPlan.java b/marklogic-client-api/src/main/java/com/marklogic/client/row/RawSPARQLSelectPlan.java index b587f3c1a..cc897adac 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/row/RawSPARQLSelectPlan.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/row/RawSPARQLSelectPlan.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/row/RawSQLPlan.java b/marklogic-client-api/src/main/java/com/marklogic/client/row/RawSQLPlan.java index a528f12de..420da72d7 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/row/RawSQLPlan.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/row/RawSQLPlan.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/row/RowManager.java b/marklogic-client-api/src/main/java/com/marklogic/client/row/RowManager.java index a70f93af6..12319057c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/row/RowManager.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/row/RowManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/row/RowRecord.java b/marklogic-client-api/src/main/java/com/marklogic/client/row/RowRecord.java index b0de54b83..0f027f529 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/row/RowRecord.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/row/RowRecord.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/row/RowSet.java b/marklogic-client-api/src/main/java/com/marklogic/client/row/RowSet.java index 8f058a611..3e94d780e 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/row/RowSet.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/row/RowSet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/row/package-info.java b/marklogic-client-api/src/main/java/com/marklogic/client/row/package-info.java index 4d8d3e51e..04bfc07ef 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/row/package-info.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/row/package-info.java @@ -6,7 +6,7 @@ * to build plan requests. */ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/semantics/Capability.java b/marklogic-client-api/src/main/java/com/marklogic/client/semantics/Capability.java index 941606dc0..04cdac79f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/semantics/Capability.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/semantics/Capability.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/semantics/GraphManager.java b/marklogic-client-api/src/main/java/com/marklogic/client/semantics/GraphManager.java index 94a0142f4..f70a3c877 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/semantics/GraphManager.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/semantics/GraphManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/semantics/GraphPermissions.java b/marklogic-client-api/src/main/java/com/marklogic/client/semantics/GraphPermissions.java index baa488fab..fad6fb92e 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/semantics/GraphPermissions.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/semantics/GraphPermissions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/semantics/RDFMimeTypes.java b/marklogic-client-api/src/main/java/com/marklogic/client/semantics/RDFMimeTypes.java index b13cb0327..7d81e7098 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/semantics/RDFMimeTypes.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/semantics/RDFMimeTypes.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/semantics/RDFTypes.java b/marklogic-client-api/src/main/java/com/marklogic/client/semantics/RDFTypes.java index cc9e34f52..72c940e21 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/semantics/RDFTypes.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/semantics/RDFTypes.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/semantics/SPARQLBinding.java b/marklogic-client-api/src/main/java/com/marklogic/client/semantics/SPARQLBinding.java index 7bc46d32e..f5a90f05a 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/semantics/SPARQLBinding.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/semantics/SPARQLBinding.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/semantics/SPARQLBindings.java b/marklogic-client-api/src/main/java/com/marklogic/client/semantics/SPARQLBindings.java index 81f734786..f2856bb1f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/semantics/SPARQLBindings.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/semantics/SPARQLBindings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/semantics/SPARQLMimeTypes.java b/marklogic-client-api/src/main/java/com/marklogic/client/semantics/SPARQLMimeTypes.java index b5fbab867..f958b26b5 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/semantics/SPARQLMimeTypes.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/semantics/SPARQLMimeTypes.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/semantics/SPARQLQueryDefinition.java b/marklogic-client-api/src/main/java/com/marklogic/client/semantics/SPARQLQueryDefinition.java index a35a9662c..84b97bc59 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/semantics/SPARQLQueryDefinition.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/semantics/SPARQLQueryDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/semantics/SPARQLQueryManager.java b/marklogic-client-api/src/main/java/com/marklogic/client/semantics/SPARQLQueryManager.java index 05acbee05..303630303 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/semantics/SPARQLQueryManager.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/semantics/SPARQLQueryManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/semantics/SPARQLRuleset.java b/marklogic-client-api/src/main/java/com/marklogic/client/semantics/SPARQLRuleset.java index ed6dfcc6c..68fc54c18 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/semantics/SPARQLRuleset.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/semantics/SPARQLRuleset.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsBoxExpr.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsBoxExpr.java index 902d3452a..d31b52ec4 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsBoxExpr.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsBoxExpr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsBoxSeqExpr.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsBoxSeqExpr.java index 538b48c1b..0923f58a1 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsBoxSeqExpr.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsBoxSeqExpr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsCircleExpr.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsCircleExpr.java index b96932710..d92d483bb 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsCircleExpr.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsCircleExpr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsCircleSeqExpr.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsCircleSeqExpr.java index d3979773a..c36a1cd07 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsCircleSeqExpr.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsCircleSeqExpr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPeriodExpr.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPeriodExpr.java index 5d3295148..d850e795b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPeriodExpr.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPeriodExpr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPeriodSeqExpr.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPeriodSeqExpr.java index f27c1e669..3a265685d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPeriodSeqExpr.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPeriodSeqExpr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPointExpr.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPointExpr.java index 9ed03f6c1..2cd68c246 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPointExpr.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPointExpr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPointSeqExpr.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPointSeqExpr.java index 1aa481772..862a220ed 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPointSeqExpr.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPointSeqExpr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPolygonExpr.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPolygonExpr.java index 6c5c0ccb0..a4bd580cd 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPolygonExpr.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPolygonExpr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPolygonSeqExpr.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPolygonSeqExpr.java index d3ddc1139..55f5f114a 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPolygonSeqExpr.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsPolygonSeqExpr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsQueryExpr.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsQueryExpr.java index f834f2e59..c8b35ce68 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsQueryExpr.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsQueryExpr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsQuerySeqExpr.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsQuerySeqExpr.java index bc57c9792..e4ada33f2 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsQuerySeqExpr.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsQuerySeqExpr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsReferenceExpr.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsReferenceExpr.java index 89d9cff3a..cc227d5bd 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsReferenceExpr.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsReferenceExpr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsReferenceSeqExpr.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsReferenceSeqExpr.java index 2af815316..f065b284d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsReferenceSeqExpr.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsReferenceSeqExpr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsRegionExpr.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsRegionExpr.java index 81abd9a58..7626d6de1 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsRegionExpr.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsRegionExpr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsRegionSeqExpr.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsRegionSeqExpr.java index 6464e66e5..33ff62c9d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsRegionSeqExpr.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/CtsRegionSeqExpr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/ItemSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/ItemSeqVal.java index c5fb5803b..4d82f2a45 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/ItemSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/ItemSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/ItemVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/ItemVal.java index 56fbcb1eb..8310e8686 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/ItemVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/ItemVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanAggregateCol.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanAggregateCol.java index 2d17bea42..23b599c39 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanAggregateCol.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanAggregateCol.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanAggregateColSeq.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanAggregateColSeq.java index 12563e42c..cd55239ee 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanAggregateColSeq.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanAggregateColSeq.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanCase.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanCase.java index 2692dd640..0f0df0ece 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanCase.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanCase.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanCaseSeq.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanCaseSeq.java index 86cb5a473..62c8ca18b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanCaseSeq.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanCaseSeq.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanColumn.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanColumn.java index e34114a70..f0e14f9a1 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanColumn.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanColumn.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanColumnSeq.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanColumnSeq.java index d21dbefa1..7eac3095a 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanColumnSeq.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanColumnSeq.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanCondition.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanCondition.java index b166a4abb..b1393fe5d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanCondition.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanCondition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanConditionSeq.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanConditionSeq.java index 33cb9c7ac..2ab4a52bf 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanConditionSeq.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanConditionSeq.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanExprCol.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanExprCol.java index ccf360358..077187503 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanExprCol.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanExprCol.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanExprColSeq.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanExprColSeq.java index f81344e48..5940c6ffa 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanExprColSeq.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanExprColSeq.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanFunction.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanFunction.java index 684444654..3beda8e3d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanFunction.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanFunctionSeq.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanFunctionSeq.java index 825da06d5..2c109c6ab 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanFunctionSeq.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanFunctionSeq.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanGroup.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanGroup.java index 5d8e00534..6d7db51cb 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanGroup.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanGroup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanGroupConcatOption.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanGroupConcatOption.java index 24e5f36d0..d6c41a673 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanGroupConcatOption.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanGroupConcatOption.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanGroupConcatOptionSeq.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanGroupConcatOptionSeq.java index 503e1824d..109d5ec78 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanGroupConcatOptionSeq.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanGroupConcatOptionSeq.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanGroupSeq.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanGroupSeq.java index 0433e7c3b..cdbecf96f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanGroupSeq.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanGroupSeq.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanJoinKey.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanJoinKey.java index 45a9486bb..3d1e111d8 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanJoinKey.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanJoinKey.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanJoinKeySeq.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanJoinKeySeq.java index 354f6a5fd..659b31854 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanJoinKeySeq.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanJoinKeySeq.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanJsonProperty.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanJsonProperty.java index b59a4347c..cfa19e224 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanJsonProperty.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanJsonProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanJsonPropertySeq.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanJsonPropertySeq.java index 6959fe1f8..58d7122f6 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanJsonPropertySeq.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanJsonPropertySeq.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanNamedGroup.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanNamedGroup.java index c7148b218..16d6ed7a6 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanNamedGroup.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanNamedGroup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanNamedGroupSeq.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanNamedGroupSeq.java index 015cfac62..0151e9d85 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanNamedGroupSeq.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanNamedGroupSeq.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanParamBindingSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanParamBindingSeqVal.java index 5f423dcc6..6436a8483 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanParamBindingSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanParamBindingSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanParamBindingVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanParamBindingVal.java index a6810a328..1919b380c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanParamBindingVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanParamBindingVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanParamExpr.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanParamExpr.java index dd997de74..2cf93b40a 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanParamExpr.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanParamExpr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanParamSeqExpr.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanParamSeqExpr.java index a2d9898f3..a854e9060 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanParamSeqExpr.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanParamSeqExpr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanPrefixer.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanPrefixer.java index 987ff3974..f7d3ab8aa 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanPrefixer.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanPrefixer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanPrefixerSeq.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanPrefixerSeq.java index 8a93dea85..959998039 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanPrefixerSeq.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanPrefixerSeq.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSampleByOptions.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSampleByOptions.java index 0c793a5ca..3f021b8c4 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSampleByOptions.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSampleByOptions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSearchOptions.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSearchOptions.java index 3e168bd7c..d354aa239 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSearchOptions.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSearchOptions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSortKey.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSortKey.java index fa8ffbc44..0c3e72106 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSortKey.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSortKey.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSortKeySeq.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSortKeySeq.java index dd64b672c..06b53287d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSortKeySeq.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSortKeySeq.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSparqlOptions.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSparqlOptions.java index e9b612718..892eb3787 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSparqlOptions.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSparqlOptions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSystemColumn.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSystemColumn.java index fad91220c..88506130f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSystemColumn.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSystemColumn.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSystemColumnSeq.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSystemColumnSeq.java index 7cd6a203e..d2c87f053 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSystemColumnSeq.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanSystemColumnSeq.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanTripleOption.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanTripleOption.java index ad58061dc..dcb18fc98 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanTripleOption.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanTripleOption.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanTriplePattern.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanTriplePattern.java index 91f8f4575..8f9f844bf 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanTriplePattern.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanTriplePattern.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanTriplePatternSeq.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanTriplePatternSeq.java index 2b82b1772..270bd26d9 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanTriplePatternSeq.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanTriplePatternSeq.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanTriplePosition.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanTriplePosition.java index c4dd133c4..0972bf13f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanTriplePosition.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanTriplePosition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanTriplePositionSeq.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanTriplePositionSeq.java index aa7579b3a..0fa7964e4 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanTriplePositionSeq.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanTriplePositionSeq.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanValueOption.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanValueOption.java index 72bf030e1..70310b004 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanValueOption.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanValueOption.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanValueOptionSeq.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanValueOptionSeq.java index e7db7a3a3..5c63a7300 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanValueOptionSeq.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/PlanValueOptionSeq.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/RdfLangStringSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/RdfLangStringSeqVal.java index c5f6f97fa..9571e1996 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/RdfLangStringSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/RdfLangStringSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/RdfLangStringVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/RdfLangStringVal.java index aafff23bb..25e28a54b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/RdfLangStringVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/RdfLangStringVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/SemIriSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/SemIriSeqVal.java index c24d38918..0fd05f090 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/SemIriSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/SemIriSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/SemIriVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/SemIriVal.java index 4c34510db..ff26fd88c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/SemIriVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/SemIriVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/SemStoreExpr.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/SemStoreExpr.java index fe0a21c70..569f8deb6 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/SemStoreExpr.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/SemStoreExpr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/SemStoreSeqExpr.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/SemStoreSeqExpr.java index c1ef28922..416ab5eeb 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/SemStoreSeqExpr.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/SemStoreSeqExpr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/ServerExpression.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/ServerExpression.java index 86a5174bb..033673592 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/ServerExpression.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/ServerExpression.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsAnyAtomicTypeSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsAnyAtomicTypeSeqVal.java index 448358d5b..dcd4fc2ae 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsAnyAtomicTypeSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsAnyAtomicTypeSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsAnyAtomicTypeVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsAnyAtomicTypeVal.java index 31cd1bf96..404932b97 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsAnyAtomicTypeVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsAnyAtomicTypeVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsAnySimpleTypeSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsAnySimpleTypeSeqVal.java index 69a44a844..569bd54db 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsAnySimpleTypeSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsAnySimpleTypeSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsAnySimpleTypeVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsAnySimpleTypeVal.java index 943f3f76f..20a4c9291 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsAnySimpleTypeVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsAnySimpleTypeVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsAnyURISeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsAnyURISeqVal.java index 857bf945f..4d0ff44aa 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsAnyURISeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsAnyURISeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsAnyURIVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsAnyURIVal.java index ebdd0bde5..d7c1c514b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsAnyURIVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsAnyURIVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsBase64BinarySeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsBase64BinarySeqVal.java index 5a46b4084..0ef99d015 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsBase64BinarySeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsBase64BinarySeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsBase64BinaryVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsBase64BinaryVal.java index 297a2e299..17a8d677c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsBase64BinaryVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsBase64BinaryVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsBooleanSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsBooleanSeqVal.java index d07d0211a..7c26ddcd9 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsBooleanSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsBooleanSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsBooleanVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsBooleanVal.java index 29cf2fda9..a04215bee 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsBooleanVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsBooleanVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsByteSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsByteSeqVal.java index a553dc57b..2d77a9c24 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsByteSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsByteSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsByteVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsByteVal.java index 073f9850c..c6171c95f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsByteVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsByteVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDateSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDateSeqVal.java index f93898334..b7fe86c63 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDateSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDateSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDateTimeSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDateTimeSeqVal.java index 212e85a3d..8f24da622 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDateTimeSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDateTimeSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDateTimeVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDateTimeVal.java index f1f3c7358..36d4fcb3a 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDateTimeVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDateTimeVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDateVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDateVal.java index aef6d8808..a86dee36e 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDateVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDateVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDayTimeDurationSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDayTimeDurationSeqVal.java index d992a4726..6875924b5 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDayTimeDurationSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDayTimeDurationSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDayTimeDurationVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDayTimeDurationVal.java index 07960d749..30eb3bb8b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDayTimeDurationVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDayTimeDurationVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDecimalSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDecimalSeqVal.java index 08fc57348..4cf7ee7db 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDecimalSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDecimalSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDecimalVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDecimalVal.java index 39090bc34..17b875bd8 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDecimalVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDecimalVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDoubleSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDoubleSeqVal.java index e20f12711..6079a7d38 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDoubleSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDoubleSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDoubleVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDoubleVal.java index 1d25e83ff..b1185b049 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDoubleVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDoubleVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDurationSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDurationSeqVal.java index 60c95fbad..f10162c57 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDurationSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDurationSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDurationVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDurationVal.java index 04f0ccb6f..de84cd950 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDurationVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsDurationVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsFloatSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsFloatSeqVal.java index 3f2b00881..5981384f6 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsFloatSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsFloatSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsFloatVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsFloatVal.java index 07887474e..9960cb883 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsFloatVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsFloatVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGDaySeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGDaySeqVal.java index 1e33a7693..7b072410c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGDaySeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGDaySeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGDayVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGDayVal.java index afe4d8138..799e29574 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGDayVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGDayVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGMonthDaySeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGMonthDaySeqVal.java index da9dec944..e9eda3b64 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGMonthDaySeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGMonthDaySeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGMonthDayVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGMonthDayVal.java index fa6aaa6e1..68b49318a 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGMonthDayVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGMonthDayVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGMonthSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGMonthSeqVal.java index 3e4737ef0..d070fde4c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGMonthSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGMonthSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGMonthVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGMonthVal.java index b48d14b8f..ef07f6590 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGMonthVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGMonthVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGYearMonthSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGYearMonthSeqVal.java index 3e5df6320..007ade6c6 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGYearMonthSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGYearMonthSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGYearMonthVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGYearMonthVal.java index 5dd0750d2..ceb647179 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGYearMonthVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGYearMonthVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGYearSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGYearSeqVal.java index cad8cf792..2788568bd 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGYearSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGYearSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGYearVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGYearVal.java index f24cade70..0313d9254 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGYearVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsGYearVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsHexBinarySeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsHexBinarySeqVal.java index 1d0cd355a..dca9ce54b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsHexBinarySeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsHexBinarySeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsHexBinaryVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsHexBinaryVal.java index d34c3e4c2..e1a7e70df 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsHexBinaryVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsHexBinaryVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsIntSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsIntSeqVal.java index e6c93d4c5..b965f0ca2 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsIntSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsIntSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsIntVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsIntVal.java index e27b635da..5d2fd0baf 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsIntVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsIntVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsIntegerSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsIntegerSeqVal.java index fd1452929..ce8d4cee4 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsIntegerSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsIntegerSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsIntegerVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsIntegerVal.java index ea02f84b8..199c7d0f2 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsIntegerVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsIntegerVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsLongSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsLongSeqVal.java index 5982cf972..8fc7d1576 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsLongSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsLongSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsLongVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsLongVal.java index aee64a9fc..4b48c2ef5 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsLongVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsLongVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsNonNegativeIntegerSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsNonNegativeIntegerSeqVal.java index 3ff836323..a3117559c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsNonNegativeIntegerSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsNonNegativeIntegerSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsNonNegativeIntegerVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsNonNegativeIntegerVal.java index 33bc07508..93750c929 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsNonNegativeIntegerVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsNonNegativeIntegerVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsNumericSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsNumericSeqVal.java index c891acef6..5144f74b9 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsNumericSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsNumericSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsNumericVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsNumericVal.java index 55b4bfb90..a970dac30 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsNumericVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsNumericVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsQNameSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsQNameSeqVal.java index 843fb8125..a61ea2f54 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsQNameSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsQNameSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsQNameVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsQNameVal.java index 6e6dbe4ed..0a80dbc44 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsQNameVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsQNameVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsShortSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsShortSeqVal.java index d833c227e..2f2acd4e8 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsShortSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsShortSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsShortVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsShortVal.java index ef3e0a327..f21fda205 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsShortVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsShortVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsStringSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsStringSeqVal.java index e2bbfc3b0..ba3f27506 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsStringSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsStringSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsStringVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsStringVal.java index 318a9379f..17352029b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsStringVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsStringVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsTimeSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsTimeSeqVal.java index dd299be85..69ee877d4 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsTimeSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsTimeSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsTimeVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsTimeVal.java index 4c6181b2e..b3b970362 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsTimeVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsTimeVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedByteSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedByteSeqVal.java index 4476a5e28..fb7913633 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedByteSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedByteSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedByteVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedByteVal.java index 009536019..7816c81fe 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedByteVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedByteVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedIntSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedIntSeqVal.java index 7e74892a4..6e6653a4f 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedIntSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedIntSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedIntVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedIntVal.java index 002c5ec67..b2a96c92b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedIntVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedIntVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedLongSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedLongSeqVal.java index 7fc095e8d..51109f59d 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedLongSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedLongSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedLongVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedLongVal.java index de52d3566..614e3f67b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedLongVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedLongVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedShortSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedShortSeqVal.java index 61328b59e..a62fe9cc5 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedShortSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedShortSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedShortVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedShortVal.java index bb1a06368..812e72c17 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedShortVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUnsignedShortVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUntypedAtomicSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUntypedAtomicSeqVal.java index 504abd554..581d8eb65 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUntypedAtomicSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUntypedAtomicSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUntypedAtomicVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUntypedAtomicVal.java index 48ae0dbc5..2b8f32415 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUntypedAtomicVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsUntypedAtomicVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsYearMonthDurationSeqVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsYearMonthDurationSeqVal.java index 5962d5998..faebc7e2c 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsYearMonthDurationSeqVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsYearMonthDurationSeqVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsYearMonthDurationVal.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsYearMonthDurationVal.java index 9fa9e9cbd..9cbecf206 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/XsYearMonthDurationVal.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/XsYearMonthDurationVal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/type/package-info.java b/marklogic-client-api/src/main/java/com/marklogic/client/type/package-info.java index 1cb8662f5..fc129d7e4 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/type/package-info.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/type/package-info.java @@ -4,7 +4,7 @@ * or returned from a {@link com.marklogic.client.row.RowRecord} method. */ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/util/EditableNamespaceContext.java b/marklogic-client-api/src/main/java/com/marklogic/client/util/EditableNamespaceContext.java index e3c6c70c1..4b6fb3d9a 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/util/EditableNamespaceContext.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/util/EditableNamespaceContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/util/IterableNamespaceContext.java b/marklogic-client-api/src/main/java/com/marklogic/client/util/IterableNamespaceContext.java index 920eef600..8897ff243 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/util/IterableNamespaceContext.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/util/IterableNamespaceContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/util/NameMap.java b/marklogic-client-api/src/main/java/com/marklogic/client/util/NameMap.java index ddf518fc2..7a8d265ed 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/util/NameMap.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/util/NameMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/util/RequestLogger.java b/marklogic-client-api/src/main/java/com/marklogic/client/util/RequestLogger.java index 59e8311d9..2e6abbdcc 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/util/RequestLogger.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/util/RequestLogger.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/util/RequestParameters.java b/marklogic-client-api/src/main/java/com/marklogic/client/util/RequestParameters.java index ba5570898..d8400b95b 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/util/RequestParameters.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/util/RequestParameters.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/java/com/marklogic/client/util/package-info.java b/marklogic-client-api/src/main/java/com/marklogic/client/util/package-info.java index 569f6540e..206f153a5 100644 --- a/marklogic-client-api/src/main/java/com/marklogic/client/util/package-info.java +++ b/marklogic-client-api/src/main/java/com/marklogic/client/util/package-info.java @@ -3,7 +3,7 @@ * shared across other packages. */ /* - * Copyright (c) 2019 MarkLogic Corporation + * Copyright (c) 2022 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/resources/LICENSE.txt b/marklogic-client-api/src/main/resources/LICENSE.txt index 69d51cdb5..be77a4758 100644 --- a/marklogic-client-api/src/main/resources/LICENSE.txt +++ b/marklogic-client-api/src/main/resources/LICENSE.txt @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2003-2016-2017 MarkLogic Corporation + Copyright (c) 2022 MarkLogic Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/marklogic-client-api/src/main/resources/Readme.txt b/marklogic-client-api/src/main/resources/Readme.txt index 4d09d2821..41e9fab56 100644 --- a/marklogic-client-api/src/main/resources/Readme.txt +++ b/marklogic-client-api/src/main/resources/Readme.txt @@ -1,4 +1,4 @@ -Copyright 2012-2019 MarkLogic Corporation. All Rights Reserved. +Copyright (c) 2022 MarkLogic Corporation MarkLogic Client API for Java version ${project.version} diff --git a/marklogic-client-api/src/main/resources/error.xsd b/marklogic-client-api/src/main/resources/error.xsd index d6227d33f..9d14b35f0 100644 --- a/marklogic-client-api/src/main/resources/error.xsd +++ b/marklogic-client-api/src/main/resources/error.xsd @@ -1,5 +1,5 @@ - + + - + - + - + \n" + " + - + - +