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 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..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) 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..7c0cb98 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..1831b16 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..b02ec7b 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..75d22f8 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..4a98bf5 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..5d6a395 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..3f34a3a 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..1a22e07 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..892b115 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..8cfb1db 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..8b027f1 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..e4c5320 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..2c0c54f 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..dbf7e3f 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..834d8de 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..84142d5 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..9086636 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..54c8c09 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..8ec180e 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..5c3be9a 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..195af08 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..6ea76c1 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..8df9e2a 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..a12d282 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..dfb1fca 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..93b02a1 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..11e3be9 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