Skip to content

Commit a0ecb3a

Browse files
committed
Fix compatibility and copyright date
1 parent e0269c2 commit a0ecb3a

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2021, 2024 Oracle and/or its affiliates.
1+
Copyright (c) 2019, 2023 Oracle and/or its affiliates.
22

33
The Universal Permissive License (UPL), Version 1.0
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Please consult the [security guide](./SECURITY.md) for our responsible security
3434

3535

3636
## License
37-
Copyright (c) 2022, 2023, 2024, 2025 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
37+
Copyright (c) 2019, 2023 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
3838

3939
By installing SuiteCloud CLI for Node.js, you are accepting the installation of the SuiteCloud SDK dependency under the [Oracle Free Use Terms and Conditions](https://www.oracle.com/downloads/licenses/oracle-free-license.html) license.
4040

packages/node-cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following table shows the CLI versions currently available in NPM.
2626
| CLI Versions Available in NPM | Available Since | Compatible NetSuite Version |
2727
|:-----------------------------:|:---------------:|:---------------------------:|
2828
| 3.0.X | 2025.1 | 2024.2 and 2025.1 |
29-
| 2.0.X | 2024.2 | 2024.1 and 2024.2 |
29+
| 2.0.X | 2024.2 | 2024.2 and 2025.1 |
3030

3131
## Installation
3232
Since CLI for Node.js is a development tool, use a global instance to install it by running the following command:
@@ -101,6 +101,6 @@ To read the 2025.1 NetSuite's release notes and documentation, check the followi
101101
SuiteCloud CLI for Node.js is an open source project. Pull Requests are currently not being accepted. See [Contributing](/CONTRIBUTING.md) for details.
102102

103103
## [License](/LICENSE.txt)
104-
Copyright (c) 2022, 2023, 2024, 2025 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
104+
Copyright (c) 2019, 2023 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
105105

106106
By installing SuiteCloud CLI for Node.js, you are accepting the installation of the SuiteCloud SDK dependency under the [Oracle Free Use Terms and Conditions](https://www.oracle.com/downloads/licenses/oracle-free-license.html) license.

packages/unit-testing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,4 +325,4 @@ describe('Sample test with user defined http module stub', () => {
325325
Suitecloud Unit Testing is an open source project. Pull requests are currently not being accepted. See [Contributing](/CONTRIBUTING.md) for details.
326326

327327
## [License](/LICENSE.txt)
328-
Copyright (c) 2023, 2024, 2025 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
328+
Copyright (c) 2019, 2023 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.

packages/vscode-extension/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
1+
Copyright (c) 2021, 2023 Oracle and/or its affiliates. All rights reserved.
22

33
The Universal Permissive License (UPL), Version 1.0
44

packages/vscode-extension/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following table shows the extension versions currently available in the Mark
2626
| Extension Versions Available in the Marketplace | Available Since | Compatible NetSuite Version |
2727
|:-----------------------------------------------:|:---------------:|:---------------------------:|
2828
| 3.0.0 | 2025.1 | 2024.2 and 2025.1 |
29-
| 2.0.X | 2024.2 | 2024.1 and 2024.2 |
29+
| 2.0.X | 2024.2 | 2024.2 and 2025.1 |
3030

3131
## Installing SuiteCloud Extension for Visual Studio Code
3232
To install SuiteCloud Extension for Visual Studio Code, follow these steps:
@@ -124,6 +124,6 @@ To read the 2025.1 NetSuite's release notes and documentation, check the followi
124124
SuiteCloud Extension for Visual Studio Code is an open source project. Pull Requests are currently not being accepted. See [Contributing](/CONTRIBUTING.md) for details.
125125

126126
## License
127-
Copyright (c) 2022, 2023, 2024, 2025 Oracle and/or its affiliates The Universal Permissive License (UPL), version 1.0. See [License](/LICENSE.txt) for details.
127+
Copyright (c) 2021, 2023 Oracle and/or its affiliates The Universal Permissive License (UPL), version 1.0. See [License](/LICENSE.txt) for details.
128128

129129
By installing SuiteCloud Extension for Visual Studio Code, you are accepting the installation of the SuiteCloud SDK dependency under the [Oracle Free Use Terms and Conditions](https://www.oracle.com/downloads/licenses/oracle-free-license.html) license.

0 commit comments

Comments
 (0)