From 7a7cb5261c17de86d12ccad8491bdc3d2c263977 Mon Sep 17 00:00:00 2001 From: Steve Hetzel Date: Mon, 12 Jan 2026 09:45:22 -0700 Subject: [PATCH] chore: update copywrite year --- LICENSE.txt | 2 +- src/commands/org/list/auth.ts | 2 +- src/commands/org/login/access-token.ts | 2 +- src/commands/org/login/device.ts | 2 +- src/commands/org/login/jwt.ts | 2 +- src/commands/org/login/sfdx-url.ts | 2 +- src/commands/org/login/web.ts | 2 +- src/commands/org/logout.ts | 2 +- src/common.ts | 2 +- src/hooks/diagnostics.ts | 2 +- src/index.ts | 2 +- test/commands/0-scratch-identify.nut.ts | 2 +- test/commands/org/list/auth.nut.ts | 2 +- test/commands/org/list/auth.test.ts | 2 +- test/commands/org/login/access-token.nut.ts | 2 +- test/commands/org/login/access-token.test.ts | 2 +- test/commands/org/login/login.device.test.ts | 2 +- test/commands/org/login/login.jwt.nut.ts | 2 +- test/commands/org/login/login.jwt.test.ts | 2 +- test/commands/org/login/login.sfdx-url.nut.ts | 2 +- test/commands/org/login/login.sfdx-url.test.ts | 2 +- test/commands/org/login/login.web.test.ts | 2 +- test/commands/org/logout.nut.ts | 2 +- test/commands/org/logout.test.ts | 2 +- test/common.test.ts | 2 +- test/hooks/diagnostics.test.ts | 2 +- test/testHelper.ts | 2 +- 27 files changed, 27 insertions(+), 27 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/org/list/auth.ts b/src/commands/org/list/auth.ts index a847b477..ce074864 100644 --- a/src/commands/org/list/auth.ts +++ b/src/commands/org/list/auth.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/login/access-token.ts b/src/commands/org/login/access-token.ts index 8e3f470c..3207354a 100644 --- a/src/commands/org/login/access-token.ts +++ b/src/commands/org/login/access-token.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/login/device.ts b/src/commands/org/login/device.ts index 1822fb74..f899c98f 100644 --- a/src/commands/org/login/device.ts +++ b/src/commands/org/login/device.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/login/jwt.ts b/src/commands/org/login/jwt.ts index fc30306c..5fed5ab8 100644 --- a/src/commands/org/login/jwt.ts +++ b/src/commands/org/login/jwt.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/login/sfdx-url.ts b/src/commands/org/login/sfdx-url.ts index 1200597a..546b109c 100644 --- a/src/commands/org/login/sfdx-url.ts +++ b/src/commands/org/login/sfdx-url.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/login/web.ts b/src/commands/org/login/web.ts index 836e924c..d3caf6a8 100644 --- a/src/commands/org/login/web.ts +++ b/src/commands/org/login/web.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/logout.ts b/src/commands/org/logout.ts index b0add07e..d969542c 100644 --- a/src/commands/org/logout.ts +++ b/src/commands/org/logout.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/common.ts b/src/common.ts index 72a50434..01579c1d 100644 --- a/src/common.ts +++ b/src/common.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/hooks/diagnostics.ts b/src/hooks/diagnostics.ts index 8a7931bd..ed90a65f 100644 --- a/src/hooks/diagnostics.ts +++ b/src/hooks/diagnostics.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/0-scratch-identify.nut.ts b/test/commands/0-scratch-identify.nut.ts index 1776e38e..594f33cc 100644 --- a/test/commands/0-scratch-identify.nut.ts +++ b/test/commands/0-scratch-identify.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/org/list/auth.nut.ts b/test/commands/org/list/auth.nut.ts index 6be1bf4a..6d18db0b 100644 --- a/test/commands/org/list/auth.nut.ts +++ b/test/commands/org/list/auth.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/org/list/auth.test.ts b/test/commands/org/list/auth.test.ts index d2b000ee..b34051a4 100644 --- a/test/commands/org/list/auth.test.ts +++ b/test/commands/org/list/auth.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/org/login/access-token.nut.ts b/test/commands/org/login/access-token.nut.ts index 1e817d67..fb2371ac 100644 --- a/test/commands/org/login/access-token.nut.ts +++ b/test/commands/org/login/access-token.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/org/login/access-token.test.ts b/test/commands/org/login/access-token.test.ts index c0e1bf63..539fea84 100644 --- a/test/commands/org/login/access-token.test.ts +++ b/test/commands/org/login/access-token.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/org/login/login.device.test.ts b/test/commands/org/login/login.device.test.ts index 7058ebaf..f379c3b1 100644 --- a/test/commands/org/login/login.device.test.ts +++ b/test/commands/org/login/login.device.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/org/login/login.jwt.nut.ts b/test/commands/org/login/login.jwt.nut.ts index d096a10f..cbb0b6be 100644 --- a/test/commands/org/login/login.jwt.nut.ts +++ b/test/commands/org/login/login.jwt.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/org/login/login.jwt.test.ts b/test/commands/org/login/login.jwt.test.ts index 5a14c16a..d1b32c66 100644 --- a/test/commands/org/login/login.jwt.test.ts +++ b/test/commands/org/login/login.jwt.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/org/login/login.sfdx-url.nut.ts b/test/commands/org/login/login.sfdx-url.nut.ts index eb0af643..e978b760 100644 --- a/test/commands/org/login/login.sfdx-url.nut.ts +++ b/test/commands/org/login/login.sfdx-url.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/org/login/login.sfdx-url.test.ts b/test/commands/org/login/login.sfdx-url.test.ts index cdd75aa5..f908fd91 100644 --- a/test/commands/org/login/login.sfdx-url.test.ts +++ b/test/commands/org/login/login.sfdx-url.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/org/login/login.web.test.ts b/test/commands/org/login/login.web.test.ts index d6e00d97..3c7f9a5a 100644 --- a/test/commands/org/login/login.web.test.ts +++ b/test/commands/org/login/login.web.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/org/logout.nut.ts b/test/commands/org/logout.nut.ts index 0e94b6b1..ce07749e 100644 --- a/test/commands/org/logout.nut.ts +++ b/test/commands/org/logout.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/org/logout.test.ts b/test/commands/org/logout.test.ts index f77958d0..9ad61943 100644 --- a/test/commands/org/logout.test.ts +++ b/test/commands/org/logout.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/common.test.ts b/test/common.test.ts index a20bec9d..56c9850c 100644 --- a/test/common.test.ts +++ b/test/common.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/hooks/diagnostics.test.ts b/test/hooks/diagnostics.test.ts index feb069b0..adbe90e4 100644 --- a/test/hooks/diagnostics.test.ts +++ b/test/hooks/diagnostics.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/testHelper.ts b/test/testHelper.ts index afa80bff..174f22dd 100644 --- a/test/testHelper.ts +++ b/test/testHelper.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.