From a89a5f1e9c772b82d7398ffe20d84a003172efae Mon Sep 17 00:00:00 2001 From: Jamie Feingold Date: Wed, 25 Mar 2026 12:25:59 -0500 Subject: [PATCH] chore: updated headers @W-21652859@ --- LICENSE.txt | 2 +- src/commands/hello/world.ts | 6 ++---- src/index.ts | 2 +- test/commands/hello/world.nut.ts | 2 +- test/commands/hello/world.test.ts | 2 +- 5 files changed, 6 insertions(+), 8 deletions(-) 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/src/commands/hello/world.ts b/src/commands/hello/world.ts index 4c52c87e..0a364f6f 100644 --- a/src/commands/hello/world.ts +++ b/src/commands/hello/world.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. @@ -14,12 +14,10 @@ * limitations under the License. */ - - import { SfCommand, Flags } from '@salesforce/sf-plugins-core'; import { Messages } from '@salesforce/core'; -Messages.importMessagesDirectoryFromMetaUrl(import.meta.url) +Messages.importMessagesDirectoryFromMetaUrl(import.meta.url); const messages = Messages.loadMessages('@salesforce/plugin-template-sf', 'hello.world'); export type HelloWorldResult = { 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/hello/world.nut.ts b/test/commands/hello/world.nut.ts index 61ac34d5..fdfdae6c 100644 --- a/test/commands/hello/world.nut.ts +++ b/test/commands/hello/world.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/hello/world.test.ts b/test/commands/hello/world.test.ts index fa5c824c..dd9d2699 100644 --- a/test/commands/hello/world.test.ts +++ b/test/commands/hello/world.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.