From 6225c3c59d8895863a7fbf651a8a81d9882597fb Mon Sep 17 00:00:00 2001 From: Dan Barr <6922515+danbarr@users.noreply.github.com> Date: Mon, 16 Mar 2026 18:44:33 -0400 Subject: [PATCH] Bump SPDX headings copyright year Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com> --- plugins/mcp-metadata-plugin/src/index.ts | 2 +- plugins/mcp-metadata-plugin/src/types.ts | 2 +- plugins/mcp-metadata-plugin/src/utils.ts | 2 +- scripts/bundle-upstream-schema.mjs | 2 +- scripts/install-thv.sh | 2 +- scripts/update-toolhive-reference.sh | 2 +- src/components/MCPMetadata/index.tsx | 2 +- src/components/ProductCard/index.tsx | 2 +- src/components/ProductCard/styles.module.css | 2 +- src/components/ProductGrid/index.tsx | 2 +- src/components/ProductGrid/styles.module.css | 2 +- src/css/custom.css | 2 +- src/css/footer.css | 2 +- src/pages/index.module.css | 2 +- src/pages/index.tsx | 2 +- src/theme/NotFound/Content/index.tsx | 2 +- src/theme/NotFound/index.tsx | 2 +- src/utils/buildHierarchicalSidebar.ts | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/plugins/mcp-metadata-plugin/src/index.ts b/plugins/mcp-metadata-plugin/src/index.ts index 46ca55a4..620ec300 100644 --- a/plugins/mcp-metadata-plugin/src/index.ts +++ b/plugins/mcp-metadata-plugin/src/index.ts @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc. +// SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc. // SPDX-License-Identifier: Apache-2.0 import path from 'path'; diff --git a/plugins/mcp-metadata-plugin/src/types.ts b/plugins/mcp-metadata-plugin/src/types.ts index c01fe65c..82f5c7eb 100644 --- a/plugins/mcp-metadata-plugin/src/types.ts +++ b/plugins/mcp-metadata-plugin/src/types.ts @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc. +// SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc. // SPDX-License-Identifier: Apache-2.0 export interface PluginOptions { diff --git a/plugins/mcp-metadata-plugin/src/utils.ts b/plugins/mcp-metadata-plugin/src/utils.ts index e80c75f0..663862a8 100644 --- a/plugins/mcp-metadata-plugin/src/utils.ts +++ b/plugins/mcp-metadata-plugin/src/utils.ts @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc. +// SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc. // SPDX-License-Identifier: Apache-2.0 import { execSync } from 'child_process'; diff --git a/scripts/bundle-upstream-schema.mjs b/scripts/bundle-upstream-schema.mjs index 639aae3a..a2b6fca0 100644 --- a/scripts/bundle-upstream-schema.mjs +++ b/scripts/bundle-upstream-schema.mjs @@ -1,5 +1,5 @@ #!/usr/bin/env node -// SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc. +// SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc. // SPDX-License-Identifier: Apache-2.0 /** diff --git a/scripts/install-thv.sh b/scripts/install-thv.sh index 96620435..f6444b4d 100755 --- a/scripts/install-thv.sh +++ b/scripts/install-thv.sh @@ -1,5 +1,5 @@ #!/bin/bash -# SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc. +# SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc. # SPDX-License-Identifier: Apache-2.0 # This script installs the ToolHive CLI (thv) in a portable way that works diff --git a/scripts/update-toolhive-reference.sh b/scripts/update-toolhive-reference.sh index eaab397b..27e84407 100755 --- a/scripts/update-toolhive-reference.sh +++ b/scripts/update-toolhive-reference.sh @@ -1,5 +1,5 @@ #!/bin/bash -# SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc. +# SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc. # SPDX-License-Identifier: Apache-2.0 set -euo pipefail diff --git a/src/components/MCPMetadata/index.tsx b/src/components/MCPMetadata/index.tsx index 03b4b916..e92e319e 100644 --- a/src/components/MCPMetadata/index.tsx +++ b/src/components/MCPMetadata/index.tsx @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc. +// SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc. // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/src/components/ProductCard/index.tsx b/src/components/ProductCard/index.tsx index c340525c..ceebf2e3 100644 --- a/src/components/ProductCard/index.tsx +++ b/src/components/ProductCard/index.tsx @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc. +// SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc. // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/src/components/ProductCard/styles.module.css b/src/components/ProductCard/styles.module.css index 4abd7198..6e26b93b 100644 --- a/src/components/ProductCard/styles.module.css +++ b/src/components/ProductCard/styles.module.css @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc. + SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc. SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/components/ProductGrid/index.tsx b/src/components/ProductGrid/index.tsx index 99d67fbb..57b7c0b8 100644 --- a/src/components/ProductGrid/index.tsx +++ b/src/components/ProductGrid/index.tsx @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc. +// SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc. // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/src/components/ProductGrid/styles.module.css b/src/components/ProductGrid/styles.module.css index 5bd18db6..13234ed9 100644 --- a/src/components/ProductGrid/styles.module.css +++ b/src/components/ProductGrid/styles.module.css @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc. + SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc. SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/css/custom.css b/src/css/custom.css index e3098738..5a2e8da4 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc. + SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc. SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/css/footer.css b/src/css/footer.css index 574615a6..93cf9760 100644 --- a/src/css/footer.css +++ b/src/css/footer.css @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc. + SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc. SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/pages/index.module.css b/src/pages/index.module.css index 8320a9b7..4ce0977e 100644 --- a/src/pages/index.module.css +++ b/src/pages/index.module.css @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc. + SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc. SPDX-License-Identifier: Apache-2.0 */ diff --git a/src/pages/index.tsx b/src/pages/index.tsx index c0775e41..1a875da7 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc. +// SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc. // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/src/theme/NotFound/Content/index.tsx b/src/theme/NotFound/Content/index.tsx index 3dbce347..a00e75c7 100644 --- a/src/theme/NotFound/Content/index.tsx +++ b/src/theme/NotFound/Content/index.tsx @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc. +// SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc. // SPDX-License-Identifier: Apache-2.0 import React, { type ReactNode } from 'react'; diff --git a/src/theme/NotFound/index.tsx b/src/theme/NotFound/index.tsx index 96fdfb47..dde4c4ac 100644 --- a/src/theme/NotFound/index.tsx +++ b/src/theme/NotFound/index.tsx @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc. +// SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc. // SPDX-License-Identifier: Apache-2.0 import React, { type ReactNode } from 'react'; diff --git a/src/utils/buildHierarchicalSidebar.ts b/src/utils/buildHierarchicalSidebar.ts index 19867470..c3bf15e9 100644 --- a/src/utils/buildHierarchicalSidebar.ts +++ b/src/utils/buildHierarchicalSidebar.ts @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc. +// SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc. // SPDX-License-Identifier: Apache-2.0 import fs from 'fs';