Skip to content

Commit 8e61646

Browse files
committed
chore(cpu-template-helper): Add copyright to mock kernel source file
The C code for x86_64 mock kernel was newly added in commit 8377e7f ("chore(cpu-template-helper): Add mock kernels"), but lacked the copyright. Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent b53d4a5 commit 8e61646

File tree

1 file changed

+3
-0
lines changed
  • src/cpu-template-helper/src/utils/mock_kernel

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
void _start() {
25
while (1) ;
36
}

0 commit comments

Comments
 (0)