diff --git a/LICENSE.txt b/LICENSE.txt index ca35d0df..1aeebc57 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ Apache License Version 2.0 -Copyright (c) 2025 Salesforce, Inc. +Copyright (c) 2026 Salesforce, Inc. All rights reserved. Apache License diff --git a/package.json b/package.json index ce0624bd..f684e672 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,8 @@ "version": "3.3.74", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", + "enableO11y": true, + "o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics", "dependencies": { "@salesforce/core": "^8.24.0", "@salesforce/sf-plugins-core": "^12.2.6" diff --git a/src/commands/org/list/limits.ts b/src/commands/org/list/limits.ts index 5703d53b..d1db83ea 100644 --- a/src/commands/org/list/limits.ts +++ b/src/commands/org/list/limits.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/org/list/sobject/record-counts.ts b/src/commands/org/list/sobject/record-counts.ts index b2a093db..b71d6cce 100644 --- a/src/commands/org/list/sobject/record-counts.ts +++ b/src/commands/org/list/sobject/record-counts.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/index.ts b/src/index.ts index 711be5d1..a9d99ece 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/display.nut.ts b/test/commands/display.nut.ts index 9b8667c4..dc9708e0 100644 --- a/test/commands/display.nut.ts +++ b/test/commands/display.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/display.test.ts b/test/commands/display.test.ts index 9e60998e..39d374fe 100644 --- a/test/commands/display.test.ts +++ b/test/commands/display.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/recordcounts.nut.ts b/test/commands/recordcounts.nut.ts index d22e7770..8ef69db9 100644 --- a/test/commands/recordcounts.nut.ts +++ b/test/commands/recordcounts.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/recordcounts.test.ts b/test/commands/recordcounts.test.ts index 0b92a58f..98df88c8 100644 --- a/test/commands/recordcounts.test.ts +++ b/test/commands/recordcounts.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.