From 8485532515e8214ca05ac2652757ce2f2a0a4e86 Mon Sep 17 00:00:00 2001 From: Ryan Fox-Tyler <60440289+ryanfoxtyler@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:25:08 -0800 Subject: [PATCH] chore: update copyrights --- install.sh | 4 ++-- src/commands/link/index.ts | 4 ++-- src/commands/login/index.ts | 4 ++-- src/commands/logout/index.ts | 4 ++-- src/commands/org/switch.ts | 4 ++-- src/custom/header.ts | 4 ++-- src/custom/help.ts | 4 ++-- src/custom/logo.ts | 4 ++-- src/index.ts | 4 ++-- src/util/ci.ts | 4 ++-- src/util/fs.ts | 4 ++-- src/util/graphql.ts | 4 ++-- src/util/index.ts | 4 ++-- src/util/types.ts | 4 ++-- 14 files changed, 28 insertions(+), 28 deletions(-) diff --git a/install.sh b/install.sh index f3c20c4..a139655 100755 --- a/install.sh +++ b/install.sh @@ -1,10 +1,10 @@ #!/usr/bin/env bash -# Copyright 2024 Hypermode Inc. +# Copyright 2025 Hypermode Inc. # Licensed under the terms of the Apache License, Version 2.0 # See the LICENSE file that accompanied this code for further details. # -# SPDX-FileCopyrightText: 2024 Hypermode Inc. +# SPDX-FileCopyrightText: 2025 Hypermode Inc. # SPDX-License-Identifier: Apache-2.0 # Run with: curl install.hypermode.com/hyp.sh -sSfL | bash diff --git a/src/commands/link/index.ts b/src/commands/link/index.ts index 89b30a4..08e3835 100644 --- a/src/commands/link/index.ts +++ b/src/commands/link/index.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * Copyright 2025 Hypermode Inc. * Licensed under the terms of the Apache License, Version 2.0 * See the LICENSE file that accompanied this code for further details. * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/commands/login/index.ts b/src/commands/login/index.ts index cc58914..9c127c5 100644 --- a/src/commands/login/index.ts +++ b/src/commands/login/index.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * Copyright 2025 Hypermode Inc. * Licensed under the terms of the Apache License, Version 2.0 * See the LICENSE file that accompanied this code for further details. * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/commands/logout/index.ts b/src/commands/logout/index.ts index 7597e76..223821e 100644 --- a/src/commands/logout/index.ts +++ b/src/commands/logout/index.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * Copyright 2025 Hypermode Inc. * Licensed under the terms of the Apache License, Version 2.0 * See the LICENSE file that accompanied this code for further details. * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/commands/org/switch.ts b/src/commands/org/switch.ts index be06662..ba9d2a8 100644 --- a/src/commands/org/switch.ts +++ b/src/commands/org/switch.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * Copyright 2025 Hypermode Inc. * Licensed under the terms of the Apache License, Version 2.0 * See the LICENSE file that accompanied this code for further details. * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/custom/header.ts b/src/custom/header.ts index de36c13..bf95ac6 100644 --- a/src/custom/header.ts +++ b/src/custom/header.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * Copyright 2025 Hypermode Inc. * Licensed under the terms of the Apache License, Version 2.0 * See the LICENSE file that accompanied this code for further details. * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/custom/help.ts b/src/custom/help.ts index 566f6ab..d413bdf 100644 --- a/src/custom/help.ts +++ b/src/custom/help.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * Copyright 2025 Hypermode Inc. * Licensed under the terms of the Apache License, Version 2.0 * See the LICENSE file that accompanied this code for further details. * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/custom/logo.ts b/src/custom/logo.ts index f89be5e..34932d6 100644 --- a/src/custom/logo.ts +++ b/src/custom/logo.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * Copyright 2025 Hypermode Inc. * Licensed under the terms of the Apache License, Version 2.0 * See the LICENSE file that accompanied this code for further details. * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/index.ts b/src/index.ts index 429a647..1b28c80 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * Copyright 2025 Hypermode Inc. * Licensed under the terms of the Apache License, Version 2.0 * See the LICENSE file that accompanied this code for further details. * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/util/ci.ts b/src/util/ci.ts index 683952c..1f6207a 100644 --- a/src/util/ci.ts +++ b/src/util/ci.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * Copyright 2025 Hypermode Inc. * Licensed under the terms of the Apache License, Version 2.0 * See the LICENSE file that accompanied this code for further details. * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/util/fs.ts b/src/util/fs.ts index 8c32176..4ea7dbc 100644 --- a/src/util/fs.ts +++ b/src/util/fs.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * Copyright 2025 Hypermode Inc. * Licensed under the terms of the Apache License, Version 2.0 * See the LICENSE file that accompanied this code for further details. * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/util/graphql.ts b/src/util/graphql.ts index ed0e70c..e333e5d 100644 --- a/src/util/graphql.ts +++ b/src/util/graphql.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * Copyright 2025 Hypermode Inc. * Licensed under the terms of the Apache License, Version 2.0 * See the LICENSE file that accompanied this code for further details. * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/util/index.ts b/src/util/index.ts index 8c1706a..8035c52 100644 --- a/src/util/index.ts +++ b/src/util/index.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * Copyright 2025 Hypermode Inc. * Licensed under the terms of the Apache License, Version 2.0 * See the LICENSE file that accompanied this code for further details. * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/util/types.ts b/src/util/types.ts index a7044ba..3f92f9c 100644 --- a/src/util/types.ts +++ b/src/util/types.ts @@ -1,9 +1,9 @@ /* - * Copyright 2024 Hypermode Inc. + * Copyright 2025 Hypermode Inc. * Licensed under the terms of the Apache License, Version 2.0 * See the LICENSE file that accompanied this code for further details. * - * SPDX-FileCopyrightText: 2024 Hypermode Inc. + * SPDX-FileCopyrightText: 2025 Hypermode Inc. * SPDX-License-Identifier: Apache-2.0 */