Skip to content

Commit 3573948

Browse files
authored
openhcl: Add the license and copyright notes to few files (#765)
The tooling didn't flag these files for missing these lines, fixing manually this time.
1 parent dc00c7d commit 3573948

File tree

5 files changed

+14
-1
lines changed

5 files changed

+14
-1
lines changed

openhcl/Set-OpenHCL-HyperV-VM.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT License.
3+
14
<#
25
.SYNOPSIS
36
Sets OpenHCL for the VM on the current Hyper-V host.

openhcl/gen_init_ramfs.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/python3
22

3+
# Copyright (c) Microsoft Corporation.
4+
# Licensed under the MIT License.
5+
36
#
47
# There is a similar tool implemented in C inside the Linux kernel source tree.
58
# The goal for this one has been to be independent of the kernel source tree,

openhcl/perftoolsfs.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT License.
3+
14
file /usr/bin/perf ${OPENHCL_KERNEL_PATH}/build/native/bin/${OPENHCL_KERNEL_ARCH}/tools/perf/bin/perf 0755 0 0
25
file /usr/bin/trace ${OPENHCL_KERNEL_PATH}/build/native/bin/${OPENHCL_KERNEL_ARCH}/tools/perf/bin/trace 0755 0 0

openhcl/rootfs.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright (C) Microsoft Corporation. All rights reserved.
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT License.
23

34
# This file describes the Underhill root file system layout.
45

openhcl/update-rootfs.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/python3
22

3+
# Copyright (c) Microsoft Corporation.
4+
# Licensed under the MIT License.
5+
36
import os
47
import sys
58
import io

0 commit comments

Comments
 (0)