Skip to content

Commit 23ea6ed

Browse files
tenpercentclaude
andcommitted
Add copyright headers to all shell scripts
Add AMD copyright and MIT license identifier to: - common.sh - ck-build-analysis - ck-docker Matches the copyright header format used throughout the codebase. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6c187f5 commit 23ea6ed

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.claude/skills/ck-build-analysis

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
# Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
3+
# SPDX-License-Identifier: MIT
4+
25
# CK Build Analysis Skill - Analyze build times using -ftime-trace
36

47
set -e

.claude/skills/ck-docker

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
# Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
3+
# SPDX-License-Identifier: MIT
4+
25
# CK Docker Skill - Build and test composable_kernel in Docker with ROCm support
36

47
set -e

.claude/skills/common.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
# Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
3+
# SPDX-License-Identifier: MIT
4+
25
# Common utilities for CK Docker skills
36
# Shared configuration and helper functions
47

0 commit comments

Comments
 (0)