Skip to content

Conversation

@anu3990
Copy link
Contributor

@anu3990 anu3990 commented Jul 17, 2025

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates copyright headers and notice files for the Node Client API, transitioning from MarkLogic Corporation licensing to Progress Software Corporation licensing. The changes replace Apache License version 2.0 copyright headers with new Progress Software Corporation copyright notices spanning 2015-2025.

  • Updates copyright headers from MarkLogic Corporation to Progress Software Corporation across all test files
  • Standardizes copyright format to "Copyright © 2015-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved."
  • Maintains file functionality while updating legal attribution



var a = "hello";
avar b = "world";
Copy link

Copilot AI Jul 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a syntax error in the variable declaration. 'avar' should be 'var'.

Suggested change
avar b = "world";
var b = "world";

Copilot uses AI. Check for mistakes.
*/


avar num1;
Copy link

Copilot AI Jul 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a syntax error in the variable declaration. 'avar' should be 'var'.

Suggested change
avar num1;
var num1;

Copilot uses AI. Check for mistakes.
@anu3990 anu3990 closed this Jul 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant