Skip to content

Commit 8e21a48

Browse files
committed
add license
Signed-off-by: Oleksandr Redko <oleksandr.red+github@gmail.com>
1 parent 71db282 commit 8e21a48

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

cmd/limactl/main_darwin.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: Copyright The Lima Authors
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package main
25

36
import "github.com/spf13/cobra"

cmd/limactl/main_linux.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: Copyright The Lima Authors
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package main
25

36
import "github.com/spf13/cobra"

cmd/limactl/main_windows.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: Copyright The Lima Authors
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package main
25

36
import "github.com/spf13/cobra"

0 commit comments

Comments
 (0)