Skip to content

Commit 6e45958

Browse files
committed
Updated copyrights on files modified in 2025
Added little test program to do this dynamically. May turn that into something more easily reused soon.
1 parent a03567c commit 6e45958

File tree

176 files changed

+221
-175
lines changed

Some content is hidden

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

176 files changed

+221
-175
lines changed

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 © 2024 MarkLogic Corporation. All Rights Reserved.
2+
* Copyright © 2025 MarkLogic Corporation. 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 © 2024 MarkLogic Corporation. All Rights Reserved.
2+
* Copyright © 2025 MarkLogic Corporation. All Rights Reserved.
33
*/
44
package com.marklogic.langchain4j.embedding;
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 © 2024 MarkLogic Corporation. All Rights Reserved.
2+
* Copyright © 2025 MarkLogic Corporation. 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 © 2024 MarkLogic Corporation. All Rights Reserved.
2+
* Copyright © 2025 MarkLogic Corporation. All Rights Reserved.
33
*/
44
package com.marklogic.langchain4j.splitter;
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 © 2024 MarkLogic Corporation. All Rights Reserved.
2+
* Copyright © 2025 MarkLogic Corporation. All Rights Reserved.
33
*/
44
package com.marklogic.spark;
55

marklogic-spark-api/src/main/java/com/marklogic/spark/Util.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 © 2025 MarkLogic Corporation. All Rights Reserved.
33
*/
44
package com.marklogic.spark;
55

marklogic-spark-api/src/main/java/com/marklogic/spark/core/embedding/Chunk.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 © 2025 MarkLogic Corporation. All Rights Reserved.
33
*/
44
package com.marklogic.spark.core.embedding;
55

marklogic-spark-api/src/main/java/com/marklogic/spark/core/embedding/ChunkSelector.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 © 2025 MarkLogic Corporation. All Rights Reserved.
33
*/
44
package com.marklogic.spark.core.embedding;
55

marklogic-spark-api/src/main/java/com/marklogic/spark/core/embedding/DOMChunk.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 © 2025 MarkLogic Corporation. All Rights Reserved.
33
*/
44
package com.marklogic.spark.core.embedding;
55

marklogic-spark-api/src/main/java/com/marklogic/spark/core/embedding/DOMChunkSelector.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 © 2025 MarkLogic Corporation. All Rights Reserved.
33
*/
44
package com.marklogic.spark.core.embedding;
55

0 commit comments

Comments
 (0)