Skip to content

Commit bceabd1

Browse files
committed
reduce copyright years on new files
1 parent 308cebd commit bceabd1

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

src/publish/posit-connect-cloud/api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* index.ts
33
*
4-
* Copyright (C) 2020-2026 Posit Software, PBC
4+
* Copyright (C) 2026 Posit Software, PBC
55
*
66
* API client for Posit Connect Cloud. Handles OAuth Device Code flow
77
* authentication and all Connect Cloud API operations.

src/publish/posit-connect-cloud/api/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* types.ts
33
*
4-
* Copyright (C) 2020-2026 Posit Software, PBC
4+
* Copyright (C) 2026 Posit Software, PBC
55
*
66
* Types for Posit Connect Cloud publish provider.
77
*/

src/publish/posit-connect-cloud/posit-connect-cloud.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* posit-connect-cloud.ts
33
*
4-
* Copyright (C) 2020-2026 Posit Software, PBC
4+
* Copyright (C) 2026 Posit Software, PBC
55
*
66
* Publish provider for Posit Connect Cloud (connect.posit.cloud).
77
* Supports static content publishing via bundle upload (Pattern B).
@@ -35,8 +35,8 @@ import {
3535
getEnvironmentConfig,
3636
initiateDeviceAuth,
3737
pollForToken,
38-
positConnectCloudDebug as publishDebug,
3938
PositConnectCloudClient,
39+
positConnectCloudDebug as publishDebug,
4040
readStoredTokens,
4141
writeStoredToken,
4242
writeStoredTokens,
@@ -595,7 +595,6 @@ function clientForAccount(
595595
account: AccountToken,
596596
storedToken: PositConnectCloudToken | undefined,
597597
): PositConnectCloudClient {
598-
599598
// For environment tokens, check for optional refresh token
600599
if (account.type === AccountTokenType.Environment) {
601600
const refreshToken = Deno.env.get(kPositConnectCloudRefreshTokenVar);

0 commit comments

Comments
 (0)