Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/mcp-metadata-plugin/src/index.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 1 addition & 1 deletion plugins/mcp-metadata-plugin/src/types.ts
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion plugins/mcp-metadata-plugin/src/utils.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 1 addition & 1 deletion scripts/bundle-upstream-schema.mjs
Original file line number Diff line number Diff line change
@@ -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

/**
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-thv.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/update-toolhive-reference.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/components/MCPMetadata/index.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 1 addition & 1 deletion src/components/ProductCard/index.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 1 addition & 1 deletion src/components/ProductCard/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc.
SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc.
SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion src/components/ProductGrid/index.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 1 addition & 1 deletion src/components/ProductGrid/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc.
SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc.
SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc.
SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc.
SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion src/css/footer.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc.
SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc.
SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc.
SPDX-FileCopyrightText: Copyright 2026 Stacklok, Inc.
SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 1 addition & 1 deletion src/theme/NotFound/Content/index.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 1 addition & 1 deletion src/theme/NotFound/index.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 1 addition & 1 deletion src/utils/buildHierarchicalSidebar.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Loading