diff --git a/src/main/java/com/marklogic/client/ext/ConfiguredDatabaseClientFactory.java b/src/main/java/com/marklogic/client/ext/ConfiguredDatabaseClientFactory.java index 62a8b6d8..cdf20df3 100644 --- a/src/main/java/com/marklogic/client/ext/ConfiguredDatabaseClientFactory.java +++ b/src/main/java/com/marklogic/client/ext/ConfiguredDatabaseClientFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext; import com.marklogic.client.DatabaseClient; diff --git a/src/main/java/com/marklogic/client/ext/DatabaseClientConfig.java b/src/main/java/com/marklogic/client/ext/DatabaseClientConfig.java index 61bcb1f5..dceb5cec 100644 --- a/src/main/java/com/marklogic/client/ext/DatabaseClientConfig.java +++ b/src/main/java/com/marklogic/client/ext/DatabaseClientConfig.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext; import com.marklogic.client.DatabaseClient; diff --git a/src/main/java/com/marklogic/client/ext/DefaultConfiguredDatabaseClientFactory.java b/src/main/java/com/marklogic/client/ext/DefaultConfiguredDatabaseClientFactory.java index 4c66cf48..5af41fbc 100644 --- a/src/main/java/com/marklogic/client/ext/DefaultConfiguredDatabaseClientFactory.java +++ b/src/main/java/com/marklogic/client/ext/DefaultConfiguredDatabaseClientFactory.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext; import com.marklogic.client.DatabaseClient; diff --git a/src/main/java/com/marklogic/client/ext/SecurityContextType.java b/src/main/java/com/marklogic/client/ext/SecurityContextType.java index ed05a756..485dc58b 100644 --- a/src/main/java/com/marklogic/client/ext/SecurityContextType.java +++ b/src/main/java/com/marklogic/client/ext/SecurityContextType.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext; /** diff --git a/src/main/java/com/marklogic/client/ext/batch/BatchHandler.java b/src/main/java/com/marklogic/client/ext/batch/BatchHandler.java index 2515f126..145beada 100644 --- a/src/main/java/com/marklogic/client/ext/batch/BatchHandler.java +++ b/src/main/java/com/marklogic/client/ext/batch/BatchHandler.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.batch; import com.marklogic.client.DatabaseClient; diff --git a/src/main/java/com/marklogic/client/ext/batch/BatchWriter.java b/src/main/java/com/marklogic/client/ext/batch/BatchWriter.java index 6948daa5..57e6b769 100644 --- a/src/main/java/com/marklogic/client/ext/batch/BatchWriter.java +++ b/src/main/java/com/marklogic/client/ext/batch/BatchWriter.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.batch; import com.marklogic.client.document.DocumentWriteOperation; diff --git a/src/main/java/com/marklogic/client/ext/batch/BatchWriterSupport.java b/src/main/java/com/marklogic/client/ext/batch/BatchWriterSupport.java index dcd9a2de..6f9717aa 100644 --- a/src/main/java/com/marklogic/client/ext/batch/BatchWriterSupport.java +++ b/src/main/java/com/marklogic/client/ext/batch/BatchWriterSupport.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.batch; import com.marklogic.client.document.DocumentWriteOperation; diff --git a/src/main/java/com/marklogic/client/ext/batch/DataMovementBatchWriter.java b/src/main/java/com/marklogic/client/ext/batch/DataMovementBatchWriter.java index 889b313c..7e8cac07 100644 --- a/src/main/java/com/marklogic/client/ext/batch/DataMovementBatchWriter.java +++ b/src/main/java/com/marklogic/client/ext/batch/DataMovementBatchWriter.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.batch; import com.marklogic.client.DatabaseClient; diff --git a/src/main/java/com/marklogic/client/ext/batch/DefaultBatchHandler.java b/src/main/java/com/marklogic/client/ext/batch/DefaultBatchHandler.java index e04c71cb..70d71715 100644 --- a/src/main/java/com/marklogic/client/ext/batch/DefaultBatchHandler.java +++ b/src/main/java/com/marklogic/client/ext/batch/DefaultBatchHandler.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.batch; import com.marklogic.client.DatabaseClient; diff --git a/src/main/java/com/marklogic/client/ext/batch/DefaultWriteListener.java b/src/main/java/com/marklogic/client/ext/batch/DefaultWriteListener.java index 2245d2c5..921769b6 100644 --- a/src/main/java/com/marklogic/client/ext/batch/DefaultWriteListener.java +++ b/src/main/java/com/marklogic/client/ext/batch/DefaultWriteListener.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.batch; import com.marklogic.client.document.DocumentWriteOperation; diff --git a/src/main/java/com/marklogic/client/ext/batch/RestBatchWriter.java b/src/main/java/com/marklogic/client/ext/batch/RestBatchWriter.java index 9e80e2be..5f96e6ed 100644 --- a/src/main/java/com/marklogic/client/ext/batch/RestBatchWriter.java +++ b/src/main/java/com/marklogic/client/ext/batch/RestBatchWriter.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.batch; import com.marklogic.client.DatabaseClient; diff --git a/src/main/java/com/marklogic/client/ext/batch/WriteListener.java b/src/main/java/com/marklogic/client/ext/batch/WriteListener.java index d685dc92..bbb2a6e3 100644 --- a/src/main/java/com/marklogic/client/ext/batch/WriteListener.java +++ b/src/main/java/com/marklogic/client/ext/batch/WriteListener.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.batch; import com.marklogic.client.document.DocumentWriteOperation; diff --git a/src/main/java/com/marklogic/client/ext/batch/WriteListenerSupport.java b/src/main/java/com/marklogic/client/ext/batch/WriteListenerSupport.java index b31afc2b..e1d57654 100644 --- a/src/main/java/com/marklogic/client/ext/batch/WriteListenerSupport.java +++ b/src/main/java/com/marklogic/client/ext/batch/WriteListenerSupport.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.batch; import com.marklogic.client.document.DocumentWriteOperation; diff --git a/src/main/java/com/marklogic/client/ext/batch/XccBatchWriter.java b/src/main/java/com/marklogic/client/ext/batch/XccBatchWriter.java index 17d94591..4f091304 100644 --- a/src/main/java/com/marklogic/client/ext/batch/XccBatchWriter.java +++ b/src/main/java/com/marklogic/client/ext/batch/XccBatchWriter.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.batch; import com.marklogic.client.document.DocumentWriteOperation; diff --git a/src/main/java/com/marklogic/client/ext/es/CodeGenerationRequest.java b/src/main/java/com/marklogic/client/ext/es/CodeGenerationRequest.java index 09b00997..cbc1e687 100644 --- a/src/main/java/com/marklogic/client/ext/es/CodeGenerationRequest.java +++ b/src/main/java/com/marklogic/client/ext/es/CodeGenerationRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.es; public class CodeGenerationRequest { diff --git a/src/main/java/com/marklogic/client/ext/es/EntityServicesManager.java b/src/main/java/com/marklogic/client/ext/es/EntityServicesManager.java index 7acdda71..f4daa92b 100644 --- a/src/main/java/com/marklogic/client/ext/es/EntityServicesManager.java +++ b/src/main/java/com/marklogic/client/ext/es/EntityServicesManager.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.es; import com.marklogic.client.DatabaseClient; diff --git a/src/main/java/com/marklogic/client/ext/es/GeneratedCode.java b/src/main/java/com/marklogic/client/ext/es/GeneratedCode.java index 14522a3a..e33d4003 100644 --- a/src/main/java/com/marklogic/client/ext/es/GeneratedCode.java +++ b/src/main/java/com/marklogic/client/ext/es/GeneratedCode.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.es; public class GeneratedCode { diff --git a/src/main/java/com/marklogic/client/ext/file/AbstractDocumentFileReader.java b/src/main/java/com/marklogic/client/ext/file/AbstractDocumentFileReader.java index 0c92395f..8e1dafcc 100644 --- a/src/main/java/com/marklogic/client/ext/file/AbstractDocumentFileReader.java +++ b/src/main/java/com/marklogic/client/ext/file/AbstractDocumentFileReader.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.file; import com.marklogic.client.ext.helper.LoggingObject; diff --git a/src/main/java/com/marklogic/client/ext/file/CollectionsDocumentFileProcessor.java b/src/main/java/com/marklogic/client/ext/file/CollectionsDocumentFileProcessor.java index 68ec2c1e..4b3bcbed 100644 --- a/src/main/java/com/marklogic/client/ext/file/CollectionsDocumentFileProcessor.java +++ b/src/main/java/com/marklogic/client/ext/file/CollectionsDocumentFileProcessor.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.file; /** diff --git a/src/main/java/com/marklogic/client/ext/file/CollectionsFileDocumentFileProcessor.java b/src/main/java/com/marklogic/client/ext/file/CollectionsFileDocumentFileProcessor.java index 11abce01..2ecde199 100644 --- a/src/main/java/com/marklogic/client/ext/file/CollectionsFileDocumentFileProcessor.java +++ b/src/main/java/com/marklogic/client/ext/file/CollectionsFileDocumentFileProcessor.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.file; import java.util.Properties; diff --git a/src/main/java/com/marklogic/client/ext/file/DefaultDocumentFileReader.java b/src/main/java/com/marklogic/client/ext/file/DefaultDocumentFileReader.java index 070ba352..74db1edd 100644 --- a/src/main/java/com/marklogic/client/ext/file/DefaultDocumentFileReader.java +++ b/src/main/java/com/marklogic/client/ext/file/DefaultDocumentFileReader.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.file; import java.io.File; diff --git a/src/main/java/com/marklogic/client/ext/file/DefaultDocumentFormatGetter.java b/src/main/java/com/marklogic/client/ext/file/DefaultDocumentFormatGetter.java index b8ae86a3..6dd4f159 100644 --- a/src/main/java/com/marklogic/client/ext/file/DefaultDocumentFormatGetter.java +++ b/src/main/java/com/marklogic/client/ext/file/DefaultDocumentFormatGetter.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.file; import com.marklogic.client.ext.util.BinaryExtensions; diff --git a/src/main/java/com/marklogic/client/ext/file/DocumentFile.java b/src/main/java/com/marklogic/client/ext/file/DocumentFile.java index ad397995..2ed03bc4 100644 --- a/src/main/java/com/marklogic/client/ext/file/DocumentFile.java +++ b/src/main/java/com/marklogic/client/ext/file/DocumentFile.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.file; import com.marklogic.client.document.DocumentWriteOperation; diff --git a/src/main/java/com/marklogic/client/ext/file/DocumentFileProcessor.java b/src/main/java/com/marklogic/client/ext/file/DocumentFileProcessor.java index e5ba7393..f6b85136 100644 --- a/src/main/java/com/marklogic/client/ext/file/DocumentFileProcessor.java +++ b/src/main/java/com/marklogic/client/ext/file/DocumentFileProcessor.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.file; /** diff --git a/src/main/java/com/marklogic/client/ext/file/DocumentFileReader.java b/src/main/java/com/marklogic/client/ext/file/DocumentFileReader.java index cf7592a1..41352913 100644 --- a/src/main/java/com/marklogic/client/ext/file/DocumentFileReader.java +++ b/src/main/java/com/marklogic/client/ext/file/DocumentFileReader.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.file; import java.util.List; diff --git a/src/main/java/com/marklogic/client/ext/file/FileLoader.java b/src/main/java/com/marklogic/client/ext/file/FileLoader.java index 60ec8500..fa8be720 100644 --- a/src/main/java/com/marklogic/client/ext/file/FileLoader.java +++ b/src/main/java/com/marklogic/client/ext/file/FileLoader.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.file; import java.util.List; diff --git a/src/main/java/com/marklogic/client/ext/file/FormatDocumentFileProcessor.java b/src/main/java/com/marklogic/client/ext/file/FormatDocumentFileProcessor.java index a312a079..14f4c155 100644 --- a/src/main/java/com/marklogic/client/ext/file/FormatDocumentFileProcessor.java +++ b/src/main/java/com/marklogic/client/ext/file/FormatDocumentFileProcessor.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.file; import com.marklogic.client.io.Format; diff --git a/src/main/java/com/marklogic/client/ext/file/FormatGetter.java b/src/main/java/com/marklogic/client/ext/file/FormatGetter.java index d60ce074..26f3474c 100644 --- a/src/main/java/com/marklogic/client/ext/file/FormatGetter.java +++ b/src/main/java/com/marklogic/client/ext/file/FormatGetter.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.file; import com.marklogic.client.io.Format; diff --git a/src/main/java/com/marklogic/client/ext/file/GenericFileLoader.java b/src/main/java/com/marklogic/client/ext/file/GenericFileLoader.java index afdfb91a..1d899848 100644 --- a/src/main/java/com/marklogic/client/ext/file/GenericFileLoader.java +++ b/src/main/java/com/marklogic/client/ext/file/GenericFileLoader.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.file; import com.marklogic.client.DatabaseClient; diff --git a/src/main/java/com/marklogic/client/ext/file/JarDocumentFileReader.java b/src/main/java/com/marklogic/client/ext/file/JarDocumentFileReader.java index 260eb1e2..598c7e84 100644 --- a/src/main/java/com/marklogic/client/ext/file/JarDocumentFileReader.java +++ b/src/main/java/com/marklogic/client/ext/file/JarDocumentFileReader.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.file; import org.springframework.core.io.Resource; diff --git a/src/main/java/com/marklogic/client/ext/file/PermissionsDocumentFileProcessor.java b/src/main/java/com/marklogic/client/ext/file/PermissionsDocumentFileProcessor.java index 006c1676..f52a8360 100644 --- a/src/main/java/com/marklogic/client/ext/file/PermissionsDocumentFileProcessor.java +++ b/src/main/java/com/marklogic/client/ext/file/PermissionsDocumentFileProcessor.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.file; import com.marklogic.client.ext.util.DefaultDocumentPermissionsParser; diff --git a/src/main/java/com/marklogic/client/ext/file/PermissionsFileDocumentFileProcessor.java b/src/main/java/com/marklogic/client/ext/file/PermissionsFileDocumentFileProcessor.java index ca029e22..e11adae2 100644 --- a/src/main/java/com/marklogic/client/ext/file/PermissionsFileDocumentFileProcessor.java +++ b/src/main/java/com/marklogic/client/ext/file/PermissionsFileDocumentFileProcessor.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.file; import com.marklogic.client.ext.util.DefaultDocumentPermissionsParser; diff --git a/src/main/java/com/marklogic/client/ext/file/PropertiesDrivenDocumentFileProcessor.java b/src/main/java/com/marklogic/client/ext/file/PropertiesDrivenDocumentFileProcessor.java index 0b6edded..50410351 100644 --- a/src/main/java/com/marklogic/client/ext/file/PropertiesDrivenDocumentFileProcessor.java +++ b/src/main/java/com/marklogic/client/ext/file/PropertiesDrivenDocumentFileProcessor.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.file; import com.marklogic.client.ext.helper.LoggingObject; diff --git a/src/main/java/com/marklogic/client/ext/file/TokenReplacerDocumentFileProcessor.java b/src/main/java/com/marklogic/client/ext/file/TokenReplacerDocumentFileProcessor.java index 3bdbfbe1..54197bb7 100644 --- a/src/main/java/com/marklogic/client/ext/file/TokenReplacerDocumentFileProcessor.java +++ b/src/main/java/com/marklogic/client/ext/file/TokenReplacerDocumentFileProcessor.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.file; import com.marklogic.client.ext.helper.LoggingObject; diff --git a/src/main/java/com/marklogic/client/ext/helper/ClientHelper.java b/src/main/java/com/marklogic/client/ext/helper/ClientHelper.java index 690fcc4d..1883cf33 100644 --- a/src/main/java/com/marklogic/client/ext/helper/ClientHelper.java +++ b/src/main/java/com/marklogic/client/ext/helper/ClientHelper.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.helper; import java.util.ArrayList; diff --git a/src/main/java/com/marklogic/client/ext/helper/DatabaseClientProvider.java b/src/main/java/com/marklogic/client/ext/helper/DatabaseClientProvider.java index 34efa587..cb0b3d21 100644 --- a/src/main/java/com/marklogic/client/ext/helper/DatabaseClientProvider.java +++ b/src/main/java/com/marklogic/client/ext/helper/DatabaseClientProvider.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.helper; import com.marklogic.client.DatabaseClient; diff --git a/src/main/java/com/marklogic/client/ext/helper/FilenameUtil.java b/src/main/java/com/marklogic/client/ext/helper/FilenameUtil.java index 1113e76e..574a3934 100644 --- a/src/main/java/com/marklogic/client/ext/helper/FilenameUtil.java +++ b/src/main/java/com/marklogic/client/ext/helper/FilenameUtil.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.helper; import java.io.File; diff --git a/src/main/java/com/marklogic/client/ext/helper/LoggingObject.java b/src/main/java/com/marklogic/client/ext/helper/LoggingObject.java index 50a3e9d2..ad6df948 100644 --- a/src/main/java/com/marklogic/client/ext/helper/LoggingObject.java +++ b/src/main/java/com/marklogic/client/ext/helper/LoggingObject.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.helper; import org.slf4j.Logger; diff --git a/src/main/java/com/marklogic/client/ext/helper/ResourceExtension.java b/src/main/java/com/marklogic/client/ext/helper/ResourceExtension.java index 23223775..423b3ced 100644 --- a/src/main/java/com/marklogic/client/ext/helper/ResourceExtension.java +++ b/src/main/java/com/marklogic/client/ext/helper/ResourceExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.helper; import com.marklogic.client.DatabaseClient; diff --git a/src/main/java/com/marklogic/client/ext/helper/ResourceManagerSupport.java b/src/main/java/com/marklogic/client/ext/helper/ResourceManagerSupport.java index 3fdb6754..ea783add 100644 --- a/src/main/java/com/marklogic/client/ext/helper/ResourceManagerSupport.java +++ b/src/main/java/com/marklogic/client/ext/helper/ResourceManagerSupport.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.helper; import com.marklogic.client.DatabaseClient; diff --git a/src/main/java/com/marklogic/client/ext/modulesloader/ExtensionMetadataAndParams.java b/src/main/java/com/marklogic/client/ext/modulesloader/ExtensionMetadataAndParams.java index cf482182..602477e6 100644 --- a/src/main/java/com/marklogic/client/ext/modulesloader/ExtensionMetadataAndParams.java +++ b/src/main/java/com/marklogic/client/ext/modulesloader/ExtensionMetadataAndParams.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader; import java.util.List; diff --git a/src/main/java/com/marklogic/client/ext/modulesloader/ExtensionMetadataProvider.java b/src/main/java/com/marklogic/client/ext/modulesloader/ExtensionMetadataProvider.java index 014cbc5b..43480835 100644 --- a/src/main/java/com/marklogic/client/ext/modulesloader/ExtensionMetadataProvider.java +++ b/src/main/java/com/marklogic/client/ext/modulesloader/ExtensionMetadataProvider.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader; import org.springframework.core.io.Resource; diff --git a/src/main/java/com/marklogic/client/ext/modulesloader/Modules.java b/src/main/java/com/marklogic/client/ext/modulesloader/Modules.java index 6ccc2420..c83aa321 100644 --- a/src/main/java/com/marklogic/client/ext/modulesloader/Modules.java +++ b/src/main/java/com/marklogic/client/ext/modulesloader/Modules.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader; import org.springframework.core.io.Resource; diff --git a/src/main/java/com/marklogic/client/ext/modulesloader/ModulesFinder.java b/src/main/java/com/marklogic/client/ext/modulesloader/ModulesFinder.java index fd07cb15..956d53ec 100644 --- a/src/main/java/com/marklogic/client/ext/modulesloader/ModulesFinder.java +++ b/src/main/java/com/marklogic/client/ext/modulesloader/ModulesFinder.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader; /** diff --git a/src/main/java/com/marklogic/client/ext/modulesloader/ModulesLoader.java b/src/main/java/com/marklogic/client/ext/modulesloader/ModulesLoader.java index cfd1186b..e3da58fd 100644 --- a/src/main/java/com/marklogic/client/ext/modulesloader/ModulesLoader.java +++ b/src/main/java/com/marklogic/client/ext/modulesloader/ModulesLoader.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader; import com.marklogic.client.DatabaseClient; diff --git a/src/main/java/com/marklogic/client/ext/modulesloader/ModulesManager.java b/src/main/java/com/marklogic/client/ext/modulesloader/ModulesManager.java index e29bb334..140fc29e 100644 --- a/src/main/java/com/marklogic/client/ext/modulesloader/ModulesManager.java +++ b/src/main/java/com/marklogic/client/ext/modulesloader/ModulesManager.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader; import java.io.File; diff --git a/src/main/java/com/marklogic/client/ext/modulesloader/impl/AbstractStaticChecker.java b/src/main/java/com/marklogic/client/ext/modulesloader/impl/AbstractStaticChecker.java index 0fa9fd09..b7840be0 100644 --- a/src/main/java/com/marklogic/client/ext/modulesloader/impl/AbstractStaticChecker.java +++ b/src/main/java/com/marklogic/client/ext/modulesloader/impl/AbstractStaticChecker.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader.impl; import com.marklogic.client.ext.file.DocumentFile; diff --git a/src/main/java/com/marklogic/client/ext/modulesloader/impl/AssetFileLoader.java b/src/main/java/com/marklogic/client/ext/modulesloader/impl/AssetFileLoader.java index 3318c719..e1fac625 100644 --- a/src/main/java/com/marklogic/client/ext/modulesloader/impl/AssetFileLoader.java +++ b/src/main/java/com/marklogic/client/ext/modulesloader/impl/AssetFileLoader.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader.impl; import com.marklogic.client.DatabaseClient; diff --git a/src/main/java/com/marklogic/client/ext/modulesloader/impl/BaseModulesFinder.java b/src/main/java/com/marklogic/client/ext/modulesloader/impl/BaseModulesFinder.java index f78a938a..a05f0b46 100644 --- a/src/main/java/com/marklogic/client/ext/modulesloader/impl/BaseModulesFinder.java +++ b/src/main/java/com/marklogic/client/ext/modulesloader/impl/BaseModulesFinder.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader.impl; import com.marklogic.client.ext.helper.LoggingObject; diff --git a/src/main/java/com/marklogic/client/ext/modulesloader/impl/DefaultExtensionMetadataProvider.java b/src/main/java/com/marklogic/client/ext/modulesloader/impl/DefaultExtensionMetadataProvider.java index 7443ac68..8ac7fc9c 100644 --- a/src/main/java/com/marklogic/client/ext/modulesloader/impl/DefaultExtensionMetadataProvider.java +++ b/src/main/java/com/marklogic/client/ext/modulesloader/impl/DefaultExtensionMetadataProvider.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader.impl; import com.marklogic.client.admin.ExtensionMetadata; diff --git a/src/main/java/com/marklogic/client/ext/modulesloader/impl/DefaultFileFilter.java b/src/main/java/com/marklogic/client/ext/modulesloader/impl/DefaultFileFilter.java index cf7ae915..d67e3f44 100644 --- a/src/main/java/com/marklogic/client/ext/modulesloader/impl/DefaultFileFilter.java +++ b/src/main/java/com/marklogic/client/ext/modulesloader/impl/DefaultFileFilter.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader.impl; import java.io.File; diff --git a/src/main/java/com/marklogic/client/ext/modulesloader/impl/DefaultModulesFinder.java b/src/main/java/com/marklogic/client/ext/modulesloader/impl/DefaultModulesFinder.java index ec577d8d..a3054e4f 100644 --- a/src/main/java/com/marklogic/client/ext/modulesloader/impl/DefaultModulesFinder.java +++ b/src/main/java/com/marklogic/client/ext/modulesloader/impl/DefaultModulesFinder.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader.impl; import com.marklogic.client.ext.modulesloader.Modules; diff --git a/src/main/java/com/marklogic/client/ext/modulesloader/impl/DefaultModulesLoader.java b/src/main/java/com/marklogic/client/ext/modulesloader/impl/DefaultModulesLoader.java index b5cc378f..cb24b5b3 100644 --- a/src/main/java/com/marklogic/client/ext/modulesloader/impl/DefaultModulesLoader.java +++ b/src/main/java/com/marklogic/client/ext/modulesloader/impl/DefaultModulesLoader.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader.impl; import com.fasterxml.jackson.databind.JsonNode; diff --git a/src/main/java/com/marklogic/client/ext/modulesloader/impl/ExtDocumentFileProcessor.java b/src/main/java/com/marklogic/client/ext/modulesloader/impl/ExtDocumentFileProcessor.java index b71848a6..2e259b0c 100644 --- a/src/main/java/com/marklogic/client/ext/modulesloader/impl/ExtDocumentFileProcessor.java +++ b/src/main/java/com/marklogic/client/ext/modulesloader/impl/ExtDocumentFileProcessor.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader.impl; import com.marklogic.client.ext.file.DocumentFile; diff --git a/src/main/java/com/marklogic/client/ext/modulesloader/impl/LoadModulesFailureListener.java b/src/main/java/com/marklogic/client/ext/modulesloader/impl/LoadModulesFailureListener.java index d6022a75..16a37be8 100644 --- a/src/main/java/com/marklogic/client/ext/modulesloader/impl/LoadModulesFailureListener.java +++ b/src/main/java/com/marklogic/client/ext/modulesloader/impl/LoadModulesFailureListener.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader.impl; import com.marklogic.client.DatabaseClient; diff --git a/src/main/java/com/marklogic/client/ext/modulesloader/impl/LoadedAsset.java b/src/main/java/com/marklogic/client/ext/modulesloader/impl/LoadedAsset.java index f8abf4c1..7f6f8c0e 100644 --- a/src/main/java/com/marklogic/client/ext/modulesloader/impl/LoadedAsset.java +++ b/src/main/java/com/marklogic/client/ext/modulesloader/impl/LoadedAsset.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader.impl; import java.io.File; diff --git a/src/main/java/com/marklogic/client/ext/modulesloader/impl/ModulesManagerDocumentFileProcessor.java b/src/main/java/com/marklogic/client/ext/modulesloader/impl/ModulesManagerDocumentFileProcessor.java index 756db8a4..4c3840e5 100644 --- a/src/main/java/com/marklogic/client/ext/modulesloader/impl/ModulesManagerDocumentFileProcessor.java +++ b/src/main/java/com/marklogic/client/ext/modulesloader/impl/ModulesManagerDocumentFileProcessor.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader.impl; import com.marklogic.client.ext.file.DocumentFile; diff --git a/src/main/java/com/marklogic/client/ext/modulesloader/impl/PropertiesModuleManager.java b/src/main/java/com/marklogic/client/ext/modulesloader/impl/PropertiesModuleManager.java index 9d46da98..182a317a 100644 --- a/src/main/java/com/marklogic/client/ext/modulesloader/impl/PropertiesModuleManager.java +++ b/src/main/java/com/marklogic/client/ext/modulesloader/impl/PropertiesModuleManager.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader.impl; import com.marklogic.client.DatabaseClient; diff --git a/src/main/java/com/marklogic/client/ext/modulesloader/impl/SimpleLoadModulesFailureListener.java b/src/main/java/com/marklogic/client/ext/modulesloader/impl/SimpleLoadModulesFailureListener.java index c4072719..c36aa66f 100644 --- a/src/main/java/com/marklogic/client/ext/modulesloader/impl/SimpleLoadModulesFailureListener.java +++ b/src/main/java/com/marklogic/client/ext/modulesloader/impl/SimpleLoadModulesFailureListener.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader.impl; import com.marklogic.client.DatabaseClient; diff --git a/src/main/java/com/marklogic/client/ext/modulesloader/impl/StaticChecker.java b/src/main/java/com/marklogic/client/ext/modulesloader/impl/StaticChecker.java index de293ec4..cb07e4e8 100644 --- a/src/main/java/com/marklogic/client/ext/modulesloader/impl/StaticChecker.java +++ b/src/main/java/com/marklogic/client/ext/modulesloader/impl/StaticChecker.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader.impl; import com.marklogic.client.ext.file.DocumentFile; diff --git a/src/main/java/com/marklogic/client/ext/modulesloader/impl/TestServerModulesFinder.java b/src/main/java/com/marklogic/client/ext/modulesloader/impl/TestServerModulesFinder.java index f64507ae..d2cd061b 100644 --- a/src/main/java/com/marklogic/client/ext/modulesloader/impl/TestServerModulesFinder.java +++ b/src/main/java/com/marklogic/client/ext/modulesloader/impl/TestServerModulesFinder.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader.impl; import com.marklogic.client.ext.modulesloader.Modules; diff --git a/src/main/java/com/marklogic/client/ext/modulesloader/impl/XccStaticChecker.java b/src/main/java/com/marklogic/client/ext/modulesloader/impl/XccStaticChecker.java index 97308d99..432b0e0c 100644 --- a/src/main/java/com/marklogic/client/ext/modulesloader/impl/XccStaticChecker.java +++ b/src/main/java/com/marklogic/client/ext/modulesloader/impl/XccStaticChecker.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader.impl; import com.marklogic.xcc.template.XccTemplate; diff --git a/src/main/java/com/marklogic/client/ext/modulesloader/ssl/SimpleX509TrustManager.java b/src/main/java/com/marklogic/client/ext/modulesloader/ssl/SimpleX509TrustManager.java index 1d08774e..99987d4a 100644 --- a/src/main/java/com/marklogic/client/ext/modulesloader/ssl/SimpleX509TrustManager.java +++ b/src/main/java/com/marklogic/client/ext/modulesloader/ssl/SimpleX509TrustManager.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader.ssl; import com.marklogic.client.ext.ssl.SslUtil; diff --git a/src/main/java/com/marklogic/client/ext/qconsole/WorkspaceManager.java b/src/main/java/com/marklogic/client/ext/qconsole/WorkspaceManager.java index bbf48268..40db76ab 100644 --- a/src/main/java/com/marklogic/client/ext/qconsole/WorkspaceManager.java +++ b/src/main/java/com/marklogic/client/ext/qconsole/WorkspaceManager.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.qconsole; import java.io.File; diff --git a/src/main/java/com/marklogic/client/ext/qconsole/impl/DefaultWorkspaceManager.java b/src/main/java/com/marklogic/client/ext/qconsole/impl/DefaultWorkspaceManager.java index 834aa919..5f84909c 100644 --- a/src/main/java/com/marklogic/client/ext/qconsole/impl/DefaultWorkspaceManager.java +++ b/src/main/java/com/marklogic/client/ext/qconsole/impl/DefaultWorkspaceManager.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.qconsole.impl; import com.marklogic.client.DatabaseClient; diff --git a/src/main/java/com/marklogic/client/ext/qconsole/impl/QconsoleScripts.java b/src/main/java/com/marklogic/client/ext/qconsole/impl/QconsoleScripts.java index 4e27b731..42b8a131 100644 --- a/src/main/java/com/marklogic/client/ext/qconsole/impl/QconsoleScripts.java +++ b/src/main/java/com/marklogic/client/ext/qconsole/impl/QconsoleScripts.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.qconsole.impl; import java.io.BufferedReader; diff --git a/src/main/java/com/marklogic/client/ext/schemasloader/SchemasLoader.java b/src/main/java/com/marklogic/client/ext/schemasloader/SchemasLoader.java index a84795a3..07b5bf28 100644 --- a/src/main/java/com/marklogic/client/ext/schemasloader/SchemasLoader.java +++ b/src/main/java/com/marklogic/client/ext/schemasloader/SchemasLoader.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.schemasloader; import com.marklogic.client.ext.file.DocumentFile; diff --git a/src/main/java/com/marklogic/client/ext/schemasloader/impl/DefaultSchemasLoader.java b/src/main/java/com/marklogic/client/ext/schemasloader/impl/DefaultSchemasLoader.java index 9c88d542..cebf430d 100644 --- a/src/main/java/com/marklogic/client/ext/schemasloader/impl/DefaultSchemasLoader.java +++ b/src/main/java/com/marklogic/client/ext/schemasloader/impl/DefaultSchemasLoader.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.schemasloader.impl; import com.marklogic.client.DatabaseClient; diff --git a/src/main/java/com/marklogic/client/ext/schemasloader/impl/TdeDocumentFileProcessor.java b/src/main/java/com/marklogic/client/ext/schemasloader/impl/TdeDocumentFileProcessor.java index a1b712cf..fb92a3e4 100644 --- a/src/main/java/com/marklogic/client/ext/schemasloader/impl/TdeDocumentFileProcessor.java +++ b/src/main/java/com/marklogic/client/ext/schemasloader/impl/TdeDocumentFileProcessor.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.schemasloader.impl; import com.fasterxml.jackson.databind.node.ObjectNode; diff --git a/src/main/java/com/marklogic/client/ext/schemasloader/impl/TdeUtil.java b/src/main/java/com/marklogic/client/ext/schemasloader/impl/TdeUtil.java index 805cccde..96a87067 100644 --- a/src/main/java/com/marklogic/client/ext/schemasloader/impl/TdeUtil.java +++ b/src/main/java/com/marklogic/client/ext/schemasloader/impl/TdeUtil.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.schemasloader.impl; import com.marklogic.client.DatabaseClient; diff --git a/src/main/java/com/marklogic/client/ext/spring/BasicConfig.java b/src/main/java/com/marklogic/client/ext/spring/BasicConfig.java index 7f8695a8..8a39585d 100644 --- a/src/main/java/com/marklogic/client/ext/spring/BasicConfig.java +++ b/src/main/java/com/marklogic/client/ext/spring/BasicConfig.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.spring; import com.marklogic.client.ext.DatabaseClientConfig; diff --git a/src/main/java/com/marklogic/client/ext/spring/DatabaseClientManager.java b/src/main/java/com/marklogic/client/ext/spring/DatabaseClientManager.java index 43c0cdd9..71634e4b 100644 --- a/src/main/java/com/marklogic/client/ext/spring/DatabaseClientManager.java +++ b/src/main/java/com/marklogic/client/ext/spring/DatabaseClientManager.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.spring; import com.marklogic.client.DatabaseClient; diff --git a/src/main/java/com/marklogic/client/ext/spring/SimpleDatabaseClientProvider.java b/src/main/java/com/marklogic/client/ext/spring/SimpleDatabaseClientProvider.java index 84d49460..9c6f8094 100644 --- a/src/main/java/com/marklogic/client/ext/spring/SimpleDatabaseClientProvider.java +++ b/src/main/java/com/marklogic/client/ext/spring/SimpleDatabaseClientProvider.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.spring; import org.springframework.beans.factory.DisposableBean; diff --git a/src/main/java/com/marklogic/client/ext/spring/SpringDatabaseClientConfig.java b/src/main/java/com/marklogic/client/ext/spring/SpringDatabaseClientConfig.java index e894181c..28f70040 100644 --- a/src/main/java/com/marklogic/client/ext/spring/SpringDatabaseClientConfig.java +++ b/src/main/java/com/marklogic/client/ext/spring/SpringDatabaseClientConfig.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.spring; import com.marklogic.client.ext.DatabaseClientConfig; diff --git a/src/main/java/com/marklogic/client/ext/ssl/SslConfig.java b/src/main/java/com/marklogic/client/ext/ssl/SslConfig.java index 05a05780..f25f0c63 100644 --- a/src/main/java/com/marklogic/client/ext/ssl/SslConfig.java +++ b/src/main/java/com/marklogic/client/ext/ssl/SslConfig.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.ssl; import javax.net.ssl.SSLContext; diff --git a/src/main/java/com/marklogic/client/ext/ssl/SslUtil.java b/src/main/java/com/marklogic/client/ext/ssl/SslUtil.java index 08c6b202..13039810 100644 --- a/src/main/java/com/marklogic/client/ext/ssl/SslUtil.java +++ b/src/main/java/com/marklogic/client/ext/ssl/SslUtil.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.ssl; import javax.net.ssl.SSLContext; diff --git a/src/main/java/com/marklogic/client/ext/tokenreplacer/DefaultTokenReplacer.java b/src/main/java/com/marklogic/client/ext/tokenreplacer/DefaultTokenReplacer.java index dab47f77..822fda17 100644 --- a/src/main/java/com/marklogic/client/ext/tokenreplacer/DefaultTokenReplacer.java +++ b/src/main/java/com/marklogic/client/ext/tokenreplacer/DefaultTokenReplacer.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.tokenreplacer; import com.marklogic.client.ext.helper.LoggingObject; diff --git a/src/main/java/com/marklogic/client/ext/tokenreplacer/FilePropertiesSource.java b/src/main/java/com/marklogic/client/ext/tokenreplacer/FilePropertiesSource.java index f389bab2..282d4b19 100644 --- a/src/main/java/com/marklogic/client/ext/tokenreplacer/FilePropertiesSource.java +++ b/src/main/java/com/marklogic/client/ext/tokenreplacer/FilePropertiesSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.tokenreplacer; import com.marklogic.client.ext.helper.LoggingObject; diff --git a/src/main/java/com/marklogic/client/ext/tokenreplacer/PropertiesSource.java b/src/main/java/com/marklogic/client/ext/tokenreplacer/PropertiesSource.java index 884daa2f..aa579da0 100644 --- a/src/main/java/com/marklogic/client/ext/tokenreplacer/PropertiesSource.java +++ b/src/main/java/com/marklogic/client/ext/tokenreplacer/PropertiesSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.tokenreplacer; import java.util.Properties; diff --git a/src/main/java/com/marklogic/client/ext/tokenreplacer/RoxyTokenReplacer.java b/src/main/java/com/marklogic/client/ext/tokenreplacer/RoxyTokenReplacer.java index 871bf220..a7854f5a 100644 --- a/src/main/java/com/marklogic/client/ext/tokenreplacer/RoxyTokenReplacer.java +++ b/src/main/java/com/marklogic/client/ext/tokenreplacer/RoxyTokenReplacer.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.tokenreplacer; import java.io.File; diff --git a/src/main/java/com/marklogic/client/ext/tokenreplacer/TokenReplacer.java b/src/main/java/com/marklogic/client/ext/tokenreplacer/TokenReplacer.java index ab53b801..16ccdc46 100644 --- a/src/main/java/com/marklogic/client/ext/tokenreplacer/TokenReplacer.java +++ b/src/main/java/com/marklogic/client/ext/tokenreplacer/TokenReplacer.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.tokenreplacer; /** diff --git a/src/main/java/com/marklogic/client/ext/util/BinaryExtensions.java b/src/main/java/com/marklogic/client/ext/util/BinaryExtensions.java index da6b156e..36f0b899 100644 --- a/src/main/java/com/marklogic/client/ext/util/BinaryExtensions.java +++ b/src/main/java/com/marklogic/client/ext/util/BinaryExtensions.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.util; public class BinaryExtensions { diff --git a/src/main/java/com/marklogic/client/ext/util/DefaultDocumentPermissionsParser.java b/src/main/java/com/marklogic/client/ext/util/DefaultDocumentPermissionsParser.java index 37c392e0..91284672 100644 --- a/src/main/java/com/marklogic/client/ext/util/DefaultDocumentPermissionsParser.java +++ b/src/main/java/com/marklogic/client/ext/util/DefaultDocumentPermissionsParser.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.util; import com.marklogic.client.io.DocumentMetadataHandle.Capability; diff --git a/src/main/java/com/marklogic/client/ext/util/DocumentPermissionsParser.java b/src/main/java/com/marklogic/client/ext/util/DocumentPermissionsParser.java index 7316e8a7..a7466508 100644 --- a/src/main/java/com/marklogic/client/ext/util/DocumentPermissionsParser.java +++ b/src/main/java/com/marklogic/client/ext/util/DocumentPermissionsParser.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.util; import com.marklogic.client.io.DocumentMetadataHandle.DocumentPermissions; diff --git a/src/main/java/com/marklogic/client/ext/xcc/DefaultDocumentWriteOperationAdapter.java b/src/main/java/com/marklogic/client/ext/xcc/DefaultDocumentWriteOperationAdapter.java index 5d6b514c..67d889b8 100644 --- a/src/main/java/com/marklogic/client/ext/xcc/DefaultDocumentWriteOperationAdapter.java +++ b/src/main/java/com/marklogic/client/ext/xcc/DefaultDocumentWriteOperationAdapter.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.xcc; import com.marklogic.client.document.DocumentWriteOperation; diff --git a/src/main/java/com/marklogic/client/ext/xcc/DocumentWriteOperationAdapter.java b/src/main/java/com/marklogic/client/ext/xcc/DocumentWriteOperationAdapter.java index ef3f3ebb..0470968e 100644 --- a/src/main/java/com/marklogic/client/ext/xcc/DocumentWriteOperationAdapter.java +++ b/src/main/java/com/marklogic/client/ext/xcc/DocumentWriteOperationAdapter.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.xcc; import com.marklogic.client.document.DocumentWriteOperation; diff --git a/src/main/java/com/marklogic/xcc/template/AdhocQueryCallback.java b/src/main/java/com/marklogic/xcc/template/AdhocQueryCallback.java index d2349bb8..0cb42161 100644 --- a/src/main/java/com/marklogic/xcc/template/AdhocQueryCallback.java +++ b/src/main/java/com/marklogic/xcc/template/AdhocQueryCallback.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.xcc.template; import com.marklogic.xcc.AdhocQuery; diff --git a/src/main/java/com/marklogic/xcc/template/InsertContentCallback.java b/src/main/java/com/marklogic/xcc/template/InsertContentCallback.java index 0b266ddd..e7696cc9 100644 --- a/src/main/java/com/marklogic/xcc/template/InsertContentCallback.java +++ b/src/main/java/com/marklogic/xcc/template/InsertContentCallback.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.xcc.template; import java.io.File; diff --git a/src/main/java/com/marklogic/xcc/template/XccCallback.java b/src/main/java/com/marklogic/xcc/template/XccCallback.java index 2a5b77f6..bde949ec 100644 --- a/src/main/java/com/marklogic/xcc/template/XccCallback.java +++ b/src/main/java/com/marklogic/xcc/template/XccCallback.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.xcc.template; import com.marklogic.xcc.Session; diff --git a/src/main/java/com/marklogic/xcc/template/XccTemplate.java b/src/main/java/com/marklogic/xcc/template/XccTemplate.java index 884b8be0..c8a30fdf 100644 --- a/src/main/java/com/marklogic/xcc/template/XccTemplate.java +++ b/src/main/java/com/marklogic/xcc/template/XccTemplate.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.xcc.template; import java.net.URI; diff --git a/src/test/java/com/marklogic/client/ext/AbstractIntegrationTest.java b/src/test/java/com/marklogic/client/ext/AbstractIntegrationTest.java index 1bcb353f..315e3577 100644 --- a/src/test/java/com/marklogic/client/ext/AbstractIntegrationTest.java +++ b/src/test/java/com/marklogic/client/ext/AbstractIntegrationTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext; import com.marklogic.client.DatabaseClient; diff --git a/src/test/java/com/marklogic/client/ext/NewDatabaseClientTest.java b/src/test/java/com/marklogic/client/ext/NewDatabaseClientTest.java index 98b0a04a..ca193611 100644 --- a/src/test/java/com/marklogic/client/ext/NewDatabaseClientTest.java +++ b/src/test/java/com/marklogic/client/ext/NewDatabaseClientTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext; import com.marklogic.client.DatabaseClient; diff --git a/src/test/java/com/marklogic/client/ext/batch/RestBatchWriterTest.java b/src/test/java/com/marklogic/client/ext/batch/RestBatchWriterTest.java index ed0eb8d1..8ea203c5 100644 --- a/src/test/java/com/marklogic/client/ext/batch/RestBatchWriterTest.java +++ b/src/test/java/com/marklogic/client/ext/batch/RestBatchWriterTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.batch; import com.marklogic.client.DatabaseClient; diff --git a/src/test/java/com/marklogic/client/ext/es/EntityServicesTest.java b/src/test/java/com/marklogic/client/ext/es/EntityServicesTest.java index 130a9a9c..027aad93 100644 --- a/src/test/java/com/marklogic/client/ext/es/EntityServicesTest.java +++ b/src/test/java/com/marklogic/client/ext/es/EntityServicesTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.es; import com.marklogic.client.ext.AbstractIntegrationTest; diff --git a/src/test/java/com/marklogic/client/ext/file/CollectionsFileDocumentFileProcessorTest.java b/src/test/java/com/marklogic/client/ext/file/CollectionsFileDocumentFileProcessorTest.java index 38c9e10c..160f7d4e 100644 --- a/src/test/java/com/marklogic/client/ext/file/CollectionsFileDocumentFileProcessorTest.java +++ b/src/test/java/com/marklogic/client/ext/file/CollectionsFileDocumentFileProcessorTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.file; import com.marklogic.client.ext.tokenreplacer.DefaultTokenReplacer; diff --git a/src/test/java/com/marklogic/client/ext/file/DocumentFinderTest.java b/src/test/java/com/marklogic/client/ext/file/DocumentFinderTest.java index ede5b62c..d2e61a8a 100644 --- a/src/test/java/com/marklogic/client/ext/file/DocumentFinderTest.java +++ b/src/test/java/com/marklogic/client/ext/file/DocumentFinderTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.file; import org.junit.jupiter.api.Test; diff --git a/src/test/java/com/marklogic/client/ext/file/PermissionsFileDocumentFileProcessorTest.java b/src/test/java/com/marklogic/client/ext/file/PermissionsFileDocumentFileProcessorTest.java index b11ec1a5..14868826 100644 --- a/src/test/java/com/marklogic/client/ext/file/PermissionsFileDocumentFileProcessorTest.java +++ b/src/test/java/com/marklogic/client/ext/file/PermissionsFileDocumentFileProcessorTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.file; import com.marklogic.client.ext.tokenreplacer.DefaultTokenReplacer; diff --git a/src/test/java/com/marklogic/client/ext/file/SetAdditionalBinaryExtensionsTest.java b/src/test/java/com/marklogic/client/ext/file/SetAdditionalBinaryExtensionsTest.java index 61565f7d..bc44258c 100644 --- a/src/test/java/com/marklogic/client/ext/file/SetAdditionalBinaryExtensionsTest.java +++ b/src/test/java/com/marklogic/client/ext/file/SetAdditionalBinaryExtensionsTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.file; import com.marklogic.client.ext.AbstractIntegrationTest; diff --git a/src/test/java/com/marklogic/client/ext/jaxb/JAXBHandleTest.java b/src/test/java/com/marklogic/client/ext/jaxb/JAXBHandleTest.java index f537e99d..ac1221d1 100644 --- a/src/test/java/com/marklogic/client/ext/jaxb/JAXBHandleTest.java +++ b/src/test/java/com/marklogic/client/ext/jaxb/JAXBHandleTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.jaxb; import com.marklogic.client.io.JAXBHandle; diff --git a/src/test/java/com/marklogic/client/ext/modulesloader/impl/DefaultModulesFinderTest.java b/src/test/java/com/marklogic/client/ext/modulesloader/impl/DefaultModulesFinderTest.java index ebe18845..7c9f4683 100644 --- a/src/test/java/com/marklogic/client/ext/modulesloader/impl/DefaultModulesFinderTest.java +++ b/src/test/java/com/marklogic/client/ext/modulesloader/impl/DefaultModulesFinderTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader.impl; import com.marklogic.client.ext.modulesloader.Modules; diff --git a/src/test/java/com/marklogic/client/ext/modulesloader/impl/LoadModulesFromClasspathTest.java b/src/test/java/com/marklogic/client/ext/modulesloader/impl/LoadModulesFromClasspathTest.java index 8ee16b1f..733f3859 100644 --- a/src/test/java/com/marklogic/client/ext/modulesloader/impl/LoadModulesFromClasspathTest.java +++ b/src/test/java/com/marklogic/client/ext/modulesloader/impl/LoadModulesFromClasspathTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader.impl; import com.marklogic.client.DatabaseClient; diff --git a/src/test/java/com/marklogic/client/ext/modulesloader/impl/LoadModulesTest.java b/src/test/java/com/marklogic/client/ext/modulesloader/impl/LoadModulesTest.java index aa9cfe01..6bde32c6 100644 --- a/src/test/java/com/marklogic/client/ext/modulesloader/impl/LoadModulesTest.java +++ b/src/test/java/com/marklogic/client/ext/modulesloader/impl/LoadModulesTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader.impl; import com.marklogic.client.DatabaseClient; diff --git a/src/test/java/com/marklogic/client/ext/modulesloader/impl/PropertiesModuleManagerTest.java b/src/test/java/com/marklogic/client/ext/modulesloader/impl/PropertiesModuleManagerTest.java index 9b35342c..05a2dfc4 100644 --- a/src/test/java/com/marklogic/client/ext/modulesloader/impl/PropertiesModuleManagerTest.java +++ b/src/test/java/com/marklogic/client/ext/modulesloader/impl/PropertiesModuleManagerTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader.impl; import org.junit.jupiter.api.Test; diff --git a/src/test/java/com/marklogic/client/ext/modulesloader/impl/RoxyTokenReplacerTest.java b/src/test/java/com/marklogic/client/ext/modulesloader/impl/RoxyTokenReplacerTest.java index 9f2a8a28..c113126e 100644 --- a/src/test/java/com/marklogic/client/ext/modulesloader/impl/RoxyTokenReplacerTest.java +++ b/src/test/java/com/marklogic/client/ext/modulesloader/impl/RoxyTokenReplacerTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader.impl; import com.marklogic.client.ext.tokenreplacer.RoxyTokenReplacer; diff --git a/src/test/java/com/marklogic/client/ext/modulesloader/impl/StaticCheckModulesTest.java b/src/test/java/com/marklogic/client/ext/modulesloader/impl/StaticCheckModulesTest.java index c6f58a5e..6246371a 100644 --- a/src/test/java/com/marklogic/client/ext/modulesloader/impl/StaticCheckModulesTest.java +++ b/src/test/java/com/marklogic/client/ext/modulesloader/impl/StaticCheckModulesTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader.impl; import com.marklogic.client.ext.AbstractIntegrationTest; diff --git a/src/test/java/com/marklogic/client/ext/modulesloader/impl/XmlExtensionMetadataProviderTest.java b/src/test/java/com/marklogic/client/ext/modulesloader/impl/XmlExtensionMetadataProviderTest.java index abb2fbb5..bcb9a62e 100644 --- a/src/test/java/com/marklogic/client/ext/modulesloader/impl/XmlExtensionMetadataProviderTest.java +++ b/src/test/java/com/marklogic/client/ext/modulesloader/impl/XmlExtensionMetadataProviderTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.modulesloader.impl; import com.marklogic.client.admin.MethodType; diff --git a/src/test/java/com/marklogic/client/ext/qconsole/impl/DefaultWorkspaceManagerDebug.java b/src/test/java/com/marklogic/client/ext/qconsole/impl/DefaultWorkspaceManagerDebug.java index 6c67887b..b9390b1a 100644 --- a/src/test/java/com/marklogic/client/ext/qconsole/impl/DefaultWorkspaceManagerDebug.java +++ b/src/test/java/com/marklogic/client/ext/qconsole/impl/DefaultWorkspaceManagerDebug.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.qconsole.impl; import com.marklogic.client.DatabaseClient; diff --git a/src/test/java/com/marklogic/client/ext/qconsole/impl/QconsoleScriptsTest.java b/src/test/java/com/marklogic/client/ext/qconsole/impl/QconsoleScriptsTest.java index 78f05bf5..a60d75d6 100644 --- a/src/test/java/com/marklogic/client/ext/qconsole/impl/QconsoleScriptsTest.java +++ b/src/test/java/com/marklogic/client/ext/qconsole/impl/QconsoleScriptsTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.qconsole.impl; import org.junit.jupiter.api.Test; diff --git a/src/test/java/com/marklogic/client/ext/schemasloader/impl/AbstractSchemasTest.java b/src/test/java/com/marklogic/client/ext/schemasloader/impl/AbstractSchemasTest.java index 798f749f..12806361 100644 --- a/src/test/java/com/marklogic/client/ext/schemasloader/impl/AbstractSchemasTest.java +++ b/src/test/java/com/marklogic/client/ext/schemasloader/impl/AbstractSchemasTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.schemasloader.impl; import com.marklogic.client.ext.AbstractIntegrationTest; diff --git a/src/test/java/com/marklogic/client/ext/schemasloader/impl/LoadRulesetsTest.java b/src/test/java/com/marklogic/client/ext/schemasloader/impl/LoadRulesetsTest.java index 5f171a1f..aa6b6a1a 100644 --- a/src/test/java/com/marklogic/client/ext/schemasloader/impl/LoadRulesetsTest.java +++ b/src/test/java/com/marklogic/client/ext/schemasloader/impl/LoadRulesetsTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.schemasloader.impl; import com.marklogic.client.ext.file.DocumentFile; diff --git a/src/test/java/com/marklogic/client/ext/schemasloader/impl/LoadSchemasTest.java b/src/test/java/com/marklogic/client/ext/schemasloader/impl/LoadSchemasTest.java index cfd509af..efa0fbc6 100644 --- a/src/test/java/com/marklogic/client/ext/schemasloader/impl/LoadSchemasTest.java +++ b/src/test/java/com/marklogic/client/ext/schemasloader/impl/LoadSchemasTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.schemasloader.impl; import com.marklogic.client.FailedRequestException; diff --git a/src/test/java/com/marklogic/client/ext/schemasloader/impl/ValidateTdeTemplatesTest.java b/src/test/java/com/marklogic/client/ext/schemasloader/impl/ValidateTdeTemplatesTest.java index 6e508d16..ef504b9c 100644 --- a/src/test/java/com/marklogic/client/ext/schemasloader/impl/ValidateTdeTemplatesTest.java +++ b/src/test/java/com/marklogic/client/ext/schemasloader/impl/ValidateTdeTemplatesTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.schemasloader.impl; import com.marklogic.client.FailedRequestException; diff --git a/src/test/java/com/marklogic/client/ext/ssl/SslUtilTest.java b/src/test/java/com/marklogic/client/ext/ssl/SslUtilTest.java index 1cb9d791..64c4aea2 100644 --- a/src/test/java/com/marklogic/client/ext/ssl/SslUtilTest.java +++ b/src/test/java/com/marklogic/client/ext/ssl/SslUtilTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.ssl; import org.junit.jupiter.api.Test; diff --git a/src/test/java/com/marklogic/client/ext/util/ParseDocumentPermissionsTest.java b/src/test/java/com/marklogic/client/ext/util/ParseDocumentPermissionsTest.java index 1d0524c6..d77eddfb 100644 --- a/src/test/java/com/marklogic/client/ext/util/ParseDocumentPermissionsTest.java +++ b/src/test/java/com/marklogic/client/ext/util/ParseDocumentPermissionsTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.util; import com.marklogic.client.io.DocumentMetadataHandle; diff --git a/src/test/java/com/marklogic/client/ext/xcc/DefaultDocumentWriteOperationAdapterTest.java b/src/test/java/com/marklogic/client/ext/xcc/DefaultDocumentWriteOperationAdapterTest.java index 57561ef8..902bc2ec 100644 --- a/src/test/java/com/marklogic/client/ext/xcc/DefaultDocumentWriteOperationAdapterTest.java +++ b/src/test/java/com/marklogic/client/ext/xcc/DefaultDocumentWriteOperationAdapterTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023 MarkLogic Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.marklogic.client.ext.xcc; import com.marklogic.client.document.DocumentWriteOperation;