Skip to content

Commit 1d74e56

Browse files
authored
Add license identifiers to my changes (#1475)
1 parent c95f3b2 commit 1d74e56

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

pkg/service/workspaceservice/workspaceservice.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2024, Command Line Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package workspaceservice
25

36
import (

pkg/wcore/block.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2024, Command Line Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package wcore
25

36
import (

pkg/wcore/window.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2024, Command Line Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package wcore
25

36
import (

pkg/wcore/workspace.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2024, Command Line Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package wcore
25

36
import (

0 commit comments

Comments
 (0)