diff --git a/examples/apiary_scenarios/asset_accept_workflow.js b/examples/apiary_scenarios/asset_accept_workflow.js index 828d394..17dfdea 100644 --- a/examples/apiary_scenarios/asset_accept_workflow.js +++ b/examples/apiary_scenarios/asset_accept_workflow.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const { ConnectClient, Fulfillment } = require('@cloudblueconnect/connect-javascript-sdk'); const fetch = require('node-fetch'); diff --git a/examples/apiary_scenarios/asset_request_workflow.js b/examples/apiary_scenarios/asset_request_workflow.js index e3f717b..a4641da 100644 --- a/examples/apiary_scenarios/asset_request_workflow.js +++ b/examples/apiary_scenarios/asset_request_workflow.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const { ConnectClient, Fulfillment } = require('@cloudblueconnect/connect-javascript-sdk'); const fetch = require('node-fetch'); diff --git a/index.js b/index.js index 690b57d..5f902dd 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ module.exports = require('./lib/connect'); diff --git a/lib/connect/api/accounts.js b/lib/connect/api/accounts.js index 2d91460..e57c964 100644 --- a/lib/connect/api/accounts.js +++ b/lib/connect/api/accounts.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ /* eslint-disable max-classes-per-file */ diff --git a/lib/connect/api/assets.js b/lib/connect/api/assets.js index 720cdb7..d85347f 100644 --- a/lib/connect/api/assets.js +++ b/lib/connect/api/assets.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ /* eslint-disable max-classes-per-file */ diff --git a/lib/connect/api/base.js b/lib/connect/api/base.js index 6e4f599..e27437c 100644 --- a/lib/connect/api/base.js +++ b/lib/connect/api/base.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const { buildUrl } = require('./utils'); diff --git a/lib/connect/api/billingRequests.js b/lib/connect/api/billingRequests.js index 75726c2..184fda3 100644 --- a/lib/connect/api/billingRequests.js +++ b/lib/connect/api/billingRequests.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const GenericResource = require('./base'); diff --git a/lib/connect/api/cases.js b/lib/connect/api/cases.js index 716a2f2..ae741fd 100644 --- a/lib/connect/api/cases.js +++ b/lib/connect/api/cases.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ /* eslint-disable max-classes-per-file */ diff --git a/lib/connect/api/conversations.js b/lib/connect/api/conversations.js index 5625a93..64a2412 100644 --- a/lib/connect/api/conversations.js +++ b/lib/connect/api/conversations.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ /* eslint-disable max-classes-per-file */ diff --git a/lib/connect/api/errors.js b/lib/connect/api/errors.js index 900758b..c5db44c 100644 --- a/lib/connect/api/errors.js +++ b/lib/connect/api/errors.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ /* eslint-disable max-classes-per-file */ diff --git a/lib/connect/api/hubs.js b/lib/connect/api/hubs.js index dca67ad..c2da6ad 100644 --- a/lib/connect/api/hubs.js +++ b/lib/connect/api/hubs.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const GenericResource = require('./base'); diff --git a/lib/connect/api/index.js b/lib/connect/api/index.js index 2b3bc59..ab51d5e 100644 --- a/lib/connect/api/index.js +++ b/lib/connect/api/index.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const GenericResource = require('./base'); diff --git a/lib/connect/api/listingRequests.js b/lib/connect/api/listingRequests.js index 8a2557f..e0a73b8 100644 --- a/lib/connect/api/listingRequests.js +++ b/lib/connect/api/listingRequests.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const GenericResource = require('./base'); diff --git a/lib/connect/api/products.js b/lib/connect/api/products.js index 4340b0c..50a0164 100644 --- a/lib/connect/api/products.js +++ b/lib/connect/api/products.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ /* eslint-disable max-classes-per-file */ diff --git a/lib/connect/api/recurringAssets.js b/lib/connect/api/recurringAssets.js index 76a4c59..c057bb3 100644 --- a/lib/connect/api/recurringAssets.js +++ b/lib/connect/api/recurringAssets.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const GenericResource = require('./base'); diff --git a/lib/connect/api/requests.js b/lib/connect/api/requests.js index 93345b6..754518c 100644 --- a/lib/connect/api/requests.js +++ b/lib/connect/api/requests.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const GenericResource = require('./base'); diff --git a/lib/connect/api/tierAccountRequests.js b/lib/connect/api/tierAccountRequests.js index ae9dfff..e193dd8 100644 --- a/lib/connect/api/tierAccountRequests.js +++ b/lib/connect/api/tierAccountRequests.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const GenericResource = require('./base'); diff --git a/lib/connect/api/tierAccounts.js b/lib/connect/api/tierAccounts.js index 609d896..a765ecc 100644 --- a/lib/connect/api/tierAccounts.js +++ b/lib/connect/api/tierAccounts.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ /* eslint-disable max-classes-per-file */ diff --git a/lib/connect/api/tierConfigRequests.js b/lib/connect/api/tierConfigRequests.js index c532528..147078b 100644 --- a/lib/connect/api/tierConfigRequests.js +++ b/lib/connect/api/tierConfigRequests.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const GenericResource = require('./base'); diff --git a/lib/connect/api/tierConfigs.js b/lib/connect/api/tierConfigs.js index bac345f..45490a9 100644 --- a/lib/connect/api/tierConfigs.js +++ b/lib/connect/api/tierConfigs.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const GenericResource = require('./base'); diff --git a/lib/connect/api/usageAggregates.js b/lib/connect/api/usageAggregates.js index d9ce8e5..f0ec491 100644 --- a/lib/connect/api/usageAggregates.js +++ b/lib/connect/api/usageAggregates.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ /* eslint-disable max-classes-per-file */ diff --git a/lib/connect/api/usageChunks.js b/lib/connect/api/usageChunks.js index 8f447da..6a4d5d2 100644 --- a/lib/connect/api/usageChunks.js +++ b/lib/connect/api/usageChunks.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ /* eslint-disable max-classes-per-file */ diff --git a/lib/connect/api/usageFiles.js b/lib/connect/api/usageFiles.js index 6769a24..fc6d0a3 100644 --- a/lib/connect/api/usageFiles.js +++ b/lib/connect/api/usageFiles.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ /* eslint-disable max-classes-per-file */ diff --git a/lib/connect/api/usageReconciliations.js b/lib/connect/api/usageReconciliations.js index 3cdcf69..8073727 100644 --- a/lib/connect/api/usageReconciliations.js +++ b/lib/connect/api/usageReconciliations.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ /* eslint-disable max-classes-per-file */ diff --git a/lib/connect/api/usageRecords.js b/lib/connect/api/usageRecords.js index 0578196..8a4d001 100644 --- a/lib/connect/api/usageRecords.js +++ b/lib/connect/api/usageRecords.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ /* eslint-disable max-classes-per-file */ diff --git a/lib/connect/api/utils.js b/lib/connect/api/utils.js index 52da542..37b027d 100644 --- a/lib/connect/api/utils.js +++ b/lib/connect/api/utils.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const { pickBy, diff --git a/lib/connect/api/webhooks.js b/lib/connect/api/webhooks.js index bcb656c..ffc4515 100644 --- a/lib/connect/api/webhooks.js +++ b/lib/connect/api/webhooks.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const GenericResource = require('./base'); diff --git a/lib/connect/client.js b/lib/connect/client.js index a9ecbf3..ea481da 100644 --- a/lib/connect/client.js +++ b/lib/connect/client.js @@ -1,7 +1,7 @@ /* -* This file is part of the Ingram Micro Cloud Blue Connect SDK. +* This file is part of the CloudBlue Connect SDK. * -* @copyright (c) 2020. Ingram Micro. All Rights Reserved. +* @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const { mergeDeepRight } = require('ramda'); diff --git a/lib/connect/http/adapter.js b/lib/connect/http/adapter.js index 6b6f049..2f5c0b0 100644 --- a/lib/connect/http/adapter.js +++ b/lib/connect/http/adapter.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ /* eslint max-classes-per-file: "off" */ diff --git a/lib/connect/http/index.js b/lib/connect/http/index.js index 8d76ee0..bb22ca2 100644 --- a/lib/connect/http/index.js +++ b/lib/connect/http/index.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ module.exports = require('./adapter'); diff --git a/lib/connect/index.js b/lib/connect/index.js index 12c1c8b..eb53ef2 100644 --- a/lib/connect/index.js +++ b/lib/connect/index.js @@ -1,7 +1,7 @@ /* -* This file is part of the Ingram Micro Cloud Blue Connect SDK. +* This file is part of the CloudBlue Connect SDK. * -* @copyright (c) 2020. Ingram Micro. All Rights Reserved. +* @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const { AbstractHttpAdapter } = require('./http'); diff --git a/lib/connect/ops/directory.js b/lib/connect/ops/directory.js index d601d44..6effb7f 100644 --- a/lib/connect/ops/directory.js +++ b/lib/connect/ops/directory.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ /** diff --git a/lib/connect/ops/fulfillment.js b/lib/connect/ops/fulfillment.js index 7584e52..dda48ef 100644 --- a/lib/connect/ops/fulfillment.js +++ b/lib/connect/ops/fulfillment.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const { filter } = require('ramda'); diff --git a/lib/connect/ops/index.js b/lib/connect/ops/index.js index f951f69..26626c2 100644 --- a/lib/connect/ops/index.js +++ b/lib/connect/ops/index.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const Fulfillment = require('./fulfillment'); diff --git a/lib/connect/ops/inventory.js b/lib/connect/ops/inventory.js index fba0342..6fb44be 100644 --- a/lib/connect/ops/inventory.js +++ b/lib/connect/ops/inventory.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const { filter } = require('ramda'); diff --git a/lib/connect/ops/listings.js b/lib/connect/ops/listings.js index 443f849..780e1c1 100644 --- a/lib/connect/ops/listings.js +++ b/lib/connect/ops/listings.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ /** diff --git a/lib/connect/ops/subscriptions.js b/lib/connect/ops/subscriptions.js index 7dbac31..e6c1289 100644 --- a/lib/connect/ops/subscriptions.js +++ b/lib/connect/ops/subscriptions.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ /** diff --git a/lib/connect/rql.js b/lib/connect/rql.js index b4f650c..cfc816e 100644 --- a/lib/connect/rql.js +++ b/lib/connect/rql.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ /* eslint-disable arrow-parens */ diff --git a/lib/connect/utils.js b/lib/connect/utils.js index 50f0810..f814217 100644 --- a/lib/connect/utils.js +++ b/lib/connect/utils.js @@ -1,7 +1,7 @@ /* - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const { diff --git a/mddocs.js b/mddocs.js index 31bec7b..e672fa1 100644 --- a/mddocs.js +++ b/mddocs.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const { promisify } = require('util'); diff --git a/package.json b/package.json index 4a71489..f373385 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "cloudblue", "connect" ], - "author": "Ingram Micro Inc", + "author": "CloudBlue", "license": "Apache-2.0", "bugs": { "url": "https://github.com/cloudblue/connect-javascript-sdk/issues" diff --git a/tests/helpers/setup.js b/tests/helpers/setup.js index 61e7aee..c3e9caa 100644 --- a/tests/helpers/setup.js +++ b/tests/helpers/setup.js @@ -1,6 +1,6 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ require('jest-fetch-mock').enableMocks(); \ No newline at end of file diff --git a/tests/specs/connect/api/accounts.spec.js b/tests/specs/connect/api/accounts.spec.js index 28ca7fc..16b6563 100644 --- a/tests/specs/connect/api/accounts.spec.js +++ b/tests/specs/connect/api/accounts.spec.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ diff --git a/tests/specs/connect/api/assets.spec.js b/tests/specs/connect/api/assets.spec.js index 9b71e86..55fa25f 100644 --- a/tests/specs/connect/api/assets.spec.js +++ b/tests/specs/connect/api/assets.spec.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const { converge, concat, compose, toUpper, head, tail } = require('ramda'); diff --git a/tests/specs/connect/api/base.spec.js b/tests/specs/connect/api/base.spec.js index e41edb2..b02b05c 100644 --- a/tests/specs/connect/api/base.spec.js +++ b/tests/specs/connect/api/base.spec.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ diff --git a/tests/specs/connect/api/billingRequests.spec.js b/tests/specs/connect/api/billingRequests.spec.js index 8b4c125..6f7b0ae 100644 --- a/tests/specs/connect/api/billingRequests.spec.js +++ b/tests/specs/connect/api/billingRequests.spec.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const BillingRequestResource = require('../../../../lib/connect/api/billingRequests'); diff --git a/tests/specs/connect/api/cases.spec.js b/tests/specs/connect/api/cases.spec.js index dac0908..fa26be9 100644 --- a/tests/specs/connect/api/cases.spec.js +++ b/tests/specs/connect/api/cases.spec.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const { converge, concat, compose, toUpper, head, tail } = require('ramda'); diff --git a/tests/specs/connect/api/conversations.spec.js b/tests/specs/connect/api/conversations.spec.js index 9a46790..1e063e8 100644 --- a/tests/specs/connect/api/conversations.spec.js +++ b/tests/specs/connect/api/conversations.spec.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ diff --git a/tests/specs/connect/api/errors.spec.js b/tests/specs/connect/api/errors.spec.js index e2a7b30..9b7f722 100644 --- a/tests/specs/connect/api/errors.spec.js +++ b/tests/specs/connect/api/errors.spec.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const { APIError } = require('../../../../lib/connect/api/errors'); diff --git a/tests/specs/connect/api/listingRequests.spec.js b/tests/specs/connect/api/listingRequests.spec.js index 80bc594..47a86be 100644 --- a/tests/specs/connect/api/listingRequests.spec.js +++ b/tests/specs/connect/api/listingRequests.spec.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const ListingRequestResource = require('../../../../lib/connect/api/listingRequests'); diff --git a/tests/specs/connect/api/products.spec.js b/tests/specs/connect/api/products.spec.js index 1742ae5..3a3967e 100644 --- a/tests/specs/connect/api/products.spec.js +++ b/tests/specs/connect/api/products.spec.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const { converge, concat, compose, toUpper, head, tail } = require('ramda'); diff --git a/tests/specs/connect/api/requests.spec.js b/tests/specs/connect/api/requests.spec.js index e96864e..3a32a2f 100644 --- a/tests/specs/connect/api/requests.spec.js +++ b/tests/specs/connect/api/requests.spec.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const RequestResource = require('../../../../lib/connect/api/requests'); diff --git a/tests/specs/connect/api/tierAccountRequests.spec.js b/tests/specs/connect/api/tierAccountRequests.spec.js index 06c5b35..474e2f6 100644 --- a/tests/specs/connect/api/tierAccountRequests.spec.js +++ b/tests/specs/connect/api/tierAccountRequests.spec.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const TierAccountRequestResource = require('../../../../lib/connect/api/tierAccountRequests'); diff --git a/tests/specs/connect/api/tierConfigRequests.spec.js b/tests/specs/connect/api/tierConfigRequests.spec.js index 961b5e6..d639ed7 100644 --- a/tests/specs/connect/api/tierConfigRequests.spec.js +++ b/tests/specs/connect/api/tierConfigRequests.spec.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const TierConfigRequestResource = require('../../../../lib/connect/api/tierConfigRequests'); diff --git a/tests/specs/connect/api/usageAggregates.spec.js b/tests/specs/connect/api/usageAggregates.spec.js index fb9c2ac..8db501b 100644 --- a/tests/specs/connect/api/usageAggregates.spec.js +++ b/tests/specs/connect/api/usageAggregates.spec.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const { converge, concat, compose, toUpper, head, tail } = require('ramda'); diff --git a/tests/specs/connect/api/usageChunks.spec.js b/tests/specs/connect/api/usageChunks.spec.js index 2e83007..ea71c3d 100644 --- a/tests/specs/connect/api/usageChunks.spec.js +++ b/tests/specs/connect/api/usageChunks.spec.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const { converge, concat, compose, toUpper, head, tail } = require('ramda'); diff --git a/tests/specs/connect/api/usageFiles.spec.js b/tests/specs/connect/api/usageFiles.spec.js index 5be0cd8..3b1ff8b 100644 --- a/tests/specs/connect/api/usageFiles.spec.js +++ b/tests/specs/connect/api/usageFiles.spec.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const { converge, concat, compose, toUpper, head, tail } = require('ramda'); diff --git a/tests/specs/connect/api/usageReconciliations.spec.js b/tests/specs/connect/api/usageReconciliations.spec.js index 7b848a0..68cc522 100644 --- a/tests/specs/connect/api/usageReconciliations.spec.js +++ b/tests/specs/connect/api/usageReconciliations.spec.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const { converge, concat, compose, toUpper, head, tail } = require('ramda'); diff --git a/tests/specs/connect/api/usageRecords.spec.js b/tests/specs/connect/api/usageRecords.spec.js index 38a674a..1439df4 100644 --- a/tests/specs/connect/api/usageRecords.spec.js +++ b/tests/specs/connect/api/usageRecords.spec.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const { converge, concat, compose, toUpper, head, tail } = require('ramda'); diff --git a/tests/specs/connect/client.spec.js b/tests/specs/connect/client.spec.js index 8471053..1d27499 100644 --- a/tests/specs/connect/client.spec.js +++ b/tests/specs/connect/client.spec.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ diff --git a/tests/specs/connect/http/adapter.spec.js b/tests/specs/connect/http/adapter.spec.js index c63d654..69e8506 100644 --- a/tests/specs/connect/http/adapter.spec.js +++ b/tests/specs/connect/http/adapter.spec.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const { AbstractHttpAdapter, DefaultHttpAdapter } = require('../../../../lib/connect/http/adapter'); diff --git a/tests/specs/connect/ops/fulfillment.spec.js b/tests/specs/connect/ops/fulfillment.spec.js index a80e096..01d9fc3 100644 --- a/tests/specs/connect/ops/fulfillment.spec.js +++ b/tests/specs/connect/ops/fulfillment.spec.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const { ConnectClient, Fulfillment } = require('../../../../index'); diff --git a/tests/specs/connect/rql.spec.js b/tests/specs/connect/rql.spec.js index 17e0b32..5d892a9 100644 --- a/tests/specs/connect/rql.spec.js +++ b/tests/specs/connect/rql.spec.js @@ -1,7 +1,7 @@ /** - * This file is part of the Ingram Micro Cloud Blue Connect SDK. + * This file is part of the CloudBlue Connect SDK. * - * @copyright (c) 2020. Ingram Micro. All Rights Reserved. + * @copyright (c) 2025 CloudBlue. All Rights Reserved. */ const { filterToQuery } = require('../../../lib/connect/rql');