From c275f59a12518b0800f01aaf601f049655baa0f3 Mon Sep 17 00:00:00 2001 From: Elliot Date: Mon, 9 Jun 2025 12:39:51 -0500 Subject: [PATCH 1/3] update request to extend headers passed (#40) * update request to extend headers passed * yarn format:write --- LICENSE | 2 +- fixtures/ts-cjs-template/dist/index.js | 2 +- fixtures/ts-cjs-template/index.ts | 2 +- resources/license-header.js | 2 +- src/add-ons/heroku-applink.ts | 2 +- src/index.ts | 2 +- src/sdk/bulk-api.ts | 2 +- src/sdk/context.ts | 2 +- src/sdk/data-api.ts | 2 +- src/sdk/data-cloud-api.ts | 2 +- src/sdk/invocation-event.ts | 2 +- src/sdk/logger.ts | 2 +- src/sdk/org.ts | 2 +- src/sdk/sub-request.ts | 2 +- src/sdk/unit-of-work.ts | 2 +- src/sdk/user.ts | 2 +- src/utils/addon-config.ts | 2 +- src/utils/base-logger.ts | 2 +- src/utils/create-connections.ts | 2 +- src/utils/maps.ts | 2 +- src/utils/request.ts | 2 +- test/add-ons/heroku-applink.test.ts | 2 +- test/logger.ts | 2 +- test/sdk/bulk-api.test.ts | 2 +- test/sdk/data-api.ts | 2 +- test/setup.ts | 2 +- test/utils/addon-config.test.ts | 2 +- test/utils/maps.ts | 2 +- test/utils/request.test.ts | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/LICENSE b/LICENSE index 2e30c1f..68f60b6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2024, Salesforce.com, Inc. +Copyright (c) 2025, Salesforce.com, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/fixtures/ts-cjs-template/dist/index.js b/fixtures/ts-cjs-template/dist/index.js index 2527ccd..fe60997 100644 --- a/fixtures/ts-cjs-template/dist/index.js +++ b/fixtures/ts-cjs-template/dist/index.js @@ -1,6 +1,6 @@ "use strict"; /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/fixtures/ts-cjs-template/index.ts b/fixtures/ts-cjs-template/index.ts index f1fa941..327c71b 100644 --- a/fixtures/ts-cjs-template/index.ts +++ b/fixtures/ts-cjs-template/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/resources/license-header.js b/resources/license-header.js index 8cdd6a5..b316103 100644 --- a/resources/license-header.js +++ b/resources/license-header.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/add-ons/heroku-applink.ts b/src/add-ons/heroku-applink.ts index a8277b9..1138f0d 100644 --- a/src/add-ons/heroku-applink.ts +++ b/src/add-ons/heroku-applink.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/index.ts b/src/index.ts index c21fcde..b0663f2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/sdk/bulk-api.ts b/src/sdk/bulk-api.ts index 921c42d..3a38a9b 100644 --- a/src/sdk/bulk-api.ts +++ b/src/sdk/bulk-api.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/sdk/context.ts b/src/sdk/context.ts index 1ea837c..7ecbb62 100644 --- a/src/sdk/context.ts +++ b/src/sdk/context.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/sdk/data-api.ts b/src/sdk/data-api.ts index 1013c33..bb9f2a0 100644 --- a/src/sdk/data-api.ts +++ b/src/sdk/data-api.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/sdk/data-cloud-api.ts b/src/sdk/data-cloud-api.ts index 2c0ca68..602f1da 100644 --- a/src/sdk/data-cloud-api.ts +++ b/src/sdk/data-cloud-api.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/sdk/invocation-event.ts b/src/sdk/invocation-event.ts index cea8bcd..f5746cc 100644 --- a/src/sdk/invocation-event.ts +++ b/src/sdk/invocation-event.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/sdk/logger.ts b/src/sdk/logger.ts index f67eafc..13269b2 100644 --- a/src/sdk/logger.ts +++ b/src/sdk/logger.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/sdk/org.ts b/src/sdk/org.ts index 02196b1..3111c7f 100644 --- a/src/sdk/org.ts +++ b/src/sdk/org.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/sdk/sub-request.ts b/src/sdk/sub-request.ts index 87930a8..eef8b86 100644 --- a/src/sdk/sub-request.ts +++ b/src/sdk/sub-request.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/sdk/unit-of-work.ts b/src/sdk/unit-of-work.ts index 44e50de..f51fdd0 100644 --- a/src/sdk/unit-of-work.ts +++ b/src/sdk/unit-of-work.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/sdk/user.ts b/src/sdk/user.ts index 088c819..ae5995e 100644 --- a/src/sdk/user.ts +++ b/src/sdk/user.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/utils/addon-config.ts b/src/utils/addon-config.ts index c5c9783..0ab6b76 100644 --- a/src/utils/addon-config.ts +++ b/src/utils/addon-config.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/utils/base-logger.ts b/src/utils/base-logger.ts index 82c893b..58a516d 100644 --- a/src/utils/base-logger.ts +++ b/src/utils/base-logger.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/utils/create-connections.ts b/src/utils/create-connections.ts index 12e654d..68881e2 100644 --- a/src/utils/create-connections.ts +++ b/src/utils/create-connections.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/utils/maps.ts b/src/utils/maps.ts index 6dff001..f22d308 100644 --- a/src/utils/maps.ts +++ b/src/utils/maps.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/utils/request.ts b/src/utils/request.ts index 38f7bee..2821f64 100644 --- a/src/utils/request.ts +++ b/src/utils/request.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/test/add-ons/heroku-applink.test.ts b/test/add-ons/heroku-applink.test.ts index 729d8fe..923304e 100644 --- a/test/add-ons/heroku-applink.test.ts +++ b/test/add-ons/heroku-applink.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/test/logger.ts b/test/logger.ts index be8c9cc..120d0fe 100644 --- a/test/logger.ts +++ b/test/logger.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/test/sdk/bulk-api.test.ts b/test/sdk/bulk-api.test.ts index 0c69ad5..9db31e8 100644 --- a/test/sdk/bulk-api.test.ts +++ b/test/sdk/bulk-api.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/test/sdk/data-api.ts b/test/sdk/data-api.ts index bb8835a..fce2263 100644 --- a/test/sdk/data-api.ts +++ b/test/sdk/data-api.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/test/setup.ts b/test/setup.ts index 566249b..5ec3114 100644 --- a/test/setup.ts +++ b/test/setup.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/test/utils/addon-config.test.ts b/test/utils/addon-config.test.ts index 36f26f3..9dc876a 100644 --- a/test/utils/addon-config.test.ts +++ b/test/utils/addon-config.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/test/utils/maps.ts b/test/utils/maps.ts index 98e8c37..1c871fd 100644 --- a/test/utils/maps.ts +++ b/test/utils/maps.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/test/utils/request.test.ts b/test/utils/request.test.ts index 3b2e0cc..70fef27 100644 --- a/test/utils/request.test.ts +++ b/test/utils/request.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024, salesforce.com, inc. + * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause From f502468dc3b27b91226999cc04bf48a22b23fa61 Mon Sep 17 00:00:00 2001 From: Elliot Date: Mon, 9 Jun 2025 12:50:19 -0500 Subject: [PATCH 2/3] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb33e01..0215cde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,3 +23,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - Update `HttpRequestUtil.request` documentation +- Update license year From 313c373efbdf4a65cfeeb54890d39d25e1d79706 Mon Sep 17 00:00:00 2001 From: Elliot Date: Mon, 9 Jun 2025 12:51:59 -0500 Subject: [PATCH 3/3] fix inconsistent capitalization --- fixtures/ts-cjs-template/dist/index.js | 2 +- fixtures/ts-cjs-template/index.ts | 2 +- resources/license-header.js | 2 +- src/add-ons/heroku-applink.ts | 2 +- src/index.ts | 2 +- src/sdk/bulk-api.ts | 2 +- src/sdk/context.ts | 2 +- src/sdk/data-api.ts | 2 +- src/sdk/data-cloud-api.ts | 2 +- src/sdk/invocation-event.ts | 2 +- src/sdk/logger.ts | 2 +- src/sdk/org.ts | 2 +- src/sdk/sub-request.ts | 2 +- src/sdk/unit-of-work.ts | 2 +- src/sdk/user.ts | 2 +- src/utils/addon-config.ts | 2 +- src/utils/base-logger.ts | 2 +- src/utils/create-connections.ts | 2 +- src/utils/maps.ts | 2 +- src/utils/request.ts | 2 +- test/add-ons/heroku-applink.test.ts | 2 +- test/logger.ts | 2 +- test/sdk/bulk-api.test.ts | 2 +- test/sdk/data-api.ts | 2 +- test/setup.ts | 2 +- test/utils/addon-config.test.ts | 2 +- test/utils/maps.ts | 2 +- test/utils/request.test.ts | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/fixtures/ts-cjs-template/dist/index.js b/fixtures/ts-cjs-template/dist/index.js index fe60997..f16c966 100644 --- a/fixtures/ts-cjs-template/dist/index.js +++ b/fixtures/ts-cjs-template/dist/index.js @@ -1,6 +1,6 @@ "use strict"; /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/fixtures/ts-cjs-template/index.ts b/fixtures/ts-cjs-template/index.ts index 327c71b..7c0cb98 100644 --- a/fixtures/ts-cjs-template/index.ts +++ b/fixtures/ts-cjs-template/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/resources/license-header.js b/resources/license-header.js index b316103..1831b16 100644 --- a/resources/license-header.js +++ b/resources/license-header.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/add-ons/heroku-applink.ts b/src/add-ons/heroku-applink.ts index 1138f0d..b02ec7b 100644 --- a/src/add-ons/heroku-applink.ts +++ b/src/add-ons/heroku-applink.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/index.ts b/src/index.ts index b0663f2..75d22f8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/sdk/bulk-api.ts b/src/sdk/bulk-api.ts index 3a38a9b..4a98bf5 100644 --- a/src/sdk/bulk-api.ts +++ b/src/sdk/bulk-api.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/sdk/context.ts b/src/sdk/context.ts index 7ecbb62..5d6a395 100644 --- a/src/sdk/context.ts +++ b/src/sdk/context.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/sdk/data-api.ts b/src/sdk/data-api.ts index bb9f2a0..3f34a3a 100644 --- a/src/sdk/data-api.ts +++ b/src/sdk/data-api.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/sdk/data-cloud-api.ts b/src/sdk/data-cloud-api.ts index 602f1da..1a22e07 100644 --- a/src/sdk/data-cloud-api.ts +++ b/src/sdk/data-cloud-api.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/sdk/invocation-event.ts b/src/sdk/invocation-event.ts index f5746cc..892b115 100644 --- a/src/sdk/invocation-event.ts +++ b/src/sdk/invocation-event.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/sdk/logger.ts b/src/sdk/logger.ts index 13269b2..8cfb1db 100644 --- a/src/sdk/logger.ts +++ b/src/sdk/logger.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/sdk/org.ts b/src/sdk/org.ts index 3111c7f..8b027f1 100644 --- a/src/sdk/org.ts +++ b/src/sdk/org.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/sdk/sub-request.ts b/src/sdk/sub-request.ts index eef8b86..e4c5320 100644 --- a/src/sdk/sub-request.ts +++ b/src/sdk/sub-request.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/sdk/unit-of-work.ts b/src/sdk/unit-of-work.ts index f51fdd0..2c0c54f 100644 --- a/src/sdk/unit-of-work.ts +++ b/src/sdk/unit-of-work.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/sdk/user.ts b/src/sdk/user.ts index ae5995e..dbf7e3f 100644 --- a/src/sdk/user.ts +++ b/src/sdk/user.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/utils/addon-config.ts b/src/utils/addon-config.ts index 0ab6b76..834d8de 100644 --- a/src/utils/addon-config.ts +++ b/src/utils/addon-config.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/utils/base-logger.ts b/src/utils/base-logger.ts index 58a516d..84142d5 100644 --- a/src/utils/base-logger.ts +++ b/src/utils/base-logger.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/utils/create-connections.ts b/src/utils/create-connections.ts index 68881e2..9086636 100644 --- a/src/utils/create-connections.ts +++ b/src/utils/create-connections.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/utils/maps.ts b/src/utils/maps.ts index f22d308..54c8c09 100644 --- a/src/utils/maps.ts +++ b/src/utils/maps.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/src/utils/request.ts b/src/utils/request.ts index 2821f64..8ec180e 100644 --- a/src/utils/request.ts +++ b/src/utils/request.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/test/add-ons/heroku-applink.test.ts b/test/add-ons/heroku-applink.test.ts index 923304e..5c3be9a 100644 --- a/test/add-ons/heroku-applink.test.ts +++ b/test/add-ons/heroku-applink.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/test/logger.ts b/test/logger.ts index 120d0fe..195af08 100644 --- a/test/logger.ts +++ b/test/logger.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/test/sdk/bulk-api.test.ts b/test/sdk/bulk-api.test.ts index 9db31e8..6ea76c1 100644 --- a/test/sdk/bulk-api.test.ts +++ b/test/sdk/bulk-api.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/test/sdk/data-api.ts b/test/sdk/data-api.ts index fce2263..8df9e2a 100644 --- a/test/sdk/data-api.ts +++ b/test/sdk/data-api.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/test/setup.ts b/test/setup.ts index 5ec3114..a12d282 100644 --- a/test/setup.ts +++ b/test/setup.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/test/utils/addon-config.test.ts b/test/utils/addon-config.test.ts index 9dc876a..dfb1fca 100644 --- a/test/utils/addon-config.test.ts +++ b/test/utils/addon-config.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/test/utils/maps.ts b/test/utils/maps.ts index 1c871fd..93b02a1 100644 --- a/test/utils/maps.ts +++ b/test/utils/maps.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause diff --git a/test/utils/request.test.ts b/test/utils/request.test.ts index 70fef27..11e3be9 100644 --- a/test/utils/request.test.ts +++ b/test/utils/request.test.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, salesforce.com, inc. + * Copyright (c) 2025, Salesforce.com, Inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause