Skip to content

Commit afe37be

Browse files
committed
MLE-22652 Updating copyright
Using the new format on all java/groovy/kt files.
1 parent 5c9112e commit afe37be

File tree

1,040 files changed

+1279
-978
lines changed

Some content is hidden

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

1,040 files changed

+1279
-978
lines changed

examples/src/main/java/com/marklogic/client/example/cookbook/AllCookbookExamples.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) 2010-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
33
*/
44
package com.marklogic.client.example.cookbook;
55

examples/src/main/java/com/marklogic/client/example/cookbook/ClientCreator.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) 2010-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
33
*/
44
package com.marklogic.client.example.cookbook;
55

examples/src/main/java/com/marklogic/client/example/cookbook/ConfigureOkHttp.java

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

36
import com.marklogic.client.DatabaseClientFactory;

examples/src/main/java/com/marklogic/client/example/cookbook/DocumentDelete.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) 2010-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
33
*/
44
package com.marklogic.client.example.cookbook;
55

examples/src/main/java/com/marklogic/client/example/cookbook/DocumentFormats.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) 2010-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
33
*/
44
package com.marklogic.client.example.cookbook;
55

examples/src/main/java/com/marklogic/client/example/cookbook/DocumentMetadataRead.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) 2010-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
33
*/
44
package com.marklogic.client.example.cookbook;
55

examples/src/main/java/com/marklogic/client/example/cookbook/DocumentMetadataWrite.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) 2010-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
33
*/
44
package com.marklogic.client.example.cookbook;
55

examples/src/main/java/com/marklogic/client/example/cookbook/DocumentOutputStream.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) 2010-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
33
*/
44
package com.marklogic.client.example.cookbook;
55

examples/src/main/java/com/marklogic/client/example/cookbook/DocumentRead.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) 2010-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
33
*/
44
package com.marklogic.client.example.cookbook;
55

examples/src/main/java/com/marklogic/client/example/cookbook/DocumentReadTransform.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) 2010-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
33
*/
44
package com.marklogic.client.example.cookbook;
55

0 commit comments

Comments
 (0)