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 5d352c46..376a046c 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,8 @@ "version": "3.3.90", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", + "enableO11y": true, + "o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics", "dependencies": { "@oclif/core": "^4", "@salesforce/core": "^8.24.0", diff --git a/src/commands/sobject/describe.ts b/src/commands/sobject/describe.ts index d69d535a..e2a58783 100644 --- a/src/commands/sobject/describe.ts +++ b/src/commands/sobject/describe.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/sobject/list.ts b/src/commands/sobject/list.ts index 0ba9dc5b..092dd8af 100644 --- a/src/commands/sobject/list.ts +++ b/src/commands/sobject/list.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/sobject/describe.test.ts b/test/commands/sobject/describe.test.ts index 1e6fc616..28d3f059 100644 --- a/test/commands/sobject/describe.test.ts +++ b/test/commands/sobject/describe.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/sobject/list.test.ts b/test/commands/sobject/list.test.ts index 8777e081..069ec089 100644 --- a/test/commands/sobject/list.test.ts +++ b/test/commands/sobject/list.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/schema.nut.ts b/test/schema.nut.ts index 6fe9cfbc..0f2ff705 100644 --- a/test/schema.nut.ts +++ b/test/schema.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.