Skip to content

Commit 3489198

Browse files
committed
MLE-12345 Updated copyright
1 parent 7665c5d commit 3489198

File tree

294 files changed

+302
-291
lines changed

Some content is hidden

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

294 files changed

+302
-291
lines changed

examples/entity-aggregation/src/main/java/org/example/ImportCustomers.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/*
2+
* Copyright (c) 2023-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
3+
*/
14
package org.example;
25

36
import org.apache.commons.lang3.StringUtils;

examples/entity-aggregation/src/main/java/org/example/ImportCustomersWithRentalsAndPayments.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/*
2+
* Copyright (c) 2023-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
3+
*/
14
package org.example;
25

36
import org.apache.commons.lang3.StringUtils;

examples/java-dependency/src/main/java/org/example/App.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/*
2+
* Copyright (c) 2023-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
3+
*/
14
package org.example;
25

36
import org.apache.spark.sql.Row;

marklogic-langchain4j/src/main/java/com/marklogic/langchain4j/Langchain4jFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2025 MarkLogic Corporation. All Rights Reserved.
2+
* Copyright (c) 2023-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
33
*/
44
package com.marklogic.langchain4j;
55

marklogic-langchain4j/src/main/java/com/marklogic/langchain4j/embedding/EmbeddingGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2025 MarkLogic Corporation. All Rights Reserved.
2+
* Copyright (c) 2023-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
33
*/
44
package com.marklogic.langchain4j.embedding;
55

marklogic-langchain4j/src/main/java/com/marklogic/langchain4j/splitter/CustomSplitter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2024 MarkLogic Corporation. All Rights Reserved.
2+
* Copyright (c) 2023-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
33
*/
44
package com.marklogic.langchain4j.splitter;
55

marklogic-langchain4j/src/main/java/com/marklogic/langchain4j/splitter/DocumentSplitterFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2025 MarkLogic Corporation. All Rights Reserved.
2+
* Copyright (c) 2023-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
33
*/
44
package com.marklogic.langchain4j.splitter;
55

marklogic-langchain4j/src/main/java/com/marklogic/langchain4j/splitter/DocumentTextSplitter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2025 MarkLogic Corporation. All Rights Reserved.
2+
* Copyright (c) 2023-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
33
*/
44
package com.marklogic.langchain4j.splitter;
55

marklogic-spark-api/src/main/java/com/marklogic/spark/ConnectorException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2024 MarkLogic Corporation. All Rights Reserved.
2+
* Copyright (c) 2023-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
33
*/
44
package com.marklogic.spark;
55

marklogic-spark-api/src/main/java/com/marklogic/spark/Context.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2025 MarkLogic Corporation. All Rights Reserved.
2+
* Copyright (c) 2023-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
33
*/
44
package com.marklogic.spark;
55

0 commit comments

Comments
 (0)